0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-admin_external_wikis.tpl
{title}{tr}Admin external wikis{/tr}{/title} {if $prefs.feature_help eq 'y'} <a href="{$prefs.helpurl}External+Wikis" target="tikihelp" class="tikihelp" title="{tr}Admin External Wikis{/tr}">{icon _id='help'}</a> {/if} {if $prefs.feature_view_tpl eq 'y'} <a href="tiki-edit_templates.php?template=tiki-admin_external_wikis.tpl" target="tikihelp" class="tikihelp" title="{tr}View template{/tr}: {tr}tiki admin external wikis template{/tr}"> {icon _id='shape_square_edit' alt='{tr}Edit template{/tr}'}</a> {/if}</h1> <h2>{tr}Create/Edit External Wiki{/tr}</h2> <form action="tiki-admin_external_wikis.php" method="post"> <input type="hidden" name="extwikiId" value="{$extwikiId|escape}" /> <table class="normal"> <tr><td class="formcolor">{tr}Name{/tr}:</td><td class="formcolor"><input type="text" maxlength="255" size="10" name="name" value="{$info.name|escape}" /></td></tr> <tr><td class="formcolor">{tr}URL (use $page to be replaced by the page name in the URL example: http://www.example.com/tiki-index.php?page=$page){/tr}:</td><td class="formcolor"><input type="text" maxlength="255" size="40" name="extwiki" value="{$info.extwiki|escape}" /></td></tr> <tr><td class="formcolor"> </td><td class="formcolor"><input type="submit" name="save" value="{tr}Save{/tr}" /></td></tr> </table> </form> <h2>{tr}External Wiki{/tr}</h2> <!-- second table --> <table class="normal"> <tr> <th><a href="tiki-admin_external_wikis.php?offset={$offset}&sort_mode={if $sort_mode eq 'name_desc'}name_asc{else}name_desc{/if}">{tr}Name{/tr}</a></th> <th><a href="tiki-admin_external_wikis.php?offset={$offset}&sort_mode={if $sort_mode eq 'extwiki_desc'}extwiki_asc{else}extwiki_desc{/if}">{tr}ExtWiki{/tr}</a></th> <th>{tr}Action{/tr}</th> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} <tr> <td class="{cycle advance=false}">{$channels[user].name}</td> <td class="{cycle advance=false}">{$channels[user].extwiki}</td> <td class="{cycle}"> <a title="{tr}Edit{/tr}" class="link" href="tiki-admin_external_wikis.php?offset={$offset}&sort_mode={$sort_mode}&extwikiId={$channels[user].extwikiId}"> {icon _id='page_edit'}</a> <a title="{tr}Delete{/tr}" class="link" href="tiki-admin_external_wikis.php?offset={$offset}&sort_mode={$sort_mode}&remove={$channels[user].extwikiId}" > {icon _id='cross' alt='{tr}Delete{/tr}'}</a> </td> </tr> {sectionelse} <tr><td class="odd" colspan="3">{tr}No records found{/tr}</td></tr> {/section} </table> {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}