Mercurial > hg > LGServices
comparison src/main/webapp/pages/topicPage.jsp @ 55:95bf4ac726e6
Topic synchronization with extraction-interface. new tables in LGService database
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 16 Feb 2016 15:09:40 +0100 |
parents | a00efd5d9e77 |
children | b8ad346e39a0 |
comparison
equal
deleted
inserted
replaced
54:a00efd5d9e77 | 55:95bf4ac726e6 |
---|---|
216 <th><label class="tableTitle">View Text</label></th> | 216 <th><label class="tableTitle">View Text</label></th> |
217 <th><label class="tableTitle">Existing Tasks</label></th> | 217 <th><label class="tableTitle">Existing Tasks</label></th> |
218 <th><label class="tableTitle">Remove</label></th> | 218 <th><label class="tableTitle">Remove</label></th> |
219 </tr> | 219 </tr> |
220 | 220 |
221 <!-- TODO pending book list --> | 221 <!-- pending book list --> |
222 <% for(DBBook book : sessionBean.getTopicPage().getPendingBookList() ) { %> | 222 <% for(DBBook book : sessionBean.getTopicPage().getPendingBookList() ) { %> |
223 <tr> | 223 <tr> |
224 <td> | 224 <td> |
225 <a href="<%=sessionBean.getApplicationBean().getTocInterfaceUrl()%>/check_sections_details.php?book_id=<%=book.getId() %>&count=100&sessionId=<%= session.getId()%>" target="blank"> | 225 <a href="<%=sessionBean.getApplicationBean().getTocInterfaceUrl()%>/check_sections_details.php?book_id=<%=book.getId() %>&count=100&sessionId=<%= session.getId()%>" target="blank"> |
226 <%=book.getId() %> | 226 <%=book.getId() %> |
557 <td><label><%= section.getName() %></label></td> | 557 <td><label><%= section.getName() %></label></td> |
558 <td><label><%= section.getPages() %></label></td> | 558 <td><label><%= section.getPages() %></label></td> |
559 | 559 |
560 <!-- view text in Ext-Interface --> | 560 <!-- view text in Ext-Interface --> |
561 <td> | 561 <td> |
562 <!-- pass topicId to extraction interface --> | |
562 <a href="#" | 563 <a href="#" |
563 title="Show Section in Extraction Interface" | 564 title="Show Section in Extraction Interface" |
564 onclick="sectionInExtractionInterface('<%=section.getId() %>', '<%=section.getName() %>', '<%=section.getBookId() %>', '<%=section.getBook().getName() %>', '<%=sessionBean.getUser().getId() %>', '<%=sessionBean.getApplicationBean().getExtractionInterfaceUrl()%>');"> | 565 onclick="sectionInExtractionInterface('<%=section.getId() %>', '<%=section.getName() %>', '<%=section.getBookId() %>', '<%=section.getBook().getName() %>', '<%=sessionBean.getTopicPage().getTopicId() %>', '<%=sessionBean.getUser().getId() %>', '<%=sessionBean.getApplicationBean().getExtractionInterfaceUrl()%>');"> |
565 <img title="Show Section in Extraction Interface" src="<%=sessionBean.getApplicationBean().getShowImage()%>"> | 566 <img title="Show Section in Extraction Interface" src="<%=sessionBean.getApplicationBean().getShowImage()%>"> |
566 </a> | 567 </a> |
567 </td> | 568 </td> |
568 | 569 |
569 <!-- existing branches (tasks) --> | 570 <!-- existing branches (tasks) --> |