42868d70
andryeyev
Создал GIT
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?php /* Smarty version 2.6.16, created on 2015-07-13 16:05:32
compiled from statics.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'default', 'statics.tpl', 10, false),array('modifier', 'stripslashes', 'statics.tpl', 10, false),array('modifier', 'escape', 'statics.tpl', 10, false),)), $this); ?>
<form method="post" action="<?php echo @URL; ?>
admin.php?action=<?php echo $this->_tpl_vars['rules_info_one']['action']; ?>
">
<input type="hidden" name="region" value="<?php echo $this->_tpl_vars['Region']; ?>
">
<input type="hidden" name="lang" value="<?php echo $this->_tpl_vars['Lang']; ?>
">
<input type="hidden" name="update_id" value="<?php echo $this->_tpl_vars['statics_one']['id']; ?>
">
<textarea name="text" cols="100" rows="40"><?php echo ((is_array($_tmp=((is_array($_tmp=((is_array($_tmp=@$_POST['text'])) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['statics_one']['text']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['statics_one']['text'])))) ? $this->_run_mod_handler('stripslashes', true, $_tmp) : smarty_modifier_stripslashes($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</textarea>
<br>Óêð:<br>
<textarea name="text_ukr" cols="100" rows="40"><?php echo ((is_array($_tmp=((is_array($_tmp=((is_array($_tmp=@$_POST['text_ukr'])) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['statics_one']['text_ukr']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['statics_one']['text_ukr'])))) ? $this->_run_mod_handler('stripslashes', true, $_tmp) : smarty_modifier_stripslashes($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</textarea>
<br>
<center>
<input type="hidden" name="save">
<input type="submit" class="submit_blue" value="Ñîõðàíèòü">
</center>
</form>
|