[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Fri Sep 22 11:35:58 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/09/22 09:35:58

Added files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: moredetail.tmpl 
	                                           subject.tmpl 

Log message:
	2 missing tempaltes added. They are based on default template  (but modify to be like prog template). Warning : untested !

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/moredetail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/subject.tmpl?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1

Patches:
Index: moredetail.tmpl
===================================================================
RCS file: moredetail.tmpl
diff -N moredetail.tmpl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ moredetail.tmpl	22 Sep 2006 09:35:58 -0000	1.1.2.1
@@ -0,0 +1,82 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalogue MARC detail<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
+
+<div id="catalogue_detail_biblio">
+	<div id="bloc25">
+	<!-- TMPL_LOOP NAME="BIBITEM_DATA" -->
+		<h2 class="catalogue">
+			<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra">
+				<!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->)
+			</a>
+		</h2>
+		<p>
+		<form action="/cgi-bin/koha/modbibitem.pl" method="post">
+			<input type="hidden" name="bibitem" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
+			<input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="biblionumber" -->">
+			<p><!-- TMPL_VAR NAME="biblioitemnumber" --> GROUP - <!-- TMPL_VAR NAME="description" --> </p>
+			<p><b>Biblionumber:</b> <!-- TMPL_VAR NAME="biblionumber" --></p>
+			<p><b>Item type:</b> <!-- TMPL_VAR NAME="itemtype" --></p>
+			<p><b>URL:</b> <!-- TMPL_VAR NAME="url" --></p>
+			<p><b>Loan length:</b> <!-- TMPL_VAR NAME="loanlength" --></p>
+			<p><b>Rental charge:</b> <!-- TMPL_VAR NAME="rentalcharge" --></p>
+			<p><b>Classification:</b> <!-- TMPL_VAR NAME="classification" --><!-- TMPL_VAR NAME="dewey" --><!-- TMPL_VAR NAME="subclass" --></p>
+			<p><b>ISBN:</b> <!-- TMPL_VAR NAME="isbn" --></p>
+			<p><b>Publisher:</b> <!-- TMPL_VAR NAME="publishercode" --> </p>
+			<p><b>Place:</b> <!-- TMPL_VAR NAME="place" --></p>
+			<p><b>Date:</b> <!-- TMPL_VAR NAME="publicationyear" --></p>
+			<p><b>Volume:</b> <!-- TMPL_VAR NAME="volumeddesc" --></p>
+			<p><b>Pages:</b> <!-- TMPL_VAR NAME="pages" --></p>
+			<p><b>Illus:</b> <!-- TMPL_VAR NAME="illus" --></p>
+			<p><b>Size:</b> <!-- TMPL_VAR NAME="size" --></p>
+			<p><b>Notes:</b> <!-- TMPL_VAR NAME="bnotes" --></p>
+			<p><b>No. of Items:</b> <!-- TMPL_VAR NAME="count" --></p>
+		</form>
+		<input type="image" name="submit"  VALUE="modify" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
+		<input type="image" name="delete"  VALUE="delete" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png">
+		<a class="button" href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Requests</a>
+	<!-- /TMPL_LOOP -->
+	</div>
+<!-- TMPL_LOOP NAME="ITEM_DATA" -->
+<div id="bloc25">
+	<h2 class="catalogue">BARCODE <!-- TMPL_VAR NAME="barcode" --></h2>
+	<form action="/cgi-bin/koha/moditem.pl" method="post">
+	<input type="hidden" name="bibitem" value=<!-- TMPL_VAR NAME="biblioitemnumber" -->>
+	<input type="hidden" name="item" value=<!-- TMPL_VAR NAME="itemnumber" -->>
+	<input type="hidden" name="type" value=<!-- TMPL_VAR NAME="type" -->>
+	<input type="image" name="submit"  VALUE="modify" border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
+	<input type="image" name="delete"  VALUE="delete" border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png">
+	<br>
+	<b>Home Branch:</b> <!-- TMPL_VAR NAME="homebranch" --><br>
+	<b>Current Branch:</b> <!-- TMPL_VAR NAME="holdingbranch" --><br>
+	<b>Last seen:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
+	<b>Last borrowed:</b> <!-- TMPL_VAR NAME="datelastborrowed" --><br>
+	<b>Item Status:</b> <!-- TMPL_IF NAME="issue" -->On issue to <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="cardnumber" --></a><!-- TMPL_ELSE -->Available <!-- /TMPL_IF --><br>
+	<!-- TMPL_IF NAME="issue" --><b>Date Due:</b> <!-- TMPL_VAR NAME="date_due" --><br><!-- /TMPL_IF -->
+	<b>Last Borrower 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
+	<b>Last Borrower 2:</b> <!-- TMPL_VAR NAME="card1" --><br>
+	<b>Replacement Price:</b> <!-- TMPL_VAR NAME="replacementprice" --><br>
+	<b>Item lost:</b> <!-- TMPL_IF NAME="itemlost" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --><br>
+	<b>Paid for:</b> <!-- TMPL_VAR NAME="paidfor" --><br>
+	<b>Notes:</b> <!-- TMPL_VAR NAME="itemnotes" --><br>
+	<b>Renewals:</b> <!-- TMPL_VAR NAME="renewals" --><br>
+	<b><a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&amp;biblio=<!-- TMPL_VAR NAME="biblionumber" -->&amp;invoice=<!-- TMPL_VAR NAME="booksellerinvoicenumber" -->&catview=yes">
+	Accession
+	Date:</a></b> <!-- TMPL_VAR NAME="dateaccessioned" --><br>
+	<b>Cancelled:</b> <!-- TMPL_IF NAME="wthdrawn" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --><br>
+	<b><a
+	href="/cgi-bin/koha/bookcount.pl?&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&amp;itm=<!-- TMPL_VAR NAME="itemnumber" -->">Total
+	Issues:</a></b> <!-- TMPL_VAR NAME="issues" --><br>
+	<b>Group Number:</b> <!-- TMPL_VAR NAME="biblioitemnumber" --> <br>
+	<b>Biblio number:</b> <!-- TMPL_VAR NAME="biblionumber" --> <br>
+	</h2>
+</div>
+</form>
+<!-- /TMPL_LOOP -->
+
+<p>
+</form>
+</center>
+
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->

