Files
2026-05-15 18:33:51 +02:00

306 lines
13 KiB
Smarty

<div class="panelRightTop"></div>
<form action="{url label=copyStructure id=$objElement->GetId()}" id="sendForm" method="post" enctype="multipart/form-data" >
<div class="panelRightBody">
<div class="paddedContent">
<input type="hidden" name="id" value="{$objElement->GetId()}" />
<input type="hidden" name="idRouter" value="{$objElement->GetIdRouter()}" />
<input type="hidden" name="sort" value="{$objElement->GetSort()}" />
<input type="hidden" name="idParent" value="{$objElement->GetIdParent()}" />
<input type="hidden" name="idMain" value="{$objElement->GetIdMain()}" />
{dropDownContainer title='Ogólne'}
<table class="frameTableForm tableContetntWhite" cellpadding="5" cellspacing="0" border="0" width="100%">
<tr>
<td>Nazwa elementu:</td>
<td class="left">
<input class="inputWidth141 input100percent" type="text" name="elementName" value="{$objElement->GetElementName()}_kopia" />
{if isset($error.elementName)}<div style="color: red;" id="actionError">{$error.elementName}</div>{/if}
</td>
</tr>
<tr>
<td>Tytuł strony:</td>
<td class="left">{formField name='title' class='inputWidth141 input100percent' errorClass='error' type='text' obj='objElement' func='GetName'}
{if isset($error.title)}<div style="color: red;" id="actionError">{$error.title}</div>{/if}</td>
</tr>
<tr>
<td>Typ:</td>
<td class="left">
<select name="type">
<option value="1" {if $objElement->GetType() == '1'}selected{/if}>
Menu
</option>
<option value="2" {if $objElement->GetType() == '2'}selected{/if}>
Stopka
</option>
{*<option value="3" {if $objElement->GetType() == '3'}selected{/if}>
Pozostałe
</option>*}
</select>
</td>
</tr>
{*
<tr>
<td>Kolejność:</td>
<td class="left">
<input type="text" name="sort" value="{$objElement->GetSort()}" />
</td>
</tr>
*}
<tr>
<td style="width:30%">Publikuj:</td>
<td>
<input class="input" type="checkbox" name="publication" id="publication" value="1" {if $objElement->GetPublication()}checked{/if} />
</td>
</tr>
<tr>
<td style="width:30%">Publikuj w menu:</td>
<td>
<input class="input" type="checkbox" name="publication_menu" id="publication_menu" value="1" {if $objElement->GetPublicationMenu()}checked{/if} />
</td>
</tr>
</table>
{/dropDownContainer}
{dropDownContainer title='Właściwości (SEO)' isClose=true}
{assign var=metaTagDescriptionObj value=$objMetaTag->GetDescriptionObj()}
<table class="frameTableForm" cellpadding="5" cellspacing="0" border="0" width="100%">
<tr>
<td>Url</td>
<td>
{if $objModule->GetList() == 1}
{assign var=arrayModuleOptions value=$objModule->GetArrayOptions()}
{assign var=matchUri value=$arrayModuleOptions.defaultUrl}
<input class="input" type="text" name="url" id="url" size="60" value="{$matchUri}" disabled />
{else}
<input class="input" type="text" name="url" id="url" size="60" value="{$objElement->GetUrl()}" onchange="ConfirmChange('url', '{$objElement->GetUrl()}');" />
<input class="input" type="hidden" name="urlAlert" id="urlAlert" size="60" value="" />
{/if}
</td>
</tr>
<tr>
<td>Tytuł w menu:<br /></td>
<td class="left"><input class="input420" type="text" name="menuName" value="{$objElement->GetMenuName()}" /></td>
</tr>
<tr>
<td>META Description:<br /></td>
<td class="left"><textarea name="meta_description" cols="77">{$metaTagDescriptionObj->GetDescription()}</textarea></td>
</tr>
<tr>
<td>META Keywords:<br /></td>
<td class="left"><input class="input420" type="text" name="meta_keywords" value="{$metaTagDescriptionObj->GetKeywords()}" /></td>
</tr>
<tr>
<td>Skrypt statystyk*:<br /></td>
<td class="left"><textarea name="statistic" cols="77">{$metaTagDescriptionObj->GetStatistic()}</textarea> </td>
</tr>
<tr>
<td colspan="2"><span style="font-size: 9px;">* W polu statystyk może być tylko kod statystyk!</span></td>
</tr>
</table>
{/dropDownContainer}
{if $objModule->GetList() != 1}
{$zoneContent}
{/if}
{*if $module == 'Stage' && $method != 'Index'}
{dropDownContainer title="Powiązania"}
<div class="panelPowiazaniaContentTop">Szukaj: <input type="text"/> <input type="checkbox"" />wszystkie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" />powiązane</div>
<div class="panelPowiazaniaContent">
{if $arrayCategory}
<div class="panelPowiazaniaContentTop"><a class="iconCatalogy paddingLeft20" href="#" onclick="LinkList('CategoryList'); return false; ">Kategorie</a></div>
<div class="panelWhiteContentTop" id="CategoryListTop">
<table cellpadding="0" cellspacing="0" border="0" class="tableContetntWhite">
<tr>
<th width="300">nazwa</th>
<th width="250">opis</th>
<th width="34">typ</th>
<th width="59">powiąż</th>
</tr>
</table>
</div>
<div class="panelWhiteContent" style="height: 100px; overflow: auto;" id="CategoryList">
<table cellpadding="0" cellspacing="0" border="0" class="tableContetntWhite">
<tr>
<td width="300"><a class="iconCatalogy iconProperties" href="#">Sceny</a></td
<td width="66" class="center">&nbsp;</td>
</tr>
{foreach from=$arrayCategory item=Category }
<tr id="stage_list">
<td width="300"><a class="iconCategoryUnder iconProperties" href="#">{$Category->GetName()}</a></td>
<td width="66" class="center">
<input type="radio" value="{$Category->GetId()}" name="id_stage" />
</td>
</tr>{/foreach}
</table>
</div>
<div class="panelWhiteContentBottom" id="CategoryListBottom"></div>
{/if}
</div>
<div class="panelPowiazaniaContentBottom"></div>
{/dropDownContainer}
{else}
{if $method != 'Index'}
{dropDownContainer title="Powiązania"}
<div class="panelPowiazaniaContentTop">Szukaj: <input type="text"/> <input type="checkbox"" />wszystkie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" />powiązane</div>
<div class="panelPowiazaniaContent">
{if $arrayCategory}
<div class="panelPowiazaniaContentTop"><a class="iconCatalogy paddingLeft20" href="#" onclick="LinkList('CategoryList'); return false; ">Kategorie</a></div>
<div class="panelWhiteContentTop" id="CategoryListTop">
<table cellpadding="0" cellspacing="0" border="0" class="tableContetntWhite">
<tr>
<th width="300">nazwa</th>
<th width="250">opis</th>
<th width="34">typ</th>
<th width="59">powiąż</th>
</tr>
</table>
</div>
<div class="panelWhiteContent" style="height: 100px; overflow: auto;" id="CategoryList">
<table cellpadding="0" cellspacing="0" border="0" class="tableContetntWhite">
<tr>
<td width="300"><a class="iconCatalogy iconProperties" href="#">Kategorie</a></td>
<td width="250">&nbsp;</td>
<td width="24" class="center"><img src="{$urlStatic}/image/Admin/iconType.gif" alt="iconType.gif" title="typ" /></td>
<td width="66" class="center">&nbsp;</td>
</tr>
{foreach from=$arrayCategory item=Category key=idCategory}
<tr id="{$tableModuleNameCategory}_list[{$idCategory}]">
<td width="300"><a class="iconCategoryUnder iconProperties" href="#">{$Category.name}</a></td>
<td width="250"><a href="#">{$Category.description}</a></td>
<td width="24" class="center"><img src="{$urlStatic}/image/Admin/iconType01.gif" alt="iconType.gif" title="typ" /></td>
<td width="66" class="center">
<input type="checkbox" {$Category.checked} {if $idCategoryChecked == $idCategory}checked{/if} name="{$tableModuleNameCategory}_link[{$idCategory}]" id="{$tableModuleNameCategory}_link[{$idCategory}]" value="{$idCategory}" onclick="javascript: Link({$idContent}, '{$tableModuleName}', '{$tableModuleNameCategory}', document.getElementById('{$tableModuleNameCategory}_link[{$idCategory}]').value, document.getElementById('{$tableModuleNameCategory}_action[{$idCategory}]').value);" />
<input type="hidden" name="{$tableModuleNameCategory}_action[{$idCategory}]" id="{$tableModuleNameCategory}_action[{$idCategory}]" {if $idCategory.checked == 'checked' } value="delete" {else} value="add"{/if} />
</td>
</tr>{/foreach}
</table>
</div>
<div class="panelWhiteContentBottom" id="CategoryListBottom"></div>
{/if}
</div>
<div class="panelPowiazaniaContentBottom"></div>
{/dropDownContainer}
{/if}
{/if*}
{*dropDownContainer title="Baner górny"}
<div id="photoDisplay">
{if $objElement->GetBanner()} <img src="{$objElement->GetBannerThWhitUrl()}" alt="test" style=" border:1px solid #000000; margin-right:5px; margin-bottom: 5px" /> {/if}<input type="hidden" name="photo" value="{$objElement->GetBanner()}" /> </div>
<div class="clearBoth"></div>
<div class="error" id="bannerError"></div>
<div class="clearBoth"></div>
{/dropDownContainer}
{dropDownContainer title="Dodaj baner górny"}
{assign var=idElement value=$objElement->GetId()}
<iframe name="PhotoUpload" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" height="78" width="625" src="{url Structure='PhotoUpload' id=$idElement}">
<noscript>
Do wyświetlenia konieczne jest działanie ramek (iframe).
</noscript>
</iframe>
{/dropDownContainer*}
{*dropDownContainer title="Tabelki z danymi" isClose=true}
<table width="100%" class="datagrid" cellpadding="4" cellspacing="1">
<tr>
<th width="20">lp</th>
<th>nazwa</th>
<th>informacje<
<th width="20">lp<//th>
<th width="60"><a href="#"><img src="image/iconAdd.gif" alt="Dodaj" title="Dodaj" border="0"/></a></th>
</tr>
<tr>
<td align="center">1</td>
<td>nazwa 1</td>
<td>informacje 1</td>
<td align="center">
<a href="#"><img src="image/iconEdit.gif" alt="Edytuj" title="Edytuj" border="0"/></a> |
<a href="#"><img src="image/iconDelete.gif" alt="Usuń" title="Usuń" border="0"/></a>
</td>
</tr>
<tr class="even">
<td align="center">2</td>
<td>nazwa 2</td>
<td>informacje 2</td>
<td align="center">
<a href="#"><img src="image/iconEdit.gif" alt="Edytuj" title="Edytuj" border="0"/></a> |
<a href="#"><img src="image/iconDelete.gif" alt="Usuń" title="Usuń" border="0"/></a>
</td>
</tr>
<tr>
<td align="center">1</td>
<td>nazwa 1</td>
<td>informacje 1</td>
<td align="center">
<a href="#"><img src="image/iconEdit.gif" alt="Edytuj" title="Edytuj" border="0"/></a> |
<a href="#"><img src="image/iconDelete.gif" alt="Usuń" title="Usuń" border="0"/></a>
</td>
</tr>
<tr class="even">
<td align="center">2</td>
<td>nazwa 2</td>
<td>informacje 2</td>
<td align="center">
<a href="#"><img src="image/iconEdit.gif" alt="Edytuj" title="Edytuj" border="0"/></a> |
<a href="#"><img src="image/iconDelete.gif" alt="Usuń" title="Usuń" border="0"/></a>
</td>
</tr>
</table>
{/dropDownContainer*}
</div>
</div>
<div class="panelRightBottom">
<div class="panelButtons">
<input type="button" class="button buttonAnuluj" value="" name="" onclick="javascript:document.location.href='{url _value=$controller,index}'"/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
{*<input type="submit" class="button buttonPodglad" value="" name=""/>*}
{*<input type="button" class="button buttonZapisz" value="" name="saveStructure"
{if $method != 'Index'} onmouseover="var descriptionEditor = FCKeditorAPI.GetInstance('description'); var descriptionHidden = document.getElementById('descriptionHidden'); descriptionHidden.value = descriptionEditor.GetXHTML(false);" {/if}
onclick="{if $method != 'Index'} GetFromFCK('description'); GetFromFCK('shortnote'); {/if} Dosia.Form('sendForm'); return false;" />*}
<input type="submit" class="button buttonZapisz" value=" " name="EditStructureForm"/>
</div>
</div>
<input type="hidden" name="descriptionHidden" id="descriptionHidden" value="" />
<input type="hidden" name="shortnoteHidden" id="shortnoteHidden" value="" />
</form>