change validator message markup

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8619 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-07-22 05:47:52 +00:00
parent de47638d12
commit 579ac47d85
67 changed files with 201 additions and 67 deletions

View file

@ -21,7 +21,9 @@
</div> </div>
<!--form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)"--> <!--form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)"-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="deleteChecked" id="fo_list" action="./" method="post"> <form ruleset="deleteChecked" id="fo_list" action="./" method="post">
<input type="hidden" name="act" value="procCommentAdminDeleteChecked" /> <input type="hidden" name="act" value="procCommentAdminDeleteChecked" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -1,6 +1,8 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="deleteChecked" id="fo_list" action="./" method="post"> <form ruleset="deleteChecked" id="fo_list" action="./" method="post">
<input type="hidden" name="act" value="procCommentAdminDeleteChecked" /> <input type="hidden" name="act" value="procCommentAdminDeleteChecked" />
<input type="hidden" value="{getUrl('', 'module', $module, 'act', $act)}" name="success_return_url"> <input type="hidden" value="{getUrl('', 'module', $module, 'act', $act)}" name="success_return_url">

View file

@ -5,7 +5,9 @@
<h3 class="xeAdmin">{$lang->cmd_add_friend}</h3> <h3 class="xeAdmin">{$lang->cmd_add_friend}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="addFriend" action="./" method="post"> <form ruleset="addFriend" action="./" method="post">
<input type="hidden" name="act" value="procCommunicationAddFriend" /> <input type="hidden" name="act" value="procCommunicationAddFriend" />
<input type="hidden" name="target_srl" value="{$target_info->member_srl}" /> <input type="hidden" name="target_srl" value="{$target_info->member_srl}" />

View file

@ -9,7 +9,9 @@
<!--@end--> <!--@end-->
</h3> </h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="addFriendGroup" action="./" method="post"> <form ruleset="addFriendGroup" action="./" method="post">
<input type="hidden" name="act" value="procCommunicationAddFriendGroup" /> <input type="hidden" name="act" value="procCommunicationAddFriendGroup" />
<input type="hidden" name="friend_group_srl" value="{$friend_group->friend_group_srl}" /> <input type="hidden" name="friend_group_srl" value="{$friend_group->friend_group_srl}" />

View file

@ -7,7 +7,9 @@
<h3>{$member_title = $lang->cmd_view_friend } ({$total_count})</h3> <h3>{$member_title = $lang->cmd_view_friend } ({$total_count})</h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<!--form id="fo_friend_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked_friend)"--> <!--form id="fo_friend_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked_friend)"-->
<form ruleset="deleteCheckedFriend" id="fo_friend_list" action="./" method="post"> <form ruleset="deleteCheckedFriend" id="fo_friend_list" action="./" method="post">
<input type="hidden" name="act" value="procCommunicationDeleteFriend" /> <input type="hidden" name="act" value="procCommunicationDeleteFriend" />

View file

@ -4,7 +4,9 @@
<h3 class="xeAdmin">{$lang->cmd_send_message}</h3> <h3 class="xeAdmin">{$lang->cmd_send_message}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="sendMessage" action="./" method="get"> <form ruleset="sendMessage" action="./" method="get">
<input type="hidden" name="act" value="procCommunicationSendMessage" /> <input type="hidden" name="act" value="procCommunicationSendMessage" />
<input type="hidden" name="content" value="{htmlspecialchars($source_message->content)}" /> <input type="hidden" name="content" value="{htmlspecialchars($source_message->content)}" />

View file

@ -5,7 +5,9 @@
<div class="infoText">{nl2br($lang->about_communication)}</div> <div class="infoText">{nl2br($lang->about_communication)}</div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post"> <form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procCommunicationAdminInsertConfig"> <input type="hidden" name="act" value="procCommunicationAdminInsertConfig">

View file

@ -14,7 +14,9 @@
<span style="float:right"><a href="#" onclick="doReloadTreeCategory('{$module_info->module_srl}');return false;" class="button black"><span>{$lang->cmd_remake_cache}</span></a></span> <span style="float:right"><a href="#" onclick="doReloadTreeCategory('{$module_info->module_srl}');return false;" class="button black"><span>{$lang->cmd_remake_cache}</span></a></span>
<div class="gap1"> <div class="gap1">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertCategory" id="fo_category" action="./" method="post"> <form ruleset="insertCategory" id="fo_category" action="./" method="post">
<input type="hidden" name="act" value="procDocumentInsertCategory" /> <input type="hidden" name="act" value="procDocumentInsertCategory" />
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" /> <input type="hidden" name="module_srl" value="{$module_info->module_srl}" />

View file

@ -8,7 +8,9 @@
<input type="hidden" name="document_srl" value="{$document_srl}" /> <input type="hidden" name="document_srl" value="{$document_srl}" />
</form> </form>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertAlias" action="{Context::getRequestUri()}" method="post"> <form ruleset="insertAlias" action="{Context::getRequestUri()}" method="post">
<input type="hidden" name="act" value="procDocumentAdminInsertAlias" /> <input type="hidden" name="act" value="procDocumentAdminInsertAlias" />
<input type="hidden" name="document_srl" value="{$document_srl}" /> <input type="hidden" name="document_srl" value="{$document_srl}" />

View file

@ -6,7 +6,9 @@
<h3 class="xeAdmin">{$lang->cmd_setup}</h3> <h3 class="xeAdmin">{$lang->cmd_setup}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="setupComponent" action="./" method="post"> <form ruleset="setupComponent" action="./" method="post">
<input type="hidden" name="act" value="procEditorAdminSetupComponent" /> <input type="hidden" name="act" value="procEditorAdminSetupComponent" />
<input type="hidden" name="component_name" value="{$component_name}" /> <input type="hidden" name="component_name" value="{$component_name}" />

View file

@ -1,7 +1,9 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<!--%import("filter/insert_config.xml")--> <!--%import("filter/insert_config.xml")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post"> <form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procFileAdminInsertConfig" /> <input type="hidden" name="act" value="procFileAdminInsertConfig" />
<table cellspacing="0" class="rowTable"> <table cellspacing="0" class="rowTable">

View file

@ -3,7 +3,9 @@
<!-- 검색 --> <!-- 검색 -->
<div class="fl"> <div class="fl">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="deleteChecked" action="./" method="get" class="adminSearch"> <form ruleset="deleteChecked" action="./" method="get" class="adminSearch">
<input type="hidden" name="module" value="{$module}" /> <input type="hidden" name="module" value="{$module}" />
<input type="hidden" name="act" value="{$act}" /> <input type="hidden" name="act" value="{$act}" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="install" action="./" method="post"> <form rule="install" action="./" method="post">
<input type="hidden" name="act" value="procInstall" /> <input type="hidden" name="act" value="procInstall" />
<ul class="form formAdmin"> <ul class="form formAdmin">

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post"> <form action="./" method="post">
<input type="hidden" name="act" value="procConfigSetting" /> <input type="hidden" name="act" value="procConfigSetting" />
<ul class="form formXe"> <ul class="form formXe">

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="cubrid" action="./" method="post"> <form rule="cubrid" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procCubridDBSetting" /> <input type="hidden" name="act" value="procCubridDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="firebird" action="./" method="post"> <form rule="firebird" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procFirebirdDBSetting" /> <input type="hidden" name="act" value="procFirebirdDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="mssql" action="./" method="post"> <form rule="mssql" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procMssqlDBSetting" /> <input type="hidden" name="act" value="procMssqlDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="mysql" action="./" method="post"> <form rule="mysql" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procMysqlDBSetting" /> <input type="hidden" name="act" value="procMysqlDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="mysql" action="./" method="post"> <form rule="mysql" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procMysqlDBSetting" /> <input type="hidden" name="act" value="procMysqlDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="mysql" action="./" method="post"> <form rule="mysql" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procMysqlDBSetting" /> <input type="hidden" name="act" value="procMysqlDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="postgresql" action="./" method="post"> <form rule="postgresql" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procPostgresqlDBSetting" /> <input type="hidden" name="act" value="procPostgresqlDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="sqlite" action="./" method="post"> <form rule="sqlite" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procSqliteDBSetting" /> <input type="hidden" name="act" value="procSqliteDBSetting" />

View file

@ -4,7 +4,9 @@
<!--#include("progress_menu.html")--> <!--#include("progress_menu.html")-->
<span class="dummy"></span> <span class="dummy"></span>
<div id="content"> <div id="content">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="sqlite" action="./" method="post"> <form rule="sqlite" action="./" method="post">
<input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url"> <input type="hidden" value="{getUrl('', 'act', $act, 'db_type', $db_type)}" name="error_return_url">
<input type="hidden" name="act" value="procSqliteDBSetting" /> <input type="hidden" name="act" value="procSqliteDBSetting" />

