0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-integrator.tpl
{* $Id: tiki-integrator.tpl 53248 2014-12-03 03:01:26Z jyhem $ *} <div class="integrated-page"> {$data} </div> <hr> <div class="t_navbar"> {assign var=thisrepID value=$repID|escape} {if $cached eq 'y'} {if strlen($file) gt 0} {button href="tiki-integrator.php?repID=$thisrepID&file=$file&clear_cache" class="btn btn-default" _title="{tr}Clear cached version and refresh cache{/tr}" _text="{tr}Refresh{/tr}"} {else} {button href="tiki-integrator.php?repID=$thisrepID&clear_cache" class="btn btn-default" _title="{tr}Clear cached version and refresh cache{/tr}" _text="{tr}Refresh{/tr}"} {/if} {/if} {button href="tiki-list_integrator_repositories.php" _text="{tr}List Repositories{/tr}"} {* Show config buttons only for admins *} {if $tiki_p_admin eq 'y' or $tiki_p_admin_integrator eq 'y'} {assign var=thisfile value=$file|escape} <div class="btn-group"> {button href="tiki-admin_integrator_rules.php?repID=$thisrepID&file=$thisfile" class="btn btn-default" _text="{tr}configure rules{/tr}"} {button href="tiki-admin_integrator.php?action=edit&repID=$thisrepID" class="btn btn-default" _text="{tr}Edit Repository{/tr}"} </div> {/if} </div>