0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-directory_admin_related.tpl
<h1><a class="pagetitle" href="tiki-directory_admin_related.php?parent={$parent}">{tr}Admin related categories{/tr}</a> {if $feature_help eq 'y'} <a href="{$helpurl}Directory" target="tikihelp" class="tikihelp" title="{tr}Admin Directory Related {/tr}"> <img src="img/icons/help.gif" border="0" height="16" width="16" alt='{tr}help{/tr}' /></a>{/if} {if $feature_view_tpl eq 'y'} <a href="tiki-edit_templates.php?template=tiki-directory_admin_related.tpl" target="tikihelp" class="tikihelp" title="{tr}View tpl{/tr}: {tr}directory admin related tpl{/tr}"> <img src="img/icons/info.gif" border="0" height="16" width="16" alt='{tr}edit tpl{/tr}' /></a>{/if}</h1> {* Display the title using parent *} {include file=tiki-directory_admin_bar.tpl} {* Navigation bar to admin, admin related, etc *} <h2>{tr}Parent category{/tr}:</h2> {* Display the path adding manually the top category id=0 *} <form name="path" method="post" action="tiki-directory_admin_related.php"> <select name="parent" onchange="javascript:path.submit();"> {section name=ix loop=$all_categs} <option value="{$all_categs[ix].categId|escape}" {if $parent eq $all_categs[ix].categId}selected="selected"{/if}>{$all_categs[ix].path}</option> {/section} </select> <input type="submit" name="go" value="{tr}go{/tr}" /> </form> <h2>{tr}Add a related category{/tr}</h2> <form action="tiki-directory_admin_related.php" method="post"> <input type="hidden" name="parent" value="{$parent|escape}" /> <table class="normal"> <tr> <td class="formcolor">{tr}Category{/tr}:</td> <td class="formcolor"> <select name="categId"> {section name=ix loop=$categs} <option value="{$categs[ix].categId|escape}">{$categs[ix].path}</option> {/section} </select> </td> </tr> <tr> <td class="formcolor">{tr}Mutual{/tr}:</td> <td class="formcolor"><input type="checkbox" name="mutual" /></td> </tr> <tr> <td class="formcolor"> </td> <td class="formcolor"><input type="submit" name="add" value="{tr}save{/tr}" /> </tr> </table> </form> <h2>{tr}Related categories{/tr}</h2> {* Display the list of categories (items) using pagination *} {* Links to edit, remove, browse the categories *} <table class="normal"> <tr> <td class="heading">{tr}category{/tr}</td> <td class="heading">{tr}action{/tr}</td> </tr> {cycle values="odd,even" print=false} {section name=user loop=$items} <form action="tiki-directory_admin_related.php"> <input type="hidden" name="parent" value="{$parent|escape}" /> <input type="hidden" name="oldcategId" value="{$items[user].relatedTo|escape}" /> <tr> <td class="{cycle advance=false}"> <select name="categId"> {section name=ix loop=$categs} <option value="{$categs[ix].categId|escape}" {if $categs[ix].categId eq $items[user].relatedTo}selected="selected"{/if}>{$categs[ix].path}</option> {/section} </select> </td> <td class="{cycle}"> <input type="submit" name="remove" value="{tr}remove{/tr}" /> <input type="submit" name="update" value="{tr}update{/tr}" /> </td> </form> </tr> {/section} </table> <div align="center"> <div class="mini"> {if $prev_offset >= 0} [<a class="prevnext" href="tiki-directory_admin_related.php?parent={$parent}&find={$find}&offset={$prev_offset}&sort_mode={$sort_mode}">{tr}prev{/tr}</a>] {/if} {tr}Page{/tr}: {$actual_page}/{$cant_pages} {if $next_offset >= 0} [<a class="prevnext" href="tiki-directory_admin_related.php?parent={$parent}&find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}next{/tr}</a>] {/if} {if $direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:$maxRecords} <a class="prevnext" href="tiki-directory_admin_related.php?parent={$parent}&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} {/if} </div> </div>