Your IP : 216.73.217.112


Current Path : /home/zieirix/www/administrator/components/com_phocagallery/views/phocagalleryef/tmpl/
Upload File :
Current File : /home/zieirix/www/administrator/components/com_phocagallery/views/phocagalleryef/tmpl/edit_ftp.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_templates
 *
 * @copyright   Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;
?>
<fieldset class="adminform" title="<?php echo JText::_('COM_PHOCAGALLERY_FTP_TITLE'); ?>">
	<legend><?php echo JText::_('COM_PHOCAGALLERY_FTP_TITLE'); ?></legend>

	<?php echo JText::_('COM_PHOCAGALLERY_FTP_DESC'); ?>

	<?php if ($this->t['ftp'] instanceof Exception): ?>
		<p class="error"><?php echo JText::_($this->t['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>