Your IP : 216.73.216.240


Current Path : /home/j/u/v/juvelize/www/administrator/components/com_joomgallery/views/cssedit/tmpl/
Upload File :
Current File : /home/j/u/v/juvelize/www/administrator/components/com_joomgallery/views/cssedit/tmpl/default.php

<?php
/****************************************************************************************\
**   JoomGallery 3                                                                      **
**   By: JoomGallery::ProjectTeam                                                       **
**   Copyright (C) 2008 - 2021  JoomGallery::ProjectTeam                                **
**   Based on: JoomGallery 1.0.0 by JoomGallery::ProjectTeam                            **
**   Released under GNU GPL Public License                                              **
**   License: http://www.gnu.org/copyleft/gpl.html or have a look                       **
**   at administrator/components/com_joomgallery/LICENSE.TXT                            **
\****************************************************************************************/

defined('_JEXEC') or die('Direct Access to this location is not allowed.'); ?>

<form action="index.php" name="adminForm" id="adminForm" method="post">
<?php if(!empty($this->sidebar)): ?>
  <div id="j-sidebar-container" class="span2">
    <?php echo $this->sidebar; ?>
  </div>
  <div id="j-main-container" class="span10">
<?php else : ?>
  <div id="j-main-container">
<?php endif;?>
    <div class="row-fluid">
      <div class="alert alert-info">
        <?php echo ($this->edit)? JText::_('COM_JOOMGALLERY_CSSMAN_EDIT_CSS_EXPLANATION') : JText::_('COM_JOOMGALLERY_CSSMAN_NEW_CSS_EXPLANATION'); ?>
      </div>
    </div>
    <div class="row-fluid">
      <strong><?php echo $this->file ?></strong><br />
      <textarea cols="110" rows="25" name="csscontent" class="inputbox span12"><?php echo $this->content ?></textarea>
    </div>
    <input type="hidden" name="option" value="<?php echo _JOOM_OPTION; ?>">
    <input type="hidden" name="controller" value="cssedit" />
    <input type="hidden" name="task" value="">
    <input type="hidden" name="boxchecked" value="1" />
    <?php JHtml::_('joomgallery.credits'); ?>
  </div>
</form>