| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/content/export/ |
Upload File : |
{load_language_text section="export_schemes"}
{load_language_text section="lightbox_buttons" name="buttons"}
{block name="admin_export_categories"}
{block name="admin_export_categories_style"}
{literal}
<style type="text/css">
#csv_categories {
width: 900px;
margin: 0 auto;
}
a.checkbox
{
display: inline-block;
width: 18px;
height: 18px;
cursor: default;
background-image: url(html/assets/images/legacy/export_schemes/icon_checkboxes.png);
}
a.checkbox.self_all_sub_checked
{
background-position: 0px 36px;
}
a.checkbox.self_some_sub_checked
{
background-position: 0px 54px;
}
a.checkbox.self_no_sub_checked
{
background-position: 0px 18px;
}
a.checkbox.no_self_all_sub_checked
{
background-position: 0px 72px;
}
a.checkbox.no_self_some_sub_checked
{
background-position: 0px 72px;
}
a.checkbox.no_self_no_sub_checked
{
background-position: 0px 0px;
}
#csv_categories_tree
{
padding-left: 0px;
}
ul.subtree
{
list-style: none;
}
</style>
{/literal}
{/block}
{block name="admin_export_categories_wrapper"}
<div id="csv_categories">
{block name="admin_export_categories_headline"}
<div class="content_headline">{$txt.categories_tab} <div class="tooltip" title="{$txt.tooltip_new_categories}"> <!-- --> </div></div>
{/block}
<div class="clear_both"> <!-- --> </div>
{block name="admin_export_categories_form"}
<form id="csv_categories_form">
{block name="admin_export_categories_form_options"}
<div>
<input type="hidden" id="csv_scheme_id" value="{$content_data.scheme->v_scheme_id}" name="scheme_id" />
<input type="checkbox" id="csv_select_all_categories" name="csv_select_all_categories"/> <label for="csv_select_all_categories">{$txt.select_all}</label><br />
<input type="checkbox" id="csv_export_all_new_ones" name="csv_export_all_new_ones" {if $content_data.export_all_new_ones == '1'}checked{/if}/> <label for="csv_export_all_new_ones">{$txt.export_all_new_ones}</label>
<!--<input type="checkbox" id="csv_include_inactive_categories" name="csv_include_inactive_categories" checked="checked"/> <label for="csv_include_inactive_categories">Inaktive Kategorien einbeziehen</label>-->
</div>
{/block}
{block name="admin_export_categories_form_list"}
<ul id="csv_categories_tree" class="subtree">
{foreach item=category from=$content_data.categories}
{block name="admin_export_categories_form_list_item"}
<li>
<a class="checkbox {$category.state}_checked" id="csv_category_{$category.categories_id}" href="#"></a>
<input type="hidden" class="hidden_input" name="csv_category_state_{$category.categories_id}" value="{$category.state}"/>
<a class="csv_category_link csv_fold" rel="{$category.categories_id}" href="export_child_categories.html"><span class="csv_category_folder" style="background-image: url(html/assets/images/legacy/icons/folder.gif); background-position: 0px 3px; display: inline-block; height: 18px; width: 18px;"></span></a>
<span>{$category.categories_name|htmlentities_wrapper}</span>
<ul class="subtree"></ul>
</li>
{/block}
{/foreach}
</ul>
{/block}
{block name="admin_export_categories_form_script"}
{literal}
<script type="text/javascript">
var all_checked = true;
$('#csv_categories_tree input.hidden_input').each(function ()
{
all_checked &= $(this).val() == 'self_all_sub';
});
if (all_checked)
{
$('#csv_select_all_categories').prop('checked', true);
}
</script>
{/literal}
{/block}
</form>
{/block}
</div>
{/block}
{/block}