{* $Id: sitemap.tpl 1794 2006-05-16 13:02:47Z zeke $ *}
 {$lang.sitemap_settings}

{capture name="mainbox"} {include file="common_templates/select_language.tpl"} {$lang.text_sitemap_page}

{if $sitemap_sections} {foreach from=$sitemap_sections item=section} {/foreach} {else} {/if}
{$lang.position_short} {$lang.section_name} {$lang.avail}  
{include file="buttons/button.tpl" but_text=$lang.edit_links but_style="text" but_href="$index_script?$target_name=sitemap&$mode_name=update§ion_id=`$section.section_id`"}

{if 'manage_sitemap'|fn_check_privileges:true}
{include file="buttons/update.tpl" but_onclick="javascript:document.sitemap_form.submit();" but_type="input"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript:fn_delete_selected('sitemap_form','delete_sitemap_sections');"}
{/if}

{$lang.text_no_sitemap_sections}


{include file="common_templates/subheader.tpl" title=$lang.add_new_site_map_section}
{include file="buttons/multiple_buttons.tpl" item_id="add_section"}

{if 'manage_sitemap'|fn_check_privileges:true} {include file="buttons/add_new.tpl" but_onclick="javascript:document.add_sitemap_sections_form.submit();"} {/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.manage_sitemap content=$smarty.capture.mainbox}