72 lines
2.3 KiB
Cheetah
72 lines
2.3 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
|
|
<div id="bd">
|
|
<!--TMPL_INCLUDE NAME="masthead.inc" -->
|
|
|
|
<div id="yui-main">
|
|
|
|
<div class="yui-b">
|
|
<!-- TMPL_IF NAME="opacuserlogin" -->
|
|
<!-- TMPL_IF NAME="loggedinusername" -->
|
|
<div class="yui-g">
|
|
<div>
|
|
<!-- TMPL_ELSE -->
|
|
<div class="yui-ge">
|
|
<div class="yui-u first">
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_ELSE -->
|
|
<div class="yui-g">
|
|
<div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF name="koha_news_count" -->
|
|
<div id="news" class="container">
|
|
<table>
|
|
<!-- TMPL_LOOP name="koha_news" -->
|
|
<tr><th><!-- TMPL_VAR name="title" --></th></tr>
|
|
<tr><td><p><!-- TMPL_VAR name="new" --></p>
|
|
<p><i>(published on <!-- TMPL_VAR name="newdate" -->)</i></p></td></tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
</div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME="OpacMainUserBlock" --><div id="opacmainuserblock" class="container"><!-- TMPL_VAR NAME="OpacMainUserBlock" --></div><!-- /TMPL_IF -->
|
|
|
|
</div>
|
|
|
|
<!-- TMPL_IF NAME="opacuserlogin" -->
|
|
<!-- TMPL_UNLESS NAME="loggedinusername" -->
|
|
<div class="yui-u">
|
|
<div id="login" class="container">
|
|
<form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
|
|
<input type="hidden" name="koha_login_context" value="opac" />
|
|
<fieldset class="brief">
|
|
<legend>Log in to Your Account:</legend>
|
|
<ol>
|
|
<li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
|
|
<li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
|
|
</ol> <fieldset class="action">
|
|
<input type="submit" value="Log In" class="submit" />
|
|
</fieldset></fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<!-- /TMPL_UNLESS -->
|
|
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_IF NAME="OpacNav" --><div class="yui-b">
|
|
<div id="opacnav" class="container">
|
|
<!--TMPL_INCLUDE NAME="navigation.inc" -->
|
|
</div>
|
|
</div><!-- /TMPL_IF -->
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|