0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
administrator
/
components
/
com_templates
/
views
/
source
/
tmpl
/
[
Home
]
File: edit_ftp.php
<?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.