[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/import pict... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Aug 10 19:03:52 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/10 17:03:52

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/import: picture-upload.tmpl 

Log message:
	Tweaking markup a little

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/import/picture-upload.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: picture-upload.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/import/Attic/picture-upload.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- picture-upload.tmpl	10 Aug 2006 12:39:38 -0000	1.1.2.1
+++ picture-upload.tmpl	10 Aug 2006 17:03:52 -0000	1.1.2.2
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: Copy Import<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Patron Pictures Import System<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
 
@@ -6,21 +6,20 @@
 <h1>Patron Pictures Import System</h1>
 
 <!-- TMPL_IF name="total" -->
-	<ul class="data">
-		<li>Unpacking completed</li>
-	</ul>
-<!-- 
-<!-- TMPL_VAR NAME="total" --> Scanned
-<!-- TMPL_VAR NAME="handled" --> Processed
-<!-- TMPL_LOOP name="counts" -->
-	<!-- TMPL_VAR name="count" --> 	Images moved from <!-- TMPL_VAR name="source" --> to <!-- TMPL_VAR name="dest" -->
-	<!-- TMPL_LOOP name="filenames" -->
-		<!-- TMPL_VAR name="source" --> To <!-- TMPL_VAR name="dest" -->
-	<!-- /TMPL_LOOP -->
-<!-- /TMPL_LOOP -->
- -->
+<div class="details">
+	<h3>Unpacking completed</h3>
+	<ul>
+    <li><!-- TMPL_VAR NAME="total" --> Scanned</li>
+	<li><!-- TMPL_VAR NAME="handled" --> Processed</li>
+	<li><ul><!-- TMPL_LOOP name="counts" -->
+	<li><!-- TMPL_VAR name="count" --> 	Images moved from <!-- TMPL_VAR name="source" --> to <!-- TMPL_VAR name="dest" -->
+	<ul><!-- TMPL_LOOP name="filenames" -->
+		<li><!-- TMPL_VAR name="source" --> To <!-- TMPL_VAR name="dest" --></li>
+	<!-- /TMPL_LOOP --></ul>
+    <!-- /TMPL_LOOP --></li></ul></li></ul>
+</div>
 <!-- TMPL_ELSE -->
-
+<div class="details">
 <!-- TMPL_IF name="errors" -->
 	<!-- TMPL_LOOP name="errors" -->
 	<ul class="error">
@@ -40,12 +39,13 @@
 <!-- /TMPL_IF -->
 
 <form method="post" action="/cgi-bin/koha/import/picture-upload.pl" enctype="multipart/form-data">
-<div class="data">
-<ul>
+    <div class="error"><h3>Warning, this feature is experimental. It's possible that it won't work for you</h3></div>
+<h4>Instructions:</h4>
+<ol>
 	<li>Select a file to unpack on the server. Each .jpg file contained therein will be copied to the appropriate place on the server for patron pictures.</li>
 	<li>You can include multiple picture packs in the .zip file in seperate directories.</li>
 	<li>There should be a DATALINK.TXT or IDLINK.TXT file for each picture pack that has the cardnumber of the patron and the file containing that patrons picture.  One patron per line seperated by either ,'s or tabs.  Quotes around the fields are ignored.</li>
-</ul>
+</ol>
 <table>
 	<tr>
 		<th><label for="uploadfile">Select the .zip file to unpack: </label></th>
@@ -54,10 +54,10 @@
 		</td>
 	</tr>
 </table>
-</div>
+
 	<input type="submit" value="Unpack" class="submit" />
 </form>
-
+</div>
 <!-- /TMPL_IF -->
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list