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