[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en intranet-main.tmpl,1.14,1.15

Paul POULAIN tipaul at users.sourceforge.net
Wed Apr 14 21:47:19 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18679/koha-tmpl/intranet-tmpl/default/en

Modified Files:
	intranet-main.tmpl 
Log Message:
CSS'ing

Index: intranet-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** intranet-main.tmpl	2 Apr 2004 15:22:07 -0000	1.14
--- intranet-main.tmpl	14 Apr 2004 19:47:17 -0000	1.15
***************
*** 61,69 ****
  </head>
  <body onload="Load();">
! <div class="mainbloc">
  	<div class="image">
  		<img src="<!--TMPL_VAR name="themelang">/images/koha-front-koha.gif">
  	</div>
! 	<div class="menus">
  <!-- RIGHT (disappearing) BLOC -->
  		<div id="Hint1" class="hint">
--- 61,69 ----
  </head>
  <body onload="Load();">
! <div id="mainbloc">
  	<div class="image">
  		<img src="<!--TMPL_VAR name="themelang">/images/koha-front-koha.gif">
  	</div>
! 	<div id="menus">
  <!-- RIGHT (disappearing) BLOC -->
  		<div id="Hint1" class="hint">
***************
*** 83,87 ****
  					<input type="text" name="keyword" size="27">
  					<input type="reset" value="clr"><br>
! 					<b>Type in the box and press the enter key.</b><br>
  					<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue">Advanced Search (More Options)</a><br>
  				</form>
--- 83,87 ----
  					<input type="text" name="keyword" size="27">
  					<input type="reset" value="clr"><br>
! 					<p>Type in the box and press the enter key.</p>
  					<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue">Advanced Search (More Options)</a><br>
  				</form>
***************
*** 90,98 ****
  		<div id="Hint2" class="hint">
  			<h1 class="members">Members</h1>
! 			<a href="">Search</a>
  			<form action="/cgi-bin/koha/members/member.pl" method="post">
  				<input type="text" size="27" name="member">
  				<input type="submit" value="OK"><br>
! 				<font size="1" face="arial,helvetica,sans-serif"><b>Type in the box and press the enter key.</b></font><br>
  				<img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" width="1" height="12" alt="" hspace="0" vspace="0">
  			</form>
--- 90,98 ----
  		<div id="Hint2" class="hint">
  			<h1 class="members">Members</h1>
! 			<h2 class="members">Search</h2>
  			<form action="/cgi-bin/koha/members/member.pl" method="post">
  				<input type="text" size="27" name="member">
  				<input type="submit" value="OK"><br>
! 				<p>Type in the box and press the enter key.</p>
  				<img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" width="1" height="12" alt="" hspace="0" vspace="0">
  			</form>





More information about the Koha-cvs mailing list