[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-main.tmpl,1.1,1.1.2.1

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 10:34:15 CEST 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory usw-pr-cvs1:/tmp/cvs-serv3326

Modified Files:
      Tag: arensb-context
	opac-main.tmpl 
Log Message:
Merged with head.


Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-main.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-main.tmpl	18 Sep 2002 06:33:35 -0000	1.1
--- opac-main.tmpl	5 Oct 2002 08:34:13 -0000	1.1.2.1
***************
*** 52,56 ****
  	alt="Koha: Horowhenua Library Trust Catalogue and Member Services" hspace=0 vspace=0></td>
  
! 	<td background=" "  colspan=3><font size=+2><a href="./opacsearch.pl"><img src="<TMPL_VAR NAME='themelang'>/images/heading-search.gif" width=272 	height=38
  	alt="Search the Catalogue" hspace=0 vspace=0 border=0></a></font></td>
  
--- 52,56 ----
  	alt="Koha: Horowhenua Library Trust Catalogue and Member Services" hspace=0 vspace=0></td>
  
! 	<td background=" "  colspan=3><font size=+2><a href="/cgi-bin/koha/opac-search.pl"><img src="<TMPL_VAR NAME='themelang'>/images/heading-search.gif" width=272 	height=38
  	alt="Search the Catalogue" hspace=0 vspace=0 border=0></a></font></td>
  
***************
*** 60,64 ****
  <tr valign=top >
  	<td>&nbsp; &nbsp; </td>
! 	<FORM ACTION="./search.pl" name=catsearch>
  	<input type=hidden name=type value=opac>
  	<td background=" " >
--- 60,64 ----
  <tr valign=top >
  	<td>&nbsp; &nbsp; </td>
! 	<FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" name=catsearch>
  	<input type=hidden name=type value=opac>
  	<td background=" " >
***************
*** 67,71 ****
  	</font>
  	<b>Type in the box and press the enter 			key.</b><br>
! 	<a href="./opacsearch.pl">
        
  	<img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" width=27 height=22
--- 67,71 ----
  	</font>
  	<b>Type in the box and press the enter 			key.</b><br>
! 	<a href="/cgi-bin/koha/opac-search.pl">
        
  	<img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" width=27 height=22
***************
*** 76,82 ****
  	<p>
  	<TMPL_IF NAME="loggedinuser">
! 	    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href="./logout.pl">Log Out</a>]</p>
  	<TMPL_ELSE>
! 	    <p align=left><a href="./userpage.pl">Log In</a> to Koha</p>
  	</TMPL_IF>
  	</td>
--- 76,82 ----
  	<p>
  	<TMPL_IF NAME="loggedinuser">
! 	    <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Home</a>][<a href="/cgi-bin/koha/logout.pl">Log Out</a>]</p>
  	<TMPL_ELSE>
! 	    <p align=left><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  	</TMPL_IF>
  	</td>
***************
*** 88,92 ****
  
  <!--
!   <tr valign=top ><form action="./member.pl" method=get >
  	<td background=" "  colspan=3><img src="<TMPL_VAR NAME='themelang'>/images/heading-login.gif" width=279 		height=38
  	alt="Member Login" hspace=0 vspace=0 border=0></td>
--- 88,92 ----
  
  <!--
!   <tr valign=top ><form action="/cgi-bin/koha/member.pl" method=get >
  	<td background=" "  colspan=3><img src="<TMPL_VAR NAME='themelang'>/images/heading-login.gif" width=279 		height=38
  	alt="Member Login" hspace=0 vspace=0 border=0></td>
***************
*** 95,99 ****
  <tr valign=top >
          <td></td>
! 	<form action="./member.pl" method=get >
  	<td background=" " >
  	<font size=3 face="arial narrow,arial,helvetica">Card Number &nbsp;</font></td>
--- 95,99 ----
  <tr valign=top >
          <td></td>
! 	<form action="/cgi-bin/koha/member.pl" method=get >
  	<td background=" " >
  	<font size=3 face="arial narrow,arial,helvetica">Card Number &nbsp;</font></td>
***************
*** 117,121 ****
    <tr valign=top >
  	<td></td>
! 	<td background=" " colspan=4><A href="./join.html"><img src="<TMPL_VAR NAME='themelang'>/images/heading-member.gif" width=331 		height=38
  	alt="Become a Website Member" hspace=0 vspace=0 border=0></a>
  	</td>
--- 117,121 ----
    <tr valign=top >
  	<td></td>
! 	<td background=" " colspan=4><A href="/cgi-bin/koha/join.html"><img src="<TMPL_VAR NAME='themelang'>/images/heading-member.gif" width=331 		height=38
  	alt="Become a Website Member" hspace=0 vspace=0 border=0></a>
  	</td>





More information about the Koha-cvs mailing list