|
@@ -143,14 +143,14 @@
|
|
|
</script>
|
|
|
<script type="text/html" id="flawTmpl">
|
|
|
<div {{if isReject==='1'}} class="flaw-item high-light" {{else}} class="flaw-item" {{/if}} code="${modelName.replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'')}">
|
|
|
- <div class="title">
|
|
|
+ <div {{if isDeleted==="Y"}} class="delete title"{{else}} class="title" {{/if}}>
|
|
|
{{if gradeType===2}}
|
|
|
<img {{if explainInfo}} title="${explainInfo}" {{/if}} src="../images/tag.png" alt=""/>
|
|
|
{{/if}}
|
|
|
{{if info}}
|
|
|
- <a {{if pageKeyList[0]}} anchors="${pageKeyList}" {{if isDeleted==="Y"}} class="delete" {{/if}} code="${id}" href="#anchor${pageKeyList[0]}" {{/if}}>${msg}(${info})</a>
|
|
|
+ <a {{if pageKeyList[0]}} anchors="${pageKeyList}" code="${id}" href="#anchor${pageKeyList[0]}" {{/if}}>${msg}(${info})</a>
|
|
|
{{else}}
|
|
|
- <a {{if pageKeyList[0]}} anchors="${pageKeyList}" {{if isDeleted==="Y"}} class="delete" {{/if}} code="${id}" href="#anchor${pageKeyList[0]}" {{/if}}>${msg}</a>
|
|
|
+ <a {{if pageKeyList[0]}} anchors="${pageKeyList}" code="${id}" href="#anchor${pageKeyList[0]}" {{/if}}>${msg}</a>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
<div class="opers clearfix">
|