browse_types.smarty 480 Bytes
<h2>{i18n}Select a document type{/i18n}</h2>

<p class="descriptiveText">{i18n}In some circumstances it is useful to view all
documents of a given <strong>document type</strong>. Select a <strong>document type</strong> from the list below
to view all relevant documents.{/i18n}</p>

<ul>
{foreach item=oType from=$document_types}
  <li><a href="{$smarty.server.PHP_SELF}?action=main&fType={$oType->getId()}&fBrowseMode=document_type">{$oType->getName()}</a></li>
{/foreach}
</ul>