mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
xpresseditor UI fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9254 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c26c4bd0e
commit
a67c1740b0
14 changed files with 528 additions and 550 deletions
|
|
@ -28,6 +28,9 @@
|
|||
.btnArea{margin:1em 0;text-align:right;zoom:1}
|
||||
.btnArea:after{content:"";display:block;clear:both}
|
||||
.btnArea .etc{float:left}
|
||||
/* Text Button */
|
||||
input.text,
|
||||
button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline}
|
||||
/* Popup Menu Area */
|
||||
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
#popup_menu_area ul{list-style:none;margin:0;padding:0}
|
||||
|
|
|
|||
5
common/css/xe.min.css
vendored
5
common/css/xe.min.css
vendored
|
|
@ -22,12 +22,15 @@
|
|||
.button span,
|
||||
.button button[type=button]{border-color:#ccc;color:#333 !important;background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd)}
|
||||
.button input,
|
||||
.button button[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000));background:#333 -moz-linear-gradient(top,#777,#000);background-color:#333;color:#ffc !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333)}
|
||||
.button button[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000));background:#333 -moz-linear-gradient(top,#777,#000);background-color:#333;color:#ffc;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333)}
|
||||
.button span{height:22px}
|
||||
/* Button Area */
|
||||
.btnArea{margin:1em 0;text-align:right;zoom:1}
|
||||
.btnArea:after{content:"";display:block;clear:both}
|
||||
.btnArea .etc{float:left}
|
||||
/* Text Button */
|
||||
input.text,
|
||||
button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline}
|
||||
/* Popup Menu Area */
|
||||
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
#popup_menu_area ul{list-style:none;margin:0;padding:0}
|
||||
|
|
|
|||
|
|
@ -230,9 +230,6 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .layer ul, .layer ol, .layer .lined, .layer .table{margin-bottom:1em}
|
||||
.x .layerClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
|
||||
.x .layerBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Text Button */
|
||||
.x input.text,
|
||||
.x button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline}
|
||||
/* H2 Anchor */
|
||||
.x .h2Anchor{position:absolute;right:0;border:0;background:none;color:#00f;text-decoration:underline}
|
||||
/* Skip Navigation */
|
||||
|
|
@ -380,33 +377,44 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .langEdit .langList li.active{background:url(../img/iconArrow.gif) no-repeat right -188px}
|
||||
.x .langEdit.showChild .langList{display:block}
|
||||
.x .langEdit #langInput{background:#fff}
|
||||
.x .langEdit #langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-weight:normal;color:#ccc;border:1px solid #eee;border-top-color:#ccc}
|
||||
.x .langEdit #langInput h2 strong{color:#000}
|
||||
.x .langEdit #langInput h2 a{font-size:12px}
|
||||
.x .langEdit #langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc}
|
||||
.x .langEdit #langInput h2 strong{color:#000;font-size:14px}
|
||||
.x .langEdit.showChild #langInput{position:absolute;left:285px;top:0}
|
||||
.x .langEdit li.en input,
|
||||
.x .langEdit li.en textarea,
|
||||
.x .mLangEdit li.en textarea{background:url(../img/flag.us.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.ko input,
|
||||
.x .langEdit li.ko textarea,
|
||||
.x .mLangEdit li.ko textarea{background:url(../img/flag.kr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.jp input,
|
||||
.x .langEdit li.jp textarea,
|
||||
.x .mLangEdit li.jp textarea{background:url(../img/flag.jp.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.fr input,
|
||||
.x .langEdit li.fr textarea,
|
||||
.x .mLangEdit li.fr textarea{background:url(../img/flag.fr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.de input,
|
||||
.x .langEdit li.de textarea,
|
||||
.x .mLangEdit li.de textarea{background:url(../img/flag.de.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.ru input,
|
||||
.x .langEdit li.ru textarea,
|
||||
.x .mLangEdit li.ru textarea{background:url(../img/flag.ru.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.es input,
|
||||
.x .langEdit li.es textarea,
|
||||
.x .mLangEdit li.es textarea{background:url(../img/flag.es.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.tr input,
|
||||
.x .langEdit li.tr textarea,
|
||||
.x .mLangEdit li.tr textarea{background:url(../img/flag.tr.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.vi input,
|
||||
.x .langEdit li.vi textarea,
|
||||
.x .mLangEdit li.vi textarea{background:url(../img/flag.vn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.mn input,
|
||||
.x .langEdit li.mn textarea,
|
||||
.x .mLangEdit li.mn textarea{background:url(../img/flag.mn.gif) no-repeat 99% 5px}
|
||||
.x .langEdit li.zh-CN input,
|
||||
.x .langEdit li.zh-CN textarea,
|
||||
.x .mLangEdit li.zh-CN textarea,
|
||||
.x .langEdit li.zh-TW input,
|
||||
.x .langEdit li.zh-TW textarea,
|
||||
.x .mLangEdit li.zh-TW textarea{background:url(../img/flag.cn.gif) no-repeat 99% 5px}
|
||||
.x .mLangEdit.en strong{background:url(../img/flag.us.gif) no-repeat 0 10px}
|
||||
.x .mLangEdit.ko strong{background:url(../img/flag.kr.gif) no-repeat 0 10px}
|
||||
|
|
|
|||
3
modules/admin/tpl/css/admin.min.css
vendored
3
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -230,9 +230,6 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .layer ul, .layer ol, .layer .lined, .layer .table{margin-bottom:1em}
|
||||
.x .layerClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}
|
||||
.x .layerBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Text Button */
|
||||
.x input.text,
|
||||
.x button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline}
|
||||
/* H2 Anchor */
|
||||
.x .h2Anchor{position:absolute;right:0;border:0;background:none;color:#00f;text-decoration:underline}
|
||||
/* Skip Navigation */
|
||||
|
|
|
|||
|
|
@ -45,17 +45,17 @@
|
|||
if($comment_config->use_vote_up!='N' && $member_srl!=$logged_info->member_srl){
|
||||
// Add a vote-up button for positive feedback
|
||||
$url = sprintf("doCallModuleAction('comment','procCommentVoteUp','%s')", $comment_srl);
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_vote','./modules/document/tpl/icons/vote_up.gif','javascript');
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_vote','','javascript');
|
||||
}
|
||||
if($comment_config->use_vote_down!='N' && $member_srl!=$logged_info->member_srl){
|
||||
// Add a vote-down button for negative feedback
|
||||
$url = sprintf("doCallModuleAction('comment','procCommentVoteDown','%s')", $comment_srl);
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_vote_down','./modules/document/tpl/icons/vote_down.gif','javascript');
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_vote_down','','javascript');
|
||||
}
|
||||
|
||||
// Add the report feature against abused posts
|
||||
$url = sprintf("doCallModuleAction('comment','procCommentDeclare','%s')", $comment_srl);
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_declare','./modules/document/tpl/icons/declare.gif','javascript');
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_declare','','javascript');
|
||||
}
|
||||
// call a trigger (after)
|
||||
ModuleHandler::triggerCall('comment.getCommentMenu', 'after', $menu_list);
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
$oCommentController->addCommentPopupMenu($url,'cmd_search_by_ipaddress',$icon_path,'TraceByIpaddress');
|
||||
|
||||
$url = sprintf("var params = new Array(); params['ipaddress']='%s'; exec_xml('spamfilter', 'procSpamfilterAdminInsertDeniedIP', params, completeCallModuleAction)", $oComment->getIpAddress());
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_add_ip_to_spamfilter','./modules/document/tpl/icons/declare.gif','javascript');
|
||||
$oCommentController->addCommentPopupMenu($url,'cmd_add_ip_to_spamfilter','','javascript');
|
||||
}
|
||||
}
|
||||
// Changing a language of pop-up menu
|
||||
|
|
|
|||
|
|
@ -471,26 +471,26 @@
|
|||
if($document_config->use_vote_up!='N' && $member_srl!=$logged_info->member_srl){
|
||||
// Add a Referral Button
|
||||
$url = sprintf("doCallModuleAction('document','procDocumentVoteUp','%s')", $document_srl);
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_vote','./modules/document/tpl/icons/vote_up.gif','javascript');
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_vote','','javascript');
|
||||
}
|
||||
|
||||
if($document_config->use_vote_down!='N' && $member_srl!=$logged_info->member_srl){
|
||||
// Add button to negative
|
||||
$url= sprintf("doCallModuleAction('document','procDocumentVoteDown','%s')", $document_srl);
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_vote_down','./modules/document/tpl/icons/vote_down.gif','javascript');
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_vote_down','','javascript');
|
||||
}
|
||||
|
||||
// Adding Report
|
||||
$url = sprintf("doCallModuleAction('document','procDocumentDeclare','%s')", $document_srl);
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_declare','./modules/document/tpl/icons/declare.gif','javascript');
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_declare','','javascript');
|
||||
|
||||
// Add Bookmark button
|
||||
$url = sprintf("doCallModuleAction('member','procMemberScrapDocument','%s')", $document_srl);
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_scrap','./modules/document/tpl/icons/scrap.gif','javascript');
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_scrap','','javascript');
|
||||
}
|
||||
// Add print button
|
||||
$url = getUrl('','module','document','act','dispDocumentPrint','document_srl',$document_srl);
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_print','./modules/document/tpl/icons/print.gif','printDocument');
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_print','','printDocument');
|
||||
// Call a trigger (after)
|
||||
ModuleHandler::triggerCall('document.getDocumentMenu', 'after', $menu_list);
|
||||
// If you are managing to find posts by ip
|
||||
|
|
@ -504,7 +504,7 @@
|
|||
$oDocumentController->addDocumentPopupMenu($url,'cmd_search_by_ipaddress',$icon_path,'TraceByIpaddress');
|
||||
|
||||
$url = sprintf("var params = new Array(); params['ipaddress']='%s'; exec_xml('spamfilter', 'procSpamfilterAdminInsertDeniedIP', params, completeCallModuleAction)", $oDocument->getIpAddress());
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_add_ip_to_spamfilter','./modules/document/tpl/icons/declare.gif','javascript');
|
||||
$oDocumentController->addDocumentPopupMenu($url,'cmd_add_ip_to_spamfilter','','javascript');
|
||||
}
|
||||
}
|
||||
// Changing the language of pop-up menu
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 98 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1,017 B |
Binary file not shown.
|
Before Width: | Height: | Size: 371 B |
Binary file not shown.
|
Before Width: | Height: | Size: 118 B |
Binary file not shown.
|
Before Width: | Height: | Size: 345 B |
Binary file not shown.
|
Before Width: | Height: | Size: 343 B |
|
|
@ -1,375 +1,344 @@
|
|||
@charset "utf-8";
|
||||
/* NHN (developers@xpressengine.com) */
|
||||
|
||||
/* TextEditor */
|
||||
.xeTextEditor {overflow:hidden;}
|
||||
.xeTextEditor textarea { display:block; margin:0; padding:5px; }
|
||||
.xeTextEditor.black textarea { color:#fff; background-color:#000;}
|
||||
|
||||
.xeTextEditor {overflow:hidden}
|
||||
.xeTextEditor textarea {display:block;margin:0;padding:5px}
|
||||
.xeTextEditor.black textarea {color:#fff;background-color:#000}
|
||||
/* Type Selector */
|
||||
.xpress-editor *{margin:0; padding:0; font-style:normal; font-size:12px; }
|
||||
.xpress-editor *{margin:0;padding:0;font-style:normal;font-size:12px}
|
||||
.xpress-editor img,
|
||||
.xpress-editor fieldset,
|
||||
.xpress-editor button{ border:0;}
|
||||
.xpress-editor button{ background:none; background-repeat:no-repeat; cursor:pointer; }
|
||||
.xpress-editor button *{ visibility:hidden;}
|
||||
.xpress-editor legend{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}
|
||||
.xpress-editor label{ cursor:pointer; }
|
||||
.xpress-editor hr{ display:none;}
|
||||
.xpress-editor li{list-style:none;}
|
||||
|
||||
.xpress-editor button{border:0}
|
||||
.xpress-editor button{background:none;background-repeat:no-repeat;cursor:pointer}
|
||||
.xpress-editor button *{visibility:hidden}
|
||||
.xpress-editor legend{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden}
|
||||
.xpress-editor label{cursor:pointer}
|
||||
.xpress-editor hr{display:none}
|
||||
.xpress-editor li{list-style:none}
|
||||
/* Layout Selector */
|
||||
.xpress-editor{ position:relative; background:transparent;}
|
||||
.xpress-editor #smart_content{ position:relative; clear:both; margin:0 0 10px 0; border:1px solid #c2c2c2; *zoom:1; z-index:5; background:#fff;}
|
||||
.xpress-editor.black #smart_content {background:transparent;}
|
||||
.xpress-editor #smart_footer{ position:relative; text-align:center; padding:10px 0;}
|
||||
|
||||
.xpress-editor{position:relative;background:transparent}
|
||||
.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;*zoom:1;z-index:5;background:#fff}
|
||||
.xpress-editor.black #smart_content {background:transparent}
|
||||
.xpress-editor #smart_footer{position:relative;text-align:center;padding:10px 0}
|
||||
/* Footer */
|
||||
.xpress-editor #smart_footer *{ vertical-align:top;}
|
||||
.xpress-editor #smart_footer button{ position:relative; width:67px; height:25px; margin:0 5px 0 0;}
|
||||
.xpress-editor #smart_footer button.save_temp{ background:url(../img/btn_save_temp.gif) no-repeat;}
|
||||
.xpress-editor #smart_footer button.preview{ background:url(../img/btn_preview.gif) no-repeat;}
|
||||
.xpress-editor #smart_footer input{ margin:0;}
|
||||
.xpress-editor #smart_footer input.reset{ width:67px; height:25px; border:0; background:url(../img/btn_cancel.gif) no-repeat; cursor:pointer; margin-left:5px;}
|
||||
|
||||
.xpress-editor #smart_footer *{vertical-align:top}
|
||||
.xpress-editor #smart_footer button{position:relative;width:67px;height:25px;margin:0 5px 0 0}
|
||||
.xpress-editor #smart_footer button.save_temp{background:url(../img/btn_save_temp.gif) no-repeat}
|
||||
.xpress-editor #smart_footer button.preview{background:url(../img/btn_preview.gif) no-repeat}
|
||||
.xpress-editor #smart_footer input{margin:0}
|
||||
.xpress-editor #smart_footer input.reset{width:67px;height:25px;border:0;background:url(../img/btn_cancel.gif) no-repeat;cursor:pointer;margin-left:5px}
|
||||
/* Content > Input Area */
|
||||
.xpress-editor a.skip{ position:relative; display:block; top:0; right:0; width:0; height:0; overflow:hidden; clear:both; zoom:1}
|
||||
.xpress-editor a.skip{position:relative;display:block;top:0;right:0;width:0;height:0;overflow:hidden;clear:both;zoom:1}
|
||||
.xpress-editor a.skip:hover,
|
||||
.xpress-editor a.skip:active,
|
||||
.xpress-editor a.skip:focus{ position:relative; display:block; padding:5px; right:0; z-index:60; width:auto; height:auto; text-align:right; white-space:nowrap; color:#000; text-decoration:none; letter-spacing:-1px; _zoom:1;}
|
||||
|
||||
.xpress-editor .input_area{ position:relative; margin:10px; z-index:30; *zoom:1; height:400px;}
|
||||
.xpress-editor a.skip:focus{position:relative;display:block;padding:5px;right:0;z-index:60;width:auto;height:auto;text-align:right;white-space:nowrap;color:#000;text-decoration:none;letter-spacing:-1px;_zoom:1}
|
||||
.xpress-editor .input_area{position:relative;margin:10px;z-index:30;*zoom:1;height:400px}
|
||||
.xpress-editor .input_area iframe,
|
||||
.xpress-editor .input_area textarea{ display:block; width:100%; position:relative; height:100%; border:0; overflow:auto;}
|
||||
.xpress-editor .input_area textarea{display:block;width:100%;position:relative;height:100%;border:0;overflow:auto}
|
||||
.xpress-editor .input_area iframe{}
|
||||
.xpress-editor .input_area textarea{ *margin:0 -10px; _margin-bottom:-2px;}
|
||||
.xpress-editor .input_area textarea.blind{ display:none;}
|
||||
.xpress-editor .input_control{ position:relative; display:block; width:100%; clear:both; text-align:center; background:#fbfbfb url(../img/btn_expand.gif) no-repeat center center; cursor:n-resize;}
|
||||
.xpress-editor .input_control span{ display:block; height:10px; visibility:hidden; overflow:visible; font-size:0; line-height:200%; white-space:nowrap; color:#fff;}
|
||||
.xpress-editor.black .input_control { background:#111 url(../img/btn_expand.black.gif) no-repeat center center;}
|
||||
.xpress-editor.black .input_control span{ border-top:1px solid #333; color:#000;}
|
||||
|
||||
.xpress-editor .tool{ position:relative; overflow:visible; padding:5px 10px 6px 10px; *padding:5px 10px 8px 10px; z-index:40; clear:both; background:#f8f8f8 url(../img/bg_tool.gif) repeat-x left bottom; border:0; *zoom:1;}
|
||||
.xpress-editor .tool.disable { display:none; }
|
||||
.xpress-editor.black .tool{ background:#111 url(../img/bg_tool.black.gif) repeat-x left bottom; }
|
||||
|
||||
.xpress-editor .tool:after{ content:""; display:block; clear:both;}
|
||||
.xpress-editor .tool ul{ position:relative; overflow:visible; float:left; margin:0 5px 2px 0; z-index:2;}
|
||||
.xpress-editor .tool ul.action{ width:43px;}
|
||||
.xpress-editor .tool ul.type{ width:auto; white-space:nowrap;}
|
||||
.xpress-editor .tool ul.style{ width:169px; z-index:6;}
|
||||
.xpress-editor .tool ul.paragraph{ width:169px; z-index:5;}
|
||||
.xpress-editor .tool ul.extra1{ width:69px; z-index:4;}
|
||||
.xpress-editor .tool ul.table{ width:85px; z-index:3;}
|
||||
.xpress-editor .tool ul.extra2{ width:auto; z-index:2;}
|
||||
.xpress-editor .tool ul.extra3{ float:left; width:auto; z-index:1; margin-right:1px;}
|
||||
.xpress-editor .tool ul.extra3 li{ margin-right:4px;}
|
||||
.xpress-editor .tool li{ position:relative; float:left; margin:0 !important}
|
||||
.xpress-editor .tool li button{ width:21px; height:21px; background:url(../img/btn_set.gif) no-repeat 0 0; vertical-align:top;}
|
||||
.xpress-editor.black .tool li button{ width:21px; height:21px; background:url(../img/btn_set.black.gif) no-repeat 0 0; vertical-align:top;}
|
||||
.xpress-editor .tool li button span{ position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden;}
|
||||
|
||||
.xpress-editor .input_area textarea{*margin:0 -10px;_margin-bottom:-2px}
|
||||
.xpress-editor .input_area textarea.blind{display:none}
|
||||
.xpress-editor .input_control{position:relative;display:block;width:100%;clear:both;text-align:center;background:#fbfbfb url(../img/btn_expand.gif) no-repeat center center;cursor:n-resize}
|
||||
.xpress-editor .input_control span{display:block;height:10px;visibility:hidden;overflow:visible;font-size:0;line-height:200%;white-space:nowrap;color:#fff}
|
||||
.xpress-editor.black .input_control {background:#111 url(../img/btn_expand.black.gif) no-repeat center center}
|
||||
.xpress-editor.black .input_control span{border-top:1px solid #333; color:#000}
|
||||
.xpress-editor .tool{position:relative;overflow:visible;padding:5px 10px 6px 10px;*padding:5px 10px 8px 10px;z-index:40;clear:both;background:#f8f8f8 url(../img/bg_tool.gif) repeat-x left bottom;border:0;*zoom:1}
|
||||
.xpress-editor .tool.disable {display:none}
|
||||
.xpress-editor.black .tool{background:#111 url(../img/bg_tool.black.gif) repeat-x left bottom}
|
||||
.xpress-editor .tool:after{content:"";display:block;clear:both}
|
||||
.xpress-editor .tool ul{position:relative;overflow:visible;float:left;margin:0 5px 2px 0 !important;z-index:2;border:0 !important}
|
||||
.xpress-editor .tool ul.action{width:43px}
|
||||
.xpress-editor .tool ul.type{width:auto;white-space:nowrap}
|
||||
.xpress-editor .tool ul.style{width:169px;z-index:6}
|
||||
.xpress-editor .tool ul.paragraph{width:169px;z-index:5}
|
||||
.xpress-editor .tool ul.extra1{width:69px;z-index:4}
|
||||
.xpress-editor .tool ul.table{width:85px;z-index:3}
|
||||
.xpress-editor .tool ul.extra2{width:auto;z-index:2}
|
||||
.xpress-editor .tool ul.extra3{float:left;width:auto;z-index:1;margin-right:1px}
|
||||
.xpress-editor .tool ul.extra3 li{margin-right:4px}
|
||||
.xpress-editor .tool li{position:relative;float:left;margin:0 !important;padding:0 !important;border:0 !important}
|
||||
.xpress-editor .tool li button{width:21px;height:21px;background:url(../img/btn_set.gif) no-repeat 0 0;vertical-align:top}
|
||||
.xpress-editor.black .tool li button{width:21px;height:21px;background:url(../img/btn_set.black.gif) no-repeat 0 0;vertical-align:top}
|
||||
.xpress-editor .tool li button span{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;visibility:hidden}
|
||||
.xpress-editor .tool li.extensions span.exButton,
|
||||
.xpress-editor .tool li.extensions span.exButton button{ float:left; position:relative; display:inline-block; width:auto; background:url(../img/btn_set_blank.gif) no-repeat left top;}
|
||||
.xpress-editor .tool li.extensions span.exButton button{ left:2px; height:21px; background-position:right top; padding:0 4px; font:11px/21px Tahoma, Sans-serif; text-align:left; *overflow:visible; *line-height:20px;}
|
||||
.xpress-editor .tool li.extensions span.exButton button{float:left;position:relative;display:inline-block;width:auto;background:url(../img/btn_set_blank.gif) no-repeat left top}
|
||||
.xpress-editor .tool li.extensions span.exButton button{left:2px;height:21px;background-position:right top;padding:0 4px;font:11px/21px Tahoma, Sans-serif;text-align:left;*overflow:visible;*line-height:20px}
|
||||
.xpress-editor.black .tool li.extensions span.exButton,
|
||||
.xpress-editor.black .tool li.extensions span.exButton button{ color:#fff; background-image:url(../img/btn_set_blank.black.gif); }
|
||||
|
||||
.xpress-editor.black .tool li.extensions span.exButton button{color:#fff;background-image:url(../img/btn_set_blank.black.gif)}
|
||||
.xpress-editor .tool li.html span,
|
||||
.xpress-editor .tool li.html span button,
|
||||
.xpress-editor .tool li.preview span,
|
||||
.xpress-editor .tool li.preview span button{ float:left; position:relative; display:inline-block; width:auto; height:auto; visibility:visible; background:url(../img/btn_set_blank.gif) no-repeat 0 0; white-space:nowrap;}
|
||||
.xpress-editor .tool li.preview span button{float:left;position:relative;display:inline-block;width:auto;height:auto;visibility:visible;background:url(../img/btn_set_blank.gif) no-repeat 0 0;white-space:nowrap}
|
||||
.xpress-editor.black .tool li.html span,
|
||||
.xpress-editor.black .tool li.html span button,
|
||||
.xpress-editor.black .tool li.preview span,
|
||||
.xpress-editor.black .tool li.preview span button{ color:#fff;background-image:url(../img/btn_set_blank.black.gif); }
|
||||
|
||||
.xpress-editor.black .tool li.preview span button{color:#fff;background-image:url(../img/btn_set_blank.black.gif)}
|
||||
.xpress-editor .tool li.html span,
|
||||
.xpress-editor .tool li.preview span{ margin-right:2px; background-position:left top;}
|
||||
.xpress-editor .tool li.preview span{margin-right:2px;background-position:left top}
|
||||
.xpress-editor .tool li.html span button,
|
||||
.xpress-editor .tool li.preview span button{ left:2px; height:21px; background-position:right top; font:11px/21px Tahoma, Sans-serif; padding:0 4px; *overflow:visible; *line-height:20px;}
|
||||
|
||||
.xpress-editor .tool ul.type li{ float:none; display:inline; *top:1px;}
|
||||
.xpress-editor .tool ul.type li select{ height:21px; width:62px;}
|
||||
.xpress-editor.black .tool ul.type li select{ color:#fff; background-color:#000; }
|
||||
|
||||
.xpress-editor .tool li.preview span button{left:2px;height:21px;background-position:right top;font:11px/21px Tahoma, Sans-serif;padding:0 4px;*overflow:visible;*line-height:20px}
|
||||
.xpress-editor .tool ul.type li{float:none;display:inline;*top:1px}
|
||||
.xpress-editor .tool ul.type li select{height:21px;width:62px}
|
||||
.xpress-editor.black .tool ul.type li select{color:#fff;background-color:#000}
|
||||
/* Content > Tool > Button Default */
|
||||
.xpress-editor .tool li.undo button{ width:22px; background-position:0 0;}
|
||||
.xpress-editor .tool li.redo button{ background-position:-22px 0;}
|
||||
.xpress-editor .tool li.bold button{ width:22px; background-position:-43px 0;}
|
||||
.xpress-editor .tool li.underline button{ background-position:-65px 0;}
|
||||
.xpress-editor .tool li.italic button{ background-position:-86px 0;}
|
||||
.xpress-editor .tool li.del button{ background-position:-107px 0;}
|
||||
.xpress-editor .tool li.fcolor button{ background-position:-128px 0;}
|
||||
.xpress-editor .tool li.bcolor button{ background-position:-149px 0;}
|
||||
.xpress-editor .tool li.sup button{ background-position:-170px 0;}
|
||||
.xpress-editor .tool li.sub button{ background-position:-191px 0;}
|
||||
.xpress-editor .tool li.left button{ width:22px; background-position:-212px 0;}
|
||||
.xpress-editor .tool li.center button{ background-position:-234px 0;}
|
||||
.xpress-editor .tool li.right button{ background-position:-255px 0;}
|
||||
.xpress-editor .tool li.justify button{ background-position:-276px 0;}
|
||||
.xpress-editor .tool li.ol button{ background-position:-297px 0;}
|
||||
.xpress-editor .tool li.ul button{ background-position:-318px 0;}
|
||||
.xpress-editor .tool li.outdent button{ background-position:-339px 0;}
|
||||
.xpress-editor .tool li.indent button{ background-position:-360px 0;}
|
||||
.xpress-editor .tool li.blockquote button{ width:22px; background-position:-381px 0;}
|
||||
.xpress-editor .tool li.url button{ width:26px; background-position:-403px 0;}
|
||||
.xpress-editor .tool li.character button{ background-position:-429px 0;}
|
||||
.xpress-editor .tool li.table button{ width:22px; background-position:-450px 0;}
|
||||
.xpress-editor .tool li.merge button{ background-position:-472px 0;}
|
||||
.xpress-editor .tool li.splitCol button{ background-position:-493px 0;}
|
||||
.xpress-editor .tool li.splitRow button{ background-position:-514px 0;}
|
||||
.xpress-editor .tool li.extensions span{ background-position:0 0;}
|
||||
.xpress-editor .tool li.extensions span button{ background-position:right 0;}
|
||||
.xpress-editor .tool li.html span{ background-position:0 0;}
|
||||
.xpress-editor .tool li.html span button{ background-position:right 0;}
|
||||
.xpress-editor .tool li.preview span{ background-position:0 0;}
|
||||
.xpress-editor .tool li.preview span button{ background-position:right 0;}
|
||||
|
||||
.xpress-editor .tool li.undo button{width:22px;background-position:0 0}
|
||||
.xpress-editor .tool li.redo button{background-position:-22px 0}
|
||||
.xpress-editor .tool li.bold button{width:22px;background-position:-43px 0}
|
||||
.xpress-editor .tool li.underline button{background-position:-65px 0}
|
||||
.xpress-editor .tool li.italic button{background-position:-86px 0}
|
||||
.xpress-editor .tool li.del button{background-position:-107px 0}
|
||||
.xpress-editor .tool li.fcolor button{background-position:-128px 0}
|
||||
.xpress-editor .tool li.bcolor button{background-position:-149px 0}
|
||||
.xpress-editor .tool li.sup button{background-position:-170px 0}
|
||||
.xpress-editor .tool li.sub button{background-position:-191px 0}
|
||||
.xpress-editor .tool li.left button{width:22px;background-position:-212px 0}
|
||||
.xpress-editor .tool li.center button{background-position:-234px 0}
|
||||
.xpress-editor .tool li.right button{background-position:-255px 0}
|
||||
.xpress-editor .tool li.justify button{background-position:-276px 0}
|
||||
.xpress-editor .tool li.ol button{background-position:-297px 0}
|
||||
.xpress-editor .tool li.ul button{background-position:-318px 0}
|
||||
.xpress-editor .tool li.outdent button{background-position:-339px 0}
|
||||
.xpress-editor .tool li.indent button{background-position:-360px 0}
|
||||
.xpress-editor .tool li.blockquote button{width:22px;background-position:-381px 0}
|
||||
.xpress-editor .tool li.url button{width:26px;background-position:-403px 0}
|
||||
.xpress-editor .tool li.character button{background-position:-429px 0}
|
||||
.xpress-editor .tool li.table button{width:22px;background-position:-450px 0}
|
||||
.xpress-editor .tool li.merge button{background-position:-472px 0}
|
||||
.xpress-editor .tool li.splitCol button{background-position:-493px 0}
|
||||
.xpress-editor .tool li.splitRow button{background-position:-514px 0}
|
||||
.xpress-editor .tool li.extensions span{background-position:0 0}
|
||||
.xpress-editor .tool li.extensions span button{background-position:right 0}
|
||||
.xpress-editor .tool li.html span{background-position:0 0}
|
||||
.xpress-editor .tool li.html span button{background-position:right 0}
|
||||
.xpress-editor .tool li.preview span{background-position:0 0}
|
||||
.xpress-editor .tool li.preview span button{background-position:right 0}
|
||||
/* Content > Tool > Button Hover */
|
||||
.xpress-editor .tool li.undo button.hover{ width:22px; background-position:0 -21px;}
|
||||
.xpress-editor .tool li.redo button.hover{ background-position:-22px -21px;}
|
||||
.xpress-editor .tool li.bold button.hover{ width:22px; background-position:-43px -21px;}
|
||||
.xpress-editor .tool li.underline button.hover{ background-position:-65px -21px;}
|
||||
.xpress-editor .tool li.italic button.hover{ background-position:-86px -21px;}
|
||||
.xpress-editor .tool li.del button.hover{ background-position:-107px -21px;}
|
||||
.xpress-editor .tool li.fcolor button.hover{ background-position:-128px -21px;}
|
||||
.xpress-editor .tool li.bcolor button.hover{ background-position:-149px -21px;}
|
||||
.xpress-editor .tool li.sup button.hover{ background-position:-170px -21px;}
|
||||
.xpress-editor .tool li.sub button.hover{ background-position:-191px -21px;}
|
||||
.xpress-editor .tool li.left button.hover{ width:22px; background-position:-212px -21px;}
|
||||
.xpress-editor .tool li.center button.hover{ background-position:-234px -21px;}
|
||||
.xpress-editor .tool li.right button.hover{ background-position:-255px -21px;}
|
||||
.xpress-editor .tool li.justify button.hover{ background-position:-276px -21px;}
|
||||
.xpress-editor .tool li.ol button.hover{ background-position:-297px -21px;}
|
||||
.xpress-editor .tool li.ul button.hover{ background-position:-318px -21px;}
|
||||
.xpress-editor .tool li.outdent button.hover{ background-position:-339px -21px;}
|
||||
.xpress-editor .tool li.indent button.hover{ background-position:-360px -21px;}
|
||||
.xpress-editor .tool li.blockquote button.hover{ width:22px; background-position:-381px -21px;}
|
||||
.xpress-editor .tool li.url button.hover{ width:26px; background-position:-403px -21px;}
|
||||
.xpress-editor .tool li.character button.hover{ background-position:-429px -21px;}
|
||||
.xpress-editor .tool li.table button.hover{ width:22px; background-position:-450px -21px;}
|
||||
.xpress-editor .tool li.merge button.hover{ background-position:-472px -21px;}
|
||||
.xpress-editor .tool li.splitCol button.hover{ background-position:-493px -21px;}
|
||||
.xpress-editor .tool li.splitRow button.hover{ background-position:-514px -21px;}
|
||||
.xpress-editor .tool li.extensions span.hover{ background-position:0 -21px;}
|
||||
.xpress-editor .tool li.extensions span.hover button{ background-position:right -21px;}
|
||||
.xpress-editor .tool li.html span.hover{ background-position:0 -21px;}
|
||||
.xpress-editor .tool li.html span.hover button{ background-position:right -21px;}
|
||||
.xpress-editor .tool li.preview span.hover{ background-position:0 -21px;}
|
||||
.xpress-editor .tool li.preview span.hover button{ background-position:right -21px;}
|
||||
|
||||
.xpress-editor .tool li.undo button.hover{width:22px;background-position:0 -21px}
|
||||
.xpress-editor .tool li.redo button.hover{background-position:-22px -21px}
|
||||
.xpress-editor .tool li.bold button.hover{width:22px;background-position:-43px -21px}
|
||||
.xpress-editor .tool li.underline button.hover{background-position:-65px -21px}
|
||||
.xpress-editor .tool li.italic button.hover{background-position:-86px -21px}
|
||||
.xpress-editor .tool li.del button.hover{background-position:-107px -21px}
|
||||
.xpress-editor .tool li.fcolor button.hover{background-position:-128px -21px}
|
||||
.xpress-editor .tool li.bcolor button.hover{background-position:-149px -21px}
|
||||
.xpress-editor .tool li.sup button.hover{background-position:-170px -21px}
|
||||
.xpress-editor .tool li.sub button.hover{background-position:-191px -21px}
|
||||
.xpress-editor .tool li.left button.hover{width:22px;background-position:-212px -21px}
|
||||
.xpress-editor .tool li.center button.hover{background-position:-234px -21px}
|
||||
.xpress-editor .tool li.right button.hover{background-position:-255px -21px}
|
||||
.xpress-editor .tool li.justify button.hover{background-position:-276px -21px}
|
||||
.xpress-editor .tool li.ol button.hover{background-position:-297px -21px}
|
||||
.xpress-editor .tool li.ul button.hover{background-position:-318px -21px}
|
||||
.xpress-editor .tool li.outdent button.hover{background-position:-339px -21px}
|
||||
.xpress-editor .tool li.indent button.hover{background-position:-360px -21px}
|
||||
.xpress-editor .tool li.blockquote button.hover{width:22px;background-position:-381px -21px}
|
||||
.xpress-editor .tool li.url button.hover{width:26px;background-position:-403px -21px}
|
||||
.xpress-editor .tool li.character button.hover{background-position:-429px -21px}
|
||||
.xpress-editor .tool li.table button.hover{width:22px;background-position:-450px -21px}
|
||||
.xpress-editor .tool li.merge button.hover{background-position:-472px -21px}
|
||||
.xpress-editor .tool li.splitCol button.hover{background-position:-493px -21px}
|
||||
.xpress-editor .tool li.splitRow button.hover{background-position:-514px -21px}
|
||||
.xpress-editor .tool li.extensions span.hover{background-position:0 -21px}
|
||||
.xpress-editor .tool li.extensions span.hover button{background-position:right -21px}
|
||||
.xpress-editor .tool li.html span.hover{background-position:0 -21px}
|
||||
.xpress-editor .tool li.html span.hover button{background-position:right -21px}
|
||||
.xpress-editor .tool li.preview span.hover{background-position:0 -21px}
|
||||
.xpress-editor .tool li.preview span.hover button{background-position:right -21px}
|
||||
/* Content > Tool > Button Active */
|
||||
.xpress-editor .tool li.undo button.active{ width:22px; background-position:0 -42px;}
|
||||
.xpress-editor .tool li.redo button.active{ background-position:-22px -42px;}
|
||||
.xpress-editor .tool li.bold button.active{ width:22px; background-position:-43px -42px;}
|
||||
.xpress-editor .tool li.underline button.active{ background-position:-65px -42px;}
|
||||
.xpress-editor .tool li.italic button.active{ background-position:-86px -42px;}
|
||||
.xpress-editor .tool li.del button.active{ background-position:-107px -42px;}
|
||||
.xpress-editor .tool li.fcolor button.active{ background-position:-128px -42px;}
|
||||
.xpress-editor .tool li.bcolor button.active{ background-position:-149px -42px;}
|
||||
.xpress-editor .tool li.sup button.active{ background-position:-170px -42px;}
|
||||
.xpress-editor .tool li.sub button.active{ background-position:-191px -42px;}
|
||||
.xpress-editor .tool li.left button.active{ width:22px; background-position:-212px -42px;}
|
||||
.xpress-editor .tool li.center button.active{ background-position:-234px -42px;}
|
||||
.xpress-editor .tool li.right button.active{ background-position:-255px -42px;}
|
||||
.xpress-editor .tool li.justify button.active{ background-position:-276px -42px;}
|
||||
.xpress-editor .tool li.ol button.active{ background-position:-297px -42px;}
|
||||
.xpress-editor .tool li.ul button.active{ background-position:-318px -42px;}
|
||||
.xpress-editor .tool li.outdent button.active{ background-position:-339px -42px;}
|
||||
.xpress-editor .tool li.indent button.active{ background-position:-360px -42px;}
|
||||
.xpress-editor .tool li.blockquote button.active{ width:22px; background-position:-381px -42px;}
|
||||
.xpress-editor .tool li.url button.active{ width:26px; background-position:-403px -42px;}
|
||||
.xpress-editor .tool li.character button.active{ background-position:-429px -42px;}
|
||||
.xpress-editor .tool li.table button.active{ width:22px; background-position:-450px -42px;}
|
||||
.xpress-editor .tool li.merge button.active{ background-position:-472px -42px;}
|
||||
.xpress-editor .tool li.splitCol button.active{ background-position:-493px -42px;}
|
||||
.xpress-editor .tool li.splitRow button.active{ background-position:-514px -42px;}
|
||||
.xpress-editor .tool li.extensions span.active{ background-position:0 -42px;}
|
||||
.xpress-editor .tool li.extensions span.active button{ background-position:right -42px;}
|
||||
.xpress-editor .tool li.html span.active{ background-position:0 -42px;}
|
||||
.xpress-editor .tool li.html span.active button{ background-position:right -42px;}
|
||||
.xpress-editor .tool li.preview span.active{ background-position:0 -42px;}
|
||||
.xpress-editor .tool li.preview span.active button{ background-position:right -42px;}
|
||||
|
||||
.xpress-editor .tool li.undo button.active{width:22px;background-position:0 -42px}
|
||||
.xpress-editor .tool li.redo button.active{background-position:-22px -42px}
|
||||
.xpress-editor .tool li.bold button.active{width:22px;background-position:-43px -42px}
|
||||
.xpress-editor .tool li.underline button.active{background-position:-65px -42px}
|
||||
.xpress-editor .tool li.italic button.active{background-position:-86px -42px}
|
||||
.xpress-editor .tool li.del button.active{background-position:-107px -42px}
|
||||
.xpress-editor .tool li.fcolor button.active{background-position:-128px -42px}
|
||||
.xpress-editor .tool li.bcolor button.active{background-position:-149px -42px}
|
||||
.xpress-editor .tool li.sup button.active{background-position:-170px -42px}
|
||||
.xpress-editor .tool li.sub button.active{background-position:-191px -42px}
|
||||
.xpress-editor .tool li.left button.active{width:22px;background-position:-212px -42px}
|
||||
.xpress-editor .tool li.center button.active{background-position:-234px -42px}
|
||||
.xpress-editor .tool li.right button.active{background-position:-255px -42px}
|
||||
.xpress-editor .tool li.justify button.active{background-position:-276px -42px}
|
||||
.xpress-editor .tool li.ol button.active{background-position:-297px -42px}
|
||||
.xpress-editor .tool li.ul button.active{background-position:-318px -42px}
|
||||
.xpress-editor .tool li.outdent button.active{background-position:-339px -42px}
|
||||
.xpress-editor .tool li.indent button.active{background-position:-360px -42px}
|
||||
.xpress-editor .tool li.blockquote button.active{width:22px;background-position:-381px -42px}
|
||||
.xpress-editor .tool li.url button.active{width:26px;background-position:-403px -42px}
|
||||
.xpress-editor .tool li.character button.active{background-position:-429px -42px}
|
||||
.xpress-editor .tool li.table button.active{width:22px;background-position:-450px -42px}
|
||||
.xpress-editor .tool li.merge button.active{background-position:-472px -42px}
|
||||
.xpress-editor .tool li.splitCol button.active{background-position:-493px -42px}
|
||||
.xpress-editor .tool li.splitRow button.active{background-position:-514px -42px}
|
||||
.xpress-editor .tool li.extensions span.active{background-position:0 -42px}
|
||||
.xpress-editor .tool li.extensions span.active button{background-position:right -42px}
|
||||
.xpress-editor .tool li.html span.active{background-position:0 -42px}
|
||||
.xpress-editor .tool li.html span.active button{background-position:right -42px}
|
||||
.xpress-editor .tool li.preview span.active{background-position:0 -42px}
|
||||
.xpress-editor .tool li.preview span.active button{background-position:right -42px}
|
||||
/* Content > Tool > Button Off */
|
||||
.xpress-editor .tool.off li.undo button,
|
||||
.xpress-editor .tool li.undo button.off{ width:22px; background-position:0 -63px;}
|
||||
.xpress-editor .tool li.undo button.off{width:22px;background-position:0 -63px}
|
||||
.xpress-editor .tool.off li.redo button,
|
||||
.xpress-editor .tool li.redo button.off{ background-position:-22px -63px;}
|
||||
.xpress-editor .tool.off li.bold button{ width:22px; background-position:-43px -63px;}
|
||||
.xpress-editor .tool.off li.underline button{ background-position:-65px -63px;}
|
||||
.xpress-editor .tool.off li.italic button{ background-position:-86px -63px;}
|
||||
.xpress-editor .tool.off li.del button{ background-position:-107px -63px;}
|
||||
.xpress-editor .tool.off li.fcolor button{ background-position:-128px -63px;}
|
||||
.xpress-editor .tool.off li.bcolor button{ background-position:-149px -63px;}
|
||||
.xpress-editor .tool.off li.sup button{ background-position:-170px -63px;}
|
||||
.xpress-editor .tool.off li.sub button{ background-position:-191px -63px;}
|
||||
.xpress-editor .tool.off li.left button{ width:22px; background-position:-212px -63px;}
|
||||
.xpress-editor .tool.off li.center button{ background-position:-234px -63px;}
|
||||
.xpress-editor .tool.off li.right button{ background-position:-255px -63px;}
|
||||
.xpress-editor .tool.off li.justify button{ background-position:-276px -63px;}
|
||||
.xpress-editor .tool.off li.ol button{ background-position:-297px -63px;}
|
||||
.xpress-editor .tool.off li.ul button{ background-position:-318px -63px;}
|
||||
.xpress-editor .tool.off li.outdent button{ background-position:-339px -63px;}
|
||||
.xpress-editor .tool.off li.indent button{ background-position:-360px -63px;}
|
||||
.xpress-editor .tool.off li.blockquote button{ width:22px; background-position:-381px -63px;}
|
||||
.xpress-editor .tool.off li.url button{ width:26px; background-position:-403px -63px;}
|
||||
.xpress-editor .tool.off li.character button{ background-position:-429px -63px;}
|
||||
.xpress-editor .tool.off li.table button{ width:22px; background-position:-450px -63px;}
|
||||
.xpress-editor .tool li.redo button.off{background-position:-22px -63px}
|
||||
.xpress-editor .tool.off li.bold button{width:22px;background-position:-43px -63px}
|
||||
.xpress-editor .tool.off li.underline button{background-position:-65px -63px}
|
||||
.xpress-editor .tool.off li.italic button{background-position:-86px -63px}
|
||||
.xpress-editor .tool.off li.del button{background-position:-107px -63px}
|
||||
.xpress-editor .tool.off li.fcolor button{background-position:-128px -63px}
|
||||
.xpress-editor .tool.off li.bcolor button{background-position:-149px -63px}
|
||||
.xpress-editor .tool.off li.sup button{background-position:-170px -63px}
|
||||
.xpress-editor .tool.off li.sub button{background-position:-191px -63px}
|
||||
.xpress-editor .tool.off li.left button{width:22px;background-position:-212px -63px}
|
||||
.xpress-editor .tool.off li.center button{background-position:-234px -63px}
|
||||
.xpress-editor .tool.off li.right button{background-position:-255px -63px}
|
||||
.xpress-editor .tool.off li.justify button{background-position:-276px -63px}
|
||||
.xpress-editor .tool.off li.ol button{background-position:-297px -63px}
|
||||
.xpress-editor .tool.off li.ul button{background-position:-318px -63px}
|
||||
.xpress-editor .tool.off li.outdent button{background-position:-339px -63px}
|
||||
.xpress-editor .tool.off li.indent button{background-position:-360px -63px}
|
||||
.xpress-editor .tool.off li.blockquote button{width:22px;background-position:-381px -63px}
|
||||
.xpress-editor .tool.off li.url button{width:26px;background-position:-403px -63px}
|
||||
.xpress-editor .tool.off li.character button{background-position:-429px -63px}
|
||||
.xpress-editor .tool.off li.table button{width:22px;background-position:-450px -63px}
|
||||
.xpress-editor .tool.off li.merge button,
|
||||
.xpress-editor .tool li.merge button.off{ background-position:-472px -63px;}
|
||||
.xpress-editor .tool li.merge button.off{background-position:-472px -63px}
|
||||
.xpress-editor .tool.off li.splitCol button,
|
||||
.xpress-editor .tool li.splitCol button.off{ background-position:-493px -63px;}
|
||||
.xpress-editor .tool li.splitCol button.off{background-position:-493px -63px}
|
||||
.xpress-editor .tool.off li.splitRow button,
|
||||
.xpress-editor .tool li.splitRow button.off{ background-position:-514px -63px;}
|
||||
.xpress-editor .tool.off li.extensions span{ background-position:0 -63px;}
|
||||
.xpress-editor .tool.off li.extensions span button{ background-position:right -63px; color:#bcbcbc;}
|
||||
.xpress-editor .tool.off li button{ cursor:default;}
|
||||
.xpress-editor .tool.off ul.extra3 li button{ cursor:pointer;}
|
||||
|
||||
.xpress-editor .tool li.splitRow button.off{background-position:-514px -63px}
|
||||
.xpress-editor .tool.off li.extensions span{background-position:0 -63px}
|
||||
.xpress-editor .tool.off li.extensions span button{background-position:right -63px;color:#bcbcbc}
|
||||
.xpress-editor .tool.off li button{cursor:default}
|
||||
.xpress-editor .tool.off ul.extra3 li button{cursor:pointer}
|
||||
/* Content > Tool > Layer */
|
||||
.xpress-editor .tool .layer{ display:none; position:absolute; left:0; top:20px; background-color:#fbfbfb; border:1px solid #c5c5c5; border-right:1px solid #9f9f9f; border-bottom:1px solid #9f9f9f;}
|
||||
.xpress-editor .tool .layer li{ float:none; left:0;}
|
||||
.xpress-editor .tool .layer{display:none;position:absolute;left:0;top:20px;background-color:#fbfbfb;border:1px solid #c5c5c5;border-right:1px solid #9f9f9f;border-bottom:1px solid #9f9f9f}
|
||||
.xpress-editor .tool .layer li{float:none;left:0}
|
||||
.xpress-editor .tool .layer button,
|
||||
.xpress-editor.black .tool .layer button{ margin:0 !important; width:auto; height:auto; background:none;}
|
||||
.xpress-editor .tool .layer button span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}
|
||||
.xpress-editor .tool .btn_area{ position:relative; clear:both; text-align:center !important; padding:7px 0 12px 0; width:100%; white-space:nowrap; *zoom:1;}
|
||||
.xpress-editor .tool .btn_area *{ vertical-align:top;}
|
||||
.xpress-editor .tool button.close{ position:absolute; top:4px; right:3px; width:21px; height:20px; background:url(../img/btn_layer_close.gif) no-repeat center center !important;}
|
||||
.xpress-editor .tool button.close span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}
|
||||
.xpress-editor .tool .layer .btn_area button{ *margin:0 2px !important;}
|
||||
.xpress-editor .tool .layer .btn_area button.confirm{ width:38px; height:21px; background:url(../img/btn_layer_confirm.gif) no-repeat;}
|
||||
.xpress-editor .tool .layer .btn_area button.cancel{ width:38px; height:21px; background:url(../img/btn_layer_cancel.gif) no-repeat;}
|
||||
|
||||
.xpress-editor .tool li.fcolor .layer{ width:218px !important; height:auto !important; background-image:none !important; overflow:hidden;}
|
||||
.xpress-editor .tool .layer .palette{ width:210px; position:relative; left:7px; padding:8px 0 7px 0; margin:0;}
|
||||
.xpress-editor .tool .layer .palette li{ float:left; margin:0 1px 1px 0; font-size:0; line-height:0;}
|
||||
.xpress-editor .tool .layer .palette button{ position:relative; overflow:hidden; width:11px !important; height:11px !important;}
|
||||
|
||||
.xpress-editor .tool li.bcolor .layer { width:218px; overflow:hidden;}
|
||||
.xpress-editor .tool .layer .background{ width:210px; position:relative; left:7px; margin:0 0 -2px 0; padding:8px 0 0 0; *padding-bottom:8px; _padding-bottom:4px;}
|
||||
.xpress-editor .tool .layer .background li{ float:left; margin:0 5px 2px 0;}
|
||||
.xpress-editor .tool .layer .background button{ position:relative; overflow:hidden; width:65px; height:19px; text-align:left; padding:4px;}
|
||||
.xpress-editor .tool .layer .background button span{ position:relative; visibility:visible; font-size:12px; line-height:normal; width:auto; height:auto;}
|
||||
|
||||
.xpress-editor .tool li.style .layer{ padding:4px 2px; _overflow:hidden; filter:progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=2);}
|
||||
.xpress-editor .tool li.style .layer li{ position:relative; background:#fbfbfb;}
|
||||
.xpress-editor .tool li.style .layer li button{ display:block; width:134px; position:relative;}
|
||||
.xpress-editor .tool li.style .layer li button span{ display:block; width:130px; text-align:left; letter-spacing:normal;}
|
||||
.xpress-editor .tool li.style .layer li.h3 button span{ padding:3px 0 1px 4px; height:15px; _height /**/:19px; font-size:16px; font-weight:bold;}
|
||||
.xpress-editor .tool li.style .layer li.h4 button span{ padding:3px 0 2px 4px; height:13px; _height /**/:18px; font-size:14px; font-weight:bold;}
|
||||
.xpress-editor .tool li.style .layer li.h5 button span{ padding:3px 0 1px 4px; height:11px; _height /**/:15px; font-size:12px; font-weight:bold;}
|
||||
.xpress-editor .tool li.style .layer li.h6 button span{ padding:3px 0 1px 4px; height:11px; _height /**/:15px; font-size:12px;}
|
||||
.xpress-editor .tool li.style .layer li.p button span{ padding:3px 0 1px 4px; height:11px; _height /**/:15px; font-size:12px; color:#5d5d5d;}
|
||||
.xpress-editor .tool li.style .layer li button.hover{ background:#c1f471; *height:1%;}
|
||||
|
||||
.xpress-editor .tool li.blockquote .layer{ padding:6px 5px 6px 7px; left:0; width:288px;}
|
||||
.xpress-editor .tool li.blockquote .layer ul{ *zoom:1; margin:0;}
|
||||
.xpress-editor .tool li.blockquote .layer ul:after{ content:""; display:block; clear:both;}
|
||||
.xpress-editor .tool li.blockquote .layer li{ position:relative; float:left; overflow:hidden; width:32px; height:34px; margin:0 2px 0 0; border:1px solid #cdcecc; background-image:url(../img/btn_qmark.gif); background-repeat:no-repeat;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q1{ background-position:0 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q2{ background-position:-32px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q3{ background-position:-64px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q4{ background-position:-96px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q5{ background-position:-128px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q6{ background-position:-160px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q7{ background-position:-192px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li.q8{ background-position:-224px 0;}
|
||||
.xpress-editor .tool li.blockquote .layer li button{ width:32px; height:34px;}
|
||||
|
||||
.xpress-editor .tool li.url .layer{ width:231px; height:125px; background-image:url(../img/bx_url.gif); background-repeat:no-repeat; background-position:10px 14px;}
|
||||
.xpress-editor .tool li.url .layer fieldset{ position:absolute; width:212px; left:10px; top:14px;}
|
||||
.xpress-editor .tool li.url .layer fieldset h3{ position:absolute; top:-4px; left:15px; color:#404040; visibility:visible; font-size:12px; line-height:normal; width:auto; height:auto; background:none; margin:0; padding:0; font-weight:normal;}
|
||||
.xpress-editor .tool li.url .layer fieldset input.link{ position:absolute; left:12px; top:19px; width:179px; padding:2px 0 1px 6px; *margin:-1px 0; font-size:11px; height:13px; border:1px solid #818181; border-right:1px solid #dadada; border-bottom:1px solid #dadada;}
|
||||
.xpress-editor .tool li.url .layer fieldset p{ position:absolute; left:12px; top:44px;}
|
||||
.xpress-editor .tool li.url .layer fieldset p input{ width:13px; height:13px; vertical-align:middle; margin-right:3px;}
|
||||
.xpress-editor .tool li.url .layer .btn_area{ position:absolute; bottom:12px; padding:0;}
|
||||
|
||||
.xpress-editor .tool li.table .layer{ width:242px; height:239px; background-image:url(../img/bx_table.gif); background-repeat:no-repeat; background-position:10px 14px;}
|
||||
.xpress-editor .tool li.table .layer fieldset{ position:absolute; width:222px; left:10px;}
|
||||
.xpress-editor .tool li.table .layer fieldset h3{ position:absolute; top:-4px; left:15px; color:#404040; visibility:visible; font-size:12px; line-height:normal; width:auto; height:auto; background:none; margin:0; padding:0; font-weight:normal;}
|
||||
|
||||
.xpress-editor .tool li.table .layer fieldset dl{ position:absolute; left:10px;}
|
||||
.xpress-editor .tool li.table .layer fieldset dt{ float:left; padding:3px 0 0 0; height:20px; white-space:nowrap; letter-spacing:-1px;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd{ float:right; position:relative;}
|
||||
.xpress-editor.black .tool .layer button{margin:0 !important;width:auto;height:auto;background:none}
|
||||
.xpress-editor .tool .layer button span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden}
|
||||
.xpress-editor .tool .btn_area{position:relative;clear:both;text-align:center !important;padding:7px 0 12px 0;width:100%;white-space:nowrap;*zoom:1}
|
||||
.xpress-editor .tool .btn_area *{vertical-align:top}
|
||||
.xpress-editor .tool button.close{position:absolute;top:4px;right:3px;width:21px;height:20px;background:url(../img/btn_layer_close.gif) no-repeat center center !important}
|
||||
.xpress-editor .tool button.close span{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden}
|
||||
.xpress-editor .tool .layer .btn_area button{*margin:0 2px !important}
|
||||
.xpress-editor .tool .layer .btn_area button.confirm{width:38px;height:21px;background:url(../img/btn_layer_confirm.gif) no-repeat}
|
||||
.xpress-editor .tool .layer .btn_area button.cancel{width:38px;height:21px;background:url(../img/btn_layer_cancel.gif) no-repeat}
|
||||
.xpress-editor .tool li.fcolor .layer{width:218px !important;height:auto !important;background-image:none !important;overflow:hidden}
|
||||
.xpress-editor .tool .layer .palette{width:210px;position:relative;left:7px;padding:8px 0 7px 0;margin:0}
|
||||
.xpress-editor .tool .layer .palette li{float:left;margin:0 1px 1px 0;font-size:0;line-height:0}
|
||||
.xpress-editor .tool .layer .palette button{position:relative;overflow:hidden;width:11px !important;height:11px !important}
|
||||
.xpress-editor .tool li.bcolor .layer {width:218px;overflow:hidden}
|
||||
.xpress-editor .tool .layer .background{width:210px;position:relative;left:7px;margin:0 0 -2px 0;padding:8px 0 0 0;*padding-bottom:8px;_padding-bottom:4px}
|
||||
.xpress-editor .tool .layer .background li{float:left;margin:0 5px 2px 0}
|
||||
.xpress-editor .tool .layer .background button{position:relative;overflow:hidden;width:65px;height:19px;text-align:left;padding:4px}
|
||||
.xpress-editor .tool .layer .background button span{position:relative;visibility:visible;font-size:12px;line-height:normal;width:auto;height:auto}
|
||||
.xpress-editor .tool li.style .layer{padding:4px 2px;_overflow:hidden;filter:progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=2)}
|
||||
.xpress-editor .tool li.style .layer li{position:relative;background:#fbfbfb}
|
||||
.xpress-editor .tool li.style .layer li button{display:block;width:134px;position:relative}
|
||||
.xpress-editor .tool li.style .layer li button span{display:block;width:130px;text-align:left;letter-spacing:normal}
|
||||
.xpress-editor .tool li.style .layer li.h3 button span{padding:3px 0 1px 4px;height:15px;_height /**/:19px;font-size:16px;font-weight:bold}
|
||||
.xpress-editor .tool li.style .layer li.h4 button span{padding:3px 0 2px 4px;height:13px;_height /**/:18px;font-size:14px;font-weight:bold}
|
||||
.xpress-editor .tool li.style .layer li.h5 button span{padding:3px 0 1px 4px;height:11px;_height /**/:15px;font-size:12px;font-weight:bold}
|
||||
.xpress-editor .tool li.style .layer li.h6 button span{padding:3px 0 1px 4px;height:11px;_height /**/:15px;font-size:12px}
|
||||
.xpress-editor .tool li.style .layer li.p button span{padding:3px 0 1px 4px;height:11px;_height /**/:15px;font-size:12px;color:#5d5d5d}
|
||||
.xpress-editor .tool li.style .layer li button.hover{background:#c1f471;*height:1%}
|
||||
.xpress-editor .tool li.blockquote .layer{padding:6px 5px 6px 7px;left:0;width:288px}
|
||||
.xpress-editor .tool li.blockquote .layer ul{*zoom:1;margin:0}
|
||||
.xpress-editor .tool li.blockquote .layer ul:after{content:"";display:block;clear:both}
|
||||
.xpress-editor .tool li.blockquote .layer li{position:relative;float:left;overflow:hidden;width:32px;height:34px;margin:0 2px 0 0;border:1px solid #cdcecc;background-image:url(../img/btn_qmark.gif);background-repeat:no-repeat}
|
||||
.xpress-editor .tool li.blockquote .layer li.q1{background-position:0 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q2{background-position:-32px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q3{background-position:-64px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q4{background-position:-96px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q5{background-position:-128px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q6{background-position:-160px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q7{background-position:-192px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li.q8{background-position:-224px 0}
|
||||
.xpress-editor .tool li.blockquote .layer li button{width:32px;height:34px}
|
||||
.xpress-editor .tool li.url .layer{width:231px;height:125px;background-image:url(../img/bx_url.gif);background-repeat:no-repeat;background-position:10px 14px}
|
||||
.xpress-editor .tool li.url .layer fieldset{position:absolute;width:212px;left:10px;top:14px}
|
||||
.xpress-editor .tool li.url .layer fieldset h3{position:absolute;top:-4px;left:15px;color:#404040;visibility:visible;font-size:12px;line-height:normal;width:auto;height:auto;background:none;margin:0;padding:0;font-weight:normal}
|
||||
.xpress-editor .tool li.url .layer fieldset input.link{position:absolute;left:12px;top:19px;width:179px;padding:2px 0 1px 6px;*margin:-1px 0;font-size:11px;height:13px;border:1px solid #818181;border-right:1px solid #dadada;border-bottom:1px solid #dadada}
|
||||
.xpress-editor .tool li.url .layer fieldset p{position:absolute;left:12px;top:44px}
|
||||
.xpress-editor .tool li.url .layer fieldset p input{width:13px;height:13px;vertical-align:middle;margin-right:3px}
|
||||
.xpress-editor .tool li.url .layer .btn_area{position:absolute;bottom:12px;padding:0}
|
||||
.xpress-editor .tool li.table .layer{width:242px;height:239px;background-image:url(../img/bx_table.gif);background-repeat:no-repeat;background-position:10px 14px}
|
||||
.xpress-editor .tool li.table .layer fieldset{position:absolute;width:222px;left:10px}
|
||||
.xpress-editor .tool li.table .layer fieldset h3{position:absolute;top:-4px;left:15px;color:#404040;visibility:visible;font-size:12px;line-height:normal;width:auto;height:auto;background:none;margin:0;padding:0;font-weight:normal}
|
||||
.xpress-editor .tool li.table .layer fieldset dl{position:absolute;left:10px}
|
||||
.xpress-editor .tool li.table .layer fieldset dt{float:left;padding:3px 0 0 0;height:20px;white-space:nowrap;letter-spacing:-1px}
|
||||
.xpress-editor .tool li.table .layer fieldset dd{float:right;position:relative}
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.add,
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.del{ position:absolute; left:27px; width:15px; height:8px; background:url(../img/btn_layer_cell_adjust.gif) no-repeat;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.add{ top:1px;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.del{ top:9px; background-position:0 -8px;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd .preview_palette{ display:block; float:left; margin:0 3px 0 0; padding:2px; position:relative; border:1px solid #c8c9c6; width:14px; height:14px; overflow:hidden;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd .preview_palette button{ width:14px; height:14px; font-size:500px; line-height:0;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd .find_palette{ width:33px; height:20px; background:url(../img/btn_search.gif) no-repeat;}
|
||||
|
||||
.xpress-editor .tool li.table .layer fieldset.num{ top:14px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dl{ top:18px; width:60px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dt{ height:20px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dd{ height:23px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dt label{ font-size:11px; color:#333;}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dd input{ padding:3px 0 0 6px; *margin:-1px 0; width:35px; height:13px; font-size:11px; border:1px solid #818181; border-right:1px solid #dadada; border-bottom:1px solid #dadada;}
|
||||
|
||||
.xpress-editor .tool li.table .layer fieldset.color{ top:96px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dl{ top:18px; width:210px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dt{ height:23px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd{ height:26px; width:146px;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dt label{ font-size:11px; color:#333;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input{ padding:3px 0 0 6px; *margin:-1px 0; font-size:11px; border:1px solid #818181; border-right:1px solid #dadada; border-bottom:1px solid #dadada;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input#table_border_width{ width:35px; height:13px;}
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.del{position:absolute;left:27px;width:15px;height:8px;background:url(../img/btn_layer_cell_adjust.gif) no-repeat}
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.add{top:1px}
|
||||
.xpress-editor .tool li.table .layer fieldset dd button.del{top:9px;background-position:0 -8px}
|
||||
.xpress-editor .tool li.table .layer fieldset dd .preview_palette{display:block;float:left;margin:0 3px 0 0;padding:2px;position:relative;border:1px solid #c8c9c6;width:14px;height:14px;overflow:hidden}
|
||||
.xpress-editor .tool li.table .layer fieldset dd .preview_palette button{width:14px;height:14px;font-size:500px;line-height:0}
|
||||
.xpress-editor .tool li.table .layer fieldset dd .find_palette{width:33px;height:20px;background:url(../img/btn_search.gif) no-repeat}
|
||||
.xpress-editor .tool li.table .layer fieldset.num{top:14px}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dl{top:18px;width:60px}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dt{height:20px}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dd{height:23px}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dt label{font-size:11px;color:#333}
|
||||
.xpress-editor .tool li.table .layer fieldset.num dd input{padding:3px 0 0 6px;*margin:-1px 0;width:35px;height:13px;font-size:11px;border:1px solid #818181;border-right:1px solid #dadada;border-bottom:1px solid #dadada}
|
||||
.xpress-editor .tool li.table .layer fieldset.color{top:96px}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dl{top:18px;width:210px}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dt{height:23px}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd{height:26px;width:146px}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dt label{font-size:11px;color:#333}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input{padding:3px 0 0 6px;*margin:-1px 0;font-size:11px;border:1px solid #818181;border-right:1px solid #dadada;border-bottom:1px solid #dadada}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input#table_border_width{width:35px;height:13px}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input#table_border_color,
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input#table_bg_color{ width:70px; height:15px; *margin-right:3px;}
|
||||
|
||||
.xpress-editor .tool li.table .layer table{ position:absolute; top:18px; left:75px; width:137px; height:40px; table-layout:fixed;}
|
||||
.xpress-editor .tool li.table .layer table *{ font-size:0; line-height:0;}
|
||||
.xpress-editor .tool li.table .layer fieldset.color dd input#table_bg_color{width:70px;height:15px;*margin-right:3px}
|
||||
.xpress-editor .tool li.table .layer table{position:absolute;top:18px;left:75px;width:137px;height:40px;table-layout:fixed}
|
||||
.xpress-editor .tool li.table .layer table *{font-size:0;line-height:0}
|
||||
.xpress-editor .tool li.table .layer table th,
|
||||
.xpress-editor .tool li.table .layer table td{ text-align:center;}
|
||||
.xpress-editor .tool li.table .layer .btn_area{ position:absolute; bottom:12px; padding:0; z-index:1;}
|
||||
|
||||
.xpress-editor .tool li.table .layer .palette{ display:none; position:absolute; z-index:2; left:11px; width:204px; padding:8px 7px 7px 7px; _padding-right:6px; background-color:#fbfbfb; border:1px solid #c5c5c5; border-right:1px solid #9f9f9f; border-bottom:1px solid #9f9f9f;}
|
||||
.xpress-editor .tool li.table .layer.p1 .palette{ display:block; top:163px;}
|
||||
.xpress-editor .tool li.table .layer.p2 .palette{ display:block; top:189px;}
|
||||
|
||||
.xpress-editor .tool li.character .layer{ width:433px; height:242px; overflow:hidden;}
|
||||
.xpress-editor .tool li.character .layer ul{ margin:0;}
|
||||
.xpress-editor .tool li.character .layer h3{position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}
|
||||
.xpress-editor .tool li.character .layer .nav{ position:absolute; top:11px; left:-1px; overflow:hidden; white-space:nowrap;}
|
||||
.xpress-editor .tool li.character .layer .nav li{ display:inline; margin:0 -4px 0 0; padding:0 8px; background:url(../img/vr_layer_character.gif) no-repeat 0 0;}
|
||||
.xpress-editor .tool li.character .layer .nav li a{ color:#444; text-decoration:none; letter-spacing:-1px;}
|
||||
.xpress-editor .tool li.table .layer table td{text-align:center}
|
||||
.xpress-editor .tool li.table .layer .btn_area{position:absolute;bottom:12px;padding:0;z-index:1}
|
||||
.xpress-editor .tool li.table .layer .palette{display:none;position:absolute;z-index:2;left:11px;width:204px;padding:8px 7px 7px 7px;_padding-right:6px;background-color:#fbfbfb;border:1px solid #c5c5c5;border-right:1px solid #9f9f9f;border-bottom:1px solid #9f9f9f}
|
||||
.xpress-editor .tool li.table .layer.p1 .palette{display:block;top:163px}
|
||||
.xpress-editor .tool li.table .layer.p2 .palette{display:block;top:189px}
|
||||
.xpress-editor .tool li.character .layer{width:433px;height:242px;overflow:hidden}
|
||||
.xpress-editor .tool li.character .layer ul{margin:0}
|
||||
.xpress-editor .tool li.character .layer h3{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden}
|
||||
.xpress-editor .tool li.character .layer .nav{position:absolute;top:11px;left:-1px;overflow:hidden;white-space:nowrap}
|
||||
.xpress-editor .tool li.character .layer .nav li{display:inline;margin:0 -4px 0 0;padding:0 8px;background:url(../img/vr_layer_character.gif) no-repeat 0 0}
|
||||
.xpress-editor .tool li.character .layer .nav li a{color:#444;text-decoration:none;letter-spacing:-1px}
|
||||
.xpress-editor .tool li.character .layer .nav li a:hover,
|
||||
.xpress-editor .tool li.character .layer .nav li a:active,
|
||||
.xpress-editor .tool li.character .layer .nav li a:focus{ text-decoration:underline;}
|
||||
.xpress-editor .tool li.character .layer .nav li a.on{ font-weight:bold; color:#004790; display:inline;}
|
||||
.xpress-editor .tool li.character .layer .list{ position:absolute; left:7px; top:30px; width:421px; height:172px; background:url(../img/bx_character.gif) no-repeat;}
|
||||
.xpress-editor .tool li.character .layer .list li{ position:relative; top:1px; left:1px; float:left; width:20px; height:18px; margin:0 1px 1px 0;}
|
||||
.xpress-editor .tool li.character .layer .list li button{ width:20px; height:18px;}
|
||||
.xpress-editor .tool li.character .layer .list li button.hover{ border:2px solid #27c11a;}
|
||||
.xpress-editor .tool li.character .layer .list li button span{ overflow:visible; font-size:12px; width:auto; height:auto; position:relative; visibility:visible; line-height:normal;}
|
||||
.xpress-editor .tool li.character .layer p{ position:absolute; top:212px; left:7px;}
|
||||
.xpress-editor .tool li.character .layer p *{ vertical-align:top;}
|
||||
.xpress-editor .tool li.character .layer p label{ position:relative; top:4px; margin:0 7px 0 0; color:#333; letter-spacing:-1px;}
|
||||
.xpress-editor .tool li.character .layer p input{ padding:3px 0 0 4px; margin:0 4px 0 0; width:300px; _width /**/:306px; height:16px; _height /**/:20px; border:1px solid #acacac; border-right:1px solid #dadada; border-bottom:1px solid #dadada;}
|
||||
.xpress-editor .tool li.character .layer p button{ position:relative; *top:1px; width:38px; height:21px; background:url(../img/btn_layer_confirm.gif) no-repeat;}
|
||||
.xpress-editor .tool li.character .layer p button span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}
|
||||
.xpress-editor .tool li.extensions .layer{ width:auto; white-space:nowrap; padding:5px 10px;}
|
||||
.xpress-editor .tool li.extensions .layer li{ margin:2px 0;}
|
||||
.xpress-editor .tool li.extensions .layer li a { color:#000; text-decoration:none; }
|
||||
.xpress-editor .tool li.extensions .layer li a:hover { text-decoration:underline; }
|
||||
|
||||
.xpress-editor .tool li.character .layer .nav li a:focus{text-decoration:underline}
|
||||
.xpress-editor .tool li.character .layer .nav li a.on{font-weight:bold;color:#004790;display:inline}
|
||||
.xpress-editor .tool li.character .layer .list{position:absolute;left:7px;top:30px;width:421px;height:172px;background:url(../img/bx_character.gif) no-repeat}
|
||||
.xpress-editor .tool li.character .layer .list li{position:relative;top:1px;left:1px;float:left;width:20px;height:18px;margin:0 1px 1px 0}
|
||||
.xpress-editor .tool li.character .layer .list li button{width:20px;height:18px}
|
||||
.xpress-editor .tool li.character .layer .list li button.hover{border:2px solid #27c11a}
|
||||
.xpress-editor .tool li.character .layer .list li button span{overflow:visible;font-size:12px;width:auto;height:auto;position:relative;visibility:visible;line-height:normal}
|
||||
.xpress-editor .tool li.character .layer p{position:absolute;top:212px;left:7px}
|
||||
.xpress-editor .tool li.character .layer p *{vertical-align:top}
|
||||
.xpress-editor .tool li.character .layer p label{position:relative;top:4px;margin:0 7px 0 0;color:#333;letter-spacing:-1px}
|
||||
.xpress-editor .tool li.character .layer p input{padding:3px 0 0 4px;margin:0 4px 0 0;width:300px;_width /**/:306px;height:16px;_height /**/:20px;border:1px solid #acacac;border-right:1px solid #dadada;border-bottom:1px solid #dadada}
|
||||
.xpress-editor .tool li.character .layer p button{position:relative;*top:1px;width:38px;height:21px;background:url(../img/btn_layer_confirm.gif) no-repeat}
|
||||
.xpress-editor .tool li.character .layer p button span{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden}
|
||||
.xpress-editor .tool li.extensions .layer{width:auto;white-space:nowrap;padding:5px 10px}
|
||||
.xpress-editor .tool li.extensions .layer li{margin:2px 0}
|
||||
.xpress-editor .tool li.extensions .layer li a {color:#000;text-decoration:none}
|
||||
.xpress-editor .tool li.extensions .layer li a:hover {text-decoration:underline}
|
||||
/* File Uploader */
|
||||
.xpress-editor .fileUploader{ clear:both; padding-top:5px; margin-bottom:10px;}
|
||||
.xpress-editor .fileUploader:after{ content:""; display:block; clear:both;}
|
||||
.xpress-editor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid #ccc;; padding:2px; margin:0 10px 5px 0;}
|
||||
.xpress-editor .fileUploader .preview.black { background-color:#000; border:1px solid #666;}
|
||||
.xpress-editor .fileUploader .preview img{ display:block; width:64px; height:64px;}
|
||||
.xpress-editor .fileUploader .fileListArea{ float:left; width:260px; margin:0 10px 5px 0;}
|
||||
.xpress-editor .fileUploader .fileListArea select{ width:100%; height:70px; overflow:auto; margin:0; padding:0; float:none}
|
||||
.xpress-editor .fileUploader .fileListArea select option{ font-size:11px;}
|
||||
.xpress-editor .fileUploader .fileListArea.black select { background-color:#000; border:1px solid #666;}
|
||||
.xpress-editor .fileUploader .fileListArea.black select option { color:#aaa; }
|
||||
.xpress-editor .fileUploader .fileUploadControl{ clear:right;}
|
||||
.xpress-editor .fileUploader .fileUploadControl .button{ margin-bottom:5px;}
|
||||
.xpress-editor .fileUploader .file_attach_info{ clear:right; margin:5px 0; font-size:11px; color:#333}
|
||||
|
||||
.xpress-editor .fileUploader{clear:both;padding-top:5px;margin-bottom:10px}
|
||||
.xpress-editor .fileUploader:after{content:"";display:block;clear:both}
|
||||
.xpress-editor .fileUploader .preview{float:left;width:64px;height:64px;border:1px solid #ccc;;padding:2px;margin:0 10px 5px 0}
|
||||
.xpress-editor .fileUploader .preview.black {background-color:#000;border:1px solid #666}
|
||||
.xpress-editor .fileUploader .preview img{display:block;width:64px;height:64px}
|
||||
.xpress-editor .fileUploader .fileListArea{float:left;width:260px;margin:0 10px 5px 0}
|
||||
.xpress-editor .fileUploader .fileListArea select{width:100%;height:70px;overflow:auto;margin:0;padding:0;float:none}
|
||||
.xpress-editor .fileUploader .fileListArea select option{font-size:11px}
|
||||
.xpress-editor .fileUploader .fileListArea.black select {background-color:#000;border:1px solid #666}
|
||||
.xpress-editor .fileUploader .fileListArea.black select option {color:#aaa}
|
||||
.xpress-editor .fileUploader .fileUploadControl{clear:right}
|
||||
.xpress-editor .fileUploader .fileUploadControl .button{margin-bottom:5px}
|
||||
.xpress-editor .fileUploader .file_attach_info{clear:right;margin:5px 0;font-size:11px;color:#333}
|
||||
/* Auto Save */
|
||||
.xpress-editor .autosave_message { display:none; background: #f6ffdb; padding:6px 10px; margin:0; line-height:1;}
|
||||
.xpress-editor.black .autosave_message { display:none; background:#222; padding:6px 10px; margin:0; line-height:1; color:#fff; }
|
||||
.xpress-editor .input_syntax.black { background:transparent; color:#fff; }
|
||||
.xpress-editor .autosave_message {display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1}
|
||||
.xpress-editor.black .autosave_message {display:none;background:#222;padding:6px 10px;margin:0;line-height:1;color:#fff}
|
||||
.xpress-editor .input_syntax.black {background:transparent;color:#fff}
|
||||
|
|
@ -8,203 +8,201 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="content" id="content">
|
||||
<form action="./" class="form" ruleset="insertConfig" method="post">
|
||||
<input type="hidden" name="act" value="procMemberAdminInsertConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
|
||||
<input type="hidden" name="agreement" value="{htmlspecialchars($config->agreement)}" />
|
||||
<h1 class="h1">Setting</h1>
|
||||
<fieldset class="section suSetting">
|
||||
<h2 class="h2">Sign Up Setting</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->enable_join}</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="enable_join" id="enable_join_yes" value="Y" checked="checked"|cond="$config->enable_join == 'Y'" /> <label for="enable_join_yes">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="enable_join" id="enable_join_no" value="N" checked="checked"|cond="$config->enable_join != 'Y'" /> <label for="enable_join_no">{$lang->cmd_no}</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->enable_confirm}</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="enable_confirm" id="enable_confirm_yes" value="Y" checked="checked"|cond="$config->enable_confirm == 'Y'" /> <label for="enable_confirm_yes">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="enable_confirm" id="enable_confirm_no" value="N" checked="checked"|cond="$config->enable_confirm != 'Y'"/> <label for="enable_confirm_no">{$lang->cmd_no}</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="webmaster_name">{$lang->webmaster_name}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="webmaster_name" name="webmaster_name" value="{$config->webmaster_name}" size="20" />
|
||||
<p>{$lang->about_webmaster_name}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="webmaster_email">{$lang->webmaster_email}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="webmaster_email" name="webmaster_email" value="{$config->webmaster_email}" size="40" />
|
||||
<p>{$lang->about_webmaster_email}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="limit_day">{$lang->limit_day}</label></p>
|
||||
<p class="a"><input type="text" id="limit_day" name="limit_day" value="{$config->limit_day}" style="width:30px" /><span class="desc">{$lang->unit_day}({$lang->about_limit_day})</span></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="change_password_date">{$lang->change_password_date}</label></p>
|
||||
<p class="a"><input type="text" id="change_password_date" name="change_password_date" value="{$config->change_password_date}" style="width:30px" /><span class="desc">{$lang->unit_day}({$lang->about_change_password_date})</span></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="agreement">{$lang->agreement}</label></p>
|
||||
<p class="a">{$editor}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="after_login_url">{$lang->after_login_url}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="after_login_url" name="after_login_url" value="{$config->after_login_url}" />
|
||||
<p>{$lang->about_after_login_url}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="after_logout_url">{$lang->after_logout_url}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="after_logout_url" name="after_logout_url" value="{$config->after_logout_url}" />
|
||||
<p>{$lang->about_after_logout_url}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="redirect_url">{$lang->redirect_url}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="redirect_url" name="redirect_url" value="{$config->redirect_url}" />
|
||||
<p>{$lang->about_redirect_url}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="skin">{$lang->skin}</label></p>
|
||||
<p class="a">
|
||||
<select id="skin" name="skin" onchange="doGetSkinColorset(this.options[this.selectedIndex].value)">
|
||||
<option loop="$skin_list=>$key,$val" value="{$key}" selected="selected"|cond="$config->skin==$key">{$val->title} ({$key})</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li id="colorset" style="display:none"|cond="!$config->colorset">
|
||||
<p class="q"><label for="member_colorset">{$lang->colorset}</label></p>
|
||||
<p class="a"><div id="member_colorset"></div></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="prohibited_id">{$lang->cmd_manage_id}({$lang->about_manage_id} {sprintf($lang->count_manage_id, count($deniedIDs))})</label></p>
|
||||
<div class="a">
|
||||
<ul class="textList" id="deniedList">
|
||||
<li loop="$deniedIDs=>$denied_info" id="denied_{$denied_info->user_id}">{$denied_info->user_id} <a href="#" class="side" onclick="doUpdateDeniedID('{$denied_info->user_id}','delete','{$lang->confirm_delete}');return false;">{$lang->delete}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="a">
|
||||
<textarea rows="4" cols="42" id="prohibited_id" title="{$lang->add_prohibited_id}"></textarea>
|
||||
<span class="btn"><button type="button" class="_addDeniedID">{$lang->add}</button></span>
|
||||
<span class="desc">{$lang->multi_line_input}</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<fieldset class="section suForm">
|
||||
<h2 class="h2">{$lang->cmd_manage_form}</h2>
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0" class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->target}</th>
|
||||
<th scope="col">{$lang->identifier}
|
||||
[<a href="#helpDefault" class="tgAnchor">?</a>]
|
||||
<div class="tgContent layer" id="helpDefault" style="right:0">
|
||||
<p>{$lang->about_identifier}</p>
|
||||
<form action="./" class="form" ruleset="insertConfig" method="post">
|
||||
<input type="hidden" name="act" value="procMemberAdminInsertConfig" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
|
||||
<input type="hidden" name="agreement" value="{htmlspecialchars($config->agreement)}" />
|
||||
<h1 class="h1">Setting</h1>
|
||||
<fieldset class="section suSetting">
|
||||
<h2 class="h2">Sign Up Setting</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->enable_join}</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="enable_join" id="enable_join_yes" value="Y" checked="checked"|cond="$config->enable_join == 'Y'" /> <label for="enable_join_yes">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="enable_join" id="enable_join_no" value="N" checked="checked"|cond="$config->enable_join != 'Y'" /> <label for="enable_join_no">{$lang->cmd_no}</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->enable_confirm}</p>
|
||||
<p class="a">
|
||||
<input type="radio" name="enable_confirm" id="enable_confirm_yes" value="Y" checked="checked"|cond="$config->enable_confirm == 'Y'" /> <label for="enable_confirm_yes">{$lang->cmd_yes}</label>
|
||||
<input type="radio" name="enable_confirm" id="enable_confirm_no" value="N" checked="checked"|cond="$config->enable_confirm != 'Y'"/> <label for="enable_confirm_no">{$lang->cmd_no}</label>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="webmaster_name">{$lang->webmaster_name}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="webmaster_name" name="webmaster_name" value="{$config->webmaster_name}" size="20" />
|
||||
<p>{$lang->about_webmaster_name}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="webmaster_email">{$lang->webmaster_email}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="webmaster_email" name="webmaster_email" value="{$config->webmaster_email}" size="40" />
|
||||
<p>{$lang->about_webmaster_email}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="limit_day">{$lang->limit_day}</label></p>
|
||||
<p class="a"><input type="text" id="limit_day" name="limit_day" value="{$config->limit_day}" style="width:30px" /><span class="desc">{$lang->unit_day}({$lang->about_limit_day})</span></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="change_password_date">{$lang->change_password_date}</label></p>
|
||||
<p class="a"><input type="text" id="change_password_date" name="change_password_date" value="{$config->change_password_date}" style="width:30px" /><span class="desc">{$lang->unit_day}({$lang->about_change_password_date})</span></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="agreement">{$lang->agreement}</label></p>
|
||||
<p class="a">{$editor}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="after_login_url">{$lang->after_login_url}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="after_login_url" name="after_login_url" value="{$config->after_login_url}" />
|
||||
<p>{$lang->about_after_login_url}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="after_logout_url">{$lang->after_logout_url}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="after_logout_url" name="after_logout_url" value="{$config->after_logout_url}" />
|
||||
<p>{$lang->about_after_logout_url}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="redirect_url">{$lang->redirect_url}</label></p>
|
||||
<p class="a">
|
||||
<input type="text" id="redirect_url" name="redirect_url" value="{$config->redirect_url}" />
|
||||
<p>{$lang->about_redirect_url}</p>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="skin">{$lang->skin}</label></p>
|
||||
<p class="a">
|
||||
<select id="skin" name="skin" onchange="doGetSkinColorset(this.options[this.selectedIndex].value)">
|
||||
<option loop="$skin_list=>$key,$val" value="{$key}" selected="selected"|cond="$config->skin==$key">{$val->title} ({$key})</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li id="colorset" style="display:none"|cond="!$config->colorset">
|
||||
<p class="q"><label for="member_colorset">{$lang->colorset}</label></p>
|
||||
<p class="a"><div id="member_colorset"></div></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="prohibited_id">{$lang->cmd_manage_id}({$lang->about_manage_id} {sprintf($lang->count_manage_id, count($deniedIDs))})</label></p>
|
||||
<div class="a">
|
||||
<ul class="textList" id="deniedList">
|
||||
<li loop="$deniedIDs=>$denied_info" id="denied_{$denied_info->user_id}">{$denied_info->user_id} <a href="#" class="side" onclick="doUpdateDeniedID('{$denied_info->user_id}','delete','{$lang->confirm_delete}');return false;">{$lang->delete}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="a">
|
||||
<textarea rows="4" cols="42" id="prohibited_id" title="{$lang->add_prohibited_id}"></textarea>
|
||||
<span class="btn"><button type="button" class="_addDeniedID">{$lang->add}</button></span>
|
||||
<span class="desc">{$lang->multi_line_input}</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<fieldset class="section suForm">
|
||||
<h2 class="h2">{$lang->cmd_manage_form}</h2>
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0" class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->target}</th>
|
||||
<th scope="col">{$lang->identifier}
|
||||
[<a href="#helpDefault" class="tgAnchor">?</a>]
|
||||
<div class="tgContent layer" id="helpDefault" style="right:0">
|
||||
<p>{$lang->about_identifier}</p>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->use}</th>
|
||||
<th scope="col">{$lang->cmd_required}/{$lang->cmd_optional}</th>
|
||||
<th scope="col" class="text">{$lang->description}</th>
|
||||
<th scope="col">{$lang->cmd_edit}</th>
|
||||
</thead>
|
||||
<tbody class="uDrag">
|
||||
<!--@foreach($config->signupForm as $item)-->
|
||||
<!--@if($item->isIdentifier)-->
|
||||
<tr class="sticky">
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="usable_list[]" value="{$item->name}"/>
|
||||
<input type="hidden" name="{$item->name}" value="requierd"/>
|
||||
<th scope="row">
|
||||
<span class="_title" style="padding-left:20px">{$item->title}</span>
|
||||
</th>
|
||||
<td><input type="radio" name="identifier" value="{$item->name}" checked="checked" /></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked" disabled="disabled" /></td>
|
||||
<td>
|
||||
<input type="radio" id="{$item->name}_re" name="{$item->name}" value="requierd" checked="checked" disabled="disabled" /> <label for="{$item->name}_re">{$lang->cmd_required}</label>
|
||||
<input type="radio" id="{$item->name}_op" name="{$item->name}" value="option" disabled="disabled" /> <label for="{$item->name}_op">{$lang->cmd_optional}</label>
|
||||
</td>
|
||||
<td class="text"> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!--@elseif($item->isDefaultForm)-->
|
||||
<tr class="_imageType"|cond="$item->imageType">
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="usable_list[]" value="{$item->name}" cond="$item->mustRequired"/>
|
||||
<input type="hidden" name="{$item->name}" value="requierd" cond="$item->mustRequired"/>
|
||||
<th scope="row">
|
||||
<div class="wrap">
|
||||
<button type="button" class="dragBtn">Move to</button>
|
||||
<span class="_title">{$item->title}</span>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->use}</th>
|
||||
<th scope="col">{$lang->cmd_required}/{$lang->cmd_optional}</th>
|
||||
<th scope="col" class="text">{$lang->description}</th>
|
||||
<th scope="col">{$lang->cmd_edit}</th>
|
||||
</thead>
|
||||
<tbody class="uDrag">
|
||||
<!--@foreach($config->signupForm as $item)-->
|
||||
<!--@if($item->isIdentifier)-->
|
||||
<tr class="sticky">
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="usable_list[]" value="{$item->name}"/>
|
||||
<input type="hidden" name="{$item->name}" value="requierd"/>
|
||||
<th scope="row">
|
||||
<span class="_title" style="padding-left:20px">{$item->title}</span>
|
||||
</th>
|
||||
<td><input type="radio" name="identifier" value="{$item->name}" checked="checked" /></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked" disabled="disabled" /></td>
|
||||
<td>
|
||||
<input type="radio" id="{$item->name}_re" name="{$item->name}" value="requierd" checked="checked" disabled="disabled" /> <label for="{$item->name}_re">{$lang->cmd_required}</label>
|
||||
<input type="radio" id="{$item->name}_op" name="{$item->name}" value="option" disabled="disabled" /> <label for="{$item->name}_op">{$lang->cmd_optional}</label>
|
||||
</td>
|
||||
<td class="text"> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!--@elseif($item->isDefaultForm)-->
|
||||
<tr class="_imageType"|cond="$item->imageType">
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="usable_list[]" value="{$item->name}" cond="$item->mustRequired"/>
|
||||
<input type="hidden" name="{$item->name}" value="requierd" cond="$item->mustRequired"/>
|
||||
<th scope="row">
|
||||
<div class="wrap">
|
||||
<button type="button" class="dragBtn">Move to</button>
|
||||
<span class="_title">{$item->title}</span>
|
||||
</div>
|
||||
</th>
|
||||
<td><input type="radio" name="identifier" value="{$item->name}" cond="$item->name== 'email_address' || $item->name=='user_id'" /></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked"|cond="$item->mustRequired || $item->isUse" disabled="disabled"|cond="$item->mustRequired" /></td>
|
||||
<td>
|
||||
<input type="radio" id="{$item->name}_re" name="{$item->name}" value="required" checked="checked"|cond="$item->mustRequired || $item->required" disabled="disabled"|cond="$item->mustRequired || !$item->isUse" /> <label for="{$item->name}_re">{$lang->cmd_required}</label>
|
||||
<input type="radio" id="{$item->name}_op" name="{$item->name}" value="option" checked="checked"|cond="!$item->mustRequired && ($item->isUse && !$item->required)" disabled="disabled"|cond="$item->mustRequired || !$item->isUse" /> <label for="{$item->name}_op">{$lang->cmd_optional}</label>
|
||||
<div cond="$item->imageType" class="_subItem">
|
||||
<label for="{$item->name}_max_width">{$lang->cmd_image_max_width}</label><input type="text" name="{$item->name}_max_width" id="{$item->name}_max_width" value="{$item->max_width}" style="width:30px" /> px
|
||||
/
|
||||
<label for="{$item->name}_max_height">{$lang->cmd_image_max_height}</label><input type="text" name="{$item->name}_max_height" id="{$item->name}_max_height" value="{$item->max_height}" style="width:30px" /> px
|
||||
</div>
|
||||
</td>
|
||||
<td class="text"> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
<tr>
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="{$item->name}_member_join_form_srl" value="{$item->member_join_form_srl}" />
|
||||
<th scope="row">
|
||||
<div class="wrap">
|
||||
<button type="button" class="dragBtn">Move to</button>
|
||||
<span class="_title">{$item->title}</span>
|
||||
</div>
|
||||
</th>
|
||||
<td></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked"|cond="$item->isUse" /></td>
|
||||
<td>
|
||||
<input type="radio" id="{$item->name}_re" name="{$item->name}" value="required" checked="checked"|cond="$item->required" disabled="disabled"|cond="!$item->isUse"/> <label for="{$item->name}_re">{$lang->cmd_required}</label>
|
||||
<input type="radio" id="{$item->name}_op" name="{$item->name}" value="option" checked="checked"|cond="$item->isUse && !$item->required" disabled="disabled"|cond="!$item->isUse" /> <label for="{$item->name}_op">{$lang->cmd_optional}</label>
|
||||
</td>
|
||||
<td class="text">{$item->description}</td>
|
||||
<td id="{$item->member_join_form_srl}"><a href="#userDefine" class="modalAnchor _extendFormEdit">{$lang->cmd_edit}</a> | <a href="#" class="_extendFormDelete">{$lang->cmd_delete}</a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="btnArea">
|
||||
<span class="btn small"><a href="#userDefine" class="modalAnchor _extendFormEdit">{$lang->add_extend_form}...</a></span>
|
||||
</p>
|
||||
</fieldset>
|
||||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="Save" /></span>
|
||||
<td><input type="radio" name="identifier" value="{$item->name}" cond="$item->name== 'email_address' || $item->name=='user_id'" /></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked"|cond="$item->mustRequired || $item->isUse" disabled="disabled"|cond="$item->mustRequired" /></td>
|
||||
<td>
|
||||
<input type="radio" id="{$item->name}_re" name="{$item->name}" value="required" checked="checked"|cond="$item->mustRequired || $item->required" disabled="disabled"|cond="$item->mustRequired || !$item->isUse" /> <label for="{$item->name}_re">{$lang->cmd_required}</label>
|
||||
<input type="radio" id="{$item->name}_op" name="{$item->name}" value="option" checked="checked"|cond="!$item->mustRequired && ($item->isUse && !$item->required)" disabled="disabled"|cond="$item->mustRequired || !$item->isUse" /> <label for="{$item->name}_op">{$lang->cmd_optional}</label>
|
||||
<div cond="$item->imageType" class="_subItem">
|
||||
<label for="{$item->name}_max_width">{$lang->cmd_image_max_width}</label><input type="text" name="{$item->name}_max_width" id="{$item->name}_max_width" value="{$item->max_width}" style="width:30px" /> px
|
||||
/
|
||||
<label for="{$item->name}_max_height">{$lang->cmd_image_max_height}</label><input type="text" name="{$item->name}_max_height" id="{$item->name}_max_height" value="{$item->max_height}" style="width:30px" /> px
|
||||
</div>
|
||||
</td>
|
||||
<td class="text"> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!--@else-->
|
||||
<tr>
|
||||
<input type="hidden" name="list_order[]" value="{$item->name}" />
|
||||
<input type="hidden" name="{$item->name}_member_join_form_srl" value="{$item->member_join_form_srl}" />
|
||||
<th scope="row">
|
||||
<div class="wrap">
|
||||
<button type="button" class="dragBtn">Move to</button>
|
||||
<span class="_title">{$item->title}</span>
|
||||
</div>
|
||||
</th>
|
||||
<td></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked"|cond="$item->isUse" /></td>
|
||||
<td>
|
||||
<input type="radio" id="{$item->name}_re" name="{$item->name}" value="required" checked="checked"|cond="$item->required" disabled="disabled"|cond="!$item->isUse"/> <label for="{$item->name}_re">{$lang->cmd_required}</label>
|
||||
<input type="radio" id="{$item->name}_op" name="{$item->name}" value="option" checked="checked"|cond="$item->isUse && !$item->required" disabled="disabled"|cond="!$item->isUse" /> <label for="{$item->name}_op">{$lang->cmd_optional}</label>
|
||||
</td>
|
||||
<td class="text">{$item->description}</td>
|
||||
<td id="{$item->member_join_form_srl}"><a href="#userDefine" class="modalAnchor _extendFormEdit">{$lang->cmd_edit}</a> | <a href="#" class="_extendFormDelete">{$lang->cmd_delete}</a></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="btnArea">
|
||||
<span class="btn small"><a href="#userDefine" class="modalAnchor _extendFormEdit">{$lang->add_extend_form}...</a></span>
|
||||
</p>
|
||||
</fieldset>
|
||||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="Save" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<div class="modal" id="userDefine">
|
||||
<form action="./" class="fg form" ruleset="insertJoinForm" method="post">
|
||||
<input type="hidden" name="act" value="procMemberAdminInsertJoinForm" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
|
||||
<div id="extendForm">
|
||||
</div>
|
||||
</form>
|
||||
<div class="modal" id="userDefine">
|
||||
<form action="./" class="fg form" ruleset="insertJoinForm" method="post">
|
||||
<input type="hidden" name="act" value="procMemberAdminInsertJoinForm" />
|
||||
<input type="hidden" name="success_return_url" value="{getUrl('act', $act)}" />
|
||||
<div id="extendForm">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue