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

[project @ alternc: changeset 2003-06-10 11:18:27 by root]
Suite de la conformité XHTML 1.0

Original author: root
Date: 2003-06-10 11:18:29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/sta_edit.php

    r104 r107  
    11<?php 
    22/* 
    3  $Id: sta_edit.php,v 1.2 2003/06/10 07:20:30 root Exp $ 
     3 $Id: sta_edit.php,v 1.3 2003/06/10 11:18:27 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5656        <?php echo $r["hostname"]; ?> 
    5757</td></tr> 
    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" /> 
     58<tr><th><label for="stalang"><?php __("Language"); ?></label></th><td><select class="inl" name="stalang" id="stalang"><?php $stats->select_lang_list($r["lang"]) ?></select></td></tr> 
     59<tr><th><label for="dir"><?php __("Folder"); ?></label></th><td><input type="text" class="int" name="dir" id="dir" value="<?php echo $r["dir"]; ?>" size="20" maxlength="255" /> 
    6060<script type="text/javascript"> 
    6161<!-- 
Note: See TracChangeset for help on using the changeset viewer.