0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: edit_file_gallery.tpl
{* $Id: edit_file_gallery.tpl 19471 2009-06-13 00:26:41Z nyloth $ *} {if $tiki_p_create_file_galleries eq 'y'} {if $individual eq 'y'} <br /><a class="fgallink" href="tiki-objectpermissions.php?objectName={$name|escape:"url"}&objectType=file+gallery&permType=file+galleries&objectId={$galleryId}">{tr}There are individual permissions set for this file gallery{/tr}</a> {/if} <div> <form class="admin" action="tiki-list_file_gallery.php{if $filegals_manager neq ''}?filegals_manager={$filegals_manager|escape}{/if}" method="post"> <input type="hidden" name="galleryId" value="{$galleryId|escape}" /> {if $prefs.feature_tabs eq 'y'} <span style="float:right; margin-bottom: -1em"><input type="submit" value="{tr}Save{/tr}" name="edit" /> <input type="checkbox" name="viewitem" checked="checked"/> {tr}View inserted gallery{/tr}</span> <div class="tabs" style="clear: both;"> <span id="tab1" class="tabmark tabactive"><a href="javascript:tikitabs(1,3);">{tr}Properties{/tr}</a></span> <span id="tab2" class="tabmark tabinactive"><a href="javascript:tikitabs(2,3);">{tr}Display Properties{/tr}</a></span> </div> {else} <div class="input_submit_container" style="text-align: right"><input type="submit" value="{tr}Save{/tr}" name="edit" /> <input type="checkbox" name="viewitem" checked="checked"/> {tr}View inserted gallery{/tr}</div> {/if} <fieldset {if $prefs.feature_tabs eq 'y'}id="content1" class="tabcontent" style="clear:both;display:block;"{/if}> {if $prefs.feature_tabs neq 'y'} <legend class="heading"><a href="#"><span>{tr}Properties{/tr}</span></a></legend> {/if} <table class="normal"> <tr><td class="formcolor">{tr}Name{/tr}:</td><td class="formcolor"><input type="text" size="50" name="name" value="{$gal_info.name|escape}" style="width:100%"/><br/><i>{tr}required field for podcasts{/tr}</i></td></tr> <tr><td class="formcolor">{tr}Type{/tr}:</td><td class="formcolor"> <select name="fgal_type"> <!-- TODO: make this a configurable list read from database --> <option value="default" {if $gal_info.type eq 'default'}selected="selected"{/if}>{tr}any file{/tr}</option> <option value="podcast" {if $gal_info.type eq 'podcast'}selected="selected"{/if}>{tr}podcast (audio){/tr}</option> <option value="vidcast" {if $gal_info.type eq 'vidcast'}selected="selected"{/if}>{tr}podcast (video){/tr}</option> </select> </td></tr> <tr><td class="formcolor">{tr}Description{/tr}:</td><td class="formcolor"><textarea rows="5" cols="40" name="description" style="width:100%">{$gal_info.description|escape}</textarea><br/><i>{tr}required field for podcasts{/tr}</i></td></tr> <tr><td class="formcolor">{tr}Gallery is visible to non-admin users?{/tr}</td><td class="formcolor"><input type="checkbox" name="visible" {if $gal_info.visible eq 'y'}checked="checked"{/if} /></td></tr> <tr><td class="formcolor">{tr}This Gallery is Public{/tr}:</td><td class="formcolor"><input type="checkbox" name="public" {if $gal_info.public eq 'y'}checked="checked"{/if}/><br /><i>{tr}Users with perms and not only the owner of the gallery can upload in it{/tr}</i></td></tr> <tr><td class="formcolor">{tr}The files can be locked at download:{/tr} </td><td class="formcolor"><input type="checkbox" name="lockable" {if $gal_info.lockable eq 'y'}checked="checked"{/if}/></td></tr> <tr><td class="formcolor">{tr}Maximum number of archives for each file{/tr}: </td><td class="formcolor"><input size="5" type="text" name="archives" value="{$gal_info.archives|escape}" /> <i>(0={tr}unlimited{/tr}) (-1={tr}none{/tr})</i> {if ! isset($smarty.request.parentId)} </td></tr> <tr><td class="formcolor">{tr}Parent gallery{/tr}:</td><td class="formcolor"> <select name="parentId"> <option value="-1" {if $parentId == -1} selected="selected"{/if}>{tr}none{/tr}</option> {foreach from=$all_galleries key=key item=item} {if $galleryId neq $item.id} <option value="{$item.id}" {if $parentId == $item.id} selected="selected"{/if}>{if $item.parentName}{$item.parentName|escape} > {/if}{$item.name|escape}</option> {/if} {/foreach} </select> {else} <input type="hidden" name="parentId" value="{$parentId|escape}" /> {/if} </td></tr> {if $tiki_p_admin eq 'y' or $tiki_p_admin_file_galleries eq 'y'} <tr><td class="formcolor">{tr}Owner of the gallery{/tr}:</td><td class="formcolor"> <select name="user"> {section name=ix loop=$users}<option value="{$users[ix].login|escape}"{if $creator eq $users[ix].login} selected="selected"{/if}>{$users[ix].login|username}</option>{/section} </select> </td></tr> {if $prefs.feature_groupalert eq 'y'} <tr> <td class="formcolor">{tr}Group of users alerted when file gallery is modified{/tr}</td> <td class="formcolor"> <select id="groupforAlert" name="groupforAlert"> <option value=""> </option> {foreach key=k item=i from=$groupforAlertList} <option value="{$k}" {$i}>{$k}</option> {/foreach} </select> </td> </tr> <tr> <td class="formcolor">{tr}Allows to select each user for small groups{/tr}</td> <td class="formcolor"><input type="checkbox" name="showeachuser" {if $showeachuser eq 'y'}checked="checked"{/if}/ ></td> </tr> {/if} {/if} {include file='categorize.tpl'} </table> </fieldset> <!--display --> <fieldset {if $prefs.feature_tabs eq 'y'}id="content2" class="tabcontent" style="clear:both;display:none;"{/if}> {if $prefs.feature_tabs neq 'y'} <legend class="heading"><a href="#"><span>{tr}Display Properties{/tr}</span></a></legend> {/if} <table class="normal"> <tr><td class="formcolor">{tr}Default sort order{/tr}:</td><td class="formcolor"> <select name="sortorder"> {foreach from=$options_sortorder key=key item=item} <option value="{$item|escape}" {if $sortorder == $item} selected="selected"{/if}>{$key}</option> {/foreach} </select> <input type="radio" name="sortdirection" value="desc" {if $sortdirection == 'desc'}checked="checked"{/if} />{tr}descending{/tr} <input type="radio" name="sortdirection" value="asc" {if $sortdirection == 'asc'}checked="checked"{/if} />{tr}ascending{/tr} </td></tr> <tr> <td class="formcolor">{tr}Max description display size{/tr}</td> <td class="formcolor"><input type="text" name="max_desc" value="{$max_desc|escape}" /></td> </tr> <tr><td class="formcolor">{tr}Max Rows per page{/tr}:</td><td class="formcolor"><input type="text" name="maxRows" value="{$maxRows|escape}" /></td></tr> <tr><td class="formcolor">{tr}Listing configuration{/tr}</td><td class="formcolor"> <table> {include file='fgal_listing_conf.tpl'} </table> </td></tr> </table> </fieldset> <input type="submit" value="{tr}Save{/tr}" name="edit" /> </form> </div> <br /> {/if}