Changeset 104 for bureau/admin/sta_add.php
- Timestamp:
- 02/21/06 23:37:48 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/sta_add.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/sta_add.php
r1 r104 1 1 <?php 2 2 /* 3 $Id: sta_add.php,v 1. 1.1.1 2003/03/26 17:41:29 root Exp $3 $Id: sta_add.php,v 1.2 2003/06/10 07:20:29 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 38 38 </head> 39 39 <body> 40 < div align="center"><h3><?php __("New Statistics"); ?></h3></div>40 <h3><?php __("New Statistics"); ?></h3> 41 41 <?php 42 42 if ($error) { 43 echo "< font color=red>$error</font></body></html>";43 echo "<p class=\"error\">$error</p></body></html>"; 44 44 exit(); 45 45 } 46 46 ?> 47 <form method="post" action="sta_doadd.php" name="main"> 48 <input type="hidden" name="id" value="<?php echo $id ?>"> 47 <form method="post" action="sta_doadd.php" id="main"> 49 48 <table border="1" cellspacing="0" cellpadding="4"> 50 <tr><th><?php __("Domain name"); ?></th><td> 49 <tr><th><input type="hidden" name="id" value="<?php echo $id ?>" /> 50 <?php __("Domain name"); ?></th><td> 51 51 <select class="inl" name="hostname"><?php $stats->select_host_list($hostname); ?></select> 52 52 </td></tr> 53 53 <tr><th><?php __("Language"); ?></th><td><select class="inl" name="stalang"><?php $stats->select_lang_list($lang) ?></select></td></tr> 54 <tr><th><?php __("Folder"); ?></th><td><input type="text" class="int" name="dir" value="<?php echo $dir; ?>" size="20" maxlength="255" >55 < SCRIPT TYPE="text/javascript">54 <tr><th><?php __("Folder"); ?></th><td><input type="text" class="int" name="dir" value="<?php echo $dir; ?>" size="20" maxlength="255" /> 55 <script type="text/javascript"> 56 56 <!-- 57 document.write(" <input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.dir');\" value=\" ... \" class=\"inb\" >");57 document.write(" <input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.dir');\" value=\" ... \" class=\"inb\" />"); 58 58 // --> 59 </ SCRIPT>59 </script> 60 60 </td></tr> 61 <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Create those statistics"); ?>" ></td></tr>61 <tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Create those statistics"); ?>" /></td></tr> 62 62 </table> 63 63 </form>
Note: See TracChangeset
for help on using the changeset viewer.
