0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-sheets.tpl
{* $Id: tiki-sheets.tpl 19513 2009-06-13 09:07:25Z nyloth $ *} {title help="Spreadsheet"}{tr}TikiSheet{/tr}{/title} {if $tiki_p_edit_sheet eq 'y'} {if $edit_mode eq 'y'} {if $sheetId eq 0} <h2>{tr}Create a sheet{/tr}</h2> {else} <h2>{tr}Edit this sheet:{/tr} {$title}</h2> {if $tiki_p_edit_sheet eq 'y'} <div class="navbar"> {button href="tiki-sheets.php?edit_mode=1&sheetId=0" _text="{tr}Create New Sheet{/tr}"} </div> {/if} {/if} {if $individual eq 'y'} <a class="gallink" href="tiki-objectpermissions.php?objectName={$name|escape:"url"}&objectType=sheet&permType=sheet&objectId={$sheetId}">{tr}There are individual permissions set for this sheet{/tr}</a> {/if} <form action="tiki-sheets.php" method="post"> <input type="hidden" name="sheetId" value="{$sheetId|escape}" /> <table class="normal"> <tr><td class="formcolor">{tr}Title{/tr}:</td><td class="formcolor"><input type="text" name="title" value="{$title|escape}"/></td></tr> <tr><td class="formcolor">{tr}Description{/tr}:</td><td class="formcolor"><textarea rows="5" cols="40" name="description">{$description|escape}</textarea></td></tr> <tr><td class="formcolor">{tr}Class Name{/tr}:</td><td class="formcolor"><input type="text" name="className" value="{$className|escape}"/></td></tr> <tr><td class="formcolor">{tr}Header Rows{/tr}:</td><td class="formcolor"><input type="text" name="headerRow" value="{$headerRow|escape}"/></td></tr> <tr><td class="formcolor">{tr}Footer Rows{/tr}:</td><td class="formcolor"><input type="text" name="footerRow" value="{$footerRow|escape}"/></td></tr> {include file=categorize.tpl} {if $tiki_p_admin eq 'y'} <tr><td class="formcolor">{tr}Creator{/tr}:</td><td class="formcolor"> <select name="creator"> <option value=""></option> {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} <tr><td class="formcolor"> </td><td class="formcolor"><input type="submit" value="{tr}Save{/tr}" name="edit" /></td></tr> </table> </form> <br /> {else} <div class="navbar"><a href="tiki-sheets.php?edit_mode=edit&sheetId=0">{tr}Create new Sheet{/tr}</a></div> {/if} {/if} {if $sheetId > 0} {if $edited eq 'y'} <div class="wikitext"> {tr}You can access the sheet using the following URL{/tr}: <a class="gallink" href="{$url}?sheetId={$sheetId}">{$url}?sheetId={$sheetId}</a> </div> {/if} {/if} <h2>{tr}Available Sheets{/tr}</h2> {if $sheets or $find ne ''} {include file='find.tpl'} {/if} <table class="normal"> <tr> <th>{self_link _sort_arg='sort_mode' _sort_field='title'}{tr}Title{/tr}{/self_link}</th> <th>{self_link _sort_arg='sort_mode' _sort_field='description'}{tr}Description{/tr}{/self_link}</th> <th>{self_link _sort_arg='sort_mode' _sort_field='user'}{tr}User{/tr}{/self_link}</th> <th>{tr}Actions{/tr}</th> </tr> {cycle values="odd,even" print=false} {section name=changes loop=$sheets} <tr> <td class="{cycle advance=false}"><a class="galname" href="tiki-view_sheets.php?sheetId={$sheets[changes].sheetId}">{$sheets[changes].title}</a></td> <td class="{cycle advance=false}">{$sheets[changes].description}</td> <td class="{cycle advance=false}">{$sheets[changes].author}</td> <td class="{cycle}"> {if $chart_enabled eq 'y'} <a class="gallink" href="tiki-graph_sheet.php?sheetId={$sheets[changes].sheetId}"><img src='pics/icons/chart_curve.png' width='16' height='16' alt='{tr}Graph{/tr}' title='{tr}Graph{/tr}' /></a> {/if} {if $tiki_p_view_sheet_history eq 'y'} <a class="gallink" href="tiki-history_sheets.php?offset={$offset}&sort_mode={$sort_mode}&sheetId={$sheets[changes].sheetId}">{icon _id='application_form_magnify' alt='{tr}History{/tr}'}</a> {/if} <a class="gallink" href="tiki-export_sheet.php?offset={$offset}&sort_mode={$sort_mode}&sheetId={$sheets[changes].sheetId}">{icon _id='disk' alt='{tr}Export{/tr}'}</a> {if $sheets[changes].tiki_p_edit_sheet eq 'y'} <a class="gallink" href="tiki-import_sheet.php?offset={$offset}&sort_mode={$sort_mode}&sheetId={$sheets[changes].sheetId}">{icon _id='folder_add' alt='{tr}Import{/tr}'}</a> {/if} {if $tiki_p_admin_sheet eq 'y'} <a class="gallink" href="tiki-objectpermissions.php?objectName={$sheets[changes].title|escape:"url"}&objectType=sheet&permType=sheet&objectId={$sheets[changes].sheetId}"> {if $sheets[changes].individual eq 'y'} {icon _id='key_active' alt='{tr}Active Perms{/tr}'} {else} {icon _id='key' alt='{tr}Perms{/tr}'} {/if} </a> {/if} {if $sheets[changes].tiki_p_edit_sheet eq 'y'} <a class="gallink" href="tiki-sheets.php?offset={$offset}&sort_mode={$sort_mode}&edit_mode=1&sheetId={$sheets[changes].sheetId}">{icon _id='page_edit' alt='{tr}Edit{/tr}'}</a> <a class="gallink" href="tiki-sheets.php?offset={$offset}&sort_mode={$sort_mode}&removesheet=y&sheetId={$sheets[changes].sheetId}">{icon _id='cross' alt='{tr}Delete{/tr}'}</a> {/if} </td> </tr> {sectionelse} <tr><td colspan="6" class="odd"> <b>{tr}No records found{/tr}</b> </td></tr> {/section} </table> {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}