Current File : /home/inlingua/public_html/noida/icentex_noida/Backup/admin/timesheet_location.form.php |
<?php include("header.php"); ?>
<div class="clear"></div>
<?php include("left.php"); ?>
<div id="content-wrap" style="padding-top:20px;" >
<div id="content-box" >
<div id="toolbar-title" >
<h3>
Location Manager
</h3>
<div class="clear"></div>
</div>
<div id="toolbar-box">
<div class="toolbar" id="toolbar"></div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="element-box">
<div class="m">
<?php echo $succFailMesg; ?>
<table class="adminform">
<tbody><tr>
<td valign="top" width="55%">
<?php
// Show result of a form submission?
if ($showResult == "Y")
{ echo "<br><a href='timesheet_location.select.php'>Back</a><br>";
// Include footer
//include "footer.php";
return;
}
?>
<script language="javascript">
<!--
function validate(form)
{ if (document.form.recNo.value=="")
{ alert("recNo cannot be blank. Please enter it.");
document.form.recNo.focus(); return false;
}
if (document.form.location.value=="")
{ alert("Location cannot be blank. Please enter it.");
document.form.location.focus(); return false;
}
return true;
}
-->
</script>
<form method='post' action='timesheet_location.main.php' name="form" onsubmit="return validate(this)">
<input type='hidden' name='recNo' value="<?php echo $dbObject->getDbField('recNo');?>">
<input type='hidden' name='kV' value="<?php echo $_REQUEST['kV'];?>">
<table boder='1' class='pa-nor'>
<tr valign='top'><td>location</td><td><input type='text' name='location' value="<?php echo $dbObject->getDbField('location');?>" size='20' maxlength='200'></td></tr>
<tr valign='top'><td>zipcode</td><td><input type='text' name='zipcode' value="<?php echo $dbObject->getDbField('zipcode');?>" size='20' maxlength='100'></td></tr>
<tr><td colspan='2'><input type='submit' name='aC' value='<?php echo $currentMode;?>'></td></tr>
</table>
</form>
<div id="cpanel">
<div style="float: left;">
<div class="icon"></div>
</div>
<div style="float: left;">
<div class="icon"></div>
</div>
<div style="float: left;"></div>
</div>
</td>
<td valign="top" width="45%"> </td>
</tr>
</tbody></table>
</div>
</div>
<div class="clear"></div>
<p class="copyright"> </p>
</div>
</div>
</body></html>