Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
4
4444sp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
4444Group15
4444sp
Commits
28238df3
Commit
28238df3
authored
5 years ago
by
Trentino Longhi
Browse files
Options
Downloads
Patches
Plain Diff
trentino - touching up formatting
parent
67f3ac19
Branches
Branches containing commit
Tags
release/2018-07-14.04
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tViewOwnedMusic.php
+2
-1
2 additions, 1 deletion
tViewOwnedMusic.php
tViewSubmissions.php
+0
-10
0 additions, 10 deletions
tViewSubmissions.php
with
2 additions
and
11 deletions
tViewOwnedMusic.php
+
2
−
1
View file @
28238df3
...
...
@@ -55,7 +55,8 @@
FROM
dbrecording r, dbmusician m
WHERE
r.recordingMusicianID = m.MemberID"
;
r.recordingMusicianID = m.MemberID
AND recordingMusicianID = 8"
;
// echo "$sql";
$result
=
$mydb
->
query
(
$sql
);
...
...
This diff is collapsed.
Click to expand it.
tViewSubmissions.php
+
0
−
10
View file @
28238df3
...
...
@@ -37,12 +37,6 @@
</div>
</div>
<!-- input search box -->
<!-- <div class="contentBox">
<input type="text" name="inputSearchTerm" placeholder="[enter search terms]" style="width:80%">
<button type="button" name="button">Search</button>
</div> -->
<!-- result table -->
<div
class=
"contentBox"
>
<?php
...
...
@@ -73,8 +67,6 @@
<th>Request ID</th>
<th>Name</th>
<th>Details</th>
<th>View Recording</th>
<th>View Sheet Music</th>
</tr></thead>
"
;
...
...
@@ -86,8 +78,6 @@
<td class='outer'>"
.
$row
[
"requestID"
]
.
"</td>
<td class='inner'>"
.
$row
[
"commissionerName"
]
.
"</td>
<td class='inner'>"
.
$row
[
"requestContent"
]
.
"</td>
<td class='inner'><button onclick=
\"
location.href='index.html'
\"
>recording</button></td>
<td class='inner'><button onclick=
\"
location.href='index.html'
\"
>music</button></td>
</tr>
"
;
}
// end while loop for table body content
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment