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


From: Kyle Hall
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/offlineCirc... [dev_week]
Date: Mon, 23 Jun 2008 17:53:32 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   08/06/23 17:53:32

Added files:
        koha-tmpl/intranet-tmpl/npl/en/offlineCirc: offlineCirc.tmpl 
                                                    processKOC.tmpl 

Log message:
        Added template files for koha offline circulation. Note that they do 
not use any tmpl includes and need to be pretty-fied.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/offlineCirc/offlineCirc.tmpl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/offlineCirc/processKOC.tmpl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1

Patches:
Index: offlineCirc.tmpl
===================================================================
RCS file: offlineCirc.tmpl
diff -N offlineCirc.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ offlineCirc.tmpl    23 Jun 2008 17:53:31 -0000      1.1.2.1
@@ -0,0 +1,18 @@
+<html>
+<head>
+<title>Koha Offline Circulation - File Upload</title>
+</head>
+<body>
+
+<h2>Upload Offline Circulation Data</h2>
+<form action="processKOC.pl" method="post" enctype="multipart/form-data">
+  <label for="userfile">Choose .koc File</label>
+  <input type="file" name="kocfile" />
+
+  <br />
+
+  <input type="submit" value="Upload File"/>
+</form>
+
+</body>
+</html>
\ No newline at end of file

Index: processKOC.tmpl
===================================================================
RCS file: processKOC.tmpl
diff -N processKOC.tmpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ processKOC.tmpl     23 Jun 2008 17:53:32 -0000      1.1.2.1
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>Koha Offline Circulation - File Processing</title>
+</head>
+<body>
+
+<h2>Koha Offline Circulation</h2>
+<p>Your data was processed. Here are the results.</p>
+
+<!-- TMPL_LOOP NAME="messages" -->
+  <p><!-- TMPL_VAR NAME="message" --></p>
+<!-- /TMPL_LOOP -->
+
+</body>
+</html>
\ No newline at end of file




reply via email to

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