koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/export ... [rel_2_2]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/export ... [rel_2_2]
Date: Fri, 04 May 2007 15:57:43 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Antoine Farnault <toins>        07/05/04 15:57:43

Added files:
        koha-tmpl/intranet-tmpl/default/en/export: export-holdings.tmpl 

Log message:
        synch default & npl template: adding export-holdings.tmpl to default

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/export/export-holdings.tmpl?cvsroot=koha&only_with_tag=rel_2_2&rev=1.1.2.1

Patches:
Index: export-holdings.tmpl
===================================================================
RCS file: export-holdings.tmpl
diff -N export-holdings.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ export-holdings.tmpl        4 May 2007 15:57:43 -0000       1.1.2.1
@@ -0,0 +1,54 @@
+<!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
+Koha -- Cataloging: MARC Export
+
+<!-- Additions to enable Calendar system -->
+<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME='themelang' 
-->/includes/calendar/calendar-system.css">
+<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" 
-->/includes/calendar/calendar.js"></script>
+<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" 
-->/includes/calendar/calendar-en.js"></script>
+<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" 
-->/includes/calendar/calendar-setup.js"></script>
+<!-- End of additions -->
+
+<div id="mainbloc">
+    <div id="bloc25">
+        <h1>MARC biblio export</h1>
+                <h2 class="parameters">Select start and End dates for holdings 
export</h2>
+                <form method="post">
+            <table cellspacing="0" cellpadding="0" border="0">
+                    <tr>
+                    <td>From <input type="text" size="10" id="from" 
name="from" value="<!-- TMPL_VAR NAME="from" -->" >
+                        <img src="<!-- TMPL_VAR Name="themelang" 
-->/includes/calendar/cal.gif" id="buttonfrom1" style="cursor: pointer;"  />
+                    <script type="text/javascript">
+                        Calendar.setup({
+                            inputField     :    "from",
+                            ifFormat       :    "%Y-%m-%d",
+                            button         :    "buttonfrom1",
+                            align          :    "Tl"
+                        });
+                    </script>
+                    </td>
+            <td width=20></td>
+            <td>To <input type="text" size="10" id="to" name="to" value="<!-- 
TMPL_VAR NAME="to" -->" >
+                <img src="<!-- TMPL_VAR Name="themelang" 
-->/includes/calendar/cal.gif" id="buttonto1" style="cursor: pointer;"  />
+                <script type="text/javascript">
+                    Calendar.setup({
+                        inputField     :    "to",
+                        ifFormat       :    "%Y-%m-%d",
+                        button         :    "buttonto1",
+                        align          :    "Tl"
+                    });
+                </script>
+                        </td>
+                    <td width=20></td>
+            <td>
+                <select name="op"  size="1">
+                <option value="csv">CSV</option>
+                <option value="xml">XML</option>
+                </select> <input type="submit" value="Export" class="button 
parameters">
+            </td>
+            </tr>
+            </table>
+        </form>
+    </div>
+</div><!-- mainbloc -->
+<!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]