This repository has been archived by the owner on Feb 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
p_show.html
72 lines (69 loc) · 2.83 KB
/
p_show.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<meta charset='utf-8'>
<title>WIZBIZ</title>
<link rel='stylesheet' href='p_style.css' />
</head>
<body>
<div id='container'>
<div id = 'header'>
<h1>WSBF-FM Clemson</h1>
<h3>Welcome, DJ D</h3>
</div>
<div id='actions_container'>
<a live = true href='p_library.php'>Library</a> <br>
<a href='fishbowl/fishbowl_app.php'>Fishbowl points</a><br>
<a href='show_sub/show_sub.php'>Show subs</a><br>
<a href='archives'>Archives</a><br>
<a href=\"rotation_control.php\">Labels/Rotation</a><br>
<a href=\"import/import_main.php\">Import Music</a><br>
<a href='schedule_addshow.php'>Show schedule</a><br>
<a href='dick'>Engineering Blog</a><br>
<a href=\"weekly_top_20_tracks.php\">Weekly top 20</a><br>
<a href=\"profiles/form_edit_profile.php\">Edit DJ info</a><br>
<a href=\"profiles/view_show_profiles.php\">Show profiles</a><br>
<a href=\"schedule/schedule.php\">Show schedule</a><br>
<a href=\"reviewsByActiveDJs.php\">Reviews</a><br>
<a href=\"reviewsByActiveDJs.php\">Regulations</a><br>
<a href=\"logout.php\">Log out</a>
</div>
<div id = 'center'>
<div id = 'filters'>
<div id = 'search'><a>Search:</a></div>
<div id = 'centerlab'><a>Shows</a></div>
<div id = 'labels'>
<div id = 'review_label'>
<a href=''>Active</a>
</div>
</div>
</div>
<div id = list>
<form action='edit_profile_show_submit.php' method='POST'>
<input type='hidden' name='scheduleID' value='$scheduleID'>
<input type='hidden' name='username' value='$username'>
<table>
<tr>
<td><div id=\"$show[show_name]\">Show name:</div></td>
<td><INPUT TYPE = \"Text\" " .
"SIZE ='40' VALUE ='BIRBS'>
</td>
</tr>
<tr>
<td><div id=\"top\">Show alias:</div></td>
<td><INPUT TYPE = \"Text\" " .
"SIZE ='40' VALUE = 'brbs' >
</td>
</tr>
</table>
<textarea id=\"$show[scheduleID]\" style=\"resize: none\" cols=\"65\" rows=\"12\" onkeyup=\" countChar(this, $show[scheduleID])\" > Bunch of fucking bullshit
</textarea>
</div>
</div>
<div id = 'footer'>
<a>|> BIRBS w/ Rob & Katie < 9</a>
</div>
</div>
</body>
</html>