1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha › Serials <!-- TMPL_VAR name="biblionumber" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Serials </div>
11 <div id="doc3" class="yui-t2">
17 <!--TMPL_IF Name="information"-->
37 <!--TMPL_LOOP Name="information"-->
40 <!--TMPL_VAR Name="serialseq"-->
43 <!--TMPL_VAR Name="status"-->
46 <!--TMPL_VAR Name="publisheddate"-->
49 <!--TMPL_VAR Name="planneddate"-->
52 <!--TMPL_VAR Name="notes"-->
58 <!-- TMPL_IF NAME="done_searched"-->
59 <h1>Serials subscriptions</h1>
61 <!-- TMPL_IF NAME="routing" -->
62 <h3>Search for Serial Routing List</h3>
75 <!-- TMPL_IF NAME="routing" -->
76 <th colspan="3"> </th>
78 <th colspan="2"> </th>
82 <!-- TMPL_LOOP name="subscriptions" -->
84 <!-- TMPL_IF name="toggle" -->
85 <td class="hilighted">
89 <!-- TMPL_IF name="issn" -->
90 <a href="/cgi-bin/koha/serials/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" title="Issues history"><!-- TMPL_VAR name="issn" --></a>
93 <!-- TMPL_IF name="toggle" -->
94 <td class="hilighted">
98 <!-- TMPL_IF name="title" -->
99 <!-- TMPL_VAR name="title" -->
104 <!-- TMPL_IF name="toggle" -->
105 <td class="hilighted">
109 <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
111 <!-- TMPL_IF name="toggle" -->
112 <td class="hilighted">
116 <!-- TMPL_IF name="branchcode" --><!-- TMPL_VAR name="branchcode" --><!-- /TMPL_IF -->
118 <!-- TMPL_IF NAME="routing" -->
119 <!-- TMPL_IF name="toggle" -->
120 <td class="hilighted">
124 <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" --><!-- TMPL_UNLESS NAME="routingedit" -->&op=new<!-- /TMPL_UNLESS -->">Routing List</a>
127 <!-- TMPL_IF name="toggle" -->
128 <td class="hilighted">
132 <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button" title="subscription detail">Detail</a>
134 <!-- TMPL_IF name="toggle" -->
135 <td class="hilighted">
139 <a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&serstatus=1,3">Serial receive</a>
146 <!-- TMPL_IF NAME="routing" -->
149 <a href="/cgi-bin/koha/serials/subscription-add.pl" class="button">
158 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
161 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->