6 |
kaklik |
1 |
<?php
|
|
|
2 |
include "incl/admin.inc";
|
|
|
3 |
include "incl/header.inc";
|
|
|
4 |
if(isset($w)&&$w=='clear'){save_file($log_file,'',0);}
|
|
|
5 |
?>
|
|
|
6 |
</head><body class="y"><?php include "incl/fms.inc";?>
|
|
|
7 |
<form action="admin.php" onsubmit="return false">
|
|
|
8 |
<table align="center" width="440" class="t"><tr><td class="k" align="right">
|
|
|
9 |
<a style="text-decoration:none" href="info.php?why=link" onclick="return go_url('admin.php?w=0',5,0)"><?php print $lang[15];?></a> |
|
|
|
10 |
<a style="text-decoration:none" href="info.php?why=link" onclick="return go_url('admin.php?w=clear',5,0)"><?php print $lang[69];?></a> |
|
|
|
11 |
<a style="text-decoration:none" href="info.php?why=link" onclick="return go_url('admin.php?w=logout',5,0)"><?php print $lang[18];?></a>
|
|
|
12 |
|
|
|
13 |
<table width="100%" cellpadding="0" cellspacing="0"><tr><td class="f">
|
|
|
14 |
<table width="100%" cellpadding="8" cellspacing="1">
|
|
|
15 |
<?php print '<tr><td class="c" align="left" colspan="3"><b>'.$room_name.'</b></td></tr>';
|
|
|
16 |
include 'incl/aroom.inc';?>
|
|
|
17 |
</table></td></tr></table><br />
|
|
|
18 |
|
|
|
19 |
<table width="100%" cellpadding="0" cellspacing="0"><tr>
|
|
|
20 |
<td align="right" nowrap="nowrap">
|
|
|
21 |
<select class="k" onchange="document.forms[0].rating.value=this.value">
|
|
|
22 |
<option value="5">- Excellent -</option>
|
|
|
23 |
<option value="4">- Very good -</option>
|
|
|
24 |
<option value="3">- Good -</option>
|
|
|
25 |
<option value="2">- Fair -</option>
|
|
|
26 |
<option value="1">- Poor -</option></select>
|
|
|
27 |
<input type="button" class="h" style="font-size:9px" value="rate-it@hotscripts.com" onclick="document.forms[0].submit()" />
|
|
|
28 |
</td></tr></table>
|
|
|
29 |
</td></tr></table></form></body></html>
|