Reformatted table and added 'Close' link.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@682 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-11-05 15:12:48 +00:00
parent eea39c6ee2
commit 838c9bf183
1 changed files with 6 additions and 6 deletions

View File

@ -27,12 +27,14 @@
<input type="hidden" name="action" value="<?= $action ?>"> <input type="hidden" name="action" value="<?= $action ?>">
<input type="hidden" name="eid" value="<?= $eid ?>"> <input type="hidden" name="eid" value="<?= $eid ?>">
<input type="hidden" name="generate" value="1"> <input type="hidden" name="generate" value="1">
<table align="center" border="0" cellspacing="0" cellpadding="2" width="250"> <table align="center" border="0" cellspacing="0" cellpadding="2" width="96%">
<tr><td colspan="2" class="head" align="center">Video Generation Parameters</td></tr> <tr><td width="50">&nbsp;</td><td class="head" align="center">Video Generation Parameters</td><td width="50" class="text" align="right"><a href="javascript: window.close();">Close</a></tr>
<tr><td colspan="2">&nbsp;</td></tr> </table>
<table align="center" border="0" cellspacing="0" cellpadding="2" width="96%">
<tr><td width="50%">&nbsp;</td><td width="50%">&nbsp;</td></tr>
<tr><td class="text" align="right">Frame Rate</td><td><?= buildSelect( "rate", $rates ) ?></td></tr> <tr><td class="text" align="right">Frame Rate</td><td><?= buildSelect( "rate", $rates ) ?></td></tr>
<tr><td class="text" align="right">Video Size</td><td><?= buildSelect( "scale", $scales ) ?></td></tr> <tr><td class="text" align="right">Video Size</td><td><?= buildSelect( "scale", $scales ) ?></td></tr>
<tr><td class="text" align="right">Overwite Existing</td><td><input type="checkbox" class="form-noborder" name="overwrite" value="1"<?php if ( $overwrite ) { ?> checked<?php } ?>></td></tr> <tr><td class="text" align="right">Overwrite Existing</td><td><input type="checkbox" class="form-noborder" name="overwrite" value="1"<?php if ( $overwrite ) { ?> checked<?php } ?>></td></tr>
<tr><td colspan="2">&nbsp;</td></tr> <tr><td colspan="2">&nbsp;</td></tr>
<tr><td colspan="2" align="center"><input type="submit" class="form" value="Generate Video"></td></tr> <tr><td colspan="2" align="center"><input type="submit" class="form" value="Generate Video"></td></tr>
</table> </table>
@ -43,12 +45,10 @@
?> ?>
<table border="0" cellspacing="0" cellpadding="4" width="100%"> <table border="0" cellspacing="0" cellpadding="4" width="100%">
<tr><td>&nbsp;</td></tr> <tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr> <tr>
<td align="center" class="head">Generating Video</td> <td align="center" class="head">Generating Video</td>
</tr> </tr>
<tr><td>&nbsp;</td></tr> <tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
</table> </table>
</body> </body>
</html> </html>