Ignore:
Timestamp:
02/21/06 23:37:48 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-10 07:20:29 by root]
suite de la mise en conformité xhtml 1.0

Original author: root
Date: 2003-06-10 07:20:31

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/sta_edit.php

    r1 r104  
    11<?php 
    22/* 
    3  $Id: sta_edit.php,v 1.1.1.1 2003/03/26 17:41:29 root Exp $ 
     3 $Id: sta_edit.php,v 1.2 2003/06/10 07:20:30 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4343</head> 
    4444<body> 
    45 <div align="center"><h3><?php __("Change the Statistics"); ?></h3></div> 
     45<h3><?php __("Change the Statistics"); ?></h3> 
    4646<?php 
    4747        if ($error) { 
    48                 echo "<font color=red>$error</font></body></html>"; 
     48                echo "<p class=\"error\">$error</p></body></html>"; 
    4949                exit(); 
    5050        } 
    5151?> 
    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"> 
    5453<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> 
    5656        <?php echo $r["hostname"]; ?> 
    5757</td></tr> 
    5858<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"> 
    6161<!-- 
    62   document.write("&nbsp;<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.dir');\" value=\" ... \" class=\"inb\">"); 
     62  document.write("&nbsp;<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.dir');\" value=\" ... \" class=\"inb\" />"); 
    6363//  --> 
    64 </SCRIPT> 
     64</script> 
    6565</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> 
    6767</table> 
    6868</form> 
Note: See TracChangeset for help on using the changeset viewer.