Modifications to enable YUI-Grids layout structure. Unfinished.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / addbiblio-nomarc.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Cataloging &rsaquo; Add a Non-MARC Record</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close-addbiblio.inc" -->
4
5
6
7 <!-- TMPL_IF name="ERROR" -->
8 Please Specify a Title
9 <!-- /TMPL_IF -->
10
11 <form action="savebiblio.pl" method="post">
12
13 <table>
14         <caption>Adding a new bibliographic record</caption>
15         <tr><th scope="row"><label for="title">Title: *</label></th><td><input name="title" id="title" type="text" size="40" /> * Required</td>
16 </tr>
17 <tr><th scope="row"><label for="subtitle">Subtitle:</label></th><td><input name="subtitle" id="subtitle" type="text" size="40" /></td>
18 </tr>
19 <tr><th scope="row"><label for="author">Author:</label></th><td><input name="author" id="author" type="text" size="40" /></td>
20 </tr>
21 <tr><th scope="row"><label for="seriestitle">Series Title:</label><br />
22 <i>(if applicable)</i></th><td><input name="seriestitle" type="text" id="seriestitle" size="40" /></td>
23 </tr>
24 <tr><th scope="row"><label for="copyrightdate">Copyright Date:</label></th><td><input id="copyrightdate" name="copyrightdate" type="text" size="40" /></td>
25 </tr>
26 <tr><th scope="row"><label for="abstract">Abstract:</label></th><td><textarea cols="30" id="abstract" rows="6" name="abstract"></textarea></td>
27 </tr>
28 <tr><th scope="row"><label for="bib-notes">Notes:</label></th><td><textarea cols="30" rows="6" id="bib-notes" name="notes"></textarea></td>
29 </tr>
30 </table>
31 <input type="submit" value="Add Record" />
32
33 </form>
34 </div>
35 </div>
36 </div>
37
38 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
39 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->