[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en/includes itemtype-image.inc,NONE,1.1.2.1 key.inc,1.1.2.1,1.1.2.2 logout.inc,1.1.2.1,1.1.2.2 main.css,1.1.2.1,1.1.2.2 membership-botnav.inc,1.1.2.1,1.1.2.2 membership-left-nav.inc,1.1.2.1,1.1.2.2 personal-details.inc,1.1.2.1,1.1.2.2

Finlay Thompson finlayt at users.sourceforge.net
Tue Nov 26 05:37:08 CET 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv14538/includes

Modified Files:
      Tag: rel-1-2
	key.inc logout.inc main.css membership-botnav.inc 
	membership-left-nav.inc personal-details.inc 
Added Files:
      Tag: rel-1-2
	itemtype-image.inc 
Log Message:

Lots more opac templates, includes and images for hlt


--- NEW FILE ---
<TMPL_IF NAME="book">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/book.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="largeprint">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/large-print.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="picture">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/magazine.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="cdrom">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/disk.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="cassette">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/disk.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="cd">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/disk.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="video">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/tape.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="bag">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/book.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="magazine">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/magazine.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="puzzle">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/jigsaw.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="picturebook">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/picture-book.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="map">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/map.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="photograph">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/magazine.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="talkingbook">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/talking-book.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>
<TMPL_IF NAME="dvd">
<IMG SRC="<TMPL_VAR NAME='themelang'>/images/dvd.gif" WIDTH="50" HEIGHT="45" BORDER="0">
</TMPL_IF>

Index: key.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes/Attic/key.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** key.inc	14 Nov 2002 23:12:34 -0000	1.1.2.1
--- key.inc	26 Nov 2002 04:37:06 -0000	1.1.2.2
***************
*** 4,14 ****
  <TABLE BORDER="0" CELLSPACING="5" cellpadding=0>
  <TR>
! 	<TD valign="top"><IMG SRC="/images/sm-book.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="Book"></TD>
! 	<TD align="center" valign="top"><IMG SRC="/images/sm-lg-print.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="Large Print Book"></TD>
! 	<TD align="center" valign="top"><IMG SRC="/images/sm-picture-book.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="Picture Book"></TD>
! <TD align="center" valign="top"><IMG SRC="/images/sm-tape.gif" WIDTH="40" HEIGHT="35" BORDER="0" align="center" ALT="Video"></TD>
! <TD align="center" valign="top"><IMG SRC="/images/sm-disk.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="CD"></TD>
! 	<TD align="center" valign="top"><IMG SRC="/images/sm-dvd.gif" WIDTH="40" HEIGHT="35" BORDER="0" align="center" ALT="DVD"></TD>	
! 	<TD align="center" valign="top"><IMG SRC="/images/sm-jigsaw.gif" WIDTH="40" HEIGHT="35" BORDER="0" align="center" ALT="Jigsaw"></TD>
  </TR>
  <TR>
--- 4,14 ----
  <TABLE BORDER="0" CELLSPACING="5" cellpadding=0>
  <TR>
! 	<TD valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-book.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="Book"></TD>
! 	<TD align="center" valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-lg-print.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="Large Print Book"></TD>
! 	<TD align="center" valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-picture-book.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="Picture Book"></TD>
! <TD align="center" valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-tape.gif" WIDTH="40" HEIGHT="35" BORDER="0" align="center" ALT="Video"></TD>
! <TD align="center" valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-disk.gif" WIDTH="35" HEIGHT="35" BORDER="0" align="center" ALT="CD"></TD>
! 	<TD align="center" valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-dvd.gif" WIDTH="40" HEIGHT="35" BORDER="0" align="center" ALT="DVD"></TD>	
! 	<TD align="center" valign="top"><IMG SRC="<TMPL_VAR NAME='themelang'>/images/sm-jigsaw.gif" WIDTH="40" HEIGHT="35" BORDER="0" align="center" ALT="Jigsaw"></TD>
  </TR>
  <TR>

Index: logout.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes/Attic/logout.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** logout.inc	14 Nov 2002 23:12:34 -0000	1.1.2.1
--- logout.inc	26 Nov 2002 04:37:06 -0000	1.1.2.2
***************
*** 1,4 ****
    <form action="/cgi-bin/koha/opac-main.pl" method="post">
    
! <input type="image" name="logout" src="/images/styles/logout-button.gif" alt="Log Out" align="absmiddle" border="0" />
    </form>
--- 1,4 ----
    <form action="/cgi-bin/koha/opac-main.pl" method="post">
    
! <input type="image" name="logout" src="<TMPL_VAR NAME='themelang'>/images/styles/logout-button.gif" alt="Log Out" align="absmiddle" border="0" />
    </form>

Index: main.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes/Attic/main.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** main.css	14 Nov 2002 23:12:34 -0000	1.1.2.1
--- main.css	26 Nov 2002 04:37:06 -0000	1.1.2.2
***************
*** 4,8 ****
    margin:0px;
    padding:0px;
!   }
  
  
--- 4,8 ----
    margin:0px;
    padding:0px;
