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 marc... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/export marc... [rel_2_2]
Date: Wed, 04 Jan 2006 20:09:26 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/01/04 20:09:26

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/export: marc.tmpl 

Log message:
        Synching with default template

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/export/marc.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2&tr2=1.2.2.1&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/export/marc.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/export/marc.tmpl:1.2.2.1
--- /dev/null   Wed Jan  4 20:09:26 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/export/marc.tmpl        Wed Jan  4 
20:09:26 2006
@@ -0,0 +1,30 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging: MARC 
Export<!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav-brief.inc" -->
+
+<div id="main"><h1>MARC Export</h1>
+<div class="data">
+<form method="post" action="/cgi-bin/koha/export/marc.pl">
+<table>
+<caption>Select biblios to export</caption>
+<tr><th scope="row">From biblio number:</th><td><input type="text" 
name="start_bib"></td></tr>
+<tr><th scope="row">...to biblio number:</th><td><input type="text" 
name="end_bib"></td></tr>
+<tr><th scope="row">Item Type: </th><td><!--TMPL_VAR 
Name="CGIitemtype"--></td></tr>
+<tr><th scope="row">Branch:</th><td><select name="branch">
+                       <option value="">Default</option>
+                        <!-- TMPL_LOOP name="branchloop" -->
+                                <option value="<!-- TMPL_VAR name="value" -->" 
<!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
+="branchname" --></option>
+                        <!-- /TMPL_LOOP -->
+                        </select></td></tr>
+<tr><th scope="row">From itemcallnumber:</th><td><input type="text" 
name="start_callnumber"></td></tr>
+<tr><th scope="row">...to itemcallnumber:</th><td><input type="text" 
name="end_callnumber"></td></tr>
+<tr><th scope="row">Limit to: </th><td><input type="text" name="limit"> first 
biblio</td></tr>
+</table></div>
+<p>Note: the items are NOT exported by this tool</p>
+<p>                    <input type="hidden" name="op" value="export">
+                       <input type="submit" value="Export" class="submit"></p>
+               </form>
+
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->




reply via email to

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