Viewing file: d05c3f32277b91c6393d9b8a238ca2e1deedba28.file.partner.tpl.php (3.91 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-05-13 11:12:33 compiled from "modules/partners/templates/partner.tpl" */ ?> <?php /*%%SmartyHeaderCode:9924196054faf6cf16db613-96242492%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'd05c3f32277b91c6393d9b8a238ca2e1deedba28' => array ( 0 => 'modules/partners/templates/partner.tpl', 1 => 1336896747, ), ), 'nocache_hash' => '9924196054faf6cf16db613-96242492', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <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==GetParam("DefaultLanguage")){?> 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="hidden" name="actual_date" value="<?php echo $_smarty_tpl->getVariable('actual_date')->value;?> "/>
<div class="ukr">
Назва міста (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br />
<input name="partner_name_ukr" type="text" id="partner_name_ukr" value="<?php echo $_smarty_tpl->getVariable('partner_name_ukr')->value;?> " size="100" />
</div>
<div class="eng">
Назва міста (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br />
<input name="partner_name_eng" type="text" id="partner_name_eng" value="<?php echo $_smarty_tpl->getVariable('partner_name_eng')->value;?> " size="100" />
</div>
<div>
Адреса сайту:
<br />
<input name="partner_url" type="text" id="partner_url" value="<?php echo $_smarty_tpl->getVariable('partner_url')->value;?> " size="100" />
</div>
<div class="ukr">
Текстова інформація (<img src="/admin/images/ukr30x20.gif" align="absmiddle" height="10" />):<br />
<textarea rows="5" cols="80" name="partner_text_ukr" class="ckeditor"><?php echo $_smarty_tpl->getVariable('partner_text_ukr')->value;?> </textarea>
</div>
<div class="eng">
Текстова інформація (<img src="/admin/images/eng30x20.gif" align="absmiddle" height="10" />):<br />
<textarea rows="5" cols="80" name="partner_text_eng" class="ckeditor"><?php echo $_smarty_tpl->getVariable('partner_text_eng')->value;?> </textarea>
</div>
<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>
<input type="hidden" name="oper" value="<?php echo $_smarty_tpl->getVariable('oper')->value;?> " />
</td>
</tr>
</table>
</form>
|