0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-theme_control_objects.tpl
{*Smarty template*} <h1><a class="pagetitle" href="tiki-theme_control_objects.php">{tr}Theme Control Center: Objects{/tr}</a> {if $feature_help eq 'y'} <a href="{$helpurl}Theme+Control" target="tikihelp" class="tikihelp" title="{tr}ThemeControl Objects{/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-theme_control_objects.tpl" target="tikihelp" class="tikihelp" title="{tr}View tpl{/tr}: {tr}theme control objects tpl{/tr}"> <img src="img/icons/info.gif" border="0" height="16" width="16" alt='{tr}edit tpl{/tr}' /></a>{/if} </h1> <div class="simplebox"> <b>{tr}Theme is selected as follows{/tr}:</b><br /> 1. {tr}If a theme is assigned to the individual object that theme is used.{/tr}<br /> 2. {tr}If not then if a theme is assigned to the object's category that theme is used{/tr}<br /> 3. {tr}If not then a theme for the section is used{/tr}<br /> 4. {tr}If none of the above was selected the user theme is used{/tr}<br /> 5. {tr}Finally if the user didn't select a theme the default theme is used{/tr}<br /> </div> <br /><br /> <a class="linkbut" href="tiki-theme_control.php">{tr}Control by Categories{/tr}</a> <a class="linkbut" href="tiki-theme_control_sections.php">{tr}Control by Sections{/tr}</a> <h2>{tr}Assign themes to objects{/tr}</h2> <form id='objform' action="tiki-theme_control_objects.php" method="post"> <select name="type" onchange="javascript:document.getElementById('objform').submit();"> {section name=ix loop=$types} <option value="{$types[ix]|escape}" {if $type eq $types[ix]}selected="selected"{/if}>{$types[ix]}</option> {/section} </select> <!--<input type="submit" name="settype" value="{tr}set{/tr}" />--> <table class="normal"> <tr> <td class="formcolor">{tr}Object{/tr}</td> <td class="formcolor">{tr}Theme{/tr}</td> <td class="formcolor"> </td> </tr> <tr> <td class="formcolor"> <select name="objdata"> {section name=ix loop=$objects} <option value="{$objects[ix].objId|escape}|{$objects[ix].objName}">{$objects[ix].objName}</option> {/section} </select> </td> <td class="formcolor"> <select name="theme"> {section name=ix loop=$styles} <option value="{$styles[ix]|escape}">{$styles[ix]}</option> {/section} </select> </td> <td class="formcolor"> <input type="submit" name="assign" value="{tr}assign{/tr}" /> </td> </tr> </table> </form> <h2>{tr}Assigned objects{/tr}</h2> <table class="findtable"> <tr><td class="findtable">{tr}Find{/tr}</td> <td class="findtable"> <form method="get" action="tiki-theme_control_objects.php"> <input type="text" name="find" value="{$find|escape}" /> <input type="submit" value="{tr}find{/tr}" name="search" /> <input type="hidden" name="sort_mode" value="{$sort_mode|escape}" /> </form> </td> </tr> </table> <form action="tiki-theme_control_objects.php" method="post"> <input type="hidden" name="type" value="{$type|escape}" /> <table class="normal"> <tr> <td class="heading"><input type="submit" name="delete" value="{tr}del{/tr}" /></td> <td class="heading" ><a class="tableheading" href="tiki-theme_control_objects.php?offset={$offset}&sort_mode={if $sort_mode eq 'type_desc'}type_asc{else}type_desc{/if}">{tr}type{/tr}</a></td> <td class="heading" ><a class="tableheading" href="tiki-theme_control_objects.php?offset={$offset}&sort_mode={if $sort_mode eq 'name_desc'}name_asc{else}name_desc{/if}">{tr}name{/tr}</a></td> <td class="heading" ><a class="tableheading" href="tiki-theme_control_objects.php?offset={$offset}&sort_mode={if $sort_mode eq 'theme_desc'}theme_asc{else}theme_desc{/if}">{tr}theme{/tr}</a></td> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} <tr> <td class="{cycle advance=false}"> <input type="checkbox" name="obj[{$channels[user].objId}]" /> </td> <td class="{cycle advance=false}">{$channels[user].type}</td> <td class="{cycle advance=false}">{$channels[user].name}</td> <td class="{cycle}">{$channels[user].theme}</td> </tr> {/section} </table> </form> <div class="mini"> <div align="center"> {if $prev_offset >= 0} [<a class="prevnext" href="tiki-theme_control_objects.php?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-theme_control_objects.php?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-theme_control_objects.php?tasks_useDates={$tasks_useDates}&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} {/if} </div> </div>