!  }
  
  
***************
*** 11,20 ****
  }
  
- 
  a:visited {color:#BF740A}
  
  a:hover {
    color:#000000;
-   background:#E3A46D;
    }
  
--- 11,18 ----
***************
*** 23,31 ****
    }
  
! h1 {font-family:verdana,arial,helvetica;font-size:180%;color:#A88050}
  
! h2 {font-family:verdana,arial,helvetica;font-size:160%;color:#A88050;margin-bottom:0px;padding-bottom:0px}
  
! h3 {font-family:verdana,arial,helvetica;font-size:130%;color:#614523;margin-bottom:0px;padding-bottom:0px}
  
  
--- 21,68 ----
    }
  
! h1 {font-family:arial,helvetica;font-size:180%;color:#A88050}
! 
! .head1
! {
! font-family:arial,helvetica;
! font-size:180%;
! color:#A88050
! }
! 
! .head1bold
! {
! font-family:arial,helvetica;
! font-size:180%;
! color:#A88050;
! font-weight:bold;
! color:#A88050
! }
! 
! h2 {
! font-family:arial,helvetica;
! font-size:160%;
! color:#A88050;
! margin-bottom:0px;
! padding-bottom:0px;
! }
! .head2{
! font-family:arial,helvetica;
! font-size:160%;
! color:#A88050;
! margin-bottom:0px;
! padding-bottom:0px
! }
  
! .head2bold
! {
! font-family:arial,helvetica;
! font-size:160%;
! color:#A88050;
! margin-bottom:0px;
! padding-bottom:0px;
! font-weight:bold;
! }
  
! h3 {font-family:arial,helvetica;font-size:130%;color:#614523;margin-bottom:0px;padding-bottom:0px}
  
  
***************
*** 51,66 ****
  
  
! p {font-family:verdana,arial,helvetica;font-size:small}
! td {font-family:verdana,arial,helvetica;font-size:small}
! ul {font-family:verdana,arial,helvetica;font-size:small}
! ol {font-family:verdana,arial,helvetica;font-size:small}
! li {font-family:verdana,arial,helvetica;font-size:small}
! .main {font-family:verdana,arial,helvetica;font-size:small}
  input {font-family:monospace;font-size:12px}
  .navhead {font-weight:bold}
  
  
  .sidenav a:link {
    font-size:9pt;
    color:#41622F;
    margin-bottom:3pt;
--- 88,113 ----
  
  
! p,td,ul,ol,li {
!   font-family:verdana,arial,helvetica;
!   font-size:12px;
!   line-height: 20px;
! }
! 
! .main {font-family:verdana,arial,helvetica;font-size:12px;}
  input {font-family:monospace;font-size:12px}
  .navhead {font-weight:bold}
  
+ .sidenav {
+   font-size:9pt;
+   line-height: 13px;
+   color:#41622F;
+   margin-bottom:3pt;
+   font-weight: normal;
+   }
+ 
  
  .sidenav a:link {
    font-size:9pt;
+   line-height: 13px;
    color:#41622F;
    margin-bottom:3pt;
***************
*** 104,106 ****
  
  
! .search {font-family:verdana,arial,hevetica;font-size:7.5pt;font-weight:bold}
\ No newline at end of file
--- 151,306 ----
  
  
! .search {font-family:verdana,arial,hevetica;font-size:7.5pt;font-weight:bold}
! 
! .heading4 {font-family:arial,helvetica;
! font-size:110%;
! color:#614523;
! font-weight:bold;
! margin-bottom:0px;
! padding-bottom:0px}
! 
!  input.checkbox
! {font-family:monospace;
! font-size:25px;
! size:25px;
! height:25px;
! width:25px;
! }
! .small {font-size:90%;
! font-family: arial,helvetica;
! margin-bottom:3pt;
! }
! 
! .tiny {font-size:x-small;
! font-family: arial,helvetica;
! }
! 
! 
! .pink{
! background-color:#FEEDDB;
! padding: 5px;
! }
! 
! .plain{
! padding: 5px;}
! 
! .tan{
! background-color:#A88050;}
! 
! .selected{
! color:#C96029;
! font-weight:bold;
! padding: 3px;
! }
! 
! .selected-lge{
! color:#C96029;
! font-size:120%;
! font-family: arial,helvetica;
! font-weight:bold;
! padding:3px;
! }
! 
! .padded{
! padding: 5px;
!  font-size:12px;
! }
! 
! .dk-brown{
! background-color:#4E300C;}
! 
! .green{
! background-color:#E0EBDD;}
! 
! .search-number {
!     font-family: verdana,arial,hevetica;
!   font-size: small;
!   font-weight: bold;
! text-decoration: none;
!  width: 17px;
! height: 17px;
! padding: 2px;
! border-top: 1px;
! border-right: 1px;
! border-bottom: 1px;
! border-left: 1px;
!   border-style: solid;
!   border-color: #354E27;
!     }
! .selected-number {
!     font-family: verdana,arial,hevetica;
!   font-size: small;
!   font-weight: bold;
! text-decoration: none;
! background-color:#FEEDDB;
!  width: 17px;
! height: 17px;
! padding: 2px;
! border-top: 1px;
! border-right: 1px;
! border-bottom: 1px;
! border-left: 1px;
!   border-style: solid;
!   border-color: #354E27;
!     }
! .selected-box {
!    background-color:#E3A46D;
! padding:0px;
!     }
! 
! .green-box {
! background-color: #344E26;
!   font-family:verdana,arial,hevetica;
! font-size:small;
! font-weight:bold;
! color: #FEEDDB;
!   border-top: 1px;
! border-right: 1px;
! border-bottom: 1px;
! border-left: 1px;
! padding: 4px;
!   border-style: solid;
!   border-color: #667755;
!     }
! 
! .brown-box {
! background-color:#A88050;
! color: #FEEDDB;
! font-family:verdana,arial,hevetica;
! font-size:small;
! font-weight:bold;
! border-right: 1px;
! border-bottom: 1px;
! border-left: 1px;
!  border-top: 1px;
! padding: 4px;
!   border-style: solid;
!   border-color: #817567;
!     }
! .table-heading {
! background-color:#D7AB7A;
!    font-family:verdana,arial,hevetica;
! font-size:small;
! font-weight:bold;
!  padding: 5px;
!        }
! .white-box {
! background-color:#ffffff;
!     border-top: 1px;
! border-right: 1px;
! border-bottom: 1px;
! border-left: 1px;
! padding: 0px;
!   border-style: solid;
!   border-color: #4E300E;
!     }
! .fines-box {
! background-color:#E3A46D;
!     border-top: 1px;
! border-right: 1px;
! border-bottom: 1px;
! border-left: 1px;
! padding: 0px;
!   border-style: solid;
!   border-color: #4E300E;
!     }
\ No newline at end of file

Index: membership-botnav.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes/Attic/membership-botnav.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** membership-botnav.inc	14 Nov 2002 23:12:34 -0000	1.1.2.1
--- membership-botnav.inc	26 Nov 2002 04:37:06 -0000	1.1.2.2
***************
*** 1 ****
! <br /><!--+Katipo+start name="botnav" include="/includes/membership-botnav.inc"-->In this Section: | <a href="/membership/">Membership</a> | <a href="/membership/login.html">Log In</a> | <a href="/membership/account.html">My Account</a> | <a href="/membership/record.html">Reading Record</a> | <a href="/membership/details.html">Personal Details</a> |<!--+Katipo+end--><br />&nbsp;</p>
\ No newline at end of file
--- 1,2 ----
! <br /><!--+Katipo+start name="botnav" include="/includes/membership-botnav.inc"-->
! In this Section: | <a href="/membership/">Membership</a> | <a href="/cgi-bin/koha/opac-user.pl">My Account</a> | <a href="/cgi-bin/koha/opac-readingrecord.pl">Reading Record</a> | <a href="/cgi-bin/koha/opac-userdetails.pl">Personal Details</a> |<!--+Katipo+end--><br />&nbsp;</p>
\ No newline at end of file

Index: membership-left-nav.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes/Attic/membership-left-nav.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** membership-left-nav.inc	14 Nov 2002 23:12:34 -0000	1.1.2.1
--- membership-left-nav.inc	26 Nov 2002 04:37:06 -0000	1.1.2.2
***************
*** 14,21 ****
  <tr><td colspan="3"><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width="1" height="5" border="0" alt="" /></td></tr>
    <tr valign="top"><td></td><td><img src="<TMPL_VAR NAME='themelang'>/images/styles/nav-dot.gif" width="9" height="13" border="0" alt="" /></td>
!     <td width="115" class="sidenav"><a href="/membership/record.html">Reading Record</a></td></tr>
  <tr><td colspan="3"><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width="1" height="5" border="0" alt="" /></td></tr>
    <tr valign="top"><td></td><td><img src="<TMPL_VAR NAME='themelang'>/images/styles/nav-dot.gif" width="9" height="13" border="0" alt="" /></td>
!     <td width="115" class="sidenav"><a href="/membership/details.html">Personal Details</a></td></tr>
   
  <!--+Katipo+end-->
--- 14,21 ----
  <tr><td colspan="3"><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width="1" height="5" border="0" alt="" /></td></tr>
    <tr valign="top"><td></td><td><img src="<TMPL_VAR NAME='themelang'>/images/styles/nav-dot.gif" width="9" height="13" border="0" alt="" /></td>
!     <td width="115" class="sidenav"><a href="/cgi-bin/koha/opac-readingrecord.pl">Reading Record</a></td></tr>
  <tr><td colspan="3"><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width="1" height="5" border="0" alt="" /></td></tr>
    <tr valign="top"><td></td><td><img src="<TMPL_VAR NAME='themelang'>/images/styles/nav-dot.gif" width="9" height="13" border="0" alt="" /></td>
!     <td width="115" class="sidenav"><a href="/cgi-bin/koha/opac-userdetails.pl">Personal Details</a></td></tr>
   
  <!--+Katipo+end-->

Index: personal-details.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/includes/Attic/personal-details.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** personal-details.inc	14 Nov 2002 23:12:35 -0000	1.1.2.1
--- personal-details.inc	26 Nov 2002 04:37:06 -0000	1.1.2.2
***************
*** 31,34 ****
--- 31,35 ----
  </td></tr>
  </TMPL_IF>
+ </TMPL_LOOP>
  <tr valign="top"><td class="small"></td><td class="small">
   >><A HREF="/cgi-bin/koha/opac-userupdate.pl" class="sidenav">Edit Details</A>





More information about the Koha-cvs mailing list