Mercurial > hg > extraction-interface
comparison develop/views/Extractapp/taggingtext.php @ 17:82f8c6bd2b69
add new tag will based on the current topic_id, insert new element into (1)taglist table and (2)topic_tag_relation table
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Fri, 20 Feb 2015 17:57:02 +0100 |
| parents | fb948097de39 |
| children | 04db1dd9d10d |
comparison
equal
deleted
inserted
replaced
| 16:fb948097de39 | 17:82f8c6bd2b69 |
|---|---|
| 560 <!--<button onclick="cleanUpTextArea()" style="height: 30px; width: 220px">Reform the text</button></br>--> | 560 <!--<button onclick="cleanUpTextArea()" style="height: 30px; width: 220px">Reform the text</button></br>--> |
| 561 <button onclick="saveText(<?php echo $section_id; ?>)" style="height: 30px; width: 220px">Save the text</button></br> | 561 <button onclick="saveText(<?php echo $section_id; ?>)" style="height: 30px; width: 220px">Save the text</button></br> |
| 562 <button onclick="editText()" id="editTextId" style="height: 30px; width: 220px">Edit the text</button></br> | 562 <button onclick="editText()" id="editTextId" style="height: 30px; width: 220px">Edit the text</button></br> |
| 563 </br> | 563 </br> |
| 564 <button onclick="window.open('./EditWordlist')" style="height: 30px; width: 220px">Manage Word List</button></br> | 564 <button onclick="window.open('./EditWordlist')" style="height: 30px; width: 220px">Manage Word List</button></br> |
| 565 <!-- | |
| 565 <button onclick="window.open('./EditTaglist')" style="height: 30px; width: 220px">Manage Tag List</button></br> | 566 <button onclick="window.open('./EditTaglist')" style="height: 30px; width: 220px">Manage Tag List</button></br> |
| 567 --> | |
| 568 <button onclick="editTaglist(<?php echo $default_topic_id; ?>)" style="height: 30px; width: 220px">Manage Tag List</button></br> | |
| 566 </fieldset> | 569 </fieldset> |
| 567 | 570 |
| 568 <fieldset> | 571 <fieldset> |
| 569 <legend><h5 class="text-success"> Export:</h5></legend> | 572 <legend><h5 class="text-success"> Export:</h5></legend> |
| 570 Page: <input type="text" size="5" id="exportPageStart">to<input type="text" size="5" id="exportPageEnd"><br> | 573 Page: <input type="text" size="5" id="exportPageStart">to<input type="text" size="5" id="exportPageEnd"><br> |
