Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl
2007-08-30 15:50:54 -05:00

176 lines
5.8 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="menu-serials.inc" -->
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b"><div class="yui-g">
<!--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-->
<h1>Serials subscription</h1>
<h2>Search existing subscription</h2>
<!-- 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>
Branch
</th>
<!-- TMPL_IF NAME="routing" -->
<th colspan="3">&nbsp;</th>
<!-- TMPL_ELSE -->
<th colspan="2">&nbsp;</th>
<!-- /TMPL_IF -->
</tr>
<tr>
<form action="/cgi-bin/koha/serials/serials-home.pl" method="get">
<!-- TMPL_IF NAME="routing" -->
<input type="hidden" name="routing" value="<!-- TMPL_VAR NAME="routing" -->" />
<!-- /TMPL_IF -->
<input type="hidden" name="searched" value="1" />
<td>
<input type="text" size="10" maxlength="11" name="ISSN_filter" value="<!-- TMPL_VAR name="ISSN_filter" -->" title="type ISSN here to filter subscription" />
</td>
<td>
<input type="text" size="40" maxlength="40" name="title_filter" value="<!-- TMPL_VAR name="title_filter" -->" title="type a title -complete or partial- to filter subscription" />
</td>
<td colspan="2">
&nbsp;
</td>
<td colspan="2">
<input type="submit" value="filter" class="button serial" title="set a filter on ISSN / title" />
</td>
</tr>
<!-- TMPL_IF NAME="done_searched"-->
<!-- TMPL_LOOP name="subscriptions" -->
<tr>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="issn" -->
<a href="/cgi-bin/koha/serials/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" title="Issues history"><!-- TMPL_VAR name="issn" --></a>
<!-- /TMPL_IF -->
</td>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<!-- TMPL_IF name="title" -->
<!-- TMPL_VAR name="title" -->
<!-- TMPL_ELSE -->
|
<!-- /TMPL_IF -->
</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 -->
</td>
<!-- TMPL_IF NAME="routing" -->
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<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>
</td>
<!-- /TMPL_IF -->
<!-- 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 serial" title="subscription detail">Detail</a>
</td>
<!-- TMPL_IF name="toggle" -->
<td class="hilighted">
<!-- TMPL_ELSE -->
<td>
<!-- /TMPL_IF -->
<a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1,3">Serial receive</a>
</td>
</tr>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
</table>
<!-- TMPL_IF NAME="routing" -->
<!-- TMPL_ELSE -->
<h2>Add a new subscription</h2>
<div id="action">
<a href="/cgi-bin/koha/serials/subscription-add.pl" class="button serial">
Add subscription
</a>
</div>
<!-- /TMPL_IF -->
</div>
</div>
</div>
<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->