|
|
@@ -94,6 +94,9 @@
|
|
|
font-size: 14px;
|
|
|
background: #fff;
|
|
|
}
|
|
|
+ .main .container .footer .footer-header div.infoMessage:hover{
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
.main .container .footer .footer-header div span{
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
@@ -148,6 +151,9 @@
|
|
|
color: #8c8c8c;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
+ .main .container .footer .footer-section .detail .title span em{
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
.main .container .footer .footer-section .detail .title span:last-child{
|
|
|
color: #8c8c8c;
|
|
|
font-size: 14px;
|
|
|
@@ -157,6 +163,7 @@
|
|
|
.main .container .footer .footer-section .detail .title span:last-child em{
|
|
|
margin-left: 10px;
|
|
|
color: #5f9ac6;
|
|
|
+ font-size: 14px;
|
|
|
padding-right: 5px;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
@@ -221,7 +228,14 @@
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
${content.text!}
|
|
|
- <div class="readCount"><div><span>阅读 <em>${content.view_count!'0'}</em></span><span> <img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${content.vote_up!'0'}</em></span></div><p>${(content.getMetadataByKey("copy_right"))!}</p></div>
|
|
|
+ <div class="readCount">
|
|
|
+ <div>
|
|
|
+ <span>阅读 <em>${content.view_count!'0'}</em></span>
|
|
|
+ <span><img src="/jpress/static/jpress/admin/image/hands.png" alt=""><em>${content.vote_up!'0'}</em></span>
|
|
|
+ <!--<span><img src="/jpress/static/jpress/admin/image/support.png" alt=""/><em>1</em></span>-->
|
|
|
+ </div>
|
|
|
+ <p>${(content.getMetadataByKey("copy_right"))!}</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="footer">
|
|
|
<#if content.isCommentEnable() && !(content.isUuUserReplied(userid) || (USER?? && content.isUserReplied(USER.id)))>
|
|
|
@@ -233,7 +247,7 @@
|
|
|
<input type="hidden" name="uuUserAvatar" value="${iconurl!}" >
|
|
|
|
|
|
<div class="footer-header">
|
|
|
- <div class="infoMessage"><span>写留言</span><img src="/jpress/static/jpress/admin/image/pen.png" alt=""></div>
|
|
|
+ <div class="infoMessage"><span>写留言</span><img src="/jpress/static/jpress/admin/image/pen.png" alt=""/></div>
|
|
|
<div class="writeMessage">
|
|
|
<textarea name="text" id="" cols="30" rows="10"></textarea>
|
|
|
<div><button type="submit">提交留言</div>
|
|
|
@@ -255,13 +269,15 @@
|
|
|
<div class="detail">
|
|
|
<div class="title">
|
|
|
<span>${comment.author!} <em>${(comment.created?string("yyyy-MM-dd"))!}</em></span>
|
|
|
- <span><img src="/jpress/static/jpress/admin/image/hands.png" alt="" onclick="vote(${comment.id})"><em>${(comment.vote_up)!'0'}</em></span>
|
|
|
+ <span><img src="/jpress/static/jpress/admin/image/hands.png" alt="" onclick="vote(${comment.id})"/><em>${(comment.vote_up)!'0'}</em></span>
|
|
|
+ <!--<span><img src="/jpress/static/jpress/admin/image/support.png" alt=""/><em>1</em></span>-->
|
|
|
</div>
|
|
|
<p>${comment.text!}</p>
|
|
|
<#if comment.qc_content ??>
|
|
|
<div class="title reply">
|
|
|
<span>作者回复: <em>${(comment.qc_created?string("yyyy-MM-dd"))!}</em></span>
|
|
|
<span><img src="/jpress/static/jpress/admin/image/hands.png" alt="" onclick="vote(${comment.qc_id})"><em>${(comment.qc_vote_up)!'0'}</em></span>
|
|
|
+ <!--<span><img src="/jpress/static/jpress/admin/image/support.png" alt=""/><em>1</em></span>-->
|
|
|
</div>
|
|
|
<p>${comment.qc_content!}</p>
|
|
|
</#if>
|
|
|
@@ -349,5 +365,6 @@
|
|
|
console.log(result.message);
|
|
|
});
|
|
|
}
|
|
|
+
|
|
|
</script>
|
|
|
</html>
|