View file

@ -1,7 +1,9 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<!--%import("../../widget/tpl/js/widget_admin.js")--> <!--%import("../../widget/tpl/js/widget_admin.js")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post"> <form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procIntegration_searchAdminInsertConfig" /> <input type="hidden" name="act" value="procIntegration_searchAdminInsertConfig" />
<input type="hidden" name="module" value="admin" /> <input type="hidden" name="module" value="admin" />

View file

@ -1,6 +1,8 @@
<!--#include("./header.html")--> <!--#include("./header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="{Context::getRequestUri()}" method="post" enctype="multipart/form-data"> <form action="{Context::getRequestUri()}" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="integration_search" /> <input type="hidden" name="module" value="integration_search" />
<input type="hidden" name="act" value="procIntegration_searchAdminInsertSkin" /> <input type="hidden" name="act" value="procIntegration_searchAdminInsertSkin" />

View file

@ -1,6 +1,8 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertLayout" action="./" method="post"> <form ruleset="insertLayout" action="./" method="post">
<input type="hidden" name="act" value="procLayoutAdminInsert" /> <input type="hidden" name="act" value="procLayoutAdminInsert" />
<input type="hidden" name="layout_type" value="{$layout_type}" /> <input type="hidden" name="layout_type" value="{$layout_type}" />

View file

@ -17,7 +17,9 @@
<h4 class="xeAdmin">{$lang->layout_image_repository}</h4> <h4 class="xeAdmin">{$lang->layout_image_repository}</h4>
<p class="summary">{nl2br($lang->about_layout_image_repository)}</p> <p class="summary">{nl2br($lang->about_layout_image_repository)}</p>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="imageUpload" action="{Context::getRequestUri()}" method="post" enctype="multipart/form-data"> <form ruleset="imageUpload" action="{Context::getRequestUri()}" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="layout" /> <input type="hidden" name="module" value="layout" />
<input type="hidden" name="act" value="procLayoutAdminUserImageUpload" /> <input type="hidden" name="act" value="procLayoutAdminUserImageUpload" />

View file

@ -10,7 +10,9 @@
</ul> </ul>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="updateLayout" id="fo_layout" action="./" method="post" enctype="multipart/form-data"> <form ruleset="updateLayout" id="fo_layout" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="layout" /> <input type="hidden" name="module" value="layout" />
<input type="hidden" name="act" value="procLayoutAdminUpdate" /> <input type="hidden" name="act" value="procLayoutAdminUpdate" />

View file

@ -1,7 +1,9 @@
<!--#include("./common_header.html")--> <!--#include("./common_header.html")-->
<h3>{$member_title = $lang->msg_leave_member}</h3> <h3>{$member_title = $lang->msg_leave_member}</h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="leaveMember" id="fo_insert_member" action="./" method="post"> <form ruleset="leaveMember" id="fo_insert_member" action="./" method="post">
<input type="hidden" name="act" value="procMemberLeave" /> <input type="hidden" name="act" value="procMemberLeave" />
<input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="mid" value="{$mid}" />

View file

@ -7,7 +7,9 @@
</script> </script>
<!-- XE 로그인 폼 --> <!-- XE 로그인 폼 -->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<div class="memberSmallBox"> <div class="memberSmallBox">
<div class="header">{$lang->cmd_login}</div> <div class="header">{$lang->cmd_login}</div>

View file

