Changeset 797
- Timestamp:
- 02/22/06 03:49:15 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/ftp_add.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/ftp_add.php
r796 r797 1 1 <?php 2 2 /* 3 $Id: ftp_add.php,v 1. 3 2006/01/12 00:28:20anarcat Exp $3 $Id: ftp_add.php,v 1.4 2006/01/12 00:34:53 anarcat Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 54 54 <select class="inl" name="prefixe"><?php $ftp->select_prefix_list($prefixe); ?></select> <b>_</b> <input type="text" class="int" name="login" id="login" value="<?php echo $login; ?>" size="20" maxlength="64" /> 55 55 </td></tr> 56 <tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="password t" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr>56 <tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="password" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 57 57 <tr><th><label for="dir"><?php __("Folder"); ?></label></th><td><input type="text" class="int" name="dir" id="dir" value="<?php echo $dir; ?>" size="20" maxlength="255" /> 58 58 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.
