[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en catalogue/M... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Aug 10 19:01:56 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/10 17:01:56

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/catalogue: MARCdetail.tmpl 
	koha-tmpl/intranet-tmpl/npl/en/includes: colors.css intranet.css 

Log message:
	Synching MARCdetail.tmpl with default, and updating some relevant styles

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.6&r2=1.3.2.7
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.6&r2=1.1.2.7
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.19&r2=1.5.2.20

Patches:
Index: catalogue/MARCdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -u -b -r1.3.2.6 -r1.3.2.7
--- catalogue/MARCdetail.tmpl	15 Jun 2006 15:40:25 -0000	1.3.2.6
+++ catalogue/MARCdetail.tmpl	10 Aug 2006 17:01:56 -0000	1.3.2.7
@@ -8,190 +8,307 @@
 <div class="tabitem"><form action="/cgi-bin/koha/detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" value="intra" name="type" /><input type="submit" class="submit" value="View Brief Display" /></form> <form action="ISBDdetail.pl" method="get" /><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="View ISBD" /></form> <!-- TMPL_IF NAME="norequests" -->&nbsp;<!-- TMPL_ELSE --> <form action="request.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> <input type="submit" class="submit" value="Place Reserve" /></form>
 		<!-- /TMPL_IF --><form action="/cgi-bin/koha/detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Simple Print View" onclick="openWindow('/cgi-bin/koha/detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->', 'printview'); return false;" /></form> <!-- TMPL_IF name="subscriptionsnumber" --><form action="/cgi-bin/koha/bull-home.pl" method="get"><input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" value="Subscription(s)" class="submit" /></form><!-- /TMPL_IF -->  </div>
 
-<div id="controls"><form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Edit MARC" /></form> <form action="/cgi-bin/koha/acqui.simple/additem.pl" method="get"><input type="hidden" name="bibid" value="<!-- TMPL_VAR name="bibid"-->" /><input type="submit" class="submit" value="Edit Items" /></form> <form name="duplicate"><h4>Duplicate</h4> using <!--TMPL_VAR Name="framework" -->Framework <input type="submit" class="submit" value="Duplicate" onclick="Addbiblio('duplicate'); return false;" /></form> <form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->" /><input type="submit" class="cancel" value="Delete Record" onclick="confirm_deletion(); return false;" /></form></div>
+<div class="controls"><form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Edit MARC" /></form> <form action="/cgi-bin/koha/acqui.simple/additem.pl" method="get"><input type="hidden" name="bibid" value="<!-- TMPL_VAR name="bibid"-->" /><input type="submit" class="submit" value="Edit Items" /></form> <form name="duplicate">Duplicate using <!--TMPL_VAR Name="framework" -->Framework <input type="submit" class="submit" value="Duplicate" onclick="Addbiblio('duplicate'); return false;" /></form> <form action="/cgi-bin/koha/acqui.simple/addbiblio.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->" /><input type="submit" class="cancel" value="Delete Record" onclick="confirm_deletion(); return false;" /></form></div>
 
-<!-- TMPL_IF NAME="0XX" -->
-<table class="marc">
+<div name="0XX" id="0XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="0XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-	</tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-<!-- /TMPL_IF -->
+	</div>
 
-<!-- TMPL_IF NAME="1XX" -->
-    <table class="marc">
+	<div id="1XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="1XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="link" -->&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
+	</div>
 	 
-<!-- TMPL_IF NAME="2XX" -->
-    <table class="marc">
+	<div id="2XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="2XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
+	</div>
 	 
-<!-- TMPL_IF NAME="3XX" -->
-    <table class="marc">
+	<div id="3XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="3XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
+	</div>
 
-<!-- TMPL_IF NAME="4XX" -->
-    <table class="marc">
+	<div id="4XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="4XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
+	</div>
 
-<!-- TMPL_IF NAME="5XX" -->
-    <table class="marc">
+	<div  id="5XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="5XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
+	</div>
 
-<!-- TMPL_IF NAME="6XX" -->
-    <table class="marc">
+	<div id="6XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="6XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
+	</div>
 
-<!-- TMPL_IF NAME="7XX" -->
-    <table class="marc">
+	<div  id="7XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="7XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-	 <!-- /TMPL_IF -->
-
+	</div>
 	 
-<!-- TMPL_IF NAME="8XX" -->
-    <table class="marc">
+	<div id="8XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="8XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-<!-- /TMPL_IF -->
+	</div>
 
-<!-- TMPL_IF NAME="9XX" -->
-    <table class="marc">
+	<div id="9XX" class="displaytab">
 	<!-- TMPL_LOOP NAME="9XX" -->
-	<tr><th colspan="5"><!-- TMPL_VAR NAME="tag" --></th></tr>
+				<!-- TMPL_IF name="tag" -->
+					<p class="MARCtag">
+						<!-- TMPL_VAR NAME="tag" -->
+					</p>
+				<!-- TMPL_ELSE -->
+					<br />
+				<!-- /TMPL_IF -->
 	<!-- TMPL_LOOP NAME="subfield" -->
-	<tr>
-         <td>&nbsp;</td>
-	    <td><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS --></td>
-		<td class="label"><!-- TMPL_VAR NAME="marc_lib" --></td>
-		<td class="data"><!-- TMPL_VAR NAME="marc_value" --></td>
-		<td><a href="search.marc/search.pl?op=do_search&amp;marclist=<!-- TMPL_VAR NAME="marc_tag" --><!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->&amp;operator=&#x003D;&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">?</a></td>
-       </tr>
+				<p>
+					<label class="labelsubfield">&nbsp;
+					<!-- TMPL_UNLESS name="hide_marc" --><!-- TMPL_VAR NAME="marc_subfield" --><!-- /TMPL_UNLESS -->
+					<!-- TMPL_VAR NAME="marc_lib" --></label>
+					<!-- TMPL_VAR NAME="marc_value" ESCAPE=HTML -->
+					<!-- TMPL_IF name="link" -->
+						<a href="search.marc/search.pl?op=do_search&amp;marclist=\'<!-- TMPL_VAR NAME="link" -->\'&amp;operator==&amp;type=intranet&amp;value=<!-- TMPL_VAR NAME="marc_value" ESCAPE=URL -->">
+							<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR name="marc_value" -->">
+						</a>
+					<!-- /TMPL_IF -->
+					<!-- TMPL_IF NAME="authority" -->
+						<a href="authorities/detail.pl?authid=<!-- TMPL_VAR name="authority" -->" class="button catalogue">Auth</a>
+					<!-- /TMPL_IF -->
+				</p>
 	<!-- /TMPL_LOOP -->
 	<!-- /TMPL_LOOP -->
-     </table>
-<!-- /TMPL_IF -->
+	</div>
 
+	<div id="10XX" class="displaytab">
 
-<!-- TMPL_IF NAME="item_loop" -->    <table>
+		<table>
+		<caption>Items</caption>
 		<tr>
-			<!-- TMPL_LOOP NAME="item_header_loop" --><th><!-- TMPL_VAR NAME="header_value" --></th><!-- /TMPL_LOOP -->
+					<!-- TMPL_LOOP NAME="item_header_loop" -->
+						<th>
+							<!-- TMPL_VAR NAME="header_value" -->
+						</th>
+					<!-- /TMPL_LOOP -->
 		</tr>
 		<!-- TMPL_LOOP NAME="item_loop" -->
 			<tr>
 					<!-- TMPL_VAR NAME="item_value" -->
 			</tr>
 		<!-- /TMPL_LOOP -->
-     </table><!-- /TMPL_IF -->
+		</table>
+	</div>
+
 
 	 </div>
 	<script language="JavaScript" type="text/javascript">

Index: includes/colors.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.css,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- includes/colors.css	4 Aug 2006 18:53:24 -0000	1.1.2.6
+++ includes/colors.css	10 Aug 2006 17:01:56 -0000	1.1.2.7
@@ -97,6 +97,10 @@
 	border-top : 0px;
 }
 
