[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-auth.tmpl,1.1.2.1,1.1.2.2 opac-main.tmpl,1.1.2.1,1.1.2.2 opac-search.tmpl,1.1.2.1,1.1.2.2

Paul POULAIN tipaul at users.sourceforge.net
Wed Jan 7 17:40:47 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1:/tmp/cvs-serv16218/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_0
	opac-auth.tmpl opac-main.tmpl opac-search.tmpl 
Log Message:
some modifs in css & design.
* added class for LibraryName
* created <label> style for forms labels
* added a "powered by Koha" on the bottom of the main page

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-auth.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-auth.tmpl	6 Jan 2004 15:42:10 -0000	1.1.2.1
--- opac-auth.tmpl	7 Jan 2004 16:40:45 -0000	1.1.2.2
***************
*** 26,31 ****
  <form action="<!-- TMPL_VAR NAME="url" -->" method="post">
  	<h1>Koha Login</h1>
! 	<p><span class="fixedwidth"><input name="userid" /></span>Cardnumber</p>
! 	<p><span class="fixedwidth"><input type="password" name="password" /></span>Password</p>
  	<!-- TMPL_LOOP NAME="INPUTS" -->
  		<input type="hidden" name='<!-- TMPL_VAR NAME="name" -->' value='<!-- TMPL_VAR NAME="value" -->' />
--- 26,31 ----
  <form action="<!-- TMPL_VAR NAME="url" -->" method="post">
  	<h1>Koha Login</h1>
! 	<p><label>Cardnumber</label><input name="userid" /></p>
! 	<p><label>Password</label><input type="password" name="password" /></p>
  	<!-- TMPL_LOOP NAME="INPUTS" -->
  		<input type="hidden" name='<!-- TMPL_VAR NAME="name" -->' value='<!-- TMPL_VAR NAME="value" -->' />

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-main.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-main.tmpl	6 Jan 2004 15:42:10 -0000	1.1.2.1
--- opac-main.tmpl	7 Jan 2004 16:40:45 -0000	1.1.2.2
***************
*** 14,18 ****
  
  <div id="homebloc">
! 	<h1><TMPL_VAR name="LibraryName"></h1>
  	<h2>Search the catalogue</h2>
  	<form action="/cgi-bin/koha/opac-searchresults.pl">
--- 14,18 ----
  
  <div id="homebloc">
! 	<h1 class="LibraryName"><TMPL_VAR name="LibraryName"></h1>
  	<h2>Search the catalogue</h2>
  	<form action="/cgi-bin/koha/opac-searchresults.pl">
***************
*** 39,45 ****
  	<h2><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></h2>
  	<!-- /TMPL_IF -->
! 	<p class="center">
  		<a href="http://validator.w3.org/check/referer">
! 			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
  		</a>
  	</p>
--- 39,46 ----
  	<h2><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></h2>
  	<!-- /TMPL_IF -->
! 	<p class="copyright">
! 		This Library is powered by <a href="http://www.koha.org">Koha</a>, free software ILS, and compliant with web standards
  		<a href="http://validator.w3.org/check/referer">
! 			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="16" width="44" />
  		</a>
  	</p>

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-search.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-search.tmpl	6 Jan 2004 15:42:10 -0000	1.1.2.1
--- opac-search.tmpl	7 Jan 2004 16:40:45 -0000	1.1.2.2
***************
*** 5,27 ****
  	<form action="/cgi-bin/koha/opac-searchresults.pl" method="get">
  	<ul>
! 		<li><span class="fixedwidth"><input type="text"  size="25"   name="keyword" /></span>keyword</li>
  	</ul>
  	<p><b>OR :</b></p>
  	<ul>
! 		<li><span class="fixedwidth"><input type="text"  size="25"   name="subject" /></span>subject</li>
  	</ul>
  	<p><b>OR one or more from :</b></p>
  	<ul>
! 		<li><span class="fixedwidth"><input type="text"  size="25"   name="title" /></span>Title</li>
! 		<li><span class="fixedwidth"><input type="text"  size="25"   name="author" /></span>Author</li>
! 		<li><span class="fixedwidth"><input type="text"  size="25"   name="illustrator" /></span>Illustrator</li>
! 		<li><span class="fixedwidth">
  			<select size="1"  name="class">
  				<option value="">Any</option>
  				<!-- TMPL_VAR name="classlist" -->
  			</select>
- 			</span>Item type
  		</li>
! 		<li><span class="fixedwidth"><input type="text"  size="25"   name="itemnumber" /></span>Barcode</li>
  	</ul>
  		<p>using <input type="radio" name="ttype" value="normal" />Normal or <input type="radio" name="ttype" value="exact" />Exact search</p>
--- 5,26 ----
  	<form action="/cgi-bin/koha/opac-searchresults.pl" method="get">
  	<ul>
! 		<li><label>keyword</label><input type="text"  size="25"   name="keyword" /></li>
  	</ul>
  	<p><b>OR :</b></p>
  	<ul>
! 		<li><label>subject</label><input type="text"  size="25"   name="subject" /></li>
  	</ul>
  	<p><b>OR one or more from :</b></p>
  	<ul>
! 		<li><label>Title</label><input type="text"  size="25"   name="title" /></li>
! 		<li><label>Author</label><input type="text"  size="25"   name="author" /></li>
! 		<li><label>Illustrator</label><input type="text"  size="25"   name="illustrator" /></li>
! 		<li><label>Item type</label>
  			<select size="1"  name="class">
  				<option value="">Any</option>
  				<!-- TMPL_VAR name="classlist" -->
  			</select>
  		</li>
! 		<li><label>Barcode</label><input type="text"  size="25"   name="itemnumber" /></li>
  	</ul>
  		<p>using <input type="radio" name="ttype" value="normal" />Normal or <input type="radio" name="ttype" value="exact" />Exact search</p>





More information about the Koha-cvs mailing list