|
Lines 140-194
ff.submit();
Link Here
|
| 140 |
<ol><li> |
140 |
<ol><li> |
| 141 |
<!-- TMPL_IF name="biblionumber" --> |
141 |
<!-- TMPL_IF name="biblionumber" --> |
| 142 |
<span class="label">Title</span> |
142 |
<span class="label">Title</span> |
| 143 |
<input type="hidden" size="20" name="title" value="<!-- TMPL_VAR NAME="title" ESCAPE="HTML" -->" /> <span class="title"><!-- TMPL_VAR NAME="title" ESCAPE="html" --></span> |
143 |
<input type="hidden" size="50" name="title" value="<!-- TMPL_VAR NAME="title" ESCAPE="HTML" -->" /> <span class="title"><!-- TMPL_VAR NAME="title" ESCAPE="html" --></span> |
| 144 |
<!-- TMPL_ELSE --> |
144 |
<!-- TMPL_ELSE --> |
| 145 |
<label for="entertitle" class="required">Title: </label> |
145 |
<label for="entertitle" class="required">Title: </label> |
| 146 |
<input type="text" id="entertitle" size="20" name="title" value="<!-- TMPL_VAR NAME="title" ESCAPE="html" -->" /> |
146 |
<input type="text" id="entertitle" size="50" name="title" value="<!-- TMPL_VAR NAME="title" ESCAPE="html" -->" /> |
| 147 |
<!-- /TMPL_IF --> |
147 |
<!-- /TMPL_IF --> |
| 148 |
</li> |
148 |
</li> |
| 149 |
<li> |
149 |
<li> |
| 150 |
<!-- TMPL_IF name="biblionumber" --> |
150 |
<!-- TMPL_IF name="biblionumber" --> |
| 151 |
<span class="label">Author: </span> |
151 |
<span class="label">Author: </span> |
| 152 |
<input type="hidden" size="20" name="author" id="author" value="<!-- TMPL_VAR NAME="author" -->" /><!-- TMPL_VAR NAME="author" --> |
152 |
<input type="hidden" size="50" name="author" id="author" value="<!-- TMPL_VAR NAME="author" -->" /><!-- TMPL_VAR NAME="author" --> |
| 153 |
<!-- TMPL_ELSE --> |
153 |
<!-- TMPL_ELSE --> |
| 154 |
<label for="author">Author: </label> |
154 |
<label for="author">Author: </label> |
| 155 |
<input type="text" size="20" name="author" id="author" value="<!-- TMPL_VAR NAME="author" -->" /> |
155 |
<input type="text" size="50" name="author" id="author" value="<!-- TMPL_VAR NAME="author" -->" /> |
| 156 |
<!-- /TMPL_IF --> |
156 |
<!-- /TMPL_IF --> |
| 157 |
</li> |
157 |
</li> |
| 158 |
<li> |
158 |
<li> |
| 159 |
<!-- TMPL_IF name="biblionumber" --> |
159 |
<!-- TMPL_IF name="biblionumber" --> |
| 160 |
<span class="label">Publisher: </span> |
160 |
<span class="label">Publisher: </span> |
| 161 |
<input type="hidden" size="20" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /><!-- TMPL_VAR NAME="publishercode" --> |
161 |
<input type="hidden" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /><!-- TMPL_VAR NAME="publishercode" --> |
| 162 |
<!-- TMPL_ELSE --> |
162 |
<!-- TMPL_ELSE --> |
| 163 |
<label for="publishercode"> Publisher: </label> |
163 |
<label for="publishercode"> Publisher: </label> |
| 164 |
<input type="text" size="20" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /> |
164 |
<input type="text" size="50" name="publishercode" id="publishercode" value="<!-- TMPL_VAR NAME="publishercode" -->" /> |
| 165 |
<!-- /TMPL_IF --> |
165 |
<!-- /TMPL_IF --> |
| 166 |
</li> |
166 |
</li> |
| 167 |
<li> |
167 |
<li> |
| 168 |
<!-- TMPL_IF name="biblionumber" --> |
168 |
<!-- TMPL_IF name="biblionumber" --> |
| 169 |
<span class="label">Publication year: </span> |
169 |
<span class="label">Publication year: </span> |
| 170 |
<input type="hidden" size="20" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /><!-- TMPL_VAR NAME="publicationyear" --> |
170 |
<input type="hidden" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /><!-- TMPL_VAR NAME="publicationyear" --> |
| 171 |
<!-- TMPL_ELSE --> |
171 |
<!-- TMPL_ELSE --> |
| 172 |
<label for="publicationyear">Publication year: </label> |
172 |
<label for="publicationyear">Publication year: </label> |
| 173 |
<input type="text" size="20" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /> |
173 |
<input type="text" size="10" name="publicationyear" id="publicationyear" value="<!-- TMPL_VAR NAME="publicationyear" -->" /> |
| 174 |
<!-- /TMPL_IF --> |
174 |
<!-- /TMPL_IF --> |
| 175 |
</li> |
175 |
</li> |
| 176 |
<li> |
176 |
<li> |
| 177 |
<!-- TMPL_IF name="biblionumber" --> |
177 |
<!-- TMPL_IF name="biblionumber" --> |
| 178 |
<span class="label">ISBN: </span> |
178 |
<span class="label">ISBN: </span> |
| 179 |
<input type="hidden" size="20" name="ISBN" id="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->" /><!-- TMPL_VAR NAME="isbn" --> |
179 |
<input type="hidden" size="50" name="ISBN" id="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->" /><!-- TMPL_VAR NAME="isbn" --> |
| 180 |
<!-- TMPL_ELSE --> |
180 |
<!-- TMPL_ELSE --> |
| 181 |
<label for="ISBN">ISBN: </label> |
181 |
<label for="ISBN">ISBN: </label> |
| 182 |
<input type="text" size="20" name="ISBN" id="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->" /> |
182 |
<input type="text" size="50" name="ISBN" id="ISBN" value="<!-- TMPL_VAR NAME="isbn" -->" /> |
| 183 |
<!-- /TMPL_IF --> |
183 |
<!-- /TMPL_IF --> |
| 184 |
</li> |
184 |
</li> |
| 185 |
<li> |
185 |
<li> |
| 186 |
<!-- TMPL_IF name="biblionumber" --> |
186 |
<!-- TMPL_IF name="biblionumber" --> |
| 187 |
<span class="label">Series: </span> |
187 |
<span class="label">Series: </span> |
| 188 |
<input type="hidden" size="20" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /><span class="title"><!-- TMPL_VAR NAME="seriestitle" --></span> |
188 |
<input type="hidden" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /><span class="title"><!-- TMPL_VAR NAME="seriestitle" --></span> |
| 189 |
<!-- TMPL_ELSE --> |
189 |
<!-- TMPL_ELSE --> |
| 190 |
<label for="series">Series: </label> |
190 |
<label for="series">Series: </label> |
| 191 |
<input type="text" size="20" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /> |
191 |
<input type="text" size="50" name="series" id="series" value="<!-- TMPL_VAR NAME="seriestitle" -->" /> |
| 192 |
<!-- /TMPL_IF --> |
192 |
<!-- /TMPL_IF --> |
| 193 |
</li> |
193 |
</li> |
| 194 |
</ol> |
194 |
</ol> |
| 195 |
- |
|
|