comparison src/main/webapp/pages/topicPage.jsp @ 71:92ede90bc611

complete filters in the missing books table on topicPage
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 15 Aug 2016 11:09:20 +0200
parents 315a6360ea1b
children b27a99201cbe
comparison
equal deleted inserted replaced
70:315a6360ea1b 71:92ede90bc611
207 207
208 <div class="tableDiv double-scroll" > 208 <div class="tableDiv double-scroll" >
209 <table class="pageTable"> 209 <table class="pageTable">
210 <tr> 210 <tr>
211 <th><label class="tableTitle">Book Id</label></th> 211 <th><label class="tableTitle">Book Id</label></th>
212 <th><label class="tableTitle">Book Name</label></th>
213 <th><label class="tableTitle">Level 1</label></th>
214 <th><label class="tableTitle">Level 2</label></th>
215 <th> 212 <th>
216 <table class="sortTable"> 213 <table class="sortTable">
217 <tr> 214 <tr>
215 <td><label class="tableTitle">Book Name</label></td>
216 </tr>
217 <tr>
218 <td>
219 <input type="text" class="filterInput" name="bookNameFilterMissingBooks" id="bookNameFilterMissingBooks" value="<%= sessionBean.getTopicPage().getBookNameFilterMissingBooks() %>"/>
220 </td>
221 <td>
222 <input type="image"
223 onclick="setAction('filter', 'topicSectionRelationForm');"
224 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
225 </td>
226 </tr>
227 </table>
228 </th>
229 <th>
230 <table class="sortTable">
231 <tr>
232 <td><label class="tableTitle">Level 1</label></td>
233
234 </tr>
235 <tr>
236 <td>
237 <input type="text" class="filterInput" name="level1FilterMissingBooks" id="level1FilterMissingBooks" value="<%= sessionBean.getTopicPage().getLevel1FilterMissingBooks() %>"/>
238 </td>
239 <td>
240 <input type="image"
241 onclick="setAction('filter', 'topicSectionRelationForm');"
242 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
243 </td>
244 </tr>
245 </table>
246
247 </th>
248 <th>
249 <table class="sortTable">
250 <tr>
251 <td><label class="tableTitle">Level 2</label></td>
252
253 </tr>
254 <tr>
255 <td>
256 <input type="text" class="filterInput" name="level2FilterMissingBooks" id="level2FilterMissingBooks" value="<%= sessionBean.getTopicPage().getLevel2FilterMissingBooks() %>"/>
257 </td>
258 <td>
259 <input type="image"
260 onclick="setAction('filter', 'topicSectionRelationForm');"
261 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
262 </td>
263 </tr>
264 </table>
265
266 </th>
267 <th>
268 <table class="sortTable">
269 <tr>
218 <td><label class="tableTitle">Dynasty</label></td> 270 <td><label class="tableTitle">Dynasty</label></td>
219 271
220 </tr> 272 </tr>
221 <tr> 273 <tr>
222 <td> 274 <td>
226 <input type="image" 278 <input type="image"
227 onclick="setAction('filter', 'topicSectionRelationForm');" 279 onclick="setAction('filter', 'topicSectionRelationForm');"
228 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/> 280 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
229 </td> 281 </td>
230 </tr> 282 </tr>
231 </table> 283 </table>
284
285 </th>
232 286
233 287 <th>
234 288 <table class="sortTable">
289 <tr>
290 <td><label class="tableTitle">Period</label></td>
291
292 </tr>
293 <tr>
294 <td>
295 <input type="text" class="filterInput" name="periodFilterMissingBooks" id="periodFilterMissingBooks" value="<%= sessionBean.getTopicPage().getPeriodFilterMissingBooks() %>"/>
296 </td>
297 <td>
298 <input type="image"
299 onclick="setAction('filter', 'topicSectionRelationForm');"
300 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
301 </td>
302 </tr>
303 </table>
235 304
236 </th> 305 </th>
237 306 <th>
238 <th><label class="tableTitle">Period</label></th> 307 <table class="sortTable">
239 <th><label class="tableTitle">Admin Type</label></th> 308 <tr>
309 <td><label class="tableTitle">Admin Type</label></td>
310 </tr>
311 <tr>
312 <td>
313 <input type="text" class="filterInput" name="adminTypeFilterMissingBooks" id="adminTypeFilterMissingBooks" value="<%= sessionBean.getTopicPage().getAdminTypeFilterMissingBooks() %>"/>
314 </td>
315 <td>
316 <input type="image"
317 onclick="setAction('filter', 'topicSectionRelationForm');"
318 src="<%=sessionBean.getApplicationBean().getFilterImage()%>"/>
319 </td>
320 </tr>
321 </table>
322
323 </th>
240 <th><label class="tableTitle">Section Name</label></th> 324 <th><label class="tableTitle">Section Name</label></th>
241 <th><label class="tableTitle">Section Pages</label></th> 325 <th><label class="tableTitle">Section Pages</label></th>
242 <th><label class="tableTitle">Load Text (Plain)</label></th> 326 <th><label class="tableTitle">Load Text (Plain)</label></th>
243 <th><label class="tableTitle">Load tagged text in Extraction Interface</label></th> 327 <th><label class="tableTitle">Load tagged text in Extraction Interface</label></th>
244 <th><label class="tableTitle">Remove</label></th> 328 <th><label class="tableTitle">Remove</label></th>