{** * contexts.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * RTAdmin context list * * $Id: contexts.tpl,v 1.6 2008/04/04 17:06:55 asmecher Exp $ *} {assign var="pageTitle" value="rt.contexts"} {include file="common/header.tpl"}
{iterate from=contexts item=context} {/iterate} {if $contexts->wasEmpty()} {else} {/if}
 
{translate key="rt.context.title"} {translate key="rt.context.abbrev"}  
 
{$context->getTitle()|escape} {$context->getAbbrev()|escape} getVersionId()|to_array:$context->getContextId() dir=u}" class="action">↑ getVersionId()|to_array:$context->getContextId() dir=d}" class="action">↓ | getVersionId()|to_array:$context->getContextId()}" class="action">{translate key="rt.admin.contexts.metadata"} | getVersionId()|to_array:$context->getContextId()}" class="action">{translate key="rt.searches"} | getVersionId()|to_array:$context->getContextId()}" onclick="return confirm('{translate|escape:"jsparam" key="rt.admin.contexts.confirmDelete"}')" class="action">{translate key="common.delete"}
{translate key="common.none"}
{page_info iterator=$contexts} {page_links anchor="contexts" name="contexts" iterator=$contexts}

getVersionId()}" class="action">{translate key="rt.admin.contexts.createContext"}
{include file="common/footer.tpl"}