-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction-top.php
More file actions
31 lines (24 loc) · 826 Bytes
/
action-top.php
File metadata and controls
31 lines (24 loc) · 826 Bytes
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
<?php
/***********************************************
Zurich Water Game: internet version
Author: Nigel Gilbert and the FIRMA project
--------------------------------------------
action-top.php
the HTML that forms the top of the Actions panel
Version 1.0 6 August 2001
Version 1.1 1 September 2001
Version 2.0 10 November 2001
Version 2.1 7 April 2002
**********************************************/
?>
<!-- display panel for player to choose an action from -->
<div id="Actions" style="position:absolute; left:5px; top:100px;
width:270px; height:217px; z-index:3">
<form method=post action=main.php>
<table border=0 cellspacing=0 cellpadding=1>
<tr>
<td colspan=4>
<img src="images/action_to_take.gif" width=250 height=18>
</td>
</tr>
<?php