|
@@ -154,9 +154,9 @@ SpecialTag.prototype.container_header_dom = '<div class="header" style="border-r
|
|
|
|
|
|
SpecialTag.prototype.container_content_dom = '<div class="content popover-content" style="padding:4px;border-radius: 0px 0px 15px 15px;">\
|
|
|
<p id="problem-list" class="popover-list buttonCss">\
|
|
|
- <a href="#" id="show-TrueTag-button" value="√">√</a>\
|
|
|
- <a href="#" id="show-FalseTag-button" value="×">×</a>\
|
|
|
- <a href="#" id="show-TrueAndFalseTag-button" value="乄">乄</a>\
|
|
|
+ <a href="#" value="√">√</a>\
|
|
|
+ <a href="#" value="×">×</a>\
|
|
|
+ <a href="#" value="乄">乄</a>\
|
|
|
</p><p id="clear"><a href="#" class="goBack" style="margin-left: 20px;">回 退</a><a href="#" class="clearAll">全部清除</a></p></div>';
|
|
|
|
|
|
SpecialTag.prototype.control_dom = '<h3 class="popover-title">特殊标记</h3>\
|