@ -24,7 +24,9 @@
<h3>{$lang->msg_update_member}</h3> <h3>{$lang->msg_update_member}</h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="modifyInfo" id="fo_insert_member" action="{getUrl()}" method="post" <!--@if($member_config->profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->> <form ruleset="modifyInfo" id="fo_insert_member" action="{getUrl()}" method="post" <!--@if($member_config->profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
<input type="hidden" name="act" value="procMemberModifyInfo" /> <input type="hidden" name="act" value="procMemberModifyInfo" />
<input type="hidden" name="module" value="member" /> <input type="hidden" name="module" value="member" />

View file

@ -2,7 +2,9 @@
<!--%import("js/member.js")--> <!--%import("js/member.js")-->
<div id="memberModule"> <div id="memberModule">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="resendAuthMail" action="./" method="post"> <form ruleset="resendAuthMail" action="./" method="post">
<input type="hidden" name="act" value="procMemberResendAuthMail" /> <input type="hidden" name="act" value="procMemberResendAuthMail" />
<h3>{$lang->cmd_resend_auth_mail}</h3> <h3>{$lang->cmd_resend_auth_mail}</h3>

View file

@ -8,7 +8,9 @@
<h3>{$lang->cmd_signup}</h3> <h3>{$lang->cmd_signup}</h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="signup" id="fo_insert_member" action="./" method="post"> <form ruleset="signup" id="fo_insert_member" action="./" method="post">
<input type="hidden" name="act" value="procMemberInsert" /> <input type="hidden" name="act" value="procMemberInsert" />

View file

@ -45,7 +45,9 @@
</div> </div>
<!-- 금지 아이디 추가 --> <!-- 금지 아이디 추가 -->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertDeniedId" action="./" method="post"> <form ruleset="insertDeniedId" action="./" method="post">
<input type="hidden" name="act" value="procMemberAdminInsertDeniedID" /> <input type="hidden" name="act" value="procMemberAdminInsertDeniedID" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -61,7 +61,9 @@
</form> </form>
<!-- 그룹 추가 --> <!-- 그룹 추가 -->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertGroup" action="./" method="post"> <form ruleset="insertGroup" action="./" method="post">
<input type="hidden" name="act" value="procMemberAdminInsertGroup" /> <input type="hidden" name="act" value="procMemberAdminInsertGroup" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -3,7 +3,9 @@
<!-- 그룹 수정 --> <!-- 그룹 수정 -->
<!--@if($selected_group)--> <!--@if($selected_group)-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="updateGroup" action="./" method="post"> <form ruleset="updateGroup" action="./" method="post">
<input type="hidden" name="act" value="procMemberAdminUpdateGroup" /> <input type="hidden" name="act" value="procMemberAdminUpdateGroup" />
<input type="hidden" name="group_srl" value="{$selected_group->group_srl}" /> <input type="hidden" name="group_srl" value="{$selected_group->group_srl}" />

View file

@ -1,6 +1,8 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertJoinForm" id="fo_join_form" action="./" method="post"> <form ruleset="insertJoinForm" id="fo_join_form" action="./" method="post">
<input type="hidden" name="act" value="procMemberAdminInsertJoinForm" /> <input type="hidden" name="act" value="procMemberAdminInsertJoinForm" />
<input type="hidden" name="member_join_form_srl" value="{$join_form->member_join_form_srl}" /> <input type="hidden" name="member_join_form_srl" value="{$join_form->member_join_form_srl}" />

View file

@ -5,7 +5,9 @@
<!--%load_js_plugin("ui.datepicker")--> <!--%load_js_plugin("ui.datepicker")-->
<!--%load_js_plugin("filebox")--> <!--%load_js_plugin("filebox")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form id="fo_insert_member" action="./" method="post"> <form id="fo_insert_member" action="./" method="post">
<input type="hidden" name="act" value="procMemberAdminInsert" /> <input type="hidden" name="act" value="procMemberAdminInsert" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -4,7 +4,9 @@
<h3 class="xeAdmin">{$lang->cmd_member_group} ({$lang->target} : {count($member_list)})</h3> <h3 class="xeAdmin">{$lang->cmd_member_group} ({$lang->target} : {count($member_list)})</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="manageMemberGroup" action="./" method="post" id="fo_management"> <form ruleset="manageMemberGroup" action="./" method="post" id="fo_management">
<input type="hidden" name="act" value="procMemberAdminUpdateMembersGroup" /> <input type="hidden" name="act" value="procMemberAdminUpdateMembersGroup" />
<input type="hidden" name="member_srl" value="{$member_srls}" /> <input type="hidden" name="member_srl" value="{$member_srls}" />

View file

@ -2,7 +2,9 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post"> <form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procMemberAdminInsertConfig" /> <input type="hidden" name="act" value="procMemberAdminInsertConfig" />
<input type="hidden" name="temp_srl" value="" /> <input type="hidden" name="temp_srl" value="" />

View file

@ -1,7 +1,9 @@
<!--%import("js/menu_admin.js")--> <!--%import("js/menu_admin.js")-->
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertMenu" action="./" method="post"> <form ruleset="insertMenu" action="./" method="post">
<input type="hidden" name="act" value="procMenuAdminInsert" /> <input type="hidden" name="act" value="procMenuAdminInsert" />

View file

@ -15,7 +15,9 @@
<div class="menuManagement"> <div class="menuManagement">
<!--@if($module == 'admin')--> <!--@if($module == 'admin')-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="updateMenuTitle" action="./" method="post"> <form ruleset="updateMenuTitle" action="./" method="post">
<input type="hidden" name="act" value="procMenuAdminUpdate" /> <input type="hidden" name="act" value="procMenuAdminUpdate" />
<input type="hidden" name="menu_srl" value="{$menu_info->menu_srl}" /> <input type="hidden" name="menu_srl" value="{$menu_info->menu_srl}" />

View file

@ -1,6 +1,8 @@
<!--%import("message.css")--> <!--%import("message.css")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<div id="loginAccess" class="gLogin"> <div id="loginAccess" class="gLogin">
<h1>{$system_message}</h1> <h1>{$system_message}</h1>
<!--@if(!$is_logged)--> <!--@if(!$is_logged)-->

View file

@ -1,6 +1,8 @@
<h3 class="xeAdmin">{$lang->message} <span class="gray">{$lang->cmd_management}</span></h3> <h3 class="xeAdmin">{$lang->message} <span class="gray">{$lang->cmd_management}</span></h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post"> <form action="./" method="post">
<input type="hidden" name="act" value="procMessageAdminInsertConfig" /> <input type="hidden" name="act" value="procMessageAdminInsertConfig" />
<p class="summary">{$lang->about_skin}</p> <p class="summary">{$lang->about_skin}</p>

View file

@ -2,7 +2,9 @@
<!--#include("./header.html")--> <!--#include("./header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<!-- 카테고리의 위/아래, 삭제와 관련된 form --> <!-- 카테고리의 위/아래, 삭제와 관련된 form -->
<form id="fo_category_info" action="./" method="post"> <form id="fo_category_info" action="./" method="post">
<input type="hidden" name="act" value="procModuleAdminDeleteCategory" /> <input type="hidden" name="act" value="procModuleAdminDeleteCategory" />

View file

@ -1,7 +1,9 @@
<!--#include("./header.html")--> <!--#include("./header.html")-->
<!-- 카테고리 수정 --> <!-- 카테고리 수정 -->
<!--@if($selected_category)--> <!--@if($selected_category)-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="updateCategory" action="./" method="post" enctype="multipart/form-data"> <form ruleset="updateCategory" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="act" value="procModuleAdminUpdateCategory" /> <input type="hidden" name="act" value="procModuleAdminUpdateCategory" />
<input type="hidden" name="module_category_srl" value="{$selected_category->module_category_srl}" /> <input type="hidden" name="module_category_srl" value="{$selected_category->module_category_srl}" />

View file

@ -3,7 +3,9 @@
<h3 class="xeAdmin">{$lang->module_copy}</h3> <h3 class="xeAdmin">{$lang->module_copy}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="copyModule" action="./" method="post"> <form rule="copyModule" action="./" method="post">
<input type="hidden" name="act" value="procModuleAdminCopyModule" /> <input type="hidden" name="act" value="procModuleAdminCopyModule" />
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" /> <input type="hidden" name="module_srl" value="{$module_info->module_srl}" />

View file

@ -9,7 +9,9 @@
<h3 class="xeAdmin">{$lang->bundle_grant_setup}</h3> <h3 class="xeAdmin">{$lang->bundle_grant_setup}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertModulesGrant" action="./" method="post" id="fo_obj"> <form ruleset="insertModulesGrant" action="./" method="post" id="fo_obj">
<input type="hidden" name="act" value="procModuleAdminModuleGrantSetup" /> <input type="hidden" name="act" value="procModuleAdminModuleGrantSetup" />
<input type="hidden" name="module_srls" value="{$module_srls}" /> <input type="hidden" name="module_srls" value="{$module_srls}" />

View file

@ -4,7 +4,9 @@
<h3 class="xeAdmin">{$lang->bundle_setup}</h3> <h3 class="xeAdmin">{$lang->bundle_setup}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertModuleSetup" action="./" method="post" enctype="multipart/form-data"> <form ruleset="insertModuleSetup" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="act" value="procModuleAdminModuleSetup" /> <input type="hidden" name="act" value="procModuleAdminModuleSetup" />
<input type="hidden" name="module_srls" value="{$module_srls}" /> <input type="hidden" name="module_srls" value="{$module_srls}" />

View file

@ -1,7 +1,9 @@
<!--%import("js/page_admin.js")--> <!--%import("js/page_admin.js")-->
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="deletePage" action="./" method="post"> <form ruleset="deletePage" action="./" method="post">
<input type="hidden" name="act" value="procPageAdminDelete" /> <input type="hidden" name="act" value="procPageAdminDelete" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -1,6 +1,8 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="updatePage" action="./" method="post" enctype="multipart/form-data"> <form ruleset="updatePage" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="act" value="procPageAdminUpdate" /> <input type="hidden" name="act" value="procPageAdminUpdate" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -1,7 +1,9 @@
<!--%import("filter/insert_outside.xml")--> <!--%import("filter/insert_outside.xml")-->
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertPage" id="fo_insert_page" action="./" method="post" enctype="multipart/form-data"> <form ruleset="insertPage" id="fo_insert_page" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="act" value="procPageAdminInsert" /> <input type="hidden" name="act" value="procPageAdminInsert" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -1,6 +1,8 @@
<!--#include("./header.html")--> <!--#include("./header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post"> <form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procPointAdminInsertConfig" /> <input type="hidden" name="act" value="procPointAdminInsertConfig" />

View file

@ -2,7 +2,9 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p>{$lang->point_update_desc}</p> <p>{$lang->point_update_desc}</p>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<table cellspacing="0" class="crossTable"> <table cellspacing="0" class="crossTable">
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption> <caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
<thead> <thead>

View file

@ -1,6 +1,8 @@
<!--#include("./header.html")--> <!--#include("./header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post" id="fo_point"> <form action="./" method="post" id="fo_point">
<input type="hidden" name="act" value="procPointAdminInsertModuleConfig" /> <input type="hidden" name="act" value="procPointAdminInsertModuleConfig" />

View file

@ -12,7 +12,9 @@
<div id="poll_{$poll->poll_srl}" style="{$poll->style}"> <div id="poll_{$poll->poll_srl}" style="{$poll->style}">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="poll" action="./" method="post" onsubmit="return doPoll(this)"> <form ruleset="poll" action="./" method="post" onsubmit="return doPoll(this)">
<input type="hidden" name="act" value="procPoll" /> <input type="hidden" name="act" value="procPoll" />
<input type="hidden" name="poll_srl" value="{$poll->poll_srl}" /> <input type="hidden" name="poll_srl" value="{$poll->poll_srl}" />

View file

@ -12,7 +12,9 @@
<div id="poll_{$poll->poll_srl}" style="{$poll->style}"> <div id="poll_{$poll->poll_srl}" style="{$poll->style}">
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post" onsubmit="return doPoll(this)"> <form action="./" method="post" onsubmit="return doPoll(this)">
<input type="hidden" name="act" value="procPoll" /> <input type="hidden" name="act" value="procPoll" />
<input type="hidden" name="poll_srl" value="{$poll->poll_srl}" /> <input type="hidden" name="poll_srl" value="{$poll->poll_srl}" />

View file

@ -1,7 +1,9 @@
<!--%import("js/poll_admin.js")--> <!--%import("js/poll_admin.js")-->
<!--#include("./header.html")--> <!--#include("./header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post" id="fo_poll"> <form ruleset="insertConfig" action="./" method="post" id="fo_poll">
<input type="hidden" name="act" value="procPollAdminInsertConfig" /> <input type="hidden" name="act" value="procPollAdminInsertConfig" />

View file

@ -2,7 +2,9 @@
<!--#include("./header.html")--> <!--#include("./header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="deleteChecked" action="./" method="post" id="fo_list"> <form ruleset="deleteChecked" action="./" method="post" id="fo_list">
<input type="hidden" name="act" value="procPollAdminDeleteChecked" /> <input type="hidden" name="act" value="procPollAdminDeleteChecked" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />

View file

@ -1,7 +1,9 @@
<!--%import("js/rss.js")--> <!--%import("js/rss.js")-->
<h3 class="xeAdmin">{$lang->total_feed} <span class="gray">{$lang->cmd_management}</span></h3> <h3 class="xeAdmin">{$lang->total_feed} <span class="gray">{$lang->cmd_management}</span></h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertRssConfig" id="fo_layout" action="./" method="post" enctype="multipart/form-data"> <form ruleset="insertRssConfig" id="fo_layout" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="rss" /> <input type="hidden" name="module" value="rss" />
<input type="hidden" name="act" value="procRssAdminInsertConfig" /> <input type="hidden" name="act" value="procRssAdminInsertConfig" />

View file

@ -7,7 +7,9 @@
</form> </form>
<!-- 수동 추가 --> <!-- 수동 추가 -->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertDeniedIp" action="./" method="post"> <form ruleset="insertDeniedIp" action="./" method="post">
<input type="hidden" name="act" value="procSpamfilterAdminInsertDeniedIP" /> <input type="hidden" name="act" value="procSpamfilterAdminInsertDeniedIP" />
<table cellspacing="0" class="rowTable"> <table cellspacing="0" class="rowTable">

View file

@ -7,7 +7,9 @@
</form> </form>
<!-- 수동 추가 --> <!-- 수동 추가 -->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertDeniedWord" action="./" method="post"> <form ruleset="insertDeniedWord" action="./" method="post">
<input type="hidden" name="act" value="procSpamfilterAdminInsertDeniedWord" /> <input type="hidden" name="act" value="procSpamfilterAdminInsertDeniedWord" />
<table cellspacing="0" class="rowTable"> <table cellspacing="0" class="rowTable">

View file

@ -1,6 +1,8 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertConfig" action="./" method="post"> <form ruleset="insertConfig" action="./" method="post">
<input type="hidden" name="act" value="procSpamfilterAdminInsertConfig" /> <input type="hidden" name="act" value="procSpamfilterAdminInsertConfig" />

View file

@ -4,7 +4,9 @@
<h3 class="xeAdmin">{$lang->syndication} <span class="gray">{$lang->cmd_management}</span></h3> <h3 class="xeAdmin">{$lang->syndication} <span class="gray">{$lang->cmd_management}</span></h3>
<p class="summary">{$lang->about_syndication}</p> <p class="summary">{$lang->about_syndication}</p>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="insertService" action="./" method="post"> <form ruleset="insertService" action="./" method="post">
<input type="hidden" name="act" value="procSyndicationAdminInsertService" /> <input type="hidden" name="act" value="procSyndicationAdminInsertService" />
<input type="hidden" name="year" value="{$year}" /> <input type="hidden" name="year" value="{$year}" />

View file

@ -2,7 +2,9 @@
<h3 class="xeAdmin">{$lang->cmd_send_trackback}</h3> <h3 class="xeAdmin">{$lang->cmd_send_trackback}</h3>
</div> </div>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="sendTrackback" action="./" method="post"> <form ruleset="sendTrackback" action="./" method="post">
<input type="hidden" name="act" value="procTrackbackSend" /> <input type="hidden" name="act" value="procTrackbackSend" />
<input type="hidden" name="target_srl" value="{$oDocument->document_srl}" /> <input type="hidden" name="target_srl" value="{$oDocument->document_srl}" />

View file

@ -2,7 +2,9 @@
<h3 class="xeAdmin">{$lang->trackback} <span class="gray">{$lang->cmd_management}</span></h3> <h3 class="xeAdmin">{$lang->trackback} <span class="gray">{$lang->cmd_management}</span></h3>
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post"> <form action="./" method="post">
<input type="hidden" name="act" value="procTrackbackAdminInsertConfig" /> <input type="hidden" name="act" value="procTrackbackAdminInsertConfig" />
<table cellspacing="0" class="rowTable topGap"> <table cellspacing="0" class="rowTable topGap">

View file

@ -3,7 +3,9 @@ var confirm_restore_msg = '{$lang->confirm_restore}';
</script> </script>
<!--#include("header.html")--> <!--#include("header.html")-->
<p cond="$XE_VALIDATOR_MESSAGE" class="xe_validator_message"|cond="!$XE_VALIDATOR_ERROR" class="xe_validator_error"|cond="$XE_VALIDATOR_ERROR">{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="emptyTrash" id="fo_list" action="./" method="post"> <form ruleset="emptyTrash" id="fo_list" action="./" method="post">
<input type="hidden" name="act" value="procTrashAdminEmptyTrash" /> <input type="hidden" name="act" value="procTrashAdminEmptyTrash" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />