| Current Path : /var/www/cesa.co.za/members/saaceadmin/ |
| Current File : /var/www/cesa.co.za/members/saaceadmin/changedivision.php4 |
<html>
<head>
<title>saace</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a { font-family: "Comic Sans MS"; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?php
$scriptname = "editINLCReports.php4";
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000">
<tr>
<td bgcolor="#0000FF" align="left" valign="top" width="77%" height="20"><font face="Comic Sans MS" size="2"><b>GMKS:
Change Division</b></font></td>
<td bgcolor="#0000FF" align="left" valign="top" width="23%" height="20"><a href="file:///C|/Development/gmks/gmksadmin/listProjects.php4">LIST</a>
| <a href="file:///C|/Development/gmks/gmksadmin/addProjects.php4">ADD</a> |<a href="file:///C|/Development/gmks/gmksadmin/index.htm"> Main Menu</a></td>
</tr>
<tr>
<td align="left" valign="top" colspan="2">
<FORM ACTION="<?php echo $scriptname; ?>" METHOD="POST">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15%"><b><font face="Comic Sans MS" size="2">ID</font></b></td>
<td width="85%">
<?php
echo $form[noteid] ;
?>
</td>
</tr>
<tr>
<td width="15%"><b><font face="Comic Sans MS" size="2">Division</font></b></td>
<td width="85%">
<select name="form[newdivision]" size="1">
<option value="1" selected>National Reports</option>
<option value="2">Regional Reports</option>
<option value="3">Funding agencies, Associations, Institutions</option>
<option value="4">Liason Resources and Tools</option>
</select>
</td>
</tr>
<tr>
<td width="15%"> </td>
<td width="85%">
<INPUT TYPE="HIDDEN" NAME="form[noteid]" VALUE="<?php echo $form[noteid] ;?>">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>