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_add.php

    r1 r104  
    11<?php 
    22/* 
    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 $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    3838</head> 
    3939<body> 
    40 <div align="center"><h3><?php __("New Statistics"); ?></h3></div> 
     40<h3><?php __("New Statistics"); ?></h3> 
    4141<?php 
    4242        if ($error) { 
    43                 echo "<font color=red>$error</font></body></html>"; 
     43                echo "<p class=\"error\">$error</p></body></html>"; 
    4444                exit(); 
    4545        } 
    4646?> 
    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"> 
    4948<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> 
    5151        <select class="inl" name="hostname"><?php $stats->select_host_list($hostname); ?></select> 
    5252</td></tr> 
    5353<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"> 
    5656<!-- 
    57   document.write("&nbsp;<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.dir');\" value=\" ... \" class=\"inb\">"); 
     57  document.write("&nbsp;<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('main.dir');\" value=\" ... \" class=\"inb\" />"); 
    5858//  --> 
    59 </SCRIPT> 
     59</script> 
    6060</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> 
    6262</table> 
    6363</form> 
Note: See TracChangeset for help on using the changeset viewer.