[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.4,1
From: |
Finlay Thompson |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.4,1.1.2.5 opac-detail.tmpl,1.1.2.1,1.1.2.2 opac-user.tmpl,1.1.2.5,1.1.2.6 |
Date: |
Thu, 28 Nov 2002 02:51:54 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en
In directory sc8-pr-cvs1:/tmp/cvs-serv30030
Modified Files:
Tag: rel-1-2
opac-auth.tmpl opac-detail.tmpl opac-user.tmpl
Log Message:
more fixes for the templates
Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-auth.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** opac-auth.tmpl 27 Nov 2002 23:33:38 -0000 1.1.2.4
--- opac-auth.tmpl 28 Nov 2002 10:51:52 -0000 1.1.2.5
***************
*** 33,52 ****
<TMPL_IF NAME="nopermission">
<!-- This is what is displayed if user doesnt have permission -->
! <p>Sorry, KOHA doesnt think you have permission for this page.</p>
</TMPL_IF>
<TMPL_IF NAME="timed_out">
<!-- This is what is displayed if login has timed out -->
! <p>Sorry, your session has timed out, please login again.</p>
</TMPL_IF>
<TMPL_IF NAME="different_ip">
<!-- This is what is displayed if user doesnt have permission -->
! <p>You are accessing koha from a different ip address! please login again.</p>
</TMPL_IF>
<TMPL_IF NAME="invalid_username_or_password">
<!-- This is what is displayed if user doesnt have permission -->
! <p>You entered an incorrect username or password, please try again.</p>
</TMPL_IF>
--- 33,52 ----
<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>
Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-detail.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-detail.tmpl 27 Nov 2002 01:45:49 -0000 1.1.2.1
--- opac-detail.tmpl 28 Nov 2002 10:51:52 -0000 1.1.2.2
***************
*** 21,25 ****
<!--END LEFT NAV, START CRUMBS-->
<TMPL_INCLUDE name="crumb-start.inc">
! <!--breadcrumbs--><!--breadcrumbs--><a href="/">Home</a> ><a
href='/search/'>Searching</a> ><a
href='/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
NAME="biblionumber">'>Details</a>
<!--END CRUMBS-->
<TMPL_INCLUDE name="crumb-end.inc">
--- 21,25 ----
<!--END LEFT NAV, START CRUMBS-->
<TMPL_INCLUDE name="crumb-start.inc">
! <!--breadcrumbs--><!--breadcrumbs--><a href="/">Home</a> ><a
href='/cgi-bin/koha/opac-search.pl'>Searching</a> ><a
href='/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
NAME="biblionumber">'>Details</a>
<!--END CRUMBS-->
<TMPL_INCLUDE name="crumb-end.inc">
***************
*** 29,34 ****
<table border="0" cellspacing="0" cellpadding="3"><tr><td valign="top">
<table border="0" cellspacing="0" cellpadding="3"><tr>
! <td valign="top" class="head1bold" colspan=2><TMPL_VAR NAME="title"></td>
! <td valign="top" class="head1"> (<TMPL_VAR NAME="author">)</td>
</tr>
</table>
--- 29,34 ----
<table border="0" cellspacing="0" cellpadding="3"><tr><td valign="top">
<table border="0" cellspacing="0" cellpadding="3"><tr>
! <td valign="top" class="head1bold" colspan=2><TMPL_VAR NAME="title"><br/>
! (<TMPL_VAR NAME="author">)</td>
</tr>
</table>
***************
*** 56,64 ****
<TMPL_UNLESS NAME="norequests">
<TD valign="top">
! <form action="placerequest.pl" method=post>
<INPUT TYPE="image" name="submit" VALUE="Place Reserve" height=83
WIDTH=120 BORDER=0 src="<TMPL_VAR NAME='themelang'>/images/place-reserve.gif"
align=right >
! <input type=hidden name=biblio value=52677>
! <input type=hidden name=type value=str8>
! <input type=hidden name=title value="I am a Fish">
</form>
</TD>
--- 56,62 ----
<TMPL_UNLESS NAME="norequests">
<TD valign="top">
! <form action="/cgi-bin/koha/opac-reserve.pl" method=post>
<INPUT TYPE="image" name="submit" VALUE="Place Reserve" height=83
WIDTH=120 BORDER=0 src="<TMPL_VAR NAME='themelang'>/images/place-reserve.gif"
align=right >
! <input type=hidden name=bib value=<TMPL_VAR NAME="biblionumber">>
</form>
</TD>
Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-user.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** opac-user.tmpl 27 Nov 2002 23:33:38 -0000 1.1.2.5
--- opac-user.tmpl 28 Nov 2002 10:51:52 -0000 1.1.2.6
***************
*** 92,96 ****
<td valign="top" ><TMPL_INCLUDE NAME="itemtype-image.inc"></td>
! <td valign="top" ><A HREF="book-title.html" class="padded"><TMPL_VAR
NAME="title"></A><br />
<div class="padded"><TMPL_VAR NAME="author"> (<TMPL_VAR
NAME="itemtype">)</div></td>
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
--- 92,96 ----
<td valign="top" ><TMPL_INCLUDE NAME="itemtype-image.inc"></td>
! <td valign="top" ><A HREF='/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
NAME="biblionumber">' class="padded"><TMPL_VAR NAME="title"></A><br />
<div class="padded"><TMPL_VAR NAME="author"> (<TMPL_VAR
NAME="itemtype">)</div></td>
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
***************
*** 127,131 ****
<tr><td valign="top"><TMPL_INCLUDE NAME="itemtype-image.inc"></td>
! <td valign="top" ><A HREF="book-title.html" class="padded"><TMPL_VAR
NAME="btitle"></A><br />
<div class="padded"><TMPL_VAR NAME="author"> (<TMPL_VAR
NAME="itemtype">)</div></td>
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
--- 127,131 ----
<tr><td valign="top"><TMPL_INCLUDE NAME="itemtype-image.inc"></td>
! <td valign="top" ><A HREF='/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
NAME="biblionumber">' class="padded"><TMPL_VAR NAME="btitle"></A><br />
<div class="padded"><TMPL_VAR NAME="author"> (<TMPL_VAR
NAME="itemtype">)</div></td>
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
***************
*** 164,168 ****
<tr><td valign="top" ><TMPL_INCLUDE NAME="itemtype-image.inc"></td>
! <td valign="top" ><A HREF="book-title.html" class="padded"><TMPL_VAR
NAME="title"></A><br />
<div class="padded"><TMPL_VAR NAME="author"> (<TMPL_VAR
NAME="itemtype">)</div></td>
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
--- 164,168 ----
<tr><td valign="top" ><TMPL_INCLUDE NAME="itemtype-image.inc"></td>
! <td valign="top" ><A HREF='/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR
NAME="biblionumber">' class="padded"><TMPL_VAR NAME="title"></A><br />
<div class="padded"><TMPL_VAR NAME="author"> (<TMPL_VAR
NAME="itemtype">)</div></td>
<td class="tan"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/tan-dot.gif"
WIDTH="1" HEIGHT="1" BORDER="0" ALT=""></td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.4,1.1.2.5 opac-detail.tmpl,1.1.2.1,1.1.2.2 opac-user.tmpl,1.1.2.5,1.1.2.6,
Finlay Thompson <=