first go at moving templates to a modules/ dir
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / cataloguing / addbooks.tmpl
diff --git a/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl b/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl
deleted file mode 100644 (file)
index eaca002..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Cataloguing</title>
-<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
-
-       <h1>Koha &rsaquo; Catalogue Maintenance</h1>
-       <!-- TMPL_IF name="noitemsfound" -->
-               No items found
-       <!-- /TMPL_IF -->
-       
-<h3>Search Existing Records</h3>
-<div id="addbooks_search">
-       <form name="search" action="addbooks.pl">
-               <p>
-        <label for="q">Search the catalog: </label>
-        <input id="q" type="text"  size="25"   name="q" />
-        <input type="submit" value="search">
-        </p>
-       </form>
-</div>
-<div id="addbooks_add_without_search">
-       <!-- TMPL_IF NAME="NOTMARC" -->
-               <form action="addbiblio.pl">
-                       <input type="submit" value="Add Record Without Search" />
-               </form>
-       <!-- TMPL_ELSE -->
-               <br />
-               <form name="f" action="addbiblio.pl" method="post">
-               <h3>Create a Blank Bibliographic Record</h3>
-               <p>
-                       <label for="frameworkcode">Choose a Framework:</label>
-                       <select name="frameworkcode" id="frameworkcode">
-                               <option value="">Default</option>
-                               <!-- TMPL_LOOP NAME="frameworkcodeloop" -->
-                                       <option value="<!-- TMPL_VAR NAME="value" -->">
-                                               <!-- TMPL_VAR NAME="frameworktext" -->
-                                       </option>
-                               <!-- /TMPL_LOOP -->
-                       </select>
-                       <input type="submit" value="Add Record Without Search" />
-               </p>
-               </form>
-                       <!-- /TMPL_IF -->
-</div>
-
-
-<!-- display the search results -->
-
-<!-- TMPL_IF NAME="total"-->
-<br />
-<!-- TMPL_VAR NAME="total"--> Results found in catalogue.
-<!-- TMPL_VAR name='pagination_bar'-->
-<div class="searchresults">
-    <table>
-        <tr>
-            <th>Title</th>
-            <th>Location</th>
-            <th>&nbsp;</th>
-        </tr>
-    <!-- TMPL_LOOP NAME="resultsloop" -->
-        <!-- TMPL_IF name="even" -->
-            <tr class="highlight">
-        <!-- TMPL_ELSE -->
-            <tr>
-        <!-- /TMPL_IF -->
-            <td>
-                <p>
-                    <!-- TMPL_VAR NAME="title" -->
-                <!-- TMPL_VAR NAME="subtitle" -->
-                <!-- TMPL_IF name="summary" -->
-                    <p><!-- TMPL_VAR name="summary" --></p>
-                <!-- TMPL_ELSE -->
-                    <p>
-                        <!-- TMPL_IF NAME="author" -->
-                            <!-- TMPL_VAR NAME="author" -->
-                        <!-- TMPL_ELSE -->
-                            &nbsp;
-                        <!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
-                    </p>
-                <!-- /TMPL_IF -->
-                </td>
-                <td>
-                    <!-- TMPL_IF NAME="items_loop" -->
-                        <span class="available">
-                        <!-- TMPL_LOOP NAME="items_loop" -->
-                            <!-- TMPL_VAR NAME="count" --> <!-- TMPL_VAR NAME="branchname" -->
-                            <i>
-                        <!-- TMPL_IF name="location" --><!-- TMPL_VAR name="location" --><!-- /TMPL_IF -->
-                        <!-- TMPL_IF name="itemcallnumber" --><!-- TMPL_VAR name="itemcallnumber" --><!-- /TMPL_IF -->
-                            <!-- TMPL_IF name="classification" -->
-                            <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="classification" ESCAPE="URL" -->">
-                                <!-- TMPL_VAR NAME="classification" -->
-                            </a>
-                        <!-- /TMPL_IF -->
-                        </i>
-                            <br />
-                        <!-- /TMPL_LOOP -->
-                        </span>
-                    <!-- /TMPL_IF -->
-                    <span class="unavailable">
-                        <!-- TMPL_IF NAME="onloancount" --> On loan (<!-- TMPL_VAR NAME="onloancount" -->),<br /> <!-- /TMPL_IF -->
-                        <!-- TMPL_IF NAME="wthdrawncount" --> Withdrawn (<!-- TMPL_VAR NAME="wthdrawncount" -->),<br /> <!-- /TMPL_IF -->
-                        <!-- TMPL_IF NAME="itemlostcount" --> Lost (<!-- TMPL_VAR NAME="itemlostcount" -->)<br /><!-- /TMPL_IF -->
-                        <!-- TMPL_IF NAME="orderedcount" --> On order (<!-- TMPL_VAR NAME="orderedcount" -->)<!-- /TMPL_IF -->
-                    </span>
-                </td>
-                <td>
-                    <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit biblio</a>
-                </td>
-            </tr>
-    <!-- /TMPL_LOOP -->
-    </table>
-</div>
-<!-- TMPL_ELSE -->
-    <!-- TMPL_IF name='query'-->
-        <b>No Result found in catalogue.</b>
-        <!-- TMPL_IF NAME="error" -->
-            Error: <span class="error"><!-- TMPL_VAR NAME="error" --></span>
-        <!-- /TMPL_IF -->
-    <!-- /TMPL_IF -->
-<!-- /TMPL_IF -->
-
-<!-- TMPL_IF name='query'-->
-<div id="searchresult-breeding">
-    <h3>Biblios in reservoir</h3>
-    <!-- TMPL_IF name="breeding_loop" -->
-        <table>
-            <tr>
-                <th>Title</th>
-                <th>ISBN</th>
-                <th>coming from</th>
-                <th>&nbsp;</th>
-                <th>&nbsp;</th>
-            </tr>
-            <!-- TMPL_LOOP NAME="breeding_loop" -->
-            <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="hilighted"><!-- /TMPL_IF -->
-                <td><!-- TMPL_VAR NAME="title" -->
-                <!-- TMPL_VAR NAME="author" --></td>
-                <td><!-- TMPL_VAR NAME="isbn" --></td>
-                <td><!-- TMPL_VAR NAME="file" --></td>
-                <!-- TMPL_IF NAME="NOTMARC" -->
-                                    
-                <!-- TMPL_ELSE -->
-                <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=<!-- TMPL_VAR NAME="id" -->">Add biblio</a></td>
-                <!-- /TMPL_IF -->
-            </tr>
-            <!-- /TMPL_LOOP -->
-        </table>
-    <!-- TMPL_ELSE -->
-    <p>None</p>
-    <!-- /TMPL_IF -->
-</div>
-<!-- /TMPL_IF -->
-
-<script type="text/JavaScript">
-    document.search.q.focus();
-</script>
-
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->