Viewing file: 8328ee2b295a5227d31bc1e3eacee686512d1ab3.file.session.tpl.php (2.89 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-11 01:58:54 compiled from "modules/laws/templates/session.tpl" */ ?> <?php /*%%SmartyHeaderCode:19441687754dc9c32ebb0570-85043555%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '8328ee2b295a5227d31bc1e3eacee686512d1ab3' => array ( 0 => 'modules/laws/templates/session.tpl', 1 => 1305061702, ), ), 'nocache_hash' => '19441687754dc9c32ebb0570-85043555', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form class="editorform" method="post" enctype="multipart/form-data">
<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>
Номер скликання: <input type="text" value="<?php echo $_smarty_tpl->getVariable('row')->value['rec_convocation'];?> " name="rec_convocation" /> Номер сесії: <input type="text" value="<?php echo $_smarty_tpl->getVariable('row')->value['rec_session'];?> " name="rec_session" /> Дата: <input type="text" value="<?php echo $_smarty_tpl->getVariable('row')->value['rec_date'];?> " name="rec_date" /><br />
Текст: <br />
<textarea name="rec_text" id="rec_text" cols="65" rows="5" class="ckeditor"><?php echo $_smarty_tpl->getVariable('row')->value['rec_text'];?> </textarea></td>
</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>
|