Viewing file: 2f025851fedf5043c055d4bedc88872232ebab8a.file.person.tpl.php (5.01 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2014-09-22 23:33:54 compiled from "modules/reception/templates/person.tpl" */ ?> <?php /*%%SmartyHeaderCode:13948536794e41084b4e43e6-90847760%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '2f025851fedf5043c055d4bedc88872232ebab8a' => array ( 0 => 'modules/reception/templates/person.tpl', 1 => 1410983426, ), ), 'nocache_hash' => '13948536794e41084b4e43e6-90847760', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php if (!is_callable('smarty_function_html_radios')) include 'modules-alien/smarty/libs/plugins/function.html_radios.php'; ?> <form 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> <div class="ukr"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Questions_person_name'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br /> <input name="person_name_ukr" type="text" id="person_name_ukr" value="<?php echo $_smarty_tpl->getVariable('person_name_ukr')->value;?> " size="80" /> </div> <div class="rus"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Questions_person_name'];?> (<img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" />):<br /> <input name="person_name_rus" type="text" id="person_name_rus" value="<?php echo $_smarty_tpl->getVariable('person_name_rus')->value;?> " size="80" /> </div> <div class="eng"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Questions_person_name'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br /> <input name="person_name_eng" type="text" id="person_name_eng" value="<?php echo $_smarty_tpl->getVariable('person_name_eng')->value;?> " size="80" /> </div> </td> </tr> <tr> <td> <div class="ukr"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Questions_person_occupation'];?> (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br /> <input name="person_occupation_ukr" type="text" id="person_occupation_ukr" value="<?php echo $_smarty_tpl->getVariable('person_occupation_ukr')->value;?> " size="80" /> </div> <div class="rus"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['Questions_person_occupation'];?> (<img src="/admin/images/rus30x20.gif" align="absmiddle" height="10" />):<br /> <input name="person_occupation_rus" type="text" id="person_occupation_rus" value="<?php echo $_smarty_tpl->getVariable('person_occupation_rus')->value;?> " size="80" /> </div> <div class="eng"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['person_occupation'];?> (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br /> <input name="person_occupation_eng" type="text" id="person_occupation_eng" value="<?php echo $_smarty_tpl->getVariable('person_occupation_eng')->value;?> " size="80" /> </div> </td> </tr> <tr> <td><?php echo smarty_function_html_radios(array('name'=>'person_active','values'=>array('Y','N'),'output'=>array($_smarty_tpl->getVariable('ALANG')->value['QuestionsPersonActiveY'],$_smarty_tpl->getVariable('ALANG')->value['QuestionsPersonActiveN']),'selected'=>$_smarty_tpl->getVariable('person_active')->value,'separator'=>'<br />'),$_smarty_tpl->smarty,$_smarty_tpl);?> </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>
|