Unvalid Markup Remove. class="content" id="content"

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9335 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-26 07:28:34 +00:00
parent 7ce022b027
commit aeb46f7091
12 changed files with 1143 additions and 1161 deletions

View file

@ -19,7 +19,6 @@ jQuery(function($){
<load target="./js/config.js" usecdn="true" /> <load target="./js/config.js" usecdn="true" />
<load target="../../session/tpl/js/session.js" usecdn="true" /> <load target="../../session/tpl/js/session.js" usecdn="true" />
<div class="content" id="content">
<form action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data"> <form action="./" method="post" id="ftp_form" class="form" enctype="multipart/form-data">
<input type="hidden" name="act" value="procInstallAdminConfig" /> <input type="hidden" name="act" value="procInstallAdminConfig" />
<h1 class="h1">{$lang->title_genaral}</h1> <h1 class="h1">{$lang->title_genaral}</h1>
@ -247,4 +246,3 @@ jQuery(function($){
<span class="btn medium"><input type="submit" value="{$lang->cmd_save}" /></span> <span class="btn medium"><input type="submit" value="{$lang->cmd_save}" /></span>
</div> </div>
</form> </form>
</div>

View file

@ -23,7 +23,6 @@
}); });
}); });
</script> </script>
<div class="content" id="content">
<h1 class="h1">{$lang->editor}</h1> <h1 class="h1">{$lang->editor}</h1>
<h2 class="h2">{$lang->editor_preview}</h2> <h2 class="h2">{$lang->editor_preview}</h2>
@ -160,4 +159,3 @@
</div> </div>
</fieldset> </fieldset>
</form> </form>
</div>

View file

@ -2,7 +2,6 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<div class="content" id="content">
<form ruleset="insertConfig" action="./" method="post" class="form"> <form ruleset="insertConfig" action="./" method="post" class="form">
<input type="hidden" name="act" value="procFileAdminInsertConfig" /> <input type="hidden" name="act" value="procFileAdminInsertConfig" />
<h1 class="h1">File Upload</h1> <h1 class="h1">File Upload</h1>
@ -45,4 +44,3 @@
<span class="btn medium"><input type="submit" value="Save" /></span> <span class="btn medium"><input type="submit" value="Save" /></span>
</div> </div>
</form> </form>
</div>

View file

@ -14,7 +14,6 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<div class="content" id="content">
<h1 class="h1">{$lang->group}</h1> <h1 class="h1">{$lang->group}</h1>
<form action="" class="form" method="post" ruleset="insertGroupConfig"> <form action="" class="form" method="post" ruleset="insertGroupConfig">
<input type="hidden" name="act" value="procMemberAdminGroupConfig" /> <input type="hidden" name="act" value="procMemberAdminGroupConfig" />
@ -131,4 +130,3 @@
<a href="{getUrl('', 'module','admin', 'act', 'dispModuleAdminFileBox')}" target="_blank">{$lang->link_file_box}</a> <a href="{getUrl('', 'module','admin', 'act', 'dispModuleAdminFileBox')}" target="_blank">{$lang->link_file_box}</a>
</div> </div>
</div> </div>
</div>

View file

