0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-theme_control_sections.tpl
{title help="Theme+Control"}{tr}Theme Control Center: Sections{/tr}{/title} {remarksbox type="notice" title="{tr}Notice{/tr}"} <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} {/remarksbox} <div class="navbar"> {button href="tiki-theme_control.php" _text="{tr}Control by Categories{/tr}"} {button href="tiki-theme_control_objects.php" _text="{tr}Control by Objects{/tr}"} </div> <h2>{tr}Assign themes to sections{/tr}</h2> <form action="tiki-theme_control_sections.php" method="post"> <table class="formcolor"> <tr> <td>{tr}Section{/tr}</td> <td>{tr}Theme{/tr}</td> <td>{tr}Option{/tr}</td> <td> </td> </tr> <tr> <td> <select name="section"> {foreach key=sec item=ix from=$sections} <option value="{$sec|escape}" {if $a_section eq $sec}selected="selected"{/if}>{$sec}</option> {/foreach} </select> </td> <td> <select name="theme" onchange="this.form.submit();"> {section name=ix loop=$styles} <option value="{$styles[ix]|escape}" {if $a_style eq $styles[ix]}selected="selected"{/if}>{$styles[ix]}</option> {/section} </select> </td> <td> <select name="theme-option"> <option value="">{tr}None{/tr}</option> {section name=ix loop=$style_options} <option value="{$style_options[ix]|escape}">{$style_options[ix]}</option> {/section} </select> </td> <td> <input type="submit" name="assign" value="{tr}Assign{/tr}" /> </td> </tr> </table> </form> <h2>{tr}Assigned sections{/tr}</h2> <form action="tiki-theme_control_sections.php" method="post"> <table class="normal"> <tr> <th><input type="submit" name="delete" value="{tr}Del{/tr}" /></th> <th> <a href="tiki-theme_control_sections.php?offset={$offset}&sort_mode={if $sort_mode eq 'section_desc'}section_asc{else}section_desc{/if}"> {tr}Section{/tr} </a> </th> <th> <a href="tiki-theme_control_sections.php?offset={$offset}&sort_mode={if $sort_mode eq 'theme_desc'}theme_asc{else}theme_desc{/if}"> {tr}Theme{/tr} </a> </th> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} <tr class="{cycle}"> <td class="checkbox"> <input type="checkbox" name="sec[{$channels[user].section}]" /> </td> <td class="text">{$channels[user].section}</td> <td class="text">{$channels[user].theme}</td> </tr> {/section} </table> </form> <br /> <br /> <br />