| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined( '_JEXEC' ) or die( 'Restricted access' ); ?> 3 <fieldset title="<?php echo JText::_('DESCFTPTITLE'); ?>" class="adminform"> 4 <legend><?php echo JText::_('DESCFTPTITLE'); ?></legend> 5 6 <?php echo JText::_('DESCFTP'); ?> 7 8 <?php if(JError::isError($this->ftp)): ?> 9 <p><?php echo JText::_($this->ftp->message); ?></p> 10 <?php endif; ?> 11 12 <table class="adminform nospace"> 13 <tbody> 14 <tr> 15 <td width="120"> 16 <label for="username"><?php echo JText::_('Username'); ?>:</label> 17 </td> 18 <td> 19 <input type="text" id="username" name="username" class="input_box" size="70" value="" /> 20 </td> 21 </tr> 22 <tr> 23 <td width="120"> 24 <label for="password"><?php echo JText::_('Password'); ?>:</label> 25 </td> 26 <td> 27 <input type="password" id="password" name="password" class="input_box" size="70" value="" /> 28 </td> 29 </tr> 30 </tbody> 31 </table> 32 33 </fieldset>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |