[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/zh-TW intranet-main.tmpl,1.1,1.2

Ambrose Li acli at users.sourceforge.net
Wed Jul 16 07:45:17 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW
In directory sc8-pr-cvs1:/tmp/cvs-serv23393

Modified Files:
	intranet-main.tmpl 
Log Message:
Sync to current en template


Index: intranet-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/zh-TW/intranet-main.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** intranet-main.tmpl	2 Feb 2003 04:56:46 -0000	1.1
--- intranet-main.tmpl	16 Jul 2003 05:45:15 -0000	1.2
***************
*** 45,72 ****
  
    <tr valign=top >
! 	<td background="/images/koha-front-background.gif"><img src="/images/holder.gif"
  	width=1 height=420 align=left alt=" " hspace=0 vspace=0 >
  	<table cellspacing=0 cellpadding=0 border=0 >
  		<!----ROW THAT SETS THE GRID FOR THE REST OF THE TABLE--->
  		<tr valign=top >
! 			<td background=""><img src="/images/holder.gif" width=150 height=42
  			alt=" " hspace=0 vspace=0 ></td>
! 			<td background=""><img src="/images/holder.gif" width=30 height=42
  			alt=" " hspace=0 vspace=0 ></td>
! 			<td background=""><img src="/images/holder.gif" width=25 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=25 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=30 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=20 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=20 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=10 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=10 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="/images/holder.gif" width=90 height=42
  			alt=" " hspace=0 vspace=0></td>
  		</tr>
--- 45,72 ----
  
    <tr valign=top >
! 	<td background="<TMPL_VAR NAME='themelang'>/images/koha-front-background.gif"><img src="/images/holder.gif"
  	width=1 height=420 align=left alt=" " hspace=0 vspace=0 >
  	<table cellspacing=0 cellpadding=0 border=0 >
  		<!----ROW THAT SETS THE GRID FOR THE REST OF THE TABLE--->
  		<tr valign=top >
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=150 height=42
  			alt=" " hspace=0 vspace=0 ></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=30 height=42
  			alt=" " hspace=0 vspace=0 ></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=25 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=25 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=30 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=20 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=20 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=10 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=10 height=42
  			alt=" " hspace=0 vspace=0></td>
! 			<td background=""><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=90 height=42
  			alt=" " hspace=0 vspace=0></td>
  		</tr>
***************
*** 75,79 ****
  
  		<tr valign=top >
! 			<td background="" colspan=5><img src="/images/holder.gif"
  			width=1 height=1 hspace=0 vspace=0></td>
  
--- 75,79 ----
  
  		<tr valign=top >
! 			<td background="" colspan=5><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif"
  			width=1 height=1 hspace=0 vspace=0></td>
  
***************
*** 82,89 ****
  			hspace=0 vspace=0 border=0></a></td>
  		</tr>
! 		<FORM ACTION="/cgi-bin/koha/search.pl" method=post>
  		<tr valign=top >
  			<td background="" rowspan=3 align="right" colspan=5>
! 				<img src="/images/holder.gif"
  				width=1 height=35
  				alt=" " hspace=0 vspace=0><br>
--- 82,90 ----
  			hspace=0 vspace=0 border=0></a></td>
  		</tr>
! 
! 
  		<tr valign=top >
  			<td background="" rowspan=3 align="right" colspan=5>
! 				<img src="<TMPL_VAR NAME='themelang'>/images/holder.gif"
  				width=1 height=35
  				alt=" " hspace=0 vspace=0><br>
***************
*** 93,109 ****
  			<td></td>
  			<td background="" colspan=3>
! 				<input type=text size="27" name="keyword"><input type=reset value="²MªÅ"><br>
! 
! 			<small>¦b¤W­±ªÅ®æ¿é¤JÃöÁä¦r¡A¦A«ö¦^¨®Áä§Y¥i¡C</small><br>
! 			<a href="/cgi-bin/koha/catalogue-home.pl">
! 			
! 			<img src="/images/front-arrow-purple.gif" width=27 height=22
! 			alt="-" hspace=0 vspace=0 border=0 align=middle>¶i¶¥·j´M (<!--FIXME-->§ó¦h¿ï¶µ)</a><br>
! 
  			<img src="/images/holder.gif" width=1 height=8
  			alt=" " hspace=0 vspace=0></td>
! 
! 		</tr>
! 		</form>
  
  		<!--------MEMBER SEARCH----->
--- 94,113 ----
  			<td></td>
  			<td background="" colspan=3>
! 		 <TMPL_IF NAME="NOTMARC">
! 		                <FORM ACTION="/cgi-bin/koha/loadmodules.pl" method=post>
! 				<input type="hidden" name="module" value="search">
! 				<input type="hidden" name="type" value="intranet">
! 				<input type=text size="27" name="keyword"><input type=reset value="clr"><br>
! 
! 			<small>¦b¤W­±ªÅ®æ¿é¤J«á¡A¦A«ö¦^¨®Áä§Y¥i¡C</small><br>
! 			<a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">
! 			<font size=2 face="arial narrow,arial,helvetica">
! 			<img src="<TMPL_VAR NAME='themelang'>/images/front-arrow-purple.gif" width=27 height=22
! 			alt="-" hspace=0 vspace=0 border=0 align=middle >¶i¶¥·j´M (§ó¦h¿ï¶µ)</a><br>
! 			</form>
! 		  </TMPL_IF>
  			<img src="/images/holder.gif" width=1 height=8
  			alt=" " hspace=0 vspace=0></td>
! 		</tr>		
  
  		<!--------MEMBER SEARCH----->
***************
*** 128,133 ****
  			<input type=text size="27" name="member">
  			<input type=reset value="²MªÅ"><br>
! 			<small>¦b¤W­±ªÅ®æ¿é¤JŪªÌ©m¦W¡A¦A«ö¦^¨®Áä§Y¥i¡C</small><br>
! 			<img src="/images/holder.gif" width=1 height=12
  			alt=" " hspace=0 vspace=0></td>
  
--- 132,137 ----
  			<input type=text size="27" name="member">
  			<input type=reset value="²MªÅ"><br>
! 			<small>¦b¤W­±ªÅ®æ¿é¤J«á¡A¦A«ö¦^¨®Áä§Y¥i¡C</small><br>
! 			<img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=1 height=12
  			alt=" " hspace=0 vspace=0></td>
  
***************
*** 173,177 ****
  			alt="¨t²Î³]©w"
  			hspace=0 vspace=0 border=0></a><br>
! 			<img src="/images/holder.gif" width=1 height=12
  			alt=" " hspace=0 vspace=0 ></td>
  
--- 177,181 ----
  			alt="¨t²Î³]©w"
  			hspace=0 vspace=0 border=0></a><br>
! 			<img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" width=1 height=12
  			alt=" " hspace=0 vspace=0 ></td>
  





More information about the Koha-cvs mailing list