Viewing file: 713fc4fd975926e236ef3646d8358e6a8d4d69a9.file.modules.tpl.php (5.23 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-02-15 20:29:35 compiled from "user/templates/options/modules.tpl" */ ?> <?php /*%%SmartyHeaderCode:6661168014f3bf98f905cf4-47668434%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '713fc4fd975926e236ef3646d8358e6a8d4d69a9' => array ( 0 => 'user/templates/options/modules.tpl', 1 => 1328738842, ), ), 'nocache_hash' => '6661168014f3bf98f905cf4-47668434', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form class="editorform" method="post"> <table class="editor-table"> <tr> <th><?php echo GetParam("ModuleNews",$_smarty_tpl->getVariable('alang')->value);?> </th> </tr> <tr align="center"> <td> <table width="980" border="0" align="center"> <?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');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['lang']->key => $_smarty_tpl->tpl_vars['lang']->value){ ?> <tr> <td align="right"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsModuleNews'];?> (<img src="/admin/images/<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> 30x20.gif" align="absmiddle" height="10" />): </td> <td><input name="Params[ModuleNews][<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> ]" type="text" value="<?php echo htmlspecialchars(GetParam("ModuleNews",($_smarty_tpl->tpl_vars['lang']->value)));?> " size="100" /> </td> </tr> <?php }} ?> <tr><td colspan="2"><hr /></td></tr> <tr> <td align="right"><?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsNewsCount'];?> : </td> <td><input name="Params[NewsCount][all]" type="text" value="<?php echo htmlspecialchars(GetParam("NewsCount","all"));?> " size="100" /></td> </tr> <tr><td colspan="2"><hr /></td></tr> <?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');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['lang']->key => $_smarty_tpl->tpl_vars['lang']->value){ ?> <tr> <td align="right"> <?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsModuleNewsPanel'];?> (<img src="/admin/images/<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> 30x20.gif" align="absmiddle" height="10" />): </td> <td><input name="Params[ModuleNewsPanel][<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> ]" type="text" value="<?php echo htmlspecialchars(GetParam("ModuleNewsPanel",($_smarty_tpl->tpl_vars['lang']->value)));?> " size="100" /> </td> </tr> <?php }} ?> <tr><td colspan="2"><hr /></td></tr> <tr valign="top"> <td align="right"><?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsNewsDisplayYearNavigator'];?> :</td> <td><label> <input type="radio" name="Params[NewsDisplayYearNavigator][all]" value="Y" <?php if (GetParam("NewsDisplayYearNavigator","all")=='Y'){?> checked="checked"<?php }?> /> <?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsSnowEnabled'];?>
</label> <label> <input type="radio" name="Params[NewsDisplayYearNavigator][all]" value="N" <?php if (GetParam("NewsDisplayYearNavigator","all")=='N'){?> checked="checked"<?php }?> /> <?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsSnowDisabled'];?>
</label> </td> </tr> <tr valign="top"> <td align="right"><?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsNewsDisplayMonthNavigator'];?> :</td> <td><label> <input type="radio" name="Params[NewsDisplayMonthNavigator][all]" value="Y" <?php if (GetParam("NewsDisplayMonthNavigator","all")=='Y'){?> checked="checked"<?php }?> /> <?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsSnowEnabled'];?>
</label> <label> <input type="radio" name="Params[NewsDisplayMonthNavigator][all]" value="N" <?php if (GetParam("NewsDisplayMonthNavigator","all")=='N'){?> checked="checked"<?php }?> /> <?php echo $_smarty_tpl->getVariable('ALANG')->value['OptionsSnowDisabled'];?>
</label> </td> </tr> <tr><td colspan="2"><hr /></td></tr> </table> </td> </tr> <tr> <td> <div align="center"> <input value="<?php echo $_smarty_tpl->getVariable('ALANG')->value['CoreSave'];?> " type="submit" name="submit" id="submit" /></div> <input type="hidden" name="<?php echo $_smarty_tpl->getVariable('oper')->value;?> " value="yes" /> </td> </tr> </table> </form> <script type="text/javascript"> </script>
|