bug-1490, fixed seasonal-year drop-box
[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 <div id="doc3" class="yui-t2">
6    
7    <div id="bd">
8         <div id="yui-main">
9         <div class="yui-b"><div class="yui-g">
10
11 <!-- TMPL_IF name="ERROR" -->
12 Please Specify a Title
13 <!-- /TMPL_IF -->
14
15 <form action="savebiblio.pl" method="post">
16
17 <table>
18         <caption>Adding a new bibliographic record</caption>
19         <tr><th scope="row"><label for="title">Title: *</label></th><td><input name="title" id="title" type="text" size="40" /> * Required</td>
20 </tr>
21 <tr><th scope="row"><label for="subtitle">Subtitle:</label></th><td><input name="subtitle" id="subtitle" type="text" size="40" /></td>
22 </tr>
23 <tr><th scope="row"><label for="author">Author:</label></th><td><input name="author" id="author" type="text" size="40" /></td>
24 </tr>
25 <tr><th scope="row"><label for="seriestitle">Series Title:</label><br />
26 <i>(if applicable)</i></th><td><input name="seriestitle" type="text" id="seriestitle" size="40" /></td>
27 </tr>
28 <tr><th scope="row"><label for="copyrightdate">Copyright Date:</label></th><td><input id="copyrightdate" name="copyrightdate" type="text" size="40" /></td>
29 </tr>
30 <tr><th scope="row"><label for="abstract">Abstract:</label></th><td><textarea cols="30" id="abstract" rows="6" name="abstract"></textarea></td>
31 </tr>
32 <tr><th scope="row"><label for="bib-notes">Notes:</label></th><td><textarea cols="30" rows="6" id="bib-notes" name="notes"></textarea></td>
33 </tr>
34 </table>
35 <input type="submit" value="Add Record" />
36
37 </form>
38 </div>
39 </div>
40 </div>
41
42 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
43 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->