Mercurial > hg > extraction-interface
comparison develop/views/Extractapp/taggingtext.php @ 23:a879f6b9d166
modification for select-move-taglist: tags don't appear to be duplicated in other topics.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 25 Feb 2015 10:59:45 +0100 |
parents | c805470cefee |
children | b55f5d3564c4 |
comparison
equal
deleted
inserted
replaced
22:a8ae5cbc3364 | 23:a879f6b9d166 |
---|---|
664 <button id="smartRegexPopUpFor" onclick="replaceSmartFor()" class="btn btn-default" style="">>></button> | 664 <button id="smartRegexPopUpFor" onclick="replaceSmartFor()" class="btn btn-default" style="">>></button> |
665 <button onclick="replaceSmartClose()" class="btn btn-default" style="">Close</button> | 665 <button onclick="replaceSmartClose()" class="btn btn-default" style="">Close</button> |
666 </div> | 666 </div> |
667 </div> | 667 </div> |
668 | 668 |
669 <div id="follow-scroll" style="position:absolute; height:680px; overflow:scroll;margin:0 5 5 5; max-width:270px"> | 669 <div id="follow-scroll" style="position:absolute; height:680px; overflow:scroll; margin:0 5 5 5; max-width:270px"> |
670 <form action="javascript:void(0);"> | 670 <form action="javascript:void(0);"> |
671 <fieldset> | 671 <fieldset> |
672 <legend><h5 class="text-success"> Config Topic: </h5></legend> | 672 <legend><h5 class="text-success"> Config Topic: </h5></legend> |
673 <div> current topic is <?php echo $topic_name; ?> | 673 <div> current topic is <?php echo $topic_name; ?> |
674 <button onclick="chooseTopic(<?php echo $default_topic_id; ?>)" class="btn btn-xs btn-default">Change</button> | 674 <button onclick="chooseTopic(<?php echo $default_topic_id; ?>)" class="btn btn-xs btn-default">Change</button> |
675 </div> | 675 </div> |
676 <button onclick="configTagsInTopic(<?php echo $default_topic_id;?>)" class="btn btn-sm btn-default" style="">Config Tags</button></br> | 676 <button onclick="configTagsInTopic(<?php echo $default_topic_id;?>)" class="btn btn-sm btn-default" style="">Manage Tags in topic</button></br> |
677 </fieldset> | 677 </fieldset> |
678 | 678 |
679 <fieldset> | 679 <fieldset> |
680 <legend><h5 class="text-success"> Replace By <i><b>Smart Regex</b></i>©: </h5></legend> | 680 <legend><h5 class="text-success"> Replace By <i><b>Smart Regex</b></i>©: </h5></legend> |
681 <div id="smartRegexShowDiv"></div><br> | 681 <div id="smartRegexShowDiv"></div><br> |