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/npl/en/export expo... [rel_2_2]


From: Mason James
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/export expo... [rel_2_2]
Date: Mon, 15 Jan 2007 21:37:55 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Mason James <sushi>     07/01/15 21:37:55

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

Log message:
        template for export-holdings.pl file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/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        15 Jan 2007 21:37:55 -0000      1.1.2.1
@@ -0,0 +1,54 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC 
Export<!-- TMPL_INCLUDE NAME="doc-head-close-calendar.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+
+
+
+<h1>MARC biblio export</h1>
+       <div id="main">
+               <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>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+




reply via email to

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