opac-auth.tmpl

来自「开源图书馆管理软件」· TMPL 代码 · 共 89 行

TMPL
89
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<!--designed by rebecca@katipo.co.nz-->
<!--updated by richard@katipo.co.nz 12/06/02-->
<html>
<head>
<title>Login</title>
<link rel="stylesheet" href="<TMPL_VAR NAME='themelang'>/includes/main.css" type="text/css" />
<script type="text/javascript" language="javascript">
<TMPL_INCLUDE name="script.js">
</script>
<meta name="description" content=""><meta name="keywords" content=""></head>
<body background="<TMPL_VAR NAME='themelang'>/images/styles/background.gif" marginheight="0" marginwidth="0">
<!--START TOP TABLE-->
<TMPL_INCLUDE name="membership-start.inc">
<!--TOP NAVIGATION-->
<TMPL_INCLUDE name="top-navigation.inc">
<!--START MAIN TABLE AND LEFT NAVIGATION-->
<TMPL_INCLUDE name="membership-left-nav.inc">
<!--SEARCH FORM-->
<TMPL_INCLUDE name="cat-search.inc">
<!--END LEFT NAV, START CRUMBS-->
<TMPL_INCLUDE name="crumb-start.inc">	
<!--breadcrumbs--><a href="/">Home</a> &gt;<a href='/cgi-bin/koha/opac-user.pl'>Login</a>
<!--END CRUMBS-->
<TMPL_INCLUDE name="crumb-end.inc">
<!--CONTENT--><P>
<!--+Katipo+start name="maintext"-->





<TMPL_IF NAME="nopermission">
<!-- This is what is displayed if user doesnt have permission -->
<h3>Sorry, KOHA doesnt think you have permission for this page.</h3>
</TMPL_IF>

<TMPL_IF NAME="timed_out">
<!-- This is what is displayed if login has timed out -->
<h3>Sorry, your session has timed out, please login again.</h3>
</TMPL_IF>

<TMPL_IF NAME="different_ip">
<!-- This is what is displayed if user doesnt have permission -->
<h3>You are accessing koha from a different ip address! please login again.</h3>
</TMPL_IF>

<TMPL_IF NAME="invalid_username_or_password">
<!-- This is what is displayed if user doesnt have permission -->
<h3>You entered an incorrect username or password, please try again.</h3>
</TMPL_IF>


<TMPL_IF NAME="loginprompt">
<!-- login prompt time-->

<center>

<form action='<TMPL_VAR NAME="url">' method="post">
<TMPL_LOOP NAME="INPUTS">
  <input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR NAME="value">'>
</TMPL_LOOP>
<TABLE cellpadding=0 cellspacing=5 border=0>
<TR VALIGN=TOP>
<TD>Your card number</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="userid"></TD></TR>
<TR VALIGN=TOP>
<TD>Password</TD> <TD><INPUT TYPE="password"  SIZE="25"   NAME="password"></TD>
</tr><tr>
<td colspan=2 align="right"><input type="submit" value="OK" SIZE="2"   class="green-box"></td>
</TR>
</table></form>
<p>If you don't have a password yet, next time you're in the library, take your card and some I.D. to the information counter and we'll happily issue you one.



</TMPL_IF>



<!--+Katipo+end-->
<!--BOTTOM NAVIGATION - ALL-->
<TMPL_INCLUDE name="botnav-all.inc">
<!--BOTTOM NAVIGATION - SECTION-->
<TMPL_INCLUDE name="membership-botnav.inc">
<!--END MAIN TABLE-->
<TMPL_INCLUDE name="end-main.inc">
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?