Viewing file: d1428df53eadf9aa2242fb744ba11817c3449e79.file.publisher.tpl.php (3.4 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2014-09-22 23:35:21 compiled from "modules/laws/templates/publisher.tpl" */ ?> <?php /*%%SmartyHeaderCode:15172318424dc9aacabc8520-75687004%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'd1428df53eadf9aa2242fb744ba11817c3449e79' => array ( 0 => 'modules/laws/templates/publisher.tpl', 1 => 1410983425, ), ), 'nocache_hash' => '15172318424dc9aacabc8520-75687004', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <div class="pagetitle"><?php echo $_smarty_tpl->getVariable('pagetitle')->value;?> </div> <form class="editorform" method="post"> <table class="editor-table"> <tr> <th> <div id="current-language"> <?php $_smarty_tpl->tpl_vars['lang'] = new Smarty_Variable; $_from = $_smarty_tpl->getVariable('languages')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} $_smarty_tpl->tpl_vars['smarty']->value['foreach']['loop']['iteration']=0; if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['lang']->key => $_smarty_tpl->tpl_vars['lang']->value){ $_smarty_tpl->tpl_vars['smarty']->value['foreach']['loop']['iteration']++; ?> <input type="radio" <?php if ($_smarty_tpl->tpl_vars['lang']->value==$_smarty_tpl->getVariable('alang')->value){?> checked="checked" <?php }?> id="current-language<?php echo $_smarty_tpl->getVariable('smarty')->value['foreach']['loop']['iteration'];?> " name="current-language" value="<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> " /><label for="current-language<?php echo $_smarty_tpl->getVariable('smarty')->value['foreach']['loop']['iteration'];?> "><img src="/admin/images/<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> 30x20.gif" /></label> <?php }} ?> </div> </th> </tr> <tr> <td> <div class="ukr"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Laws_publisher_name'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br /> <input name="publisher_name_ukr" type="text" id="publisher_name_ukr" value="<?php echo $_smarty_tpl->getVariable('publisher_name_ukr')->value;?> " size="80" /> </div> <div class="rus"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Laws_publisher_name'];?> (<img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" />):<br /> <input name="publisher_name_rus" type="text" id="publisher_name_rus" value="<?php echo $_smarty_tpl->getVariable('publisher_name_rus')->value;?> " size="80" /> </div> <div class="eng"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Laws_publisher_name'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br /> <input name="publisher_name_eng" type="text" id="publisher_name_eng" value="<?php echo $_smarty_tpl->getVariable('publisher_name_eng')->value;?> " size="80" /> </div> </td> </tr> <tr> <td> <input value="<?php echo $_smarty_tpl->getVariable('ALANG')->value['CoreSave'];?> " type="submit" name="submit" id="submit" class="ui-state-default ui-widget ui-corner-all" /</td> </tr> </table> <input type="hidden" name="<?php echo $_smarty_tpl->getVariable('oper')->value;?> " value="yes" /> </form>
|