Viewing file: 713fc4fd975926e236ef3646d8358e6a8d4d69a9.file.modules.tpl.php (7.21 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-11 16:05:07 compiled from "user/templates/options/modules.tpl" */ ?> <?php /*%%SmartyHeaderCode:12753608474dca8983bc6dc7-94330728%%*/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 => 1305061748, ), ), 'nocache_hash' => '12753608474dca8983bc6dc7-94330728', '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>
<?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['OptionsModuleQuestions'];?> (<img src="/admin/images/<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> 30x20.gif" align="absmiddle" height="10" />):
</td>
<td><textarea class="ckeditor" name="Params[QuestionsChapterText][<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> ]"><?php echo htmlspecialchars(GetParam("QuestionsChapterText",($_smarty_tpl->tpl_vars['lang']->value)));?> </textarea>
</td>
</tr>
<?php }} ?>
<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['OptionsMovableLine'];?> (<img src="/admin/images/<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> 30x20.gif" align="absmiddle" height="10" />):
</td>
<td><input name="Params[Line][<?php echo $_smarty_tpl->tpl_vars['lang']->value;?> ]" type="text" value="<?php echo htmlspecialchars(GetParam("Line",($_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>
|