[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se...
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se... |
Date: |
Wed, 12 Jul 2006 14:24:32 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 06/07/12 14:24:32
Added files:
koha-tmpl/intranet-tmpl/prog/en/serials: serials-recieve.tmpl
Removed files:
koha-tmpl/intranet-tmpl/prog/en/serials: statecollection.tmpl
Log message:
statecollection.tmpl renamed to serials-recieve.tmpl
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/serials-recieve.tmpl?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/statecollection.tmpl?cvsroot=koha&r1=1.2&r2=0
Patches:
Index: serials-recieve.tmpl
===================================================================
RCS file: serials-recieve.tmpl
diff -N serials-recieve.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ serials-recieve.tmpl 12 Jul 2006 14:24:32 -0000 1.1
@@ -0,0 +1,144 @@
+
+<!-- TMPL_INCLUDE name="serials-top.inc" -->
+<!-- TMPL INCLUDE NAME="menu-serials.inc"-->
+
+<!--------------------------MAIN BODY OF PAGE-------------------------->
+<div id="mainbloc">
+<h1 class="serial">Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
+<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->" class="button serial" title="detail of the
subscription">Subscription</a>
+<a href="/cgi-bin/koha/serials-home.pl?biblionumber=<!-- TMPL_VAR
name="biblionumber" -->" class="button serial" title="all subscriptions on <!--
TMPL_VAR name="bibliotitle" -->">Subscriptions</a>
+<a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber"
-->" class="button serial" title="go to <!-- TMPL_VAR name="bibliotitle"
-->">Back to biblio</a>
+
+<div id="bloc25">
+<h2 class="serial">waited or late numbers</h2>
+ <form method="post" name="f" action="serials-recieve.pl">
+ <input type="hidden" name="op" value="modserialstatus">
+ <input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial"
-->">
+ <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR
name="subscriptionid" -->">
+ <input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
+ <table class="small">
+ <tr>
+ <th class="serial">
+ Numbered
+ </th>
+ <th class="serial">
+ planned for
+ </th>
+ <th class="serial">
+ Status
+ </th>
+ <th class="serial">
+ Notes
+ </th>
+ </tr>
+ <!-- TMPL_LOOP name="serialslist" -->
+ <tr>
+ <td>
+ <input type="text" name="serialseq" value="<!-- TMPL_VAR
name="serialseq" -->" size=50 maxlength=100>
+ </td>
+ <td>
+ <input type="text" name="planneddate" value="<!-- TMPL_VAR
name="planneddate" -->" size=10 maxlength=15>
+ </td>
+ <td>
+ <input type="hidden" name="serialid" value="<!-- TMPL_VAR
name="serialid" -->">
+ <select name="status" size="1">
+ <!--TMPL_IF name="status1" -->
+ <option value="1" selected>Waited</option>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF name="status2" -->
+ <option value="2" selected>Arrived</option>
+ <!-- TMPL_ELSE -->
+ <option value="2">Arrived</option>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF name="status3" -->
+ <option value="3" selected>Late</option>
+ <!-- TMPL_ELSE -->
+ <option value="3">Late</option>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF name="status4" -->
+ <option value="4" selected>Missing</option>
+ <!-- TMPL_ELSE -->
+ <option value="4">Missing</option>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF name="status5" -->
+ <option value="5" selected>Not published</option>
+ <!-- TMPL_ELSE -->
+ <option value="5">Not published</option>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF name="status6" -->
+ <option value="6" selected>Delete</option>
+ <!-- TMPL_ELSE -->
+ <option value="6">Delete</option>
+ <!-- /TMPL_IF -->
+ </select>
+ </td>
+ <td>
+ <input type="text" name="notes" value="<!-- TMPL_VAR
name="notes" -->" size=20 maxlength=255>
+ </td>
+ <td>
+ <a href="javascript:PrintList(<!-- TMPL_VAR
name="subscriptionid" -->,'<!-- TMPL_VAR name="serialseq" -->')" class="button
serial">print</a>
+ </td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ <!-- TMPL_UNLESS name="hassubscriptionexpired" -->
+ <tr>
+ <td>
+ Manual issue <input type="text" name="serialseq" size=30
maxlength=100>
+ </td>
+ <td>
+ <input type="text" name="planneddate" size=10 maxlength=15>
+ </td>
+ <td>
+ <input type="hidden" name="serialid" value="0">
+ <select name="status" size="1">
+ <option value="2">Arrived</option>
+ <option value="3" selected>Late</option>
+ <option value="4">Missing</option>
+ </select>
+ </td>
+ </tr>
+ <!-- /TMPL_UNLESS -->
+ </table>
+ <input type="submit" value="Save changes" accesskey="w" class="button
serial">
+ <!-- TMPL_IF name="hassubscriptionexpired" -->
+ <p>Subscription has expired. Waited last issue status can't be
changed. <a href="#" onClick="popup()" class="button serial">Renew</a> your
subscription</p>
+ <!-- /TMPL_IF -->
+ </form>
+</div>
+
+<div id="bloc25">
+ <h2 class="serial">Subscription summary</h2>
+ <form method="post" name="f" action="serials-recieve.pl">
+ <input type="hidden" name="op" value="modsubscriptionhistory">
+ <input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial"
-->">
+ <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR
name="subscriptionid" -->">
+ <input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
+ <p><label>Librarian</label><!-- TMPL_VAR name="user" --></p>
+ <p><label class="label100">Beginnning date (*)</label><input
type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate"
-->"></p>
+ <p><label class="label100">End date</label><input type="text"
name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
+ <p>Recieved issues</p>
+ <p> <textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR
name="recievedlist" --></textarea></p>
+ <p>Missing issues</p>
+ <p> <textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR
name="missinglist" --></textarea></p>
+ <!--TMPL_IF Name="notissuedlist"-->
+ <p>Not issued</p>
+ <p> <textarea name="notissuedlist" COLS=60 ROWS=2><!-- TMPL_VAR
name="notissuedlist" --></textarea></p>
+ <!--/TMPL_IF-->
+ <p>Opac's note</p>
+ <p> <textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR
name="opacnote" --></textarea></p>
+ <input type="submit" value="Save changes" class="button serial">
+ </form>
+</div>
+
+</table>
+<script language="JavaScript" type="text/javascript">
+
+function popup() {
+ window.open("subscription-renew.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid">","subscription
renewal",'width=700,height=400,toolbar=false,scrollbars=yes');
+}
+
+function PrintList(subscriptionid,serialseq) {
+
window.open("printlist.pl?subscriptionid="+subscriptionid+"&serialseq="+serialseq);
+}
+</script>
+<!-- TMPL_INCLUDE name="serials-bottom.inc" -->
Index: statecollection.tmpl
===================================================================
RCS file: statecollection.tmpl
diff -N statecollection.tmpl
--- statecollection.tmpl 12 Jul 2006 14:02:41 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,144 +0,0 @@
-
-<!-- TMPL_INCLUDE name="serials-top.inc" -->
-<!-- TMPL INCLUDE NAME="menu-serials.inc"-->
-
-<!--------------------------MAIN BODY OF PAGE-------------------------->
-<div id="mainbloc">
-<h1 class="serial">Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
-<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid" -->" class="button serial" title="detail of the
subscription">Subscription</a>
-<a href="/cgi-bin/koha/serials-home.pl?biblionumber=<!-- TMPL_VAR
name="biblionumber" -->" class="button serial" title="all subscriptions on <!--
TMPL_VAR name="bibliotitle" -->">Subscriptions</a>
-<a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber"
-->" class="button serial" title="go to <!-- TMPL_VAR name="bibliotitle"
-->">Back to biblio</a>
-
-<div id="bloc25">
-<h2 class="serial">waited or late numbers</h2>
- <form method="post" name="f" action="serials-recieve.pl">
- <input type="hidden" name="op" value="modserialstatus">
- <input type="hidden" name="serial" value="<!-- TMPL_VAR
name="serial" -->">
- <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR
name="subscriptionid" -->">
- <input type="hidden" name="user" value="<!-- TMPL_VAR
name="user" -->">
- <table class="small">
- <tr>
- <th class="serial">
- Numbered
- </th>
- <th class="serial">
- planned for
- </th>
- <th class="serial">
- Status
- </th>
- <th class="serial">
- Notes
- </th>
- </tr>
- <!-- TMPL_LOOP name="serialslist" -->
- <tr>
- <td>
- <input type="text" name="serialseq" value="<!--
TMPL_VAR name="serialseq" -->" size=50 maxlength=100>
- </td>
- <td>
- <input type="text" name="planneddate"
value="<!-- TMPL_VAR name="planneddate" -->" size=10 maxlength=15>
- </td>
- <td>
- <input type="hidden" name="serialid"
value="<!-- TMPL_VAR name="serialid" -->">
- <select name="status" size="1">
- <!--TMPL_IF name="status1" -->
- <option value="1"
selected>Waited</option>
- <!-- /TMPL_IF -->
- <!--TMPL_IF name="status2" -->
- <option value="2"
selected>Arrived</option>
- <!-- TMPL_ELSE -->
- <option
value="2">Arrived</option>
- <!-- /TMPL_IF -->
- <!--TMPL_IF name="status3" -->
- <option value="3"
selected>Late</option>
- <!-- TMPL_ELSE -->
- <option value="3">Late</option>
- <!-- /TMPL_IF -->
- <!--TMPL_IF name="status4" -->
- <option value="4"
selected>Missing</option>
- <!-- TMPL_ELSE -->
- <option
value="4">Missing</option>
- <!-- /TMPL_IF -->
- <!--TMPL_IF name="status5" -->
- <option value="5" selected>Not
published</option>
- <!-- TMPL_ELSE -->
- <option value="5">Not
published</option>
- <!-- /TMPL_IF -->
- <!--TMPL_IF name="status6" -->
- <option value="6"
selected>Delete</option>
- <!-- TMPL_ELSE -->
- <option
value="6">Delete</option>
- <!-- /TMPL_IF -->
- </select>
- </td>
- <td>
- <input type="text" name="notes" value="<!--
TMPL_VAR name="notes" -->" size=20 maxlength=255>
- </td>
- <td>
- <a href="javascript:PrintList(<!-- TMPL_VAR
name="subscriptionid" -->,'<!-- TMPL_VAR name="serialseq" -->')" class="button
serial">print</a>
- </td>
- </tr>
- <!-- /TMPL_LOOP -->
- <!-- TMPL_UNLESS name="hassubscriptionexpired" -->
- <tr>
- <td>
- Manual issue <input type="text"
name="serialseq" size=30 maxlength=100>
- </td>
- <td>
- <input type="text" name="planneddate" size=10
maxlength=15>
- </td>
- <td>
- <input type="hidden" name="serialid" value="0">
- <select name="status" size="1">
- <option
value="2">Arrived</option>
- <option value="3"
selected>Late</option>
- <option
value="4">Missing</option>
- </select>
- </td>
- </tr>
- <!-- /TMPL_UNLESS -->
- </table>
- <input type="submit" value="Save changes" accesskey="w" class="button
serial">
- <!-- TMPL_IF name="hassubscriptionexpired" -->
- <p>Subscription has expired. Waited last issue status can't be
changed. <a href="#" onClick="popup()" class="button serial">Renew</a> your
subscription</p>
- <!-- /TMPL_IF -->
- </form>
-</div>
-
-<div id="bloc25">
- <h2 class="serial">Subscription summary</h2>
- <form method="post" name="f" action="serials-recieve.pl">
- <input type="hidden" name="op" value="modsubscriptionhistory">
- <input type="hidden" name="serial" value="<!-- TMPL_VAR
name="serial" -->">
- <input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR
name="subscriptionid" -->">
- <input type="hidden" name="user" value="<!-- TMPL_VAR
name="user" -->">
- <p><label>Librarian</label><!-- TMPL_VAR name="user" --></p>
- <p><label class="label100">Beginnning date (*)</label><input
type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate"
-->"></p>
- <p><label class="label100">End date</label><input type="text"
name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
- <p>Recieved issues</p>
- <p> <textarea name="recievedlist" COLS=60 ROWS=5><!--
TMPL_VAR name="recievedlist" --></textarea></p>
- <p>Missing issues</p>
- <p> <textarea name="missinglist" COLS=60 ROWS=2><!--
TMPL_VAR name="missinglist" --></textarea></p>
- <!--TMPL_IF Name="notissuedlist"-->
- <p>Not issued</p>
- <p> <textarea name="notissuedlist" COLS=60 ROWS=2><!--
TMPL_VAR name="notissuedlist" --></textarea></p>
- <!--/TMPL_IF-->
- <p>Opac's note</p>
- <p> <textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR
name="opacnote" --></textarea></p>
- <input type="submit" value="Save changes" class="button serial">
- </form>
-</div>
-
-</table>
-<script language="JavaScript" type="text/javascript">
-
-function popup() {
- window.open("subscription-renew.pl?subscriptionid=<!-- TMPL_VAR
name="subscriptionid">","subscription
renewal",'width=700,height=400,toolbar=false,scrollbars=yes');
-}
-
-function PrintList(subscriptionid,serialseq) {
-
window.open("printlist.pl?subscriptionid="+subscriptionid+"&serialseq="+serialseq);
-}
-</script>
-<!-- TMPL_INCLUDE name="serials-bottom.inc" -->
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se..., Antoine Farnault, 2006/07/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se..., Antoine Farnault, 2006/07/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se..., Antoine Farnault, 2006/07/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se...,
Antoine Farnault <=
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se..., Antoine Farnault, 2006/07/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se..., Antoine Farnault, 2006/07/12
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials se..., Robert Lyon, 2006/07/20