+div.controls {
+	border-top : 1px solid #D9D9D9;
+}
+
 div.data table col, div.data-main table col {
 	background-color : #CCCCCC;
 }
@@ -472,22 +476,34 @@
 	border-top : 1px solid #EEEEEE;
 }
 
-/* style for tag definition (e.g. 700 - Statement of responsibility) */
-.MARCtag { 
+div.displaytab {
+	background-color:transparent;
+}
+
+div.displaytab p {
+	border-top: 1px solid #D8DEB8;
+	border-bottom: 1px solid White;
+}
+
+.MARCtag { /* style for tag definition (700 - Statement of responsability) */
 	color : #000000;
 	background-color : #EEEEEE;
 	border-top : 7px solid #EEEEEE;
 	border-bottom : thin solid #CCCCCC;
 }
 
-div.tab p {
+div.displaytab .MARCtag {
+	color : #000066;
 }	
 
-/* style for each subfield (e.g.: Publication year), just before the biblio subfield */
-.labelsubfield { 
+.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
 	background-color : #F0F0F0;
 }
 
+div.displaytab .labelsubfield {
+	background-color : #FFFFFF;
+}
+
 #loading {
 	background-color: #FFFFFF;
 	border: 10px solid #7EABD6;

Index: includes/intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.19
retrieving revision 1.5.2.20
diff -u -b -r1.5.2.19 -r1.5.2.20
--- includes/intranet.css	4 Aug 2006 18:53:24 -0000	1.5.2.19
+++ includes/intranet.css	10 Aug 2006 17:01:56 -0000	1.5.2.20
@@ -98,16 +98,13 @@
 	text-align: left;
 }
 
-div#controls {
-	float: right;
-	margin-left: .7em;
-	width: 15%;
-}
-
-div#controls form {
-	font-size: 80%;
-	margin: .3em 0;
-	padding: .3em;
+div.controls {
+	display : block;
+	font-size: 70%;
+	font-weight: bold;
+	margin-top: .4em;
+	margin-bottom : .4em;
+	padding-top : .4em;
 }
 
 div#help {
@@ -372,7 +369,7 @@
 	display: inline;
 }
 
-div.tabitem form {
+div.tabitem form, div.controls form {
 	display: inline;
 	white-space: nowrap;
 }
@@ -1007,20 +1004,34 @@
 	/*margin-top:110px;*/
 }
 
-/* style for tag definition (e.g. 700 - Statement of responsibility) */
-.MARCtag { 
+div.tab p {
+	margin : 3px;
+}	
+
+div.displaytab {
+	display: block;
+	float:left;
+	font-size: .8em;
+	width : 100%;
+}
+
+div.displaytab p {
+	margin : 0;
+	padding : 3px 0;
+}
+
+.MARCtag { /* style for tag definition (700 - Statement of responsability) */
 	clear : left;
 	font-weight : bold;
 	font-size : .8em;
 	margin-top : 5px;
 }
 
-div.tab p {
-	margin : 3px;
+div.displaytab .MARCtag {
+	font-size : 1em;
 }	
 
-/* style for each subfield (e.g.: Publication year), just before the biblio subfield */
-.labelsubfield {
+.labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */
 	clear : left;
 	float : left;
 	font-size : .8em;
@@ -1030,6 +1041,11 @@
 	display : inline;
 }
 
+div.displaytab .labelsubfield {
+	font-size : 1em;
+	font-weight: bold;
+}
+
 #loading {
 	position: absolute;
 	top: 3em;





More information about the Koha-cvs mailing list