Index: subject.tmpl
===================================================================
RCS file: subject.tmpl
diff -N subject.tmpl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ subject.tmpl	22 Sep 2006 09:35:58 -0000	1.1.2.1
@@ -0,0 +1,28 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
+
+<div id="catalogue_detail_biblio">
+
+<h1 class="catalogue">Subject search results</h1>
+
+<div id="resultnumber"><p>Results <b><!-- TMPL_VAR NAME="startfrom" --></b> through <b><!-- TMPL_VAR NAME="endat" --> of <!-- TMPL_VAR NAME="numrecords" --></b> records.<br></p></div>
+
+<table>
+<tr>
+		<th class="catalogue">Subject headings</th>
+	</tr>
+<!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
+	<tr>
+		<td<!-- TMPL_IF NAME="even" --> class="hilighted"<!-- /TMPL_IF -->>
+			<a href="/cgi-bin/koha/search.pl?type=<!-- TMPL_IF NAME="opac" -->opac<!-- TMPL_ELSE -->intra<!-- /TMPL_IF -->&amp;subjectitems=<!-- TMPL_VAR NAME=subject2 ESCAPE=HTML -->"><!-- TMPL_VAR NAME="subject" --></a>
+		</td>
+	</tr>
+<!-- /TMPL_LOOP -->
+</table>
+<p><a  class="button catalogue" href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">Previous Records</a> <a class="button catalogue" href="search.pl?<!-- TMPL_LOOP NAME="FORMINPUTS" --><!-- TMPL_VAR NAME="line" -->&amp;<!-- /TMPL_LOOP -->startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records</a></p>
+
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list