first commit

This commit is contained in:
2026-04-24 15:32:21 +02:00
commit 20d40fead4
5046 changed files with 641038 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
<?php
/* Smarty version 3.1.30, created on 2020-04-15 18:46:32
from "/home/www/_rejestracja/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_5e973a68921cb0_42162137',
'has_nocache_code' => false,
'file_dependency' =>
array (
'065807fa35e6b4bc7678f853dafe46eb661982a1' =>
array (
0 => '/home/www/_rejestracja/Admin/template/partial/Dictionary/Edit.tpl',
1 => 1499689721,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5e973a68921cb0_42162137 (Smarty_Internal_Template $_smarty_tpl) {
if (!is_callable('smarty_function_url')) require_once '/home/www/_rejestracja/core/plugins/Smarty/function.url.php';
if (!is_callable('smarty_block_dropDownContainer')) require_once '/home/www/_rejestracja/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 }
}