[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/bull bull... [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Thu Nov 30 16:46:24 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	06/11/30 15:46:24

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/bull: bull-home.tmpl 
	                                       full-serial-issues.tmpl 
	                                       lateissues.tmpl 
	                                       result.tmpl search.tmpl 
	                                       serial-issues.tmpl 
	                                       subscription-add.tmpl 
	                                       subscription-detail.tmpl 
	                                       subscription-renew.tmpl 
Removed files:
	koha-tmpl/intranet-tmpl/ccfls/en/bull: 
	                                       subscription-bib-search.tmpl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/bull-home.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/full-serial-issues.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/lateissues.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/result.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/search.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/serial-issues.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/subscription-add.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/subscription-detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/subscription-renew.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/subscription-bib-search.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=0

Patches:
Index: bull-home.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/bull-home.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- bull-home.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ bull-home.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -32,52 +32,69 @@
 	</a>
 </div>
 
-<dl>
-<dt>Subscriptions: Serials Subscriptions</dt>
-<dd>
+<dl class="bodyPane">
+<dt class="bodyPane">Subscriptions: Serials Subscriptions</dt>
+<dd class="bodyPane">
 
 <div id="main">
 <form action="bull-home.pl" method="post">
 	<table>
 		<caption>Serials Subscriptions</caption>
 		<tr>
-			<th>Title</th>
 			<th>ISSN</th>
+			<th>Title</th>
+			<th>
+				Note
+			</td>
 			<th colspan="2">&nbsp;</th>
 		</tr>
 		<tr>
 			<td>
-				<input type="text" size="40" maxlength="40" name="title" value="<!-- TMPL_VAR name="title" -->">
+				<input type="text" size="10" maxlength="11" name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->" title="type ISSN here to filter subscription" />
+			</td>
+			<td>
+				<input type="text" size="40" maxlength="40" name="title" value="<!-- TMPL_VAR name="title" -->" title="type a title -complete or partial- to filter subscription" />
 			</td>
 			<td>
-				<input type="text" size="11" maxlength="11" name="ISSN" value="<!-- TMPL_VAR name="ISSN" -->">
+				&nbsp;
 			</td>
 			<td colspan="2">
-				<input type="submit" value="Search" class="submit">
+				<input type="submit" value="Filter" class="submit" title="set a filter on ISSN / title" />
 			</td>
 		</tr>
-		<!-- TMPL_IF NAME="subscriptions" -->
 		<!-- TMPL_LOOP name="subscriptions" -->
 			<!-- TMPL_IF name="toggle" -->
 					<tr class="highlight">
 				<!-- TMPL_ELSE -->
 					<tr>
 				<!-- /TMPL_IF -->
-				<td><!-- TMPL_IF name="title" --><!-- TMPL_VAR name="title" --><!-- TMPL_ELSE --> |
-					<!-- /TMPL_IF --> <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
+					<td>
+					<!-- TMPL_IF name="ISSN" -->
+						<a href="bull/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" title="Issues history"><!-- TMPL_VAR name="ISSN" --></a>
+					<!-- /TMPL_IF -->
+					
 				</td>
 				<td>
-					<!-- TMPL_VAR name="ISSN" -->
+						<!-- TMPL_IF name="title" -->
+						<!-- TMPL_VAR name="title" -->
+					<!-- TMPL_ELSE -->
+						|
+					<!-- /TMPL_IF -->
+				</td>
+					<td>
+								<!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
+				</td>
+					<td>
+								<a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" title="subscription detail">Detail</a>
 				</td>
 				<td>
-					<a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a></td><td><a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Receive</a></td>
+					<a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" title="receive issues for this subscription">Receive</a>
+				</td>
 			</tr>
 		<!-- /TMPL_LOOP -->
-		<!-- TMPL_ELSE -->
-		<tr><td colspan="3">Enter search terms above to display subscriptions</td></tr>
-		<!-- /TMPL_IF -->
-	</table></form>
-	<p><form action="/cgi-bin/koha/bull/subscription-add.pl" method="get"><input type="submit" class="submit" value="Add Subscription" /></form></p>
+	</table>
+	</form>
+	<p><form action="/cgi-bin/koha/bull/subscription-add.pl" method="get"><input type="submit" value="Add Subscription" class="submit" /></form></p>
 </div>
 
 

Index: full-serial-issues.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/full-serial-issues.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- full-serial-issues.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ full-serial-issues.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -1,7 +1,40 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription Details for <!-- TMPL_VAR name="bibliotitle" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- TMPL_INCLUDE NAME="masthead.inc" -->
-<!-- TMPL_INCLUDE NAME="serials-topmenu.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+<!-- TMPL_INCLUDE NAME="head.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top.inc" -->
+<!-- TMPL_INCLUDE NAME="body-top-catalog.inc" -->
+
+<div id="subTab-1">
+	<a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">
+		<img src="<!-- TMPL_VAR NAME='themelang' -->/images/subTab-catalog-search-unselected.png" border="0" />
+	</a>
+</div>
+
+<div id="subTab-2">
+	<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet">
+		<img src="<!-- TMPL_VAR NAME='themelang' -->/images/subTab-catalog-addBiblio-unselected.png" border="0" />
+	</a>
+</div>
+
+<div id="subTab-3">
+	<a href="/cgi-bin/koha/bull-home.pl">
+		<img src="<!-- TMPL_VAR NAME='themelang' -->/images/subTab-catalog-subscriptions-selected.png" border="0" />
+	</a>
+</div>
+
+<div id="subTab-4">
+	<a href="/cgi-bin/koha/bull/lateissues.pl">
+		<img src="<!-- TMPL_VAR NAME='themelang' -->/images/subTab-catalog-lateIssues-unselected.png" border="0" />
+	</a>
+</div>
+
+<div id="subTab-5">
+	<a href="/cgi-bin/koha/bookshelves/shelves.pl">
+		<img src="<!-- TMPL_VAR NAME='themelang' -->/images/subTab-catalog-virtualShelves-unselected.png" border="0" />
+	</a>
+</div>
+
+<dl class="bodyPane">
+<dt class="bodyPane">Subscription Details for <!-- TMPL_VAR name="bibliotitle" --></dt>
+<dd class="bodyPane">
 
 <div id="main">
 <!-- TMPL_UNLESS name="popup" -->
@@ -31,7 +64,8 @@
 		<table>
 			<tr>
 				<th>Information</th>
-				<th>Date</th>
+				<th>Publication Date</th>
+				<th>Receive Date</th>
 				<th>Number</th>
 				<th>Status</th>
 			</tr>
@@ -41,6 +75,9 @@
 					<!-- TMPL_VAR name="notes" -->
 				</td>
 				<td>
+					<!-- TMPL_VAR Name="publisheddate" -->
+				</td>
+				<td>
 					<!-- TMPL_VAR Name="planneddate" -->
 				</td>
 				<td>
@@ -74,5 +111,6 @@
 }
 
 </script>
+
 </body>
 </html>

Index: lateissues.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/lateissues.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- lateissues.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ lateissues.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -32,44 +32,45 @@
 	</a>
 </div>
 
-<dl>
-<dt>Subscriptions: Serials - Late Issues</dt>
-<dd>
+<dl class="bodyPane">
+<dt class="bodyPane">Subscriptions: Serials: Late Issues</dt>
+<dd class="bodyPane">
 
 <div id="main">
 
-<h1>Late issues</h1>
-<form action="lateissues.pl" method="post">
+	<h1>Late issues</h1>
+	<div class="details">
+		<form action="lateissues.pl" method="post">
+			<label for="supplierid">Choose a Supplier: </label><!-- TMPL_VAR name="CGIsupplier" -->
+				<!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" -->; <!-- /TMPL_IF -->
+				<!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" -->; <!-- /TMPL_IF -->
+				<!-- TMPL_IF name="contemail" --><a href="mailto:<!-- TMPL_VAR name="contemail" -->"><!-- TMPL_VAR name="contemail" --></a><!-- /TMPL_IF -->
+			<input type="submit" value="Submit" class="submit" />
+		</form>
+	</div>
 	<table>
 		<tr>
-			<th>Supplier</th>
 			<th>Title</th>
 			<th>Issue number</th>
 			<th>Late since</th>
 			<th colspan="2">&nbsp;</th>
 		</tr>
-		
-	<tr>
-		<td><!-- TMPL_VAR name="CGIsupplier" --></td>
-		<td><p><!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" --><!-- /TMPL_IF -->
-					<!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" --><!-- /TMPL_IF -->
-					<!-- TMPL_IF name="bookselleremail" --></p><!-- TMPL_IF NAME="bookselleremail" --><p><a href="mailto:<!-- TMPL_VAR name="bookselleremail" -->"><!-- TMPL_VAR name="bookselleremail" --></a><!-- /TMPL_IF -->
-					</p><!-- /TMPL_IF --></td>
-		<td><input type="submit" value="Filter" class="submit" /></td>
-		<td colspan="3">&nbsp;</td>	
-	</tr>
-		
-<!-- TMPL_LOOP name="lateissues" -->
+		<!-- TMPL_LOOP name="lateissues" -->
+			<!-- TMPL_IF name="odd" -->
 			<tr>
-				<td><!-- TMPL_VAR name="name" --></td>
-				<td><!-- TMPL_VAR name="Title" --></td>
+			<!-- TMPL_ELSE -->
+			<tr class="highlight">
+			<!-- /TMPL_IF -->
+			<td><!-- TMPL_IF name="Title" --><a href="/cgi-bin/koha/bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->"><!-- TMPL_VAR name="Title" --></a><!-- /TMPL_IF --></td>
 				<td><!-- TMPL_VAR name="serialseq" --></td>
 				<td><!-- TMPL_VAR name="planneddate" --></td>
-				<td><a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Details</a></td><td><a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Receive</a></td>
+					<td>
+						<a href="/cgi-bin/koha/bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Details</a></td><td>
+						<a href="/cgi-bin/koha/bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Receive</a>
+					</td>
 			</tr>
 	<!-- /TMPL_LOOP -->
 	</table>
-</form>
 </div>
 
 <br />

Index: result.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/result.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- result.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ result.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -29,15 +29,12 @@
 			</tr>
 			<!-- TMPL_LOOP name="result" -->
 			<tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->>
-				<td>
-					<p><b><!-- TMPL_VAR NAME="title" --></b></p>
-						<p><!-- TMPL_VAR NAME="author" -->
+				<td><b><!-- TMPL_VAR NAME="title" --></b><br><!-- TMPL_VAR NAME="author" -->
 						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
 						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
-					</p>
 				</td>
 				<td><form action="#" method="post"><input type="submit" class="submit" value="Choose" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" ESCAPE="url" -->'); return false;" /></form></td>
 			</tr>
@@ -57,6 +54,7 @@
 			<a class="pages" href="subscription-bib-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR name="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search">Next&gt;&gt;</a>
 				<!-- /TMPL_IF -->
 </div>
+<form action="/cgi-bin/koha/bull/subscription-bib-search.pl" method="get"><p><input type="submit" class="submit" value="Search Again" /></p></form>
 </div>
 
 

Index: search.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/search.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- search.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ search.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -1,50 +1,57 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <div id="main-compact">
 
-<form name="f" method="post">
-	<input type="hidden" name="op" value="do_search">
-	<input type="hidden" name="type" value="intranet">
-	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
-	<div class="form">
-	<table>
-		<caption>Catalog search</caption>
-		<tr><th><label for="keyword">Keyword</label></th><td><input type="hidden" name="marclist" value="">
-			<input type="hidden" name="and_or" value="and">
-			<input type="hidden" name="excluding" value="">
-			<input type="hidden" name="operator" value="contains">
-			<input type="text" id="keyword" name="value"> (<a href="<!-- TMPL_VAR NAME="SCRIP_NAME" -->" onclick="PopupSuggestion(); return false;">Suggestions</a>)</td></tr>
-		<tr><th><label for="resultsperpage">Results per page:</label></th><td><select align="right" name="resultsperpage" id="resultsperpage" size="1">
-				<option value="20">20</option>
-				<option value="50">50</option>
-				<option value="100">100</option>
-			</select></td></tr>
+<h1>Catalogue search</h1>
 			
-		<tr><th>
-			<label for="itemtype">Itemtype</label></th><td>
+<form name="f" action="/cgi-bin/koha/bull/subscription-bib-search.pl" method="post">
+	<input type="hidden" name="op" value="do_search" />
+	<input type="hidden" name="type" value="intranet" />
+	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
+	<div class="data">
+		<table>
+		<caption>Search on</caption>
+		<tr><th scope="row"><label for="keyword">Keyword</label></th><td>
+			<input type="hidden" name="marclist" value="" />
+			<input type="hidden" name="and_or" value="and" />
+			<input type="hidden" name="excluding" value="" />
+			<input type="hidden" name="operator" value="contains" /> 
+			<input type="text" id="keyword" name="value"> <a href="#" onclick="PopupSuggestion(); return false;">(Suggestions)</a>
+		</td></tr>
+		<tr><th scope="row"><label for="itemtype">Itemtype</label></th><td>
 			<!-- TMPL_VAR name="CGIitemtype" -->
-			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->" />
+			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->">
 			<input type="hidden" name="marclist" value="" />
 			<input type="hidden" name="and_or" value="and" />
 			<input type="hidden" name="excluding" value="" />
 			<input type="hidden" name="operator" value="=" />
 			<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->" />
 		</td></tr>
-			
-		<tr><th><label for="orderby">Order by:</label></th><td><select name="orderby" id="orderby" size="1">
+	</div>
+	<div class="data">
+		<tr><th scope="row"><label for="resultsperpage">Results per page :</label></th><td>
+			<select align="right" id="resultsperpage" name="resultsperpage" size="1">
+				<option value="20">20</option>
+				<option value="50">50</option>
+				<option value="100">100</option>
+			</select>
+		<label for="orderby">Ordered by</label>
+			<select id="orderby" name="orderby" size="1">
 				<option value="biblio.title">Title</option>
 				<option value="biblio.author">Author</option>
 				<option value="biblioitems.dewey">Dewey</option>
 				<option value="biblioitems.publicationyear">Publication Year</option>
 				<option value="biblioitems.publishercode">Publisher</option>
-			</select></td></tr>
+			</select>
+		</td></tr>
 		</table>		
-		<p><input type="submit" value="Start search" class="submit"></p>
-	</div>
-	<div>
+		<p>
+			<input type="submit" value="Start search" class="submit" />
 
+		</p>
+	</div>
 </form>
 
-<script language="JavaScript" type="text/javascript">
+<script language="Javascript" type="text/javascript">
 function AddStatement() {
 
 	document.forms['f'].op.value="AddStatement";

Index: serial-issues.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/serial-issues.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- serial-issues.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ serial-issues.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -4,24 +4,22 @@
 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
 
 <div id="main">
-	<h1>Issues for a subscription</h1>
-	<form class="inline" action="/cgi-bin/koha/bull-home.pl" method="get">
-		<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
-		<input type="submit" class="submit" value="Subscription Info" />
-	</form>
-	<form class="inline" action="/cgi-bin/koha/detail.pl" method="get">
-		<input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
-		<input type="submit" class="submit" value="Bibliographic Record" />
-	</form>
-	<form class="inline" action="serial-issues.pl" method="get">
-		<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
-		<input type="hidden" name="selectview" value="full" />
-		<input type="submit" class="submit" value="Detailed Issues View" />
-	</form>
+<h1>Issues History</h1>	
+	<form class="inline" method="get" action="/cgi-bin/koha/bull-home.pl">
+<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
+<input type="submit" class="submit" value="Back to Subscriptions" /></form>
+	<form class="inline" method="get" action="/cgi-bin/koha/MARCdetail.pl">
+<input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
+<input type="submit" class="submit" value="View Biblio Record" /></form>
+	<form class="inline" method="get" action="serial-issues.pl">
+<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
+<input type="hidden" name="selectview" value="full" />
+<input type="submit" class="submit" value="Complete view" /></form>
 
 	<!-- TMPL_LOOP name="subscription_LOOP" -->
-	<div class="notes">
-		<h3>Subscription information for <em><!-- TMPL_VAR name="bibliotitle" --></em></h3>
+	
+	<div class="details">
+		<h2>Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
 		<p>It began on <b><!-- TMPL_VAR name="histstartdate" --></b> and is issued every
 		<b>
 		<!--TMPL_IF name="periodicity1" -->
@@ -86,13 +84,9 @@
 			</b>
 		</p>
 		<p>Last renewal of subscription was <b><!-- TMPl_VAR name="startdate" --></b></p>
-		<!-- TMPL_IF name="enddate" --><p><b>This subscription is now ended. The last issue was recieved on <!-- TMPL_VAR name="enddate" --></b></p><!-- /TMPL_IF name="enddate" -->
-</div>
-
-<div class="notes">
-
-	<!--TMPL_UNLESS Name="fullinfo" -->
-		<!-- TMPL_IF NAME="notes" --><p><!-- TMPL_VAR name="notes" --></p><!-- /TMPL_IF -->
+		<!-- TMPL_IF name="enddate" --><p><b>This subscription is now ended. The last issue was received on <!-- TMPL_VAR name="enddate" --></b></p><!-- /TMPL_IF name="enddate" -->
+	<!--TMPL_UNLESS Name=fullinfo -->
+		<p><!-- TMPL_VAR name="notes" --></p>
 		<!-- TMPL_IF name="opacnote" -->
 			<h3>Issues summary</h2>
 			<p>
@@ -100,7 +94,7 @@
 			</p>
 		<!-- /TMPL_IF -->
 		<!-- TMPL_IF name="recievedlist" -->
-			<h3>Received issues</h2>
+			<h3>Recieved issues</h2>
 			<p>
 				<!-- TMPL_VAR name="recievedlist" -->
 			</p>
@@ -116,4 +110,5 @@
 <!-- /TMPL_LOOP -->
 </div>
 
+
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file

Index: subscription-add.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/subscription-add.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- subscription-add.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ subscription-add.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -32,220 +32,217 @@
 	</a>
 </div>
 
-<dl>
-<dt>Subscriptions: <!-- TMPL_IF name="mod" -->Modify a Subscription<!-- TMPL_ELSE -->Add a New Subscription<!-- /TMPL_IF -->
+<dl class="bodyPane">
+<dt class="bodyPane">Subscriptions: <!-- TMPL_IF name="mod" -->Modify a Subscription<!-- TMPL_ELSE -->Add a New Subscription<!-- /TMPL_IF -->
 </dt>
-<dd>
+<dd class="bodyPane">
 
 <div id="main">
 <!-- TMPL_IF name="mod" -->
-	<h1>Modify subscription</h1>
+	<h1>Modify Subscription</h1>
 	<form method="post" name="f" action="subscription-detail.pl">
-		<input type="hidden" name="op" value="modsubscription" />
-		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" />
+		<input type="hidden" name="op" value="modsubscription">
+		<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
 <!-- TMPL_ELSE -->
-	<h1>Add a subscription</h1>
-	<form method="post" name="f" action="subscription-detail.pl">
+	<h1>Add a Subscription</h1>
+	<form method="post" name="f" action="/cgi-bin/koha/bull/subscription-add.pl">
 <!-- /TMPL_IF -->
+<input type="hidden" name="op" value="addsubscription" />
+		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->" />
 <div class="data">
 	<table>
-	<caption>Subscription information for <i><!-- TMPL_VAR name="bibliotitle" --></i></caption>
-		<tr><th><input type="hidden" name="op" value="addsubscription" />
-		<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->" />
-		Librarian: </th><td><!-- TMPL_VAR name="user" --></td></tr>
-		<tr><th><label for="aqbooksellerid">Supplier: </label></th><td><input type="text" id="aqbooksellerid" name="aqbooksellerid" value="<!-- TMPL_VAR name="aqbooksellerid" -->" size="4" /> (<input type="text" name="aqbooksellername" value="<!-- TMPL_VAR name="aqbooksellername" -->" disabled="disabled" readonly="readonly" />) <input type="button" class="submit" value="Search..." onclick="FindAcqui(f); return false;" /></td></tr>
-		<tr><th><label for="biblionumber">Bibliographic Record: </label></th><td><input type="text" id="biblionumber" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size="4" /> (<input type="text" name="title" value="<!-- TMPL_VAR name="bibliotitle" -->" disabled="disabled" readonly="readonly" />) <input type="button" class="submit" value="Search..." onclick="Plugin(f); return false;" /></td></tr>
-		<tr><th><label for="notes-field">Notes</label></th><td><textarea id="notes-field" name="notes" cols="30" rows="2"><!-- TMPL_VAR name="notes" --></textarea></td></tr>
-</table>
-		Warning!
+		<caption>Subscription Information For:</caption>
+		<tr><th scope="row">Librarian: </th><td><!-- TMPL_VAR name="user" --></td></tr>
+		<tr><th scope="row"><label for="aqbooksellerid">Supplier: </label></th><td><input type="text" id="aqbooksellerid" name="aqbooksellerid" value="<!-- TMPL_VAR name="aqbooksellerid" -->" size=4> (<input type="text" name="aqbooksellername" value="<!-- TMPL_VAR name="aqbooksellername" -->" disabled readonly>) <input type="button" class="submit" value="Search..." onclick="FindAcqui(f); return false;" /></td></tr>
+		<tr><th scope="row"><label for="biblionumber">Bibliographic Record: </label></th><td><input type="text" id="biblionumber" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" size=4> (<input type="text" name="title" value="<!-- TMPL_VAR name="bibliotitle" -->" disabled readonly>) <input type="button" class="submit" value="Search..." onclick="Plugin(f); return false;" /></td></tr>
+		<tr><th scope="row"><label for="notes-field">Notes: </label></th><td><textarea name="notes" id="notes-field" cols="30" rows="2"><!-- TMPL_VAR name="notes" --></textarea></td></tr>
+	</table>
+		<div class="help"><h4>Warning</h4>
 		<ul>
 			<li>remember you <b>must</b> have created a biblio <b>before</b> creating a subscription</li>
 			<li>You also must have selected a supplier if you want to ask for late issues</li>
 		</ul>
+		</div>
 </div>
+
 <div class="data">
 	<table>
 	<caption>Planning</caption>
-	<tr><th><label for="startdate">Beginnning date:</label></th><td><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" size="13" maxlength="10" /></td></tr>
-	<tr><th><label for="periodicity">Frequency (*)</label></th><td>
-			<select name="periodicity" size="1" id="periodicity">
-				<option value="" selected="selected">Unknown</option>
+	<tr><th scope="row"><label for="startdate">Beginnning date:</label></th><td><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" size=13 maxlength=10></td></tr>
+	<tr><th scope="row"><label for="periodicity">Frequency (*)</label></th><td><select id="periodicity" name="periodicity" size="1">
+				<option value="" selected>Unknown</option>
 				<!-- TMPL_IF name="periodicity1" -->
-					<option value="1" selected="selected">1/day</option>
+					<option value="1" selected>1/day</option>
 				<!-- TMPL_ELSE -->
 					<option value="1">1/day</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity2" -->
-					<option value="2" selected="selected">1/week</option>
+					<option value="2" selected>1/week</option>
 				<!-- TMPL_ELSE -->
 					<option value="2">1/week</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity3" -->
-					<option value="3" selected="selected">1/2 weeks</option>
+					<option value="3" selected>1/2 weeks (2/month)</option>
 				<!-- TMPL_ELSE -->
-					<option value="3">1/2 weeks</option>
+					<option value="3">1/2 weeks (2/months)</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity4" -->
-					<option value="4" selected="selected">1/3 weeks</option>
+					<option value="4" selected>1/3 weeks</option>
 				<!-- TMPL_ELSE -->
 					<option value="4">1/3 weeks</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity5" -->
-					<option value="5" selected="selected">1/month</option>
+					<option value="5" selected>1/month</option>
 				<!-- TMPL_ELSE -->
 					<option value="5">1/month</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity6" -->
-					<option value="6" selected="selected">1/2 months</option>
+					<option value="6" selected>1/2 months (6/year)</option>
 				<!-- TMPL_ELSE -->
-					<option value="6">1/2 months</option>
+					<option value="6">1/2 months (6/year)</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity7" -->
-					<option value="7" selected="selected">1/3 months</option>
-				<!-- TMPL_ELSE -->
-					<option value="7">1/3 months</option>
-				<!-- /TMPL_IF -->
-				<!-- TMPL_IF name="periodicity8" -->
-					<option value="8" selected="selected">1/quarter</option>
+					<option value="7" selected>1/3 months (1/quarter)</option>
 				<!-- TMPL_ELSE -->
-					<option value="8">1/quarter</option>
+					<option value="7">1/3 months (1/quarter)</option>
 				<!-- /TMPL_IF -->
+				<!-- periodicity8 is 1/quarter, exactly like periodicity7 -->
 				<!-- TMPL_IF name="periodicity9" -->
-					<option value="9" selected="selected">1/2 quarters</option>
+					<option value="9" selected>2/years</option>
 				<!-- TMPL_ELSE -->
-					<option value="9">1/2 quarters</option>
+					<option value="9">2/years</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity10" -->
-					<option value="10" selected="selected">1/year</option>
+					<option value="10" selected>1/year</option>
 				<!-- TMPL_ELSE -->
 					<option value="10">1/year</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="periodicity11" -->
-					<option value="11" selected="selected">1/2 years</option>
+					<option value="11" selected>1/2 years</option>
 				<!-- TMPL_ELSE -->
 					<option value="11">1/2 years</option>
 				<!-- /TMPL_IF -->
-			</select>
-	</td></tr>
-	<tr><th><label for="dow">Arrives on</label></th><td>
-			<select name="dow" id="dow">
+			</select></td></tr>
+	<tr><th scope="row"><label for="dow">Arrives on</label></th><td><select name="dow" id="dow" size="1">
 				<option value="">None</option>
 				<!-- TMPL_IF name="dow1" -->
-					<option value="1" selected="selected">Monday</option>
+					<option value="1" selected>Monday</option>
 				<!-- TMPL_ELSE -->
 					<option value="1">Monday</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="dow2" -->
-					<option value="2" selected="selected">Tuesday</option>
+					<option value="2" selected>Tuesday</option>
 				<!-- TMPL_ELSE -->
 					<option value="2">Tuesday</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="dow3" -->
-					<option value="3" selected="selected">Wednesday</option>
+					<option value="3" selected>Wednesday</option>
 				<!-- TMPL_ELSE -->
 					<option value="3">Wednesday</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="dow4" -->
-					<option value="4" selected="selected">Thursday</option>
+					<option value="4" selected>Thursday</option>
 				<!-- TMPL_ELSE -->
 					<option value="4">Thursday</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="dow5" -->
-					<option value="5" selected="selected">Friday</option>
+					<option value="5" selected>Friday</option>
 				<!-- TMPL_ELSE -->
 					<option value="5">Friday</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="dow6" -->
-					<option value="6" selected="selected">Saturday</option>
+					<option value="6" selected>Saturday</option>
 				<!-- TMPL_ELSE -->
 					<option value="6">Saturday</option>
 				<!-- /TMPL_IF -->
 				<!-- TMPL_IF name="dow7" -->
-					<option value="7" selected="selected">Sunday</option>
+					<option value="7" selected>Sunday</option>
 				<!-- TMPL_ELSE -->
 					<option value="7">Sunday</option>
 				<!-- /TMPL_IF -->
 			</select></td></tr>
 			</table>
 </div>
+
 <div class="data">
 	<table>
-	<caption>Subscription Length (choose one)</caption>
-	<tr><th><label for="numberlength">Number of issues: </label></th><td><input type="text" id="numberlength" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->" /></td></tr>
-	<tr><th><label for="weeklength">Number of weeks</label></th><td><input type="text" id="weeklength" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->" /></td></tr>
-	<tr><th><label for="monthlength">Number of months</label></th><td><input type="text" id="monthlength" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->" /></td></tr>
-</table>
+	<caption>Subscription length (choose one)</caption>
+	<tr><th scope="row"><label for="numberlength">Number of issues</label></th><td><input type="text" id="numberlength" name="numberlength" value="<!-- TMPL_VAR name="numberlength" -->"></td></tr>
+	<tr><th scope="row"><label for="weeklength">Number of weeks</label></th><td><input type="text" id="weeklength" name="weeklength" value="<!-- TMPL_VAR name="weeklength" -->"></td></tr>
+	<tr><th scope="row"><label for="monthlength">Number of months</label></th><td><input type="text" id="monthlength" name="monthlength" value="<!-- TMPL_VAR name="monthlength" -->"></td></tr>
+	</table>
 </div>
-<div class="data">
-	<h2>Numbering calculation</h2>
-		<p><label for="numberingmethod">Numbering formula:</label> <input type="text" id="numberingmethod" name="numberingmethod" size="45" value="<!-- TMPL_VAR name="numberingmethod" -->" /></p>
+
+	<div class="data">
+<h2>Numbering calculation</h2>
+	<p><label for="numberingmethod">Numbering formula:</label> <input id="numberingmethod" type="text" name="numberingmethod" value="<!-- TMPL_VAR name="numberingmethod" -->"></p>
 		<table>
-			<colgroup span="4">
-				<col span="1"></col>
-				<col span="1"></col>
-				<col span="1"></col>
-				<col span="1"></col>
-			</colgroup>
 			<tr>
-				<th>&nbsp;</th>
+				<th scope="row">&nbsp;</th>
 				<th scope="col">X</th>
 				<th scope="col">Y</th>
 				<th scope="col">Z</th>
 			</tr>
 			<tr>
-				<th scope="row"><label for="add1">Add:</label></th>
-				<td><input type="text" id="add1" name="add1" value="<!-- TMPL_VAR name="add1" -->" /></td>
-				<td><input type="text" id="add2" name="add2" value="<!-- TMPL_VAR name="add2" -->" /></td>
-				<td><input type="text" id="add3" name="add3" value="<!-- TMPL_VAR name="add3" -->" /></td></tr>
+				<th scope="row"><label for="add1">Add:</label></td>
+				<td>
+					<input type="text" id="add1" name="add1" value="<!-- TMPL_VAR name="add1" -->">
+				</td>
+				<td>
+					<input type="text" name="add2" value="<!-- TMPL_VAR name="add2" -->">
+				</td>
+				<td>
+					<input type="text" name="add3" value="<!-- TMPL_VAR name="add3" -->">
+				</td>
+			</tr>
 			<tr>
 				<th scope="row"><label for="every1">...Once every:</label></th>
-				<td><input type="text" id="every1" name="every1" value="<!-- TMPL_VAR name="every1" -->" /></td>
-				<td><input type="text" id="every2" name="every2" value="<!-- TMPL_VAR name="every2" -->" /></td>
-				<td><input type="text" id="every3" name="every3" value="<!-- TMPL_VAR name="every3" -->" /></td>
+				<td><input type="text" id="every1" name="every1" value="<!-- TMPL_VAR name="every1" -->"></td>
+				<td><input type="text" name="every2" value="<!-- TMPL_VAR name="every2" -->"></td>
+				<td><input type="text" name="every3" value="<!-- TMPL_VAR name="every3" -->"></td>
 			</tr>
+			<!-- TMPL_IF name="mod" -->
 			<tr>
-				<th scope="row"><label for="whenmorethan1">When more than:</label></th>
-				<td><input type="text" id="whenmorethan1" name="whenmorethan1" value="<!-- TMPL_VAR name="whenmorethan1" -->" /></td>
-				<td><input type="text" id="whenmorethan2" name="whenmorethan2" value="<!-- TMPL_VAR name="whenmorethan2" -->" /></td>
-				<td><input type="text" id="whenmorethan3" name="whenmorethan3" value="<!-- TMPL_VAR name="whenmorethan3" -->" /></td>
+				<th scope="row"><label for="innerloop">The loop is for instance:</label></th>
+				<!-- TMPL_ELSE -->
+					<th scope="row"><label for="innerloop">Starting period</label></th>
+				<!-- /TMPL_IF -->
+				<td><input type="text" id="innerloop" name="innerloop1" value="<!-- TMPL_VAR name="innerloop1" -->"></td>
+				<td><input type="text" name="innerloop2" value="<!-- TMPL_VAR name="innerloop2" -->"></td>
+				<td><input type="text" name="innerloop3" value="<!-- TMPL_VAR name="innerloop3" -->"></td>
 			</tr>
-			<!-- TMPL_IF name="mod" -->
 			<tr>
-				<th scope="row"><label for="innerloop1">The loop is for instance: </label></th>
-				<td><input type="text" id="innerloop1" name="innerloop1" value="<!-- TMPL_VAR name="innerloop1" -->" /></td>
-				<td><input type="text" id="innerloop2" name="innerloop2" value="<!-- TMPL_VAR name="innerloop2" -->" /></td>
-				<td><input type="text" id="innerloop3" name="innerloop3" value="<!-- TMPL_VAR name="innerloop3" -->" /></td>
+				<th scope="row"><label for="whenmorethan1">When more than:</label></th>
+				<td><input type="text" id="whenmorethan1" name="whenmorethan1" value="<!-- TMPL_VAR name="whenmorethan1" -->"></td>
+				<td><input type="text" name="whenmorethan2" value="<!-- TMPL_VAR name="whenmorethan2" -->"></td>
+				<td><input type="text" name="whenmorethan3" value="<!-- TMPL_VAR name="whenmorethan3" -->"></td>
 			</tr>
-			<!-- /TMPL_IF -->
 			<tr>
 				<th scope="row"><label for="setto1">...Set back to:</label></th>
-				<td><input type="text" id="setto1"  name="setto1" value="<!-- TMPL_VAR name="setto1" -->" /></td>
-				<td><input type="text" id="setto2" name="setto2" value="<!-- TMPL_VAR name="setto2" -->" /></td>
-				<td><input type="text" id="setto3" name="setto3" value="<!-- TMPL_VAR name="setto3" -->" /></td>
+				<td><input type="text" id="setto1" name="setto1" value="<!-- TMPL_VAR name="setto1" -->"></td>
+				<td><input type="text" name="setto2" value="<!-- TMPL_VAR name="setto2" -->"></td>
+				<td><input type="text" name="setto3" value="<!-- TMPL_VAR name="setto3" -->"></td>
 			</tr>
 			<tr>
-				<th scope="row"><label for="lastvalue1">
+				<th scope="row">
 					<!-- TMPL_IF name="mod" -->
-						Last value:
+						<label for="lastvalue1">Last value:</label>
 					<!-- TMPL_ELSE -->
-						Begins with:
+						<label for="lastvalue1">Begins with:</label>
 					<!-- /TMPL_IF -->
-				</label></th>
-				<td><input type="text" id="lastvalue1" name="lastvalue1" value="<!-- TMPL_VAR name="lastvalue1" -->" /></td>
-				<td><input type="text" id="lastvalue2" name="lastvalue2" value="<!-- TMPL_VAR name="lastvalue2" -->" /></td>
-				<td><input type="text" id="lastvalue3" name="lastvalue3" value="<!-- TMPL_VAR name="lastvalue3" -->" /></td>
+				</th>
+				<td><input type="text" id="lastvalue1" name="lastvalue1" value="<!-- TMPL_VAR name="lastvalue1" -->"></td>
+				<td><input type="text" name="lastvalue2" value="<!-- TMPL_VAR name="lastvalue2" -->"></td>
+				<td><input type="text" name="lastvalue3" value="<!-- TMPL_VAR name="lastvalue3" -->"></td>
 			</tr>
 		</table>
 </div>
+
 <!-- TMPL_IF name="mod" -->
-	<input type="button" value="Save Subscription" onclick="Check(this.form); return false;" accesskey="w" class="submit" />
+	<input type="button" value="Save subscription" onclick="Check(this.form)" accesskey="w" class="submit">
 <!-- TMPL_ELSE -->
-	<input type="button" value="Add Subscription" onclick="Check(this.form); return false;" accesskey="w" class="submit" />
-<!-- /TMPL_IF -->
-
-
-</form>
-</div>
+	<input type="button" value="Add subscription" onclick="Check(this.form)" accesskey="w" class="submit">
+<!-- /TMPL_IF --></div>
 
 <script language="JavaScript" type="text/javascript">
 
@@ -275,6 +272,7 @@
 }
 </script>
 
+
 </dd>
 </dl>
 </body>

Index: subscription-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/subscription-detail.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- subscription-detail.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ subscription-detail.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -32,38 +32,49 @@
 	</a>
 </div>
 
-<dl>
-<dt>Subscriptions: Details for <!-- TMPL_VAR name="bibliotitle" --></dt>
-<dd>
+<dl class="bodyPane">
+<dt class="bodyPane">Subscriptions: Details for <!-- TMPL_VAR name="bibliotitle" --></dt>
+<dd class="bodyPane">
 
 <div id="main">
-<h1>Subscription: <!-- TMPL_VAR name="bibliotitle" --></h1>
-<form class="inline" action="subscription-add.pl" method="get"><input type="hidden" name="op" value="mod" /><input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" /><input type="submit" class="submit" value="Edit Subscription" /></form> 
+<h1>Subscription Details:  <!-- TMPL_VAR name="bibliotitle" --></h1>
+<form class="inline" method="get" action="subscription-add.pl">
+<input type="hidden" name="op" value="mod" />
+<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" />
+<input type="submit" class="submit" title="Modify subscription" value="Edit" /></form>
+
+<form class="inline" method="get" action="statecollection.pl">
+<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" />
+<input type="submit" class="submit" value="Receive Issues" /></form>
+
+<form class="inline" method="get" action="serial-issues.pl">
+<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
+<input type="submit" class="submit"  title="All issues on this title" value="Issue History" /></form>
+
+<form class="inline" method="get" action="/cgi-bin/koha/bull-home.pl">
+<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
+<input type="submit" class="submit"  title="all subscriptions on <!-- TMPL_VAR name="bibliotitle" -->" value="Subscriptions" /></form>
+
+<form class="inline" method="get" action="/cgi-bin/koha/MARCdetail.pl">
+<input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
+<input type="submit" class="submit"  title="go to <!-- TMPL_VAR name="bibliotitle" -->" value="View Biblio Record" /></form>
 
-<form class="inline" action="statecollection.pl" method="get"><input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" /><input type="submit" class="submit" value="View Issues" /></form>
-
-<form class="inline" action="/cgi-bin/koha/bull/statecollection.pl" method="get"><input type="hidden" name="subscriptionid" value="1" /><input type="submit" class="submit" value="Receive Issues" /></form>
-
-<form class="inline" action="/cgi-bin/koha/MARCdetail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="submit" value="View Bibliographic Record" /></form>
-
-<form class="inline" action="subscription-detail.pl" method="get"><input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->" /><input type="hidden" name="op" value="del" /><input type="submit" class="cancel" onclick="confirm_deletion(); return false;" value="Delete subscription" /></form>
+<form class="inline"><input type="submit" class="cancel" value="Delete Subscription" onclick="confirm_deletion(); return false;" /></form>
 
 <div class="data">
-<table>
-	<caption>Subscription Information</caption>
-		<tr><th>Librarian identity:</th><td> <!-- TMPL_VAR name="librarian" --></td></tr>
-		<tr><th>Supplier: </th><td><!-- TMPL_VAR name="aqbooksellername" --></td></tr>
-		<tr><th>Cost:</th><td><!-- TMPL_VAR name="cost" --></td></tr>
-		<tr><th>Budget:</th><td><!-- TMPL_VAR name="bookfundid" --></td></tr>
-		<tr><th>Title:</th><td><a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR name="bibliotitle" --></a></td></tr>
-		<tr><th>Notes:</th><td><!-- TMPL_VAR name="notes" --></td></tr>
-</table>
+<table>	<caption>Subscription information</caption>
+		<tr><th scope="row">Librarian identity:</td><td> <!-- TMPL_VAR name="librarian" --></td></tr>
+		<tr><th scope="row">Supplier: </th><td><!-- TMPL_VAR name="aqbooksellername" --></td></tr>
+		<tr><th scope="row">Cost:</th><td><!-- TMPL_VAR name="cost" --></td></tr>
+		<tr><th scope="row">Budget:</th><td><!-- TMPL_VAR name="bookfundid" --></td></tr>
+		<tr><th scope="row">Title:</th><td><a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR name="bibliotitle" --></a></td></tr>
+		<tr><th scope="row">Notes:</th><td><!-- TMPL_VAR name="notes" --></td></tr></table>
 </div>
+
 <div class="data">
-<table>
-	<caption>Planning</caption>
-	<tr><th>Beginnning date:</th><td><!-- TMPL_VAR name="startdate" --></td></tr>
-	<tr><th>Frequency (*):</th><td>
+<table>	<caption>Planning</caption>
+	<tr><th scope="row">Beginnning date:</th><td> <!-- TMPL_VAR name="startdate" --></td></tr>
+	<tr><th scope="row">Frequency (*):</th><td>
 		<!--TMPL_IF name="periodicity1" -->
 				1/day
 		<!-- /TMPL_IF -->
@@ -80,25 +91,25 @@
 				1/Month
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="periodicity6" -->
-				1/2 Monthes
+				1/2 Months (6/year)
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="periodicity7" -->
-				1/3 Monthes
+				1/Quarter
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="periodicity8" -->
-				1/quarter
+				1/Quarter
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="periodicity9" -->
-				1/2 quarters
+				2/Year
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="periodicity10" -->
-				1/year
+				1/Year
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="periodicity11" -->
-				1/2 years
+				1/2 Years
 		<!-- /TMPL_IF -->
 	</td></tr>
-	<tr><th>Arrives on:</th><td>
+	<tr><th scope="row">Arrives on:</th><td>
 		<!--TMPL_IF name="arrival1" -->
 			Monday
 		<!-- /TMPL_IF -->
@@ -119,28 +130,27 @@
 		<!-- /TMPL_IF -->
 		<!--TMPL_IF name="arrival7" -->
 				Sunday
-		<!-- /TMPL_IF -->
-		</td></tr></table>
+		<!-- /TMPL_IF --></table>
 </div>
 <div class="data">
-	<table>
-	<caption>Subscription length</caption>
-	<tr><th>Number of issues:</th><td><!-- TMPL_VAR name="numberlength" --></td></tr>
-	<tr><th>Number of weeks:</th><td><!-- TMPL_VAR name="weeklength" --></td></tr>
-	<tr><th>Number of months:</th><td><!-- TMPL_VAR name="monthlength" --></td></tr>
-</table>
+<table>	<caption>Subscription length</caption>
+	<tr><th scope="row">Number of issues:</th><td><!-- TMPL_VAR name="numberlength" --></td></tr>
+	<tr><th scope="row">Number of weeks:</th><td><!-- TMPL_VAR name="weeklength" --></td></tr>
+	<tr><th scope="row">Number of months:</th><td><!-- TMPL_VAR name="monthlength" --></td></tr></table>
+
 </div>
-<div class="data"><h2>Numbering calculation</h2>
-	<table>
-	<caption>Numbering formula: <!-- TMPL_VAR name="numberingmethod" --></caption>
+<div class="data">
+	<h2>Numbering calculation</h2>
+		
+		<table><caption>Numbering formula: <!-- TMPL_VAR name="numberingmethod" --></caption>
 			<tr>
-				<th>&nbsp;</th>
+				<th scope="row">&nbsp;</th>
 				<th scope="col">X</th>
 				<th scope="col">Y</th>
 				<th scope="col">Z</th>
 			</tr>
 			<tr>
-				<th scope="row">Add</th>
+				<th scope="row">Add:</th>
 				<td>
 					<!-- TMPL_VAR name="add1" -->
 				</td>
@@ -152,28 +162,33 @@
 				</td>
 			</tr>
 			<tr>
-				<th scope="row">once every</th>
+				<th scope="row">once every:</th>
 				<td><!-- TMPL_VAR name="every1" --></td>
 				<td><!-- TMPL_VAR name="every2" --></td>
 				<td><!-- TMPL_VAR name="every3" --></td>
 			</tr>
 			<tr>
+				<th scope="row">Starting period</th>
+				<td><!-- TMPL_IF name="innerloop1" --><!-- TMPL_VAR name="innerloop1" --><!-- /TMPL_IF --></td>
+				<td><!-- TMPL_IF name="innerloop2" --><!-- TMPL_VAR name="innerloop2" --><!-- /TMPL_IF --></td>
+				<td><!-- TMPL_IF name="innerloop3" --><!-- TMPL_VAR name="innerloop3" --><!-- /TMPL_IF --></td>
+			</tr>
+			<tr>
 				<th scope="row">When more than</th>
-				<td><!-- TMPL_VAR name="whenmorethan1" --> <!-- TMPL_IF name="innerloop1" --><br/>
-					<i>(is <!-- TMPL_VAR name="innerloop1" -->)</i><!-- /TMPL_IF --></td>
-				<td><!-- TMPL_VAR name="whenmorethan2" --> <!-- TMPL_IF name="innerloop2" --><br/>
-					<i>(is <!-- TMPL_VAR name="innerloop2" -->)</i><!-- /TMPL_IF --></td>
-				<td><!-- TMPL_VAR name="whenmorethan3" --> <!-- TMPL_IF name="innerloop3" --><br/>
-					<i>(is <!-- TMPL_VAR name="innerloop3" -->)</i><!-- /TMPL_IF --></td>
+				<td><!-- TMPL_VAR name="whenmorethan1" --></td>
+				<td><!-- TMPL_VAR name="whenmorethan2" --></td>
+				<td><!-- TMPL_VAR name="whenmorethan3" --></td>
 			</tr>
 			<tr>
-				<th scope="row">Set back to</th>
+				<th scope="row">Set back to:</th>
 				<td><!-- TMPL_VAR name="setto1" --></td>
 				<td><!-- TMPL_VAR name="setto2" --></td>
 				<td><!-- TMPL_VAR name="setto3" --></td>
 			</tr>
 			<tr>
-				<th scope="row">Last value</th>
+				<th scope="row">
+						Last value:
+				</th>
 				<td><!-- TMPL_VAR name="lastvalue1" --></td>
 				<td><!-- TMPL_VAR name="lastvalue2" --></td>
 				<td><!-- TMPL_VAR name="lastvalue3" --></td>
@@ -181,13 +196,13 @@
 		</table>
 </div>
 <div class="data">
+	<h2>Issues</h2>
 	<table>
-	<caption>Issues</caption>
 	<tr>
-		<th>Issue number</th>
-		<th>Planned date</th>
-		<th>Status</th>
-		<th>Note</th>
+		<th scope="col">Issue number:</th>
+		<th scope="col">Planned date:</th>
+		<th scope="col">Status:</th>
+		<th scope="col">Note:</th>
 	</tr>
 	<!-- TMPL_LOOP name="serialslist" -->
 		<tr>
@@ -219,7 +234,7 @@
 	</table>
 </div>
 </div>
-<script>
+<script language="JavaScript" type="text/javascript">
 function _(s) { return s } // dummy function for gettext
 function confirm_deletion() {
 	<!-- TMPL_IF name="totalissues" -->

Index: subscription-renew.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/bull/Attic/subscription-renew.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
--- subscription-renew.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ subscription-renew.tmpl	30 Nov 2006 15:46:24 -0000	1.1.2.1.2.1
@@ -32,9 +32,9 @@
 	</a>
 </div>
 
-<dl>
-<dt>Subscriptions: Subscription Renewal for <!-- TMPL_VAR name="bibliotitle" --></dt>
-<dd>
+<dl class="bodyPane">
+<dt class="bodyPane">Subscriptions: Subscription Renewal for <!-- TMPL_VAR name="bibliotitle" --></dt>
+<dd class="bodyPane">
 
 <div id="main-compact">
 
@@ -55,7 +55,6 @@
 </form>
 </div>
 
-
 </dd>
 </dl>
 </body>

Index: subscription-bib-search.tmpl
===================================================================
RCS file: subscription-bib-search.tmpl
diff -N subscription-bib-search.tmpl
--- subscription-bib-search.tmpl	12 Apr 2006 18:34:05 -0000	1.1.2.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,33 +0,0 @@
-    <!-- TMPL_INCLUDE NAME="popup-top.inc" -->
-<div id="mainbloc">
-
-<h1 class="authority">Bib search</h1>
-
-<form name="f" method="post">
-	<input type="hidden" name="op" value="do_search">
-	<input type="hidden" name="type" value="intranet">
-	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
-	<div id="bloc25">
-		<h2 class="authority">Search on</h2>
-		<p>
-			<label class="label100">Name or ISSN</label>
-			<!-- TMPL_VAR name="category" -->
-		</p>
-		<p>
-			<label class="label100">Search value</label>
-			<input type="text" name="value" value="<!-- TMPL_VAR name="value" -->">
-			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="category" -->">
-			<input type="hidden" name="marclist" value="">
-			<input type="hidden" name="and_or" value="and">
-			<input type="hidden" name="excluding" value="">
-			<input type="hidden" name="operator" value="contains">
-			<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->">
-		</p>
-		<p>
-			<input type="submit" value="Start search" class="button authority">
-		</p>
-	</div>
-</form>
-</div>
-<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
-





More information about the Koha-cvs mailing list