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