Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl
Henri-Damien LAURENT 83da74788c Adding callnumbers to serials-home
Signed-off-by: Paul POULAIN <paul@koha-fr.org>
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-17 10:48:55 -06:00

163 lines
5.1 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Serials <!-- TMPL_VAR name="biblionumber" --></title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="serials-search.inc" -->
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Serials </div>
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="serials-toolbar.inc" -->
<!--TMPL_IF Name="information"-->
Serials updated :
<table>
<tr>
<th>
Serialseq
</th>
<th>
Status
</th>
<th>
Publisheddate
</th>
<th>
Planneddate
</th>
<th>
Notes
</th>
</tr>
<!--TMPL_LOOP Name="information"-->
<tr>
<td>
<!--TMPL_VAR Name="serialseq"-->
</td>
<td>
<!--TMPL_VAR Name="status"-->
</td>
<td>
<!--TMPL_VAR Name="publisheddate"-->
</td>
<td>
<!--TMPL_VAR Name="planneddate"-->
</td>
<td>
<!--TMPL_VAR Name="notes"-->
</td>
</tr>
<!--/TMPL_LOOP -->
</table>
<!--/TMPL_IF-->
<!-- TMPL_IF NAME="done_searched"-->
<h1>Serials subscriptions</h1>
<!-- TMPL_IF NAME="routing" -->
<h3>Search for Serial Routing List</h3>
<!-- /TMPL_IF -->
<table>
<tr>
<th>ISSN</th>
<th>Title</th>
<th>
Note
</th>
<th>
Library (Callnumber)
</th>
<!-- TMPL_IF NAME="routing" -->
<th colspan="3">&nbsp;</th>
<!-- TMPL_ELSE -->
<th colspan="2">&nbsp;</th>
<!-- /TMPL_IF -->
</tr>
<!-- TMPL_LOOP name="subscriptions" -->
<tr>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="issn" --><!-- TMPL_VAR name="issn" -->
<!-- /TMPL_IF -->
</td>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button" title="subscription detail"><!-- TMPL_IF name="title" --><!-- TMPL_VAR name="title" --><!-- TMPL_ELSE -->
---
<!-- /TMPL_IF --></a>
</td>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
</td>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="branchcode" --><!-- TMPL_VAR name="branchcode" --><!-- /TMPL_IF -->
<!-- TMPL_IF name="callnumber" -->(<!-- TMPL_VAR name="callnumber" -->)<!-- /TMPL_IF -->
</td>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Issue History</a>
</td>
<!-- TMPL_IF NAME="routing" -->
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="cannotedit" -->
&nbsp;
<!-- TMPL_ELSE -->
<a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" --><!-- TMPL_UNLESS NAME="routingedit" -->&amp;op=new<!-- /TMPL_UNLESS -->">Routing List</a>
<!-- /TMPL_IF -->
</td>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="cannotedit" -->
&nbsp;
<!-- TMPL_ELSE -->
<a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1,3">Serial receive</a>
<!-- /TMPL_IF -->
</td>
</tr>
<!-- /TMPL_LOOP -->
</table>
<!-- /TMPL_IF -->
</div>
</div>
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->