-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquest_menu.php
13 lines (13 loc) · 926 Bytes
/
quest_menu.php
1
2
3
4
5
6
7
8
9
10
11
12
13
<table>
<tr>
<td><input type="submit" value="Search" OnClick="location.href='quest_search.php'"></td>
<td><input type="submit" value="Quest Part 1" OnClick="location.href='quest_part_1.php'"></td>
<td><input type="submit" value="Quest Part 2" OnClick="location.href='quest_part_2.php'"></td>
<td><input type="submit" value="Quest Givers" OnClick="location.href='quest_givers.php'"></td>
<td><input type="submit" value="Quest Takers" OnClick="location.href='quest_takers.php'"></td>
<td><input type="submit" value="Start Script" OnClick="location.href='quest_start_script.php'"></td>
<td><input type="submit" value="Complete Script" OnClick="location.href='quest_complete_script.php'"></td>
<td><input type="submit" value="Locales Quest" OnClick="location.href='locales_quest.php'"></td>
</tr>
</table>
<table><tr><td><p><input type="submit" value="" style="width: 880px; height:0.5px;"></p></td></tr></table>