Lines 96-103
Link Here
|
96 |
<fieldset class="rows"> <ol> |
96 |
<fieldset class="rows"> <ol> |
97 |
<li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" size="80" maxlength="255" /></li> |
97 |
<li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" size="80" maxlength="255" /></li> |
98 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" /></li> |
98 |
<li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" /></li> |
99 |
<li><label for="copyrightdate">Copyright Date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> |
99 |
<li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> |
100 |
<li><label for="isbn">Standard Number (ISBN, ISSN or Other):</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" /></li> |
100 |
<li><label for="isbn">Standard number (ISBN, ISSN or other):</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" /></li> |
101 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" /></li> |
101 |
<li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" /></li> |
102 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" /></li> |
102 |
<li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" /></li> |
103 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" /></li> |
103 |
<li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" /></li> |
Lines 125-131
Link Here
|
125 |
[% END %]</select></li>[% END %] |
125 |
[% END %]</select></li>[% END %] |
126 |
<li><label for="note">Notes:</label><textarea name="note" id="note" rows="5" cols="40"></textarea></li> |
126 |
<li><label for="note">Notes:</label><textarea name="note" id="note" rows="5" cols="40"></textarea></li> |
127 |
</ol></fieldset> |
127 |
</ol></fieldset> |
128 |
<fieldset class="action"><input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /><input type="hidden" name="op" value="add_confirm" /><input type="submit" onclick="Check(this.form); return false;" value="Submit Your Suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a></fieldset> |
128 |
<fieldset class="action"><input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /><input type="hidden" name="op" value="add_confirm" /><input type="submit" onclick="Check(this.form); return false;" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a></fieldset> |
129 |
</form> |
129 |
</form> |
130 |
|
130 |
|
131 |
[% END %] |
131 |
[% END %] |
132 |
- |
|
|