0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: edit_ftp.php.tar
home/academiac/www/administrator/components/com_templates/views/source/tmpl/edit_ftp.php 0000644 00000002243 15147614131 0026034 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_templates * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; ?> <fieldset class="adminform" title="<?php echo JText::_('COM_TEMPLATES_FTP_TITLE'); ?>"> <legend><?php echo JText::_('COM_TEMPLATES_FTP_TITLE'); ?></legend> <?php echo JText::_('COM_TEMPLATES_FTP_DESC'); ?> <?php if ($this->ftp instanceof Exception): ?> <p class="error"><?php echo JText::_($this->ftp->message); ?></p> <?php endif; ?> <table class="adminform"> <tbody> <tr> <td width="120"> <label for="username"><?php echo JText::_('JGLOBAL_USERNAME'); ?></label> </td> <td> <input type="text" id="username" name="username" class="inputbox" size="70" value="" /> </td> </tr> <tr> <td width="120"> <label for="password"><?php echo JText::_('JGLOBAL_PASSWORD'); ?></label> </td> <td> <input type="password" id="password" name="password" class="inputbox" size="70" value="" /> </td> </tr> </tbody> </table> </fieldset>
©
2018.