Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 略久远的错误拼写 #365

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zb_system/defend/default/commentpost.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{* Template Name:评论发布框 *}
<div class="post" id="divCommentPost">
<p class="posttop"><a name="comment">{if $user.ID>0}{$user.StaticName}{/if}发表评论:</a><a rel="nofollow" id="cancel-reply" href="#divCommentPost" style="display:none;"><small>取消回复</small></a></p>
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
{if $user.ID>0}
Expand All @@ -16,7 +16,7 @@
{/if}
<p><label for="txaArticle">正文(*)</label></p>
<p><textarea name="txaArticle" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" ></textarea></p>
<p><input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
<p><input name="submit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
</form>
<p class="postbottom">◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。</p>
</div>
4 changes: 2 additions & 2 deletions zb_users/theme/HTML5CSS3/template/commentpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<dd>
<h5><!--◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。--></h5>
<figure><img src="{$user.Avatar}" alt="来宾的头像" border="0">{if $user.ID>0}<b>{$user.StaticName}</b>{/if}</figure>
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}">
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}">
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
{if $user.ID>0}
Expand Down Expand Up @@ -42,7 +42,7 @@
<textarea name="txaArticle" id="txaArticle" class="txt" cols="50" rows="4" tabindex="1" required></textarea>
</p>
<p>
<button name="btnSumbit" type="submit" tabindex="6" onclick="return zbp.comment.post()">提交</button>
<button name="btnsubmit" type="submit" tabindex="6" onclick="return zbp.comment.post()">提交</button>
</p>
</form>
</dd>
Expand Down
4 changes: 2 additions & 2 deletions zb_users/theme/WhitePage/template/commentpost.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="post" id="divCommentPost">
<p><a name="comment">{if $user.ID>0}{$user.Name#}{/if}发表评论:</a><a rel="nofollow" id="cancel-reply" href="#divCommentPost" style="display:none;"><small>取消回复</small></a></p>
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
{if $user.ID>0}
Expand All @@ -14,6 +14,6 @@
{template:commentpost-verify}
{/if}
<p><textarea name="txaArticle" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" ></textarea></p>
<p><input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
<p><input name="submit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
</form>
</div>
4 changes: 2 additions & 2 deletions zb_users/theme/default/template/commentpost.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{* Template Name:评论发布框 *}
<div class="post" id="divCommentPost">
<p class="posttop"><a name="comment">{if $user.ID>0}{$user.StaticName}{/if}{$lang['default']['add_reply']}:</a><a rel="nofollow" id="cancel-reply" href="#divCommentPost" style="display:none;"><small>{$lang['default']['cancel_reply']}</small></a></p>
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
{if $user.ID>0}
Expand All @@ -16,7 +16,7 @@
{/if}
<p style="display:none;"><label for="txaArticle">{$lang['msg']['content']}(*)</label></p>
<p><textarea name="txaArticle" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" ></textarea></p>
<p><input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
<p><input name="submit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
</form>
<p class="postbottom">{$lang['default']['reply_notice']}</p>
</div>
4 changes: 2 additions & 2 deletions zb_users/theme/garland/template/commentpost.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="post" id="divCommentPost">
<p class="posttop"><a name="comment">{if $user.ID>0}{$user.StaticName}{/if}发表评论:</a><a rel="nofollow" id="cancel-reply" href="#divCommentPost" style="display:none;"><small>取消回复</small></a></p>
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
{if $user.ID>0}
Expand All @@ -16,7 +16,7 @@
<!--verify-->
<p><label for="content">正文(*)</label></p>
<p><textarea name="txaArticle" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" ></textarea></p>
<p><input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return VerifyMessage()" class="button" /></p>
<p><input name="submit" type="submit" tabindex="6" value="提交" onclick="return VerifyMessage()" class="button" /></p>
</form>
<p class="postbottom">◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。</p>
</div>
4 changes: 2 additions & 2 deletions zb_users/theme/metro/template/commentpost.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="commentpost" id="comment">
<h4>发表评论:</h4>{if $user.ID>0}{$user.StaticName}{/if}<a rel="nofollow" id="cancel-reply" href="#comment" style="display:none;"><small>取消回复</small></a>
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
{if $user.ID>0}
Expand All @@ -16,7 +16,7 @@
<!--verify-->
<p><label for="content">正文(*)</label></p>
<p><textarea name="txaArticle" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" ></textarea></p>
<p><input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
<p><input name="submit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p>
</form>
<p class="postbottom">◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。</p>
</div>
4 changes: 2 additions & 2 deletions zb_users/theme/tpure/template/commentpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="comment">
<div id="cmtimg" class="cmtimg"><img src="{tpure_MemberAvatar($user)}" alt="{$user.Name}" /><p>{if $user.ID>0}{$user.StaticName}{/if}</p></div>
<div class="cmtarea">
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}" >
<input type="hidden" id="gravatar" value="{$default_url}" />
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
Expand All @@ -32,7 +32,7 @@
</div>
{/if}
<div class="cmtsubmit">
<button type="submit" name="btnSumbit" onclick="return zbp.comment.post()" class="cmtbtn" tabindex="6">{$lang['tpure']['cmt']}</button>
<button type="submit" name="btnsubmit" onclick="return zbp.comment.post()" class="cmtbtn" tabindex="6">{$lang['tpure']['cmt']}</button>
<span>{$lang['tpure']['cmttip']}</span>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion zb_users/theme/x2013/template/commentpost.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="respond" class="no_webshot">
<form id="frmSumbit" target="_self" method="post" action="{$article.CommentPostUrl}">
<form id="frmSubmit" target="_self" method="post" action="{$article.CommentPostUrl}">
<input type="hidden" name="inpId" id="inpId" value="{$article.ID}" />
<input type="hidden" name="inpRevID" id="inpRevID" value="0" />
<h3 class="base-tit">发表我的评论</h3>
Expand Down
Loading