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/barcodes se... [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/barcodes se... [dev_week]
Date: Thu, 05 Jul 2007 02:10:07 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     07/07/05 02:10:07

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/barcodes: search.tmpl 

Log message:
        date accessioned calendar works

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/search.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.6&r2=1.1.2.2.2.7

Patches:
Index: search.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/barcodes/Attic/search.tmpl,v
retrieving revision 1.1.2.2.2.6
retrieving revision 1.1.2.2.2.7
diff -u -b -r1.1.2.2.2.6 -r1.1.2.2.2.7
--- search.tmpl 5 Jul 2007 01:55:03 -0000       1.1.2.2.2.6
+++ search.tmpl 5 Jul 2007 02:10:06 -0000       1.1.2.2.2.7
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcodes and Labels: 
Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Barcodes and Labels: 
Search<!-- TMPL_INCLUDE NAME="doc-head-close-calendar.inc" -->
 <!-- TMPL_INCLUDE NAME="masthead.inc" --> 
 
 <div id="main-compact">
@@ -48,7 +48,39 @@
                <input type="hidden" name="and_or" value="and" />
                <input type="hidden" name="excluding" value="" />
                <input type="hidden" name="operator" value="=" />
-               <input type="text" name="value" id="dateaccessioned" />
+<!--           <input type="text" name="value" id="dateaccessioned" /> -->
+
+
+
+
+
+<input type="text" name="date" id="f_date_c" readonly="0" />
+<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" 
id="f_trigger_c"
+     style="cursor: pointer; border: 1px solid red;"
+     title="Date selector"
+     onmouseover="this.style.background='red';"
+     onmouseout="this.style.background=''" />
+<script type="text/javascript">
+    Calendar.setup({
+        inputField     :    "f_date_c",
+        ifFormat       :    "%B %e, %Y",
+        button         :    "f_trigger_c",
+        align          :    "Tl",
+        singleClick    :    false
+    });
+</script>
+
+
+
+
+
+
+
+
+
+
+
+
 </td>
     </tr>
 
@@ -93,12 +125,6 @@
                 </td>
             </tr>
 
-
-
-
-
-
-           </td></tr>
        </table>
 <p>            <input type="submit" value="Start search" class="submit" /></p>
 </form>




reply via email to

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