Permalink
Cannot retrieve contributors at this time
98 lines (98 sloc)
3.76 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" standalone="no"?> | |
| <!DOCTYPE html SYSTEM "entities.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epc="http://eprints.org/ep3/control"> | |
| <head> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <title><epc:pin ref="title" textonly="yes"/> - <epc:phrase ref="archive_name"/></title> | |
| <link rel="icon" href="{$config{rel_path}}/favicon.ico" type="image/x-icon"/> | |
| <link rel="shortcut icon" href="{$config{rel_path}}/favicon.ico" type="image/x-icon"/> | |
| <epc:pin ref="head"/> | |
| </head> | |
| <body> | |
| <epc:pin ref="pagetop"/> | |
| <div class="ep_tm_header ep_noprint"> | |
| <div class="ep_tm_site_logo"> | |
| <a href="{$config{frontpage}}" title="{phrase('archive_name')}"> | |
| <img alt="{phrase('archive_name')}" src="{$config{rel_path}}{$config{site_logo}}"/> | |
| </a> | |
| </div> | |
| <ul class="ep_tm_menu"> | |
| <li> | |
| <a href="{$config{http_url}}"> | |
| <epc:phrase ref="template/navigation:home"/> | |
| </a> | |
| </li> | |
| <li> | |
| <a href="{$config{http_url}}/information.html"> | |
| <epc:phrase ref="template/navigation:about"/> | |
| </a> | |
| </li> | |
| <li> | |
| <a href="{$config{http_url}}/view/" menu="ep_tm_menu_browse"> | |
| <epc:phrase ref="template/navigation:browse"/> | |
| </a> | |
| <ul id="ep_tm_menu_browse" style="display:none;"> | |
| <li> | |
| <a href="{$config{http_url}}/view/year/"> | |
| <epc:phrase ref="bin/generate_views:indextitleprefix"/> | |
| <epc:phrase ref="viewname_eprint_year"/> | |
| </a> | |
| </li> | |
| <li> | |
| <a href="{$config{http_url}}/view/subjects/"> | |
| <epc:phrase ref="bin/generate_views:indextitleprefix"/> | |
| <epc:phrase ref="viewname_eprint_subjects"/> | |
| </a> | |
| </li> | |
| <li> | |
| <a href="{$config{http_url}}/view/divisions/"> | |
| <epc:phrase ref="bin/generate_views:indextitleprefix"/> | |
| <epc:phrase ref="viewname_eprint_divisions"/> | |
| </a> | |
| </li> | |
| <li> | |
| <a href="{$config{http_url}}/view/creators/"> | |
| <epc:phrase ref="bin/generate_views:indextitleprefix"/> | |
| <epc:phrase ref="viewname_eprint_creators"/> | |
| </a> | |
| </li> | |
| </ul> | |
| </li> | |
| </ul> | |
| <table class="ep_tm_searchbar"> | |
| <tr> | |
| <td align="left"> | |
| <epc:pin ref="login_status"/> | |
| </td> | |
| <td align="right" style="white-space: nowrap"> | |
| <epc:pin ref="languages"/> | |
| <form method="get" accept-charset="utf-8" action="{$config{http_cgiurl}}/search" style="display:inline"> | |
| <input class="ep_tm_searchbarbox" size="20" type="text" name="q"/> | |
| <input class="ep_tm_searchbarbutton" value="{phrase('lib/searchexpression:action_search')}" type="submit" name="_action_search"/> | |
| <input type="hidden" name="_action_search" value="Search"/> | |
| <input type="hidden" name="_order" value="bytitle"/> | |
| <input type="hidden" name="basic_srchtype" value="ALL"/> | |
| <input type="hidden" name="_satisfyall" value="ALL"/> | |
| </form> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <div> | |
| <div class="ep_tm_page_content"> | |
| <h1 class="ep_tm_pagetitle"> | |
| <epc:pin ref="title"/> | |
| </h1> | |
| <epc:pin ref="page"/> | |
| </div> | |
| </div> | |
| <div class="ep_tm_footer ep_noprint"> | |
| <div class="ep_tm_eprints_logo"> | |
| <a href="http://eprints.org/software/"> | |
| <img alt="EPrints Logo" src="{$config{rel_path}}/images/eprintslogo.gif"/> | |
| </a> | |
| </div> | |
| <epc:phrase ref="template:about_eprints"/> | |
| </div> | |
| </body> | |
| </html> |