Files
aktualia.com.pl/_rejestracja/_Admin/temp/compile/d6eda5d53a2e45e4398a0b90d86810c855238972_0.file.Edit.tpl.php
2026-04-24 15:32:21 +02:00

89 lines
3.3 KiB
PHP

<?php
/* Smarty version 3.1.30, created on 2020-02-12 09:21:59
from "D:\makl\wamp\www\conference\dev\src\Admin\template\partial\Dictionary\Edit.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_5e43c3b738d8f5_24595294',
'has_nocache_code' => false,
'file_dependency' =>
array (
'd6eda5d53a2e45e4398a0b90d86810c855238972' =>
array (
0 => 'D:\\makl\\wamp\\www\\conference\\dev\\src\\Admin\\template\\partial\\Dictionary\\Edit.tpl',
1 => 1499689721,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5e43c3b738d8f5_24595294 (Smarty_Internal_Template $_smarty_tpl) {
if (!is_callable('smarty_function_url')) require_once 'D:\\makl\\wamp\\www\\conference\\dev\\src\\core\\plugins\\Smarty\\function.url.php';
if (!is_callable('smarty_block_dropDownContainer')) require_once 'D:\\makl\\wamp\\www\\conference\\dev\\src\\core\\plugins\\Smarty\\block.dropDownContainer.php';
?>
<form method="post" action="<?php echo smarty_function_url(array('Dictionary'=>'Edit','id'=>$_smarty_tpl->tpl_vars['objDict']->value->GetId()),$_smarty_tpl);?>
" id="sendForm" enctype="multipart/form-data">
<div class="panelRightTop"></div>
<div class="panelRightBody">
<div class="paddedContent">
<?php $_smarty_tpl->_assignInScope('additionalTitle', '');
?>
<?php $_smarty_tpl->smarty->_cache['_tag_stack'][] = array('dropDownContainer', array('title'=>"Ogólne",'additionalTitle'=>$_smarty_tpl->tpl_vars['additionalTitle']->value));
$_block_repeat1=true;
echo smarty_block_dropDownContainer(array('title'=>"Ogólne",'additionalTitle'=>$_smarty_tpl->tpl_vars['additionalTitle']->value), null, $_smarty_tpl, $_block_repeat1);
while ($_block_repeat1) {
ob_start();
?>
<table width="100%" cellspacing="0" cellpadding="5" border="0" class="frameTableForm tableContetntWhite">
<tbody>
<tr>
<td>Klucz</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetKeyword();?>
<input name="keyword" type="hidden" value="<?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetKeyword();?>
" />
</td>
</tr>
<tr>
<td>Wersja PL</td>
<td>
<textarea class="input420" name="replacement[pl]"><?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetReplacement();?>
</textarea>
</td>
</tr>
<tr style="display: none;">
<td>Wersja EN</td>
<td>
<textarea class="input420" name="replacement[en]"><?php echo $_smarty_tpl->tpl_vars['objDict']->value->GetReplacementEn();?>
</textarea>
</td>
</tr>
</tbody>
</table>
<?php $_block_repeat1=false;
echo smarty_block_dropDownContainer(array('title'=>"Ogólne",'additionalTitle'=>$_smarty_tpl->tpl_vars['additionalTitle']->value), ob_get_clean(), $_smarty_tpl, $_block_repeat1);
}
array_pop($_smarty_tpl->smarty->_cache['_tag_stack']);?>
</div>
</div>
<div class="panelRightBottom">
<div class="panelButtons">
<input type="button" class="cancel" value="Anuluj" name="" onclick="document.location.href='<?php echo smarty_function_url(array('Dictionary'=>'Index'),$_smarty_tpl);?>
'"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Zapisz" name="doDictEdit"/>
</div>
</div>
</form>
<?php }
}