Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/administrator/components/com_invoices/views/template/tmpl/editor.php
Назад
<?php /*------------------------------------------------------------------------ # com_invoices - Invoice Manager for Joomla # ------------------------------------------------------------------------ # author Germinal Camps # copyright Copyright (C) 2012 - 2016 JoomlaThat.com. All Rights Reserved. # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Websites: http://www.joomlathat.com # Technical Support: Forum - http://www.joomlathat.com/support -------------------------------------------------------------------------*/ //no direct access defined('_JEXEC') or die('Restricted access.'); $params = JComponentHelper::getParams( 'com_invoices' ); ?> <div class=" invoice-manager"> <form action="index.php" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data" class="form-horizontal"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label class="control-label col-md-3" for="name"> <?php echo JText::_( 'NAME' ); ?> </label> <div class="controls col-md-9"> <input class="form-control" type="text" name="name" id="name" size="80" maxlength="250" value="<?php echo $this->template->name;?>" /> </div> </div> <div class="form-group"> <label class="control-label col-md-3"><?php echo JText::_( 'COMPANY_LOGO' );?> </label> <div class="controls col-md-9"> <div class="input-group"> <input class="form-control" id="attachment_file_display" type="text" readonly="readonly" value="<?php echo $this->template->company_logo;?>"> <span class="input-group-btn"> <button class="btn btn-default" onclick="jQuery('#attachment_file').click();" type="button"><?php echo JText::_( 'TEMPLATE_LOGO_BUTTON' ); ?></button> </span> </div> <input class="hidden" style="display:none" type="file" name="attachment_file" id="attachment_file" onchange="jQuery('#attachment_file_display').val(this.value)"/> </div> </div> <ul class="nav nav-tabs" id="myTab"> <li class="active"><a data-toggle="tab" href="#online"><?php echo JText::_( 'ONLINE_VERSION' ); ?></a></li> <li><a data-toggle="tab" href="#pdf"><?php echo JText::_( 'PDF_VERSION' ); ?></a></li> <li><a data-toggle="tab" href="#email"><?php echo JText::_( 'EMAIL_VERSION' ); ?></a></li> </ul> <?php echo JHtml::_('bootstrap.startPane', 'myTab', array('active' => 'online')); echo JHtml::_('bootstrap.addPanel', 'myTab', 'online'); ?> <?php $editor = JFactory::getEditor(); echo $editor->display('thecontent', $this->template->content, '100%', '500', '60', '20', true); ?> <?php echo JHtml::_('bootstrap.endPanel'); echo JHtml::_('bootstrap.addPanel', 'myTab', 'pdf'); ?> <?php $editor = JFactory::getEditor(); echo $editor->display('content_pdf', $this->template->content_pdf, '100%', '500', '60', '20', true); ?> <h3><?php echo JText::_( 'STYLES' ); ?></h3> <textarea class="form-control col-md-12" name="styles" id="styles" cols="200" rows="40"><?php echo $this->template->styles; ?></textarea> <?php echo JHtml::_('bootstrap.endPanel'); echo JHtml::_('bootstrap.addPanel', 'myTab', 'email'); ?> <?php $editor = JFactory::getEditor(); echo $editor->display('content_email', $this->template->content_email, '100%', '500', '60', '20', true); ?> <?php echo JHtml::_('bootstrap.endPanel'); echo JHtml::_('bootstrap.endPane', 'myTab'); ?> </div> <div class="col-md-6"> <?php echo $this->loadTemplate('tokens'); ?> </div> </div> <input type="hidden" name="option" value="com_invoices" /> <input type="hidden" name="id" value="<?php echo $this->template->id; ?>" /> <input type="hidden" name="task" value="" /> <input type="hidden" name="controller" value="template" /> <input type="hidden" name="layout" value="editor" /> </form> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка