[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_installer/views/default/tmpl/ -> default_ftp.php (source)

   1  <?php
   2  /**
   3   * @package        Joomla.Administrator
   4   * @subpackage    com_installer
   5   * @copyright    Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
   6   * @license        GNU General Public License version 2 or later; see LICENSE.txt
   7   * @since        1.5
   8   */
   9  
  10  // no direct access
  11  defined('_JEXEC') or die;
  12  ?>
  13  <fieldset title="<?php echo JText::_('COM_INSTALLER_MSG_DESCFTPTITLE'); ?>">
  14      <legend><?php echo JText::_('COM_INSTALLER_MSG_DESCFTPTITLE'); ?></legend>
  15  
  16      <?php echo JText::_('COM_INSTALLER_MSG_DESCFTP'); ?>
  17  
  18      <?php if ($this->ftp instanceof Exception): ?>
  19          <p><?php echo JText::_($this->ftp->getMessage()); ?></p>
  20      <?php endif; ?>
  21  
  22      <table class="adminform">
  23          <tbody>
  24              <tr>
  25                  <td width="120">
  26                      <label for="username"><?php echo JText::_('JGLOBAL_USERNAME'); ?></label>
  27                  </td>
  28                  <td>
  29                      <input type="text" id="username" name="username" class="input_box" size="70" value="" />
  30                  </td>
  31              </tr>
  32              <tr>
  33                  <td width="120">
  34                      <label for="password"><?php echo JText::_('JGLOBAL_PASSWORD'); ?></label>
  35                  </td>
  36                  <td>
  37                      <input type="password" id="password" name="password" class="input_box" size="70" value="" />
  38                  </td>
  39              </tr>
  40          </tbody>
  41      </table>
  42  
  43  </fieldset>


Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1