@ -9,7 +9,6 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<div class="content" id="content">
<form action="./" class="form" ruleset="@insertMember" method="post" enctype="multipart/form-data"> <form action="./" class="form" ruleset="@insertMember" method="post" enctype="multipart/form-data">
<input type="hidden" name="act" value="procMemberAdminInsert" /> <input type="hidden" name="act" value="procMemberAdminInsert" />
<input type="hidden" name="member_srl" value="{$member_srl}" /> <input type="hidden" name="member_srl" value="{$member_srl}" />
@ -110,7 +109,6 @@
</div> </div>
</table> </table>
</form> </form>
</div>
<script type="text/javascript"> <script type="text/javascript">
(function($){ (function($){
$(function(){ $(function(){

View file

@ -6,7 +6,6 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<div class="content" id="content">
<form action="" class="form" method="post"> <form action="" class="form" method="post">
<h1 class="h1">{$lang->user_list}</h1> <h1 class="h1">{$lang->user_list}</h1>
<div class="table even"> <div class="table even">
@ -180,7 +179,6 @@
<a href="{getUrl('search_target', '', 'search_keyword', '')}">{$lang->cmd_cancel}</a> <a href="{getUrl('search_target', '', 'search_keyword', '')}">{$lang->cmd_cancel}</a>
</form> </form>
</div> </div>
</div>
<script type="text/javascript"> <script type="text/javascript">
jQuery(function($){ jQuery(function($){
var clickedBTN = ''; var clickedBTN = '';

View file

@ -5,7 +5,6 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
<load target="../../admin/tpl/js/sitemap.js" usecdn="true" /> <load target="../../admin/tpl/js/sitemap.js" usecdn="true" />
<load target="./js/sitemap.js" usecdn="true" /> <load target="./js/sitemap.js" usecdn="true" />
<div class="content" id="content">
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
@ -158,4 +157,3 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
</form> </form>
</div> </div>
</div> </div>
</div>

View file

@ -969,4 +969,8 @@ Le module [Administration des Modules] montera tous les modules installés et vo
<value xml:lang="ko"><![CDATA[새로운 단어 또는 문장 추가...]]></value> <value xml:lang="ko"><![CDATA[새로운 단어 또는 문장 추가...]]></value>
<value xml:lang="en"><![CDATA[Add New Word or Sentence...]]></value> <value xml:lang="en"><![CDATA[Add New Word or Sentence...]]></value>
</item> </item>
<item name="installed_module">
<value xml:lang="ko"><![CDATA[설치된 모듈]]></value>
<value xml:lang="en"><![CDATA[Installed Module]]></value>
</item>
</lang> </lang>

View file

@ -5,7 +5,6 @@
xe.lang.favorite_off = '{$lang->favorite}({$lang->off})'; xe.lang.favorite_off = '{$lang->favorite}({$lang->off})';
</script> </script>
<div class="content" id="content">
<h1 class="h1">Installed Module</h1> <h1 class="h1">Installed Module</h1>
<div class="table even easyList"> <div class="table even easyList">
<table width="100%" border="1" cellspacing="0"> <table width="100%" border="1" cellspacing="0">
@ -69,4 +68,3 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>

View file

@ -1,5 +1,4 @@
<load target="js/rss.js" usecdn="true" /> <load target="js/rss.js" usecdn="true" />
<div class="content" id="content">
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
@ -91,4 +90,3 @@
</table> </table>
</div> </div>
</form> </form>
</div>

View file

@ -9,7 +9,6 @@ function doInsertDeniedSome(some){
} }
</script> </script>
<load target="js/spamfilter_admin.js" usecdn="true" /> <load target="js/spamfilter_admin.js" usecdn="true" />
<div class="content" id="content">
<form id="spamfilterDelete" action="" method="post"> <form id="spamfilterDelete" action="" method="post">
<input type="hidden" name="act" value="" /> <input type="hidden" name="act" value="" />
<input type="hidden" name="ipaddress" value="" /> <input type="hidden" name="ipaddress" value="" />
@ -76,4 +75,3 @@ function doInsertDeniedSome(some){
<span class="btn medium"><input type="submit" value="Save" /></span> <span class="btn medium"><input type="submit" value="Save" /></span>
</div> </div>
</form> </form>
</div>

View file

@ -3,7 +3,6 @@ var confirm_restore_msg = '{$lang->confirm_restore}';
var no_text_comment = '{$lang->no_text_comment}'; var no_text_comment = '{$lang->no_text_comment}';
</script> </script>
<load target="js/trash_admin.js" usecdn="true" /> <load target="js/trash_admin.js" usecdn="true" />
<div class="content" id="content">
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
@ -115,4 +114,3 @@ var no_text_comment = '{$lang->no_text_comment}';
</span> </span>
</form> </form>
</div> </div>
</div>