Bump jQuery version
Bump jQuery EasyUI version
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="tr-web-control/script/easyui/themes/default/easyui.css?v=20131031"/>
|
||||
<link rel="stylesheet" type="text/css" href="tr-web-control/script/easyui/themes/icon.css?v=20131031"/>
|
||||
<!-- 基础类库 -->
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/jquery-1.9.1.min.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/jquery-1.11.2.min.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/jquery.form.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/json2.min.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/Base64.js"></script>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="tr-web-control/style/base.mobile.css?v=20130913" />
|
||||
<link rel="stylesheet" type="text/css" href="tr-web-control/script/jquery/mobile/jquery.mobile-1.3.2.min.css?v=20130913"/>
|
||||
<!-- 基础类库 -->
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/jquery-1.9.1.min.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/jquery-1.11.2.min.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/jquery.form.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/json2.min.js"></script>
|
||||
<script type="text/javascript" src="tr-web-control/script/jquery/Base64.js"></script>
|
||||
|
|
16282
src/tr-web-control/script/easyui/jquery.easyui.min.js
vendored
Normal file → Executable file
|
@ -1,20 +0,0 @@
|
|||
(function($) {
|
||||
$.extend({
|
||||
includePath: '',
|
||||
include: function(file) {
|
||||
var files = typeof file == "string" ? [file] : file;
|
||||
for (var i = 0; i < files.length; i++) {
|
||||
var name = files[i].replace(/^\s|\s$/g, "");
|
||||
var att = name.split('.');
|
||||
var ext = att[att.length - 1].toLowerCase();
|
||||
var isCSS = ext == "css";
|
||||
var tag = isCSS ? "link" : "script";
|
||||
var attr = isCSS ? " type='text/css' rel='stylesheet' " : " language='javascript' type='text/javascript' ";
|
||||
var link = (isCSS ? "href" : "src") + "='" + $.includePath + name + "'";
|
||||
if ($(tag + "[" + link + "]").length == 0) document.write("<" + tag + attr + link + "></" + tag + ">");
|
||||
}
|
||||
}
|
||||
});
|
||||
$.includePath = "class/client/easyui/plugins/jquery.";
|
||||
$.include(['datagrid.drophead.js','portal.css','portal.js']);
|
||||
})(jQuery);
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-af.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Die styl';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Die veld is verpligtend.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = "Die veld is verpligtend.";
|
||||
$.fn.validatebox.defaults.rules.email.message = "Gee 'n geldige e-pos adres.";
|
||||
$.fn.validatebox.defaults.rules.url.message = "Gee 'n geldige URL nie.";
|
||||
$.fn.validatebox.defaults.rules.length.message = "Voer 'n waarde tussen {0} en {1}.";
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Die veld is verpligtend.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Die veld is verpligtend.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Die veld is verpligtend.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Die veld is verpligtend.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Vandag';
|
||||
$.fn.datebox.defaults.closeText = 'Sluit';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Die veld is verpligtend.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
46
src/tr-web-control/script/easyui/locale/easyui-lang-am.js
Normal file
|
@ -0,0 +1,46 @@
|
|||
if ($.fn.pagination){
|
||||
$.fn.pagination.defaults.beforePageText = 'Էջ';
|
||||
$.fn.pagination.defaults.afterPageText = 'ից {pages}';
|
||||
$.fn.pagination.defaults.displayMsg = 'Դիտել {from}-ից {to}-ը {total} գրառումից';
|
||||
}
|
||||
if ($.fn.datagrid){
|
||||
$.fn.datagrid.defaults.loadMsg = 'Մշակվում է, խնդրում ենք սպասել ...';
|
||||
}
|
||||
if ($.fn.treegrid && $.fn.datagrid){
|
||||
$.fn.treegrid.defaults.loadMsg = $.fn.datagrid.defaults.loadMsg;
|
||||
}
|
||||
if ($.messager){
|
||||
$.messager.defaults.ok = 'Այո';
|
||||
$.messager.defaults.cancel = 'Փակել';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Այս դաշտը պարտադիր է.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Խնդրում ենք մուտքագրել գործող e-mail հասցե.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Խնդրում ենք մուտքագրել գործող URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Խնդրում ենք մուտքագրել արժեք {0} {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Խնդրում ենք ուղղել այս դաշտը.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.firstDay = 1;
|
||||
$.fn.calendar.defaults.weeks = ['Կ.','Ե.','Ե.','Չ.','Հ.','Ու.','Շ.'];
|
||||
$.fn.calendar.defaults.months = ['Հունվար', 'Փետրվար', 'Մարտ', 'Ապրիլ', 'Մայիս', 'Հունիս', 'Հուլիս', 'Օգոստոս', 'Սեպտեմբեր', 'Հոկտեմբեր', 'Նոյեմբեր', 'Դեկտեմբեր'];
|
||||
}
|
||||
if ($.fn.datebox){
|
||||
$.fn.datebox.defaults.currentText = 'Այսօր';
|
||||
$.fn.datebox.defaults.closeText = 'Փակել';
|
||||
$.fn.datebox.defaults.okText = 'Այո';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-ar.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'موافق';
|
||||
$.messager.defaults.cancel = 'إلغاء';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'الرجاء إدخال بريد إلكتروني صحيح.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'الرجاء إدخال رابط صحيح.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'الرجاء إدخال قيمة بين {0} و {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'الرجاء التأكد من الحقل.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'اليوم';
|
||||
$.fn.datebox.defaults.closeText = 'إغلاق';
|
||||
$.fn.datebox.defaults.okText = 'موافق';
|
||||
$.fn.datebox.defaults.missingMessage = 'هذا الحقل مطلوب.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-bg.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Добре';
|
||||
$.messager.defaults.cancel = 'Задрасквам';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Това поле е задължително.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Това поле е задължително.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Моля, въведете валиден имейл адрес.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Моля въведете валиден URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Моля, въведете стойност между {0} и {1}.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Това поле е задължително.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Това поле е задължително.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Това поле е задължително.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Това поле е задължително.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Днес';
|
||||
$.fn.datebox.defaults.closeText = 'Близо';
|
||||
$.fn.datebox.defaults.okText = 'Добре';
|
||||
$.fn.datebox.defaults.missingMessage = 'Това поле е задължително.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-ca.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Cancel';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Introduïu una adreça de correu electrònic vàlida.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Si us plau, introduïu un URL vàlida.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Si us plau, introduïu un valor entre {0} i {1}.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Avui';
|
||||
$.fn.datebox.defaults.closeText = 'Tancar';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Aquest camp és obligatori.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-cs.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Zrušit';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Zadejte prosím platnou e-mailovou adresu.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Zadejte prosím platnou adresu URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Prosím, zadejte hodnotu mezi {0} a {1}.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Dnes';
|
||||
$.fn.datebox.defaults.closeText = 'Zavřít';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-cz.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Zrušit';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Zadejte, prosím, platnou e-mailovou adresu.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Zadejte, prosím, platnou adresu URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Zadejte, prosím, hodnotu mezi {0} a {1}.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['N','P','Ú','S','Č','P','S']; //neděle pondělí úterý středa čtvrtek pátek sobota
|
||||
$.fn.calendar.defaults.months = ['led', 'únr', 'bře', 'dub', 'kvě', 'čvn', 'čvc', 'srp', 'zář', 'říj', 'lis', 'pro']; //leden únor březen duben květen červen červenec srpen září říjen listopad prosinec
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Dnes';
|
||||
$.fn.datebox.defaults.closeText = 'Zavřít';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Toto pole je vyžadováno.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-da.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Annuller';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Angiv en gyldig e-mail-adresse.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Angiv en gyldig webadresse.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Angiv en værdi mellem {0} og {1}.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'I dag';
|
||||
$.fn.datebox.defaults.closeText = 'Luk';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Dette felt er påkrævet.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-de.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'OK';
|
||||
$.messager.defaults.cancel = 'Abbruch';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Bitte geben Sie eine gültige E-Mail-Adresse ein.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Bitte geben Sie eine gültige URL ein.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Bitte geben Sie einen Wert zwischen {0} und {1} ein.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.firstDay = 1;
|
||||
$.fn.calendar.defaults.weeks = ['S','M','D','M','D','F','S'];
|
||||
|
@ -40,7 +35,6 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Heute';
|
||||
$.fn.datebox.defaults.closeText = 'Schließen';
|
||||
$.fn.datebox.defaults.okText = 'OK';
|
||||
$.fn.datebox.defaults.missingMessage = 'Dieses Feld wird benötigt.';
|
||||
$.fn.datebox.defaults.formatter = function(date){
|
||||
var y = date.getFullYear();
|
||||
var m = date.getMonth()+1;
|
||||
|
@ -64,7 +58,6 @@ if ($.fn.datetimebox && $.fn.datebox){
|
|||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-el.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Εντάξει';
|
||||
$.messager.defaults.cancel = 'Άκυρο';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Παρακαλώ εισάγετε σωστή Ηλ.Διεύθυνση.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Παρακαλώ εισάγετε σωστό σύνδεσμο.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Παρακαλώ εισάγετε τιμή μεταξύ {0} και {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Παρακαλώ διορθώστε αυτό το πεδίο.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'];
|
||||
$.fn.calendar.defaults.months = ['Ιαν', 'Φεβ', 'Μαρ', 'Απρ', 'Μαϊ', 'Ιου', 'Ιου', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Σήμερα';
|
||||
$.fn.datebox.defaults.closeText = 'Κλείσιμο';
|
||||
$.fn.datebox.defaults.okText = 'Εντάξει';
|
||||
$.fn.datebox.defaults.missingMessage = 'Το πεδίο είναι υποχρεωτικό.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-en.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Cancel';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'This field is required.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'This field is required.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Please enter a valid email address.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Please enter a valid URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Please enter a value between {0} and {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Please fix this field.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'This field is required.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'This field is required.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'This field is required.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'This field is required.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Today';
|
||||
$.fn.datebox.defaults.closeText = 'Close';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'This field is required.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-es.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Aceptar';
|
||||
$.messager.defaults.cancel = 'Cancelar';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Por favor ingrese una dirección de correo válida.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Por favor ingrese una URL válida.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Por favor ingrese un valor entre {0} y {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Por favor corrija este campo.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['Do','Lu','Ma','Mi','Ju','Vi','Sá'];
|
||||
$.fn.calendar.defaults.months = ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Hoy';
|
||||
$.fn.datebox.defaults.closeText = 'Cerrar';
|
||||
$.fn.datebox.defaults.okText = 'Aceptar';
|
||||
$.fn.datebox.defaults.missingMessage = 'Este campo es obligatorio.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-fr.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Annuler';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
$.fn.validatebox.defaults.rules.email.message = "S'il vous plaît entrer une adresse email valide.";
|
||||
$.fn.validatebox.defaults.rules.url.message = "S'il vous plaît entrer une URL valide.";
|
||||
$.fn.validatebox.defaults.rules.length.message = "S'il vous plaît entrez une valeur comprise entre {0} et {1}.";
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = "Aujourd'hui";
|
||||
$.fn.datebox.defaults.closeText = 'Fermer';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Ce champ est obligatoire.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-it.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Annulla';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Inserisci un indirizzo email valido.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Inserisci un URL valido.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Inserisci un valore tra {0} e {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Aggiusta questo campo.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Oggi';
|
||||
$.fn.datebox.defaults.closeText = 'Chiudi';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Questo campo è richiesto.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-jp.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'OK';
|
||||
$.messager.defaults.cancel = 'キャンセル';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = '入力は必須です。';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = '入力は必須です。';
|
||||
$.fn.validatebox.defaults.rules.email.message = '正しいメールアドレスを入力してください。';
|
||||
$.fn.validatebox.defaults.rules.url.message = '正しいURLを入力してください。';
|
||||
$.fn.validatebox.defaults.rules.length.message = '{0} から {1} の範囲の正しい値を入力してください。';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'このフィールドを修正してください。';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = '入力は必須です。';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = '入力は必須です。';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = '入力は必須です。';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = '入力は必須です。';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['日','月','火','水','木','金','土'];
|
||||
$.fn.calendar.defaults.months = ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = '今日';
|
||||
$.fn.datebox.defaults.closeText = '閉じる';
|
||||
$.fn.datebox.defaults.okText = 'OK';
|
||||
$.fn.datebox.defaults.missingMessage = '入力は必須です。';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-nl.js
Normal file → Executable file
|
@ -13,24 +13,19 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Annuleren';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Geef een geldig e-mailadres.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Vul een geldige URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Voer een waarde tussen {0} en {1}.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
||||
|
@ -39,13 +34,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Vandaag';
|
||||
$.fn.datebox.defaults.closeText = 'Dicht';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Dit veld is verplicht.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-pl.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Cancel';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'To pole jest wymagane.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'To pole jest wymagane.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Wprowadź poprawny adres email.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Wprowadź poprawny adres URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Wprowadź wartość z zakresu od {0} do {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Proszę poprawić to pole.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'To pole jest wymagane.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'To pole jest wymagane.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'To pole jest wymagane.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'To pole jest wymagane.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['N','P','W','Ś','C','P','S'];
|
||||
$.fn.calendar.defaults.months = ['Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Dzisiaj';
|
||||
$.fn.datebox.defaults.closeText = 'Zamknij';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'To pole jest wymagane.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-pt_BR.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Cancelar';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Esse campo é requerido.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Esse campo é requerido.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Insira um endereço de email válido.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Insira uma URL válida.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Insira uma valor entre {0} e {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Corrija esse campo.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Esse campo é requerido.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Esse campo é requerido.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Esse campo é requerido.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Esse campo é requerido.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['D','S','T','Q','Q','S','S'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Hoje';
|
||||
$.fn.datebox.defaults.closeText = 'Fechar';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Esse campo é requerido.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-ru.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Ок';
|
||||
$.messager.defaults.cancel = 'Закрыть';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Это поле необходимо.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Это поле необходимо.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Пожалуйста введите корректный e-mail адрес.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Пожалуйста введите корректный URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Пожалуйста введите зачение между {0} и {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Пожалуйста исправте это поле.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Это поле необходимо.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Это поле необходимо.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Это поле необходимо.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Это поле необходимо.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.firstDay = 1;
|
||||
$.fn.calendar.defaults.weeks = ['В','П','В','С','Ч','П','С'];
|
||||
|
@ -41,13 +36,11 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Сегодня';
|
||||
$.fn.datebox.defaults.closeText = 'Закрыть';
|
||||
$.fn.datebox.defaults.okText = 'Ок';
|
||||
$.fn.datebox.defaults.missingMessage = 'Это поле необходимо.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-sv_SE.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager) {
|
|||
$.messager.defaults.ok = 'Ok';
|
||||
$.messager.defaults.cancel = 'Avbryt';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox) {
|
||||
$.fn.validatebox.defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Vänligen ange en korrekt e-post adress.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Vänligen ange en korrekt URL.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Vänligen ange ett nummer mellan {0} och {1}.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Vänligen åtgärda detta fält.';
|
||||
}
|
||||
if ($.fn.numberbox) {
|
||||
$.fn.numberbox.defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
}
|
||||
if ($.fn.combobox) {
|
||||
$.fn.combobox.defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
}
|
||||
if ($.fn.combotree) {
|
||||
$.fn.combotree.defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
}
|
||||
if ($.fn.combogrid) {
|
||||
$.fn.combogrid.defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
}
|
||||
if ($.fn.calendar) {
|
||||
$.fn.calendar.defaults.weeks = ['Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör'];
|
||||
$.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'];
|
||||
|
@ -40,13 +35,11 @@ if ($.fn.datebox) {
|
|||
$.fn.datebox.defaults.currentText = 'I dag';
|
||||
$.fn.datebox.defaults.closeText = 'Stäng';
|
||||
$.fn.datebox.defaults.okText = 'Ok';
|
||||
$.fn.datebox.defaults.missingMessage = 'Detta fält är obligatoriskt.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox) {
|
||||
$.extend($.fn.datetimebox.defaults, {
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
|
|
25
src/tr-web-control/script/easyui/locale/easyui-lang-tr.js
Normal file → Executable file
|
@ -18,25 +18,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = 'Tamam';
|
||||
$.messager.defaults.cancel = 'İptal';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
$.fn.validatebox.defaults.rules.email.message = 'Lütfen geçerli bir email adresi giriniz.';
|
||||
$.fn.validatebox.defaults.rules.url.message = 'Lütfen geçerli bir URL giriniz.';
|
||||
$.fn.validatebox.defaults.rules.length.message = 'Lütfen {0} ile {1} arasında bir değer giriniz.';
|
||||
$.fn.validatebox.defaults.rules.remote.message = 'Lütfen bu alanı düzeltiniz.';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'];
|
||||
$.fn.calendar.defaults.months = ['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'];
|
||||
|
@ -45,14 +40,12 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = 'Bugün';
|
||||
$.fn.datebox.defaults.closeText = 'Kapat';
|
||||
$.fn.datebox.defaults.okText = 'Tamam';
|
||||
$.fn.datebox.defaults.missingMessage = 'Bu alan zorunludur.';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
|
||||
$.fn.datebox.defaults.formatter=function(date){
|
||||
|
|
28
src/tr-web-control/script/easyui/locale/easyui-lang-zh_CN.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = '确定';
|
||||
$.messager.defaults.cancel = '取消';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = '该输入项为必输项';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = '该输入项为必输项';
|
||||
$.fn.validatebox.defaults.rules.email.message = '请输入有效的电子邮件地址';
|
||||
$.fn.validatebox.defaults.rules.url.message = '请输入有效的URL地址';
|
||||
$.fn.validatebox.defaults.rules.length.message = '输入内容长度必须介于{0}和{1}之间';
|
||||
$.fn.validatebox.defaults.rules.remote.message = '请修正该字段';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = '该输入项为必输项';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = '该输入项为必输项';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = '该输入项为必输项';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = '该输入项为必输项';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['日','一','二','三','四','五','六'];
|
||||
$.fn.calendar.defaults.months = ['一月','二月','三月','四月','五月','六月','七月','八月','九月','十月','十一月','十二月'];
|
||||
|
@ -40,7 +35,6 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = '今天';
|
||||
$.fn.datebox.defaults.closeText = '关闭';
|
||||
$.fn.datebox.defaults.okText = '确定';
|
||||
$.fn.datebox.defaults.missingMessage = '该输入项为必输项';
|
||||
$.fn.datebox.defaults.formatter = function(date){
|
||||
var y = date.getFullYear();
|
||||
var m = date.getMonth()+1;
|
||||
|
@ -64,7 +58,9 @@ if ($.fn.datetimebox && $.fn.datebox){
|
|||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
if ($.fn.datetimespinner){
|
||||
$.fn.datetimespinner.defaults.selections = [[0,4],[5,7],[8,10],[11,13],[14,16],[17,19]]
|
||||
}
|
||||
|
|
28
src/tr-web-control/script/easyui/locale/easyui-lang-zh_TW.js
Normal file → Executable file
|
@ -13,25 +13,20 @@ if ($.messager){
|
|||
$.messager.defaults.ok = '確定';
|
||||
$.messager.defaults.cancel = '取消';
|
||||
}
|
||||
$.map(['validatebox','textbox','filebox','searchbox',
|
||||
'combo','combobox','combogrid','combotree',
|
||||
'datebox','datetimebox','numberbox',
|
||||
'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){
|
||||
if ($.fn[plugin]){
|
||||
$.fn[plugin].defaults.missingMessage = '該輸入項為必輸項';
|
||||
}
|
||||
});
|
||||
if ($.fn.validatebox){
|
||||
$.fn.validatebox.defaults.missingMessage = '該輸入項為必輸項';
|
||||
$.fn.validatebox.defaults.rules.email.message = '請輸入有效的電子郵件地址';
|
||||
$.fn.validatebox.defaults.rules.url.message = '請輸入有效的URL地址';
|
||||
$.fn.validatebox.defaults.rules.length.message = '輸入內容長度必須介於{0}和{1}之間';
|
||||
$.fn.validatebox.defaults.rules.remote.message = '請修正此欄位';
|
||||
}
|
||||
if ($.fn.numberbox){
|
||||
$.fn.numberbox.defaults.missingMessage = '該輸入項為必輸項';
|
||||
}
|
||||
if ($.fn.combobox){
|
||||
$.fn.combobox.defaults.missingMessage = '該輸入項為必輸項';
|
||||
}
|
||||
if ($.fn.combotree){
|
||||
$.fn.combotree.defaults.missingMessage = '該輸入項為必輸項';
|
||||
}
|
||||
if ($.fn.combogrid){
|
||||
$.fn.combogrid.defaults.missingMessage = '該輸入項為必輸項';
|
||||
}
|
||||
if ($.fn.calendar){
|
||||
$.fn.calendar.defaults.weeks = ['日','一','二','三','四','五','六'];
|
||||
$.fn.calendar.defaults.months = ['一月','二月','三月','四月','五月','六月','七月','八月','九月','十月','十一月','十二月'];
|
||||
|
@ -40,13 +35,14 @@ if ($.fn.datebox){
|
|||
$.fn.datebox.defaults.currentText = '今天';
|
||||
$.fn.datebox.defaults.closeText = '關閉';
|
||||
$.fn.datebox.defaults.okText = '確定';
|
||||
$.fn.datebox.defaults.missingMessage = '該輸入項為必輸項';
|
||||
}
|
||||
if ($.fn.datetimebox && $.fn.datebox){
|
||||
$.extend($.fn.datetimebox.defaults,{
|
||||
currentText: $.fn.datebox.defaults.currentText,
|
||||
closeText: $.fn.datebox.defaults.closeText,
|
||||
okText: $.fn.datebox.defaults.okText,
|
||||
missingMessage: $.fn.datebox.defaults.missingMessage
|
||||
okText: $.fn.datebox.defaults.okText
|
||||
});
|
||||
}
|
||||
if ($.fn.datetimespinner){
|
||||
$.fn.datetimespinner.defaults.selections = [[0,4],[5,7],[8,10],[11,13],[14,16],[17,19]]
|
||||
}
|
||||
|
|
41
src/tr-web-control/script/easyui/themes/black/accordion.css
Normal file
|
@ -0,0 +1,41 @@
|
|||
.accordion {
|
||||
overflow: hidden;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.accordion .accordion-header {
|
||||
border-width: 0 0 1px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.accordion .accordion-body {
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.accordion-noborder {
|
||||
border-width: 0;
|
||||
}
|
||||
.accordion-noborder .accordion-header {
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.accordion-noborder .accordion-body {
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.accordion-collapse {
|
||||
background: url('images/accordion_arrows.png') no-repeat 0 0;
|
||||
}
|
||||
.accordion-expand {
|
||||
background: url('images/accordion_arrows.png') no-repeat -16px 0;
|
||||
}
|
||||
.accordion {
|
||||
background: #666;
|
||||
border-color: #000;
|
||||
}
|
||||
.accordion .accordion-header {
|
||||
background: #3d3d3d;
|
||||
filter: none;
|
||||
}
|
||||
.accordion .accordion-header-selected {
|
||||
background: #0052A3;
|
||||
}
|
||||
.accordion .accordion-header-selected .panel-title {
|
||||
color: #fff;
|
||||
}
|
197
src/tr-web-control/script/easyui/themes/black/calendar.css
Normal file
|
@ -0,0 +1,197 @@
|
|||
.calendar {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.calendar table {
|
||||
table-layout: fixed;
|
||||
border-collapse: separate;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.calendar table td,
|
||||
.calendar table th {
|
||||
font-size: 12px;
|
||||
}
|
||||
.calendar-noborder {
|
||||
border: 0;
|
||||
}
|
||||
.calendar-header {
|
||||
position: relative;
|
||||
height: 22px;
|
||||
}
|
||||
.calendar-title {
|
||||
text-align: center;
|
||||
height: 22px;
|
||||
}
|
||||
.calendar-title span {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
top: 2px;
|
||||
padding: 0 3px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-prevmonth,
|
||||
.calendar-nextmonth,
|
||||
.calendar-prevyear,
|
||||
.calendar-nextyear {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -7px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
cursor: pointer;
|
||||
font-size: 1px;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-prevmonth {
|
||||
left: 20px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
|
||||
}
|
||||
.calendar-nextmonth {
|
||||
right: 20px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
|
||||
}
|
||||
.calendar-prevyear {
|
||||
left: 3px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
|
||||
}
|
||||
.calendar-nextyear {
|
||||
right: 3px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
|
||||
}
|
||||
.calendar-body {
|
||||
position: relative;
|
||||
}
|
||||
.calendar-body th,
|
||||
.calendar-body td {
|
||||
text-align: center;
|
||||
}
|
||||
.calendar-day {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-other-month {
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
.calendar-disabled {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
cursor: default;
|
||||
}
|
||||
.calendar-menu {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 180px;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.calendar-menu-year-inner {
|
||||
text-align: center;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.calendar-menu-year {
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
.calendar-menu-prev,
|
||||
.calendar-menu-next {
|
||||
display: inline-block;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-menu-prev {
|
||||
margin-right: 10px;
|
||||
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
|
||||
}
|
||||
.calendar-menu-next {
|
||||
margin-left: 10px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
|
||||
}
|
||||
.calendar-menu-month {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-body th,
|
||||
.calendar-menu-month {
|
||||
color: #ffffff;
|
||||
}
|
||||
.calendar-day {
|
||||
color: #fff;
|
||||
}
|
||||
.calendar-sunday {
|
||||
color: #CC2222;
|
||||
}
|
||||
.calendar-saturday {
|
||||
color: #00ee00;
|
||||
}
|
||||
.calendar-today {
|
||||
color: #0000ff;
|
||||
}
|
||||
.calendar-menu-year {
|
||||
border-color: #000;
|
||||
}
|
||||
.calendar {
|
||||
border-color: #000;
|
||||
}
|
||||
.calendar-header {
|
||||
background: #3d3d3d;
|
||||
}
|
||||
.calendar-body,
|
||||
.calendar-menu {
|
||||
background: #666;
|
||||
}
|
||||
.calendar-body th {
|
||||
background: #555;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.calendar-hover,
|
||||
.calendar-nav-hover,
|
||||
.calendar-menu-hover {
|
||||
background-color: #777;
|
||||
color: #fff;
|
||||
}
|
||||
.calendar-hover {
|
||||
border: 1px solid #555;
|
||||
padding: 0;
|
||||
}
|
||||
.calendar-selected {
|
||||
background-color: #0052A3;
|
||||
color: #fff;
|
||||
border: 1px solid #00458a;
|
||||
padding: 0;
|
||||
}
|
60
src/tr-web-control/script/easyui/themes/black/combo.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
.combo {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.combo .combo-text {
|
||||
font-size: 12px;
|
||||
border: 0px;
|
||||
margin: 0;
|
||||
padding: 0px 2px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.combo-arrow {
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.combo-arrow-hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.combo-panel {
|
||||
overflow: auto;
|
||||
}
|
||||
.combo-arrow {
|
||||
background: url('images/combo_arrow.png') no-repeat center center;
|
||||
}
|
||||
.combo-panel {
|
||||
background-color: #666;
|
||||
}
|
||||
.combo {
|
||||
border-color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
.combo-arrow {
|
||||
background-color: #3d3d3d;
|
||||
}
|
||||
.combo-arrow-hover {
|
||||
background-color: #777;
|
||||
}
|
||||
.combo-arrow:hover {
|
||||
background-color: #777;
|
||||
}
|
||||
.combo .textbox-icon-disabled:hover {
|
||||
cursor: default;
|
||||
}
|
||||
.textbox-invalid {
|
||||
border-color: #ffa8a8;
|
||||
background-color: #fff3f3;
|
||||
}
|
24
src/tr-web-control/script/easyui/themes/black/combobox.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
.combobox-item,
|
||||
.combobox-group {
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.combobox-item-disabled {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.combobox-gitem {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.combobox-group {
|
||||
font-weight: bold;
|
||||
}
|
||||
.combobox-item-hover {
|
||||
background-color: #777;
|
||||
color: #fff;
|
||||
}
|
||||
.combobox-item-selected {
|
||||
background-color: #0052A3;
|
||||
color: #fff;
|
||||
}
|
267
src/tr-web-control/script/easyui/themes/black/datagrid.css
Normal file
|
@ -0,0 +1,267 @@
|
|||
.datagrid .panel-body {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.datagrid-view {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-view1,
|
||||
.datagrid-view2 {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 0;
|
||||
}
|
||||
.datagrid-view1 {
|
||||
left: 0;
|
||||
}
|
||||
.datagrid-view2 {
|
||||
right: 0;
|
||||
}
|
||||
.datagrid-mask {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
display: none;
|
||||
}
|
||||
.datagrid-mask-msg {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -20px;
|
||||
padding: 10px 5px 10px 30px;
|
||||
width: auto;
|
||||
height: 16px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
display: none;
|
||||
}
|
||||
.datagrid-sort-icon {
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-toolbar {
|
||||
height: auto;
|
||||
padding: 1px 2px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.datagrid-btn-separator {
|
||||
float: left;
|
||||
height: 24px;
|
||||
border-left: 1px solid #444;
|
||||
border-right: 1px solid #777;
|
||||
margin: 2px 1px;
|
||||
}
|
||||
.datagrid .datagrid-pager {
|
||||
display: block;
|
||||
margin: 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.datagrid .datagrid-pager-top {
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.datagrid-header {
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.datagrid-header-inner {
|
||||
float: left;
|
||||
width: 10000px;
|
||||
}
|
||||
.datagrid-header-row,
|
||||
.datagrid-row {
|
||||
height: 25px;
|
||||
}
|
||||
.datagrid-header td,
|
||||
.datagrid-body td,
|
||||
.datagrid-footer td {
|
||||
border-width: 0 1px 1px 0;
|
||||
border-style: dotted;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-cell,
|
||||
.datagrid-cell-group,
|
||||
.datagrid-header-rownumber,
|
||||
.datagrid-cell-rownumber {
|
||||
margin: 0;
|
||||
padding: 0 4px;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
overflow: hidden;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.datagrid-header .datagrid-cell {
|
||||
height: auto;
|
||||
}
|
||||
.datagrid-header .datagrid-cell span {
|
||||
font-size: 12px;
|
||||
}
|
||||
.datagrid-cell-group {
|
||||
text-align: center;
|
||||
}
|
||||
.datagrid-header-rownumber,
|
||||
.datagrid-cell-rownumber {
|
||||
width: 25px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
zoom: 1;
|
||||
}
|
||||
.datagrid-view1 .datagrid-body-inner {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.datagrid-view1 .datagrid-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-footer {
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-footer-inner {
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
width: 10000px;
|
||||
float: left;
|
||||
}
|
||||
.datagrid-row-editing .datagrid-cell {
|
||||
height: auto;
|
||||
}
|
||||
.datagrid-header-check,
|
||||
.datagrid-cell-check {
|
||||
padding: 0;
|
||||
width: 27px;
|
||||
height: 18px;
|
||||
font-size: 1px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-header-check input,
|
||||
.datagrid-cell-check input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 15px;
|
||||
height: 18px;
|
||||
}
|
||||
.datagrid-resize-proxy {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 10000px;
|
||||
top: 0;
|
||||
cursor: e-resize;
|
||||
display: none;
|
||||
}
|
||||
.datagrid-body .datagrid-editable {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-body .datagrid-editable table {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.datagrid-body .datagrid-editable td {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-view .datagrid-editable-input {
|
||||
margin: 0;
|
||||
padding: 2px 4px;
|
||||
border: 1px solid #000;
|
||||
font-size: 12px;
|
||||
outline-style: none;
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.datagrid-sort-desc .datagrid-sort-icon {
|
||||
padding: 0 13px 0 0;
|
||||
background: url('images/datagrid_icons.png') no-repeat -16px center;
|
||||
}
|
||||
.datagrid-sort-asc .datagrid-sort-icon {
|
||||
padding: 0 13px 0 0;
|
||||
background: url('images/datagrid_icons.png') no-repeat 0px center;
|
||||
}
|
||||
.datagrid-row-collapse {
|
||||
background: url('images/datagrid_icons.png') no-repeat -48px center;
|
||||
}
|
||||
.datagrid-row-expand {
|
||||
background: url('images/datagrid_icons.png') no-repeat -32px center;
|
||||
}
|
||||
.datagrid-mask-msg {
|
||||
background: #666 url('images/loading.gif') no-repeat scroll 5px center;
|
||||
}
|
||||
.datagrid-header,
|
||||
.datagrid-td-rownumber {
|
||||
background-color: #444;
|
||||
background: -webkit-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
|
||||
background: -moz-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
|
||||
background: -o-linear-gradient(top,#4c4c4c 0,#3f3f3f 100%);
|
||||
background: linear-gradient(to bottom,#4c4c4c 0,#3f3f3f 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c,endColorstr=#3f3f3f,GradientType=0);
|
||||
}
|
||||
.datagrid-cell-rownumber {
|
||||
color: #fff;
|
||||
}
|
||||
.datagrid-resize-proxy {
|
||||
background: #cccccc;
|
||||
}
|
||||
.datagrid-mask {
|
||||
background: #000;
|
||||
}
|
||||
.datagrid-mask-msg {
|
||||
border-color: #000;
|
||||
}
|
||||
.datagrid-toolbar,
|
||||
.datagrid-pager {
|
||||
background: #555;
|
||||
}
|
||||
.datagrid-header,
|
||||
.datagrid-toolbar,
|
||||
.datagrid-pager,
|
||||
.datagrid-footer-inner {
|
||||
border-color: #222;
|
||||
}
|
||||
.datagrid-header td,
|
||||
.datagrid-body td,
|
||||
.datagrid-footer td {
|
||||
border-color: #222;
|
||||
}
|
||||
.datagrid-htable,
|
||||
.datagrid-btable,
|
||||
.datagrid-ftable {
|
||||
color: #fff;
|
||||
border-collapse: separate;
|
||||
}
|
||||
.datagrid-row-alt {
|
||||
background: #555;
|
||||
}
|
||||
.datagrid-row-over,
|
||||
.datagrid-header td.datagrid-header-over {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
.datagrid-row-selected {
|
||||
background: #0052A3;
|
||||
color: #fff;
|
||||
}
|
||||
.datagrid-row-editing .textbox,
|
||||
.datagrid-row-editing .textbox-text {
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
95
src/tr-web-control/script/easyui/themes/black/datalist.css
Normal file
|
@ -0,0 +1,95 @@
|
|||
.datalist .datagrid-header {
|
||||
border-width: 0;
|
||||
}
|
||||
.datalist .datagrid-group,
|
||||
.m-list .m-list-group {
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
background-color: #444;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #222;
|
||||
}
|
||||
.datalist .datagrid-group-expander {
|
||||
display: none;
|
||||
}
|
||||
.datalist .datagrid-group-title {
|
||||
padding: 0 4px;
|
||||
}
|
||||
.datalist .datagrid-btable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.datalist .datagrid-row td {
|
||||
border-style: solid;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.datalist-lines .datagrid-row td {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
.datalist .datagrid-cell,
|
||||
.m-list li {
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 2px 4px;
|
||||
line-height: 18px;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datalist-link,
|
||||
.m-list li>a {
|
||||
display: block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
overflow: hidden;
|
||||
margin: -2px -4px;
|
||||
padding: 2px 4px;
|
||||
padding-right: 16px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datalist-link::after,
|
||||
.m-list li>a::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
content: '';
|
||||
right: 6px;
|
||||
top: 50%;
|
||||
margin-top: -4px;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0 0;
|
||||
-ms-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
.m-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.m-list li {
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #222;
|
||||
}
|
||||
.m-list li>a:hover {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
}
|
||||
.m-list .m-list-group {
|
||||
padding: 0 4px;
|
||||
}
|
36
src/tr-web-control/script/easyui/themes/black/datebox.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
.datebox-calendar-inner {
|
||||
height: 180px;
|
||||
}
|
||||
.datebox-button {
|
||||
height: 18px;
|
||||
padding: 2px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.datebox-button a {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.datebox-button a:hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.datebox-current,
|
||||
.datebox-close {
|
||||
float: left;
|
||||
}
|
||||
.datebox-close {
|
||||
float: right;
|
||||
}
|
||||
.datebox .combo-arrow {
|
||||
background-image: url('images/datebox_arrow.png');
|
||||
background-position: center center;
|
||||
}
|
||||
.datebox-button {
|
||||
background-color: #555;
|
||||
}
|
||||
.datebox-button a {
|
||||
color: #fff;
|
||||
}
|
32
src/tr-web-control/script/easyui/themes/black/dialog.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
.dialog-content {
|
||||
overflow: auto;
|
||||
}
|
||||
.dialog-toolbar {
|
||||
padding: 2px 5px;
|
||||
}
|
||||
.dialog-tool-separator {
|
||||
float: left;
|
||||
height: 24px;
|
||||
border-left: 1px solid #444;
|
||||
border-right: 1px solid #777;
|
||||
margin: 2px 1px;
|
||||
}
|
||||
.dialog-button {
|
||||
padding: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
.dialog-button .l-btn {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.dialog-toolbar,
|
||||
.dialog-button {
|
||||
background: #555;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.dialog-toolbar {
|
||||
border-color: #000 #000 #222 #000;
|
||||
}
|
||||
.dialog-button {
|
||||
border-color: #222 #000 #000 #000;
|
||||
}
|
2734
src/tr-web-control/script/easyui/themes/black/easyui.css
Normal file
19
src/tr-web-control/script/easyui/themes/black/filebox.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.filebox .textbox-value {
|
||||
vertical-align: top;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -5000px;
|
||||
}
|
||||
.filebox-label {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.l-btn-disabled .filebox-label {
|
||||
cursor: default;
|
||||
}
|
BIN
src/tr-web-control/script/easyui/themes/black/images/accordion_arrows.png
Executable file
After Width: | Height: | Size: 122 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/blank.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/calendar_arrows.png
Executable file
After Width: | Height: | Size: 173 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/combo_arrow.png
Executable file
After Width: | Height: | Size: 100 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/datagrid_icons.png
Executable file
After Width: | Height: | Size: 210 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/datebox_arrow.png
Executable file
After Width: | Height: | Size: 626 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/layout_arrows.png
Executable file
After Width: | Height: | Size: 179 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/linkbutton_bg.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/tr-web-control/script/easyui/themes/black/images/loading.gif
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/tr-web-control/script/easyui/themes/black/images/menu_arrows.png
Executable file
After Width: | Height: | Size: 134 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/messager_icons.png
Executable file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/tr-web-control/script/easyui/themes/black/images/pagination_icons.png
Executable file
After Width: | Height: | Size: 339 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/panel_tools.png
Executable file
After Width: | Height: | Size: 184 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/searchbox_button.png
Executable file
After Width: | Height: | Size: 813 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/slider_handle.png
Executable file
After Width: | Height: | Size: 863 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/spinner_arrows.png
Executable file
After Width: | Height: | Size: 112 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/tabs_icons.png
Executable file
After Width: | Height: | Size: 144 B |
BIN
src/tr-web-control/script/easyui/themes/black/images/tree_icons.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
src/tr-web-control/script/easyui/themes/black/images/validatebox_warning.png
Executable file
After Width: | Height: | Size: 921 B |
91
src/tr-web-control/script/easyui/themes/black/layout.css
Normal file
|
@ -0,0 +1,91 @@
|
|||
.layout {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
z-index: 0;
|
||||
}
|
||||
.layout-panel {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
}
|
||||
.layout-panel-east,
|
||||
.layout-panel-west {
|
||||
z-index: 2;
|
||||
}
|
||||
.layout-panel-north,
|
||||
.layout-panel-south {
|
||||
z-index: 3;
|
||||
}
|
||||
.layout-expand {
|
||||
position: absolute;
|
||||
padding: 0px;
|
||||
font-size: 1px;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
}
|
||||
.layout-expand .panel-header,
|
||||
.layout-expand .panel-body {
|
||||
background: transparent;
|
||||
filter: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.layout-expand .panel-header {
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
.layout-split-proxy-h,
|
||||
.layout-split-proxy-v {
|
||||
position: absolute;
|
||||
font-size: 1px;
|
||||
display: none;
|
||||
z-index: 5;
|
||||
}
|
||||
.layout-split-proxy-h {
|
||||
width: 5px;
|
||||
cursor: e-resize;
|
||||
}
|
||||
.layout-split-proxy-v {
|
||||
height: 5px;
|
||||
cursor: n-resize;
|
||||
}
|
||||
.layout-mask {
|
||||
position: absolute;
|
||||
background: #fafafa;
|
||||
filter: alpha(opacity=10);
|
||||
opacity: 0.10;
|
||||
z-index: 4;
|
||||
}
|
||||
.layout-button-up {
|
||||
background: url('images/layout_arrows.png') no-repeat -16px -16px;
|
||||
}
|
||||
.layout-button-down {
|
||||
background: url('images/layout_arrows.png') no-repeat -16px 0;
|
||||
}
|
||||
.layout-button-left {
|
||||
background: url('images/layout_arrows.png') no-repeat 0 0;
|
||||
}
|
||||
.layout-button-right {
|
||||
background: url('images/layout_arrows.png') no-repeat 0 -16px;
|
||||
}
|
||||
.layout-split-proxy-h,
|
||||
.layout-split-proxy-v {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.layout-split-north {
|
||||
border-bottom: 5px solid #444;
|
||||
}
|
||||
.layout-split-south {
|
||||
border-top: 5px solid #444;
|
||||
}
|
||||
.layout-split-east {
|
||||
border-left: 5px solid #444;
|
||||
}
|
||||
.layout-split-west {
|
||||
border-right: 5px solid #444;
|
||||
}
|
||||
.layout-expand {
|
||||
background-color: #3d3d3d;
|
||||
}
|
||||
.layout-expand-over {
|
||||
background-color: #3d3d3d;
|
||||
}
|
203
src/tr-web-control/script/easyui/themes/black/linkbutton.css
Normal file
|
@ -0,0 +1,203 @@
|
|||
.l-btn {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: normal;
|
||||
}
|
||||
.l-btn-plain {
|
||||
border-width: 0;
|
||||
padding: 1px;
|
||||
}
|
||||
.l-btn-left {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.l-btn-text {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: auto;
|
||||
line-height: 24px;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
margin: 0 4px;
|
||||
}
|
||||
.l-btn-icon {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
font-size: 1px;
|
||||
}
|
||||
.l-btn span span .l-btn-empty {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
width: 16px;
|
||||
height: 24px;
|
||||
font-size: 1px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.l-btn span .l-btn-icon-left {
|
||||
padding: 0 0 0 20px;
|
||||
background-position: left center;
|
||||
}
|
||||
.l-btn span .l-btn-icon-right {
|
||||
padding: 0 20px 0 0;
|
||||
background-position: right center;
|
||||
}
|
||||
.l-btn-icon-left .l-btn-text {
|
||||
margin: 0 4px 0 24px;
|
||||
}
|
||||
.l-btn-icon-left .l-btn-icon {
|
||||
left: 4px;
|
||||
}
|
||||
.l-btn-icon-right .l-btn-text {
|
||||
margin: 0 24px 0 4px;
|
||||
}
|
||||
.l-btn-icon-right .l-btn-icon {
|
||||
right: 4px;
|
||||
}
|
||||
.l-btn-icon-top .l-btn-text {
|
||||
margin: 20px 4px 0 4px;
|
||||
}
|
||||
.l-btn-icon-top .l-btn-icon {
|
||||
top: 4px;
|
||||
left: 50%;
|
||||
margin: 0 0 0 -8px;
|
||||
}
|
||||
.l-btn-icon-bottom .l-btn-text {
|
||||
margin: 0 4px 20px 4px;
|
||||
}
|
||||
.l-btn-icon-bottom .l-btn-icon {
|
||||
top: auto;
|
||||
bottom: 4px;
|
||||
left: 50%;
|
||||
margin: 0 0 0 -8px;
|
||||
}
|
||||
.l-btn-left .l-btn-empty {
|
||||
margin: 0 4px;
|
||||
width: 16px;
|
||||
}
|
||||
.l-btn-plain:hover {
|
||||
padding: 0;
|
||||
}
|
||||
.l-btn-focus {
|
||||
outline: #0000FF dotted thin;
|
||||
}
|
||||
.l-btn-large .l-btn-text {
|
||||
line-height: 40px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
margin-top: -16px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon-left .l-btn-text {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon-right .l-btn-text {
|
||||
margin-right: 40px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon-top .l-btn-text {
|
||||
margin-top: 36px;
|
||||
line-height: 24px;
|
||||
min-width: 32px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon-top .l-btn-icon {
|
||||
margin: 0 0 0 -16px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon-bottom .l-btn-text {
|
||||
margin-bottom: 36px;
|
||||
line-height: 24px;
|
||||
min-width: 32px;
|
||||
}
|
||||
.l-btn-large .l-btn-icon-bottom .l-btn-icon {
|
||||
margin: 0 0 0 -16px;
|
||||
}
|
||||
.l-btn-large .l-btn-left .l-btn-empty {
|
||||
margin: 0 4px;
|
||||
width: 32px;
|
||||
}
|
||||
.l-btn {
|
||||
color: #fff;
|
||||
background: #777;
|
||||
background-repeat: repeat-x;
|
||||
border: 1px solid #555;
|
||||
background: -webkit-linear-gradient(top,#919191 0,#6a6a6a 100%);
|
||||
background: -moz-linear-gradient(top,#919191 0,#6a6a6a 100%);
|
||||
background: -o-linear-gradient(top,#919191 0,#6a6a6a 100%);
|
||||
background: linear-gradient(to bottom,#919191 0,#6a6a6a 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.l-btn:hover {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
border: 1px solid #555;
|
||||
filter: none;
|
||||
}
|
||||
.l-btn-plain {
|
||||
background: transparent;
|
||||
border-width: 0;
|
||||
filter: none;
|
||||
}
|
||||
.l-btn-outline {
|
||||
border-width: 1px;
|
||||
border-color: #555;
|
||||
padding: 0;
|
||||
}
|
||||
.l-btn-plain:hover {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
border: 1px solid #555;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.l-btn-disabled,
|
||||
.l-btn-disabled:hover {
|
||||
opacity: 0.5;
|
||||
cursor: default;
|
||||
background: #777;
|
||||
color: #fff;
|
||||
background: -webkit-linear-gradient(top,#919191 0,#6a6a6a 100%);
|
||||
background: -moz-linear-gradient(top,#919191 0,#6a6a6a 100%);
|
||||
background: -o-linear-gradient(top,#919191 0,#6a6a6a 100%);
|
||||
background: linear-gradient(to bottom,#919191 0,#6a6a6a 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
|
||||
}
|
||||
.l-btn-disabled .l-btn-text,
|
||||
.l-btn-disabled .l-btn-icon {
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.l-btn-plain-disabled,
|
||||
.l-btn-plain-disabled:hover {
|
||||
background: transparent;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.l-btn-selected,
|
||||
.l-btn-selected:hover {
|
||||
background: #000;
|
||||
filter: none;
|
||||
}
|
||||
.l-btn-plain-selected,
|
||||
.l-btn-plain-selected:hover {
|
||||
background: #000;
|
||||
}
|
119
src/tr-web-control/script/easyui/themes/black/menu.css
Normal file
|
@ -0,0 +1,119 @@
|
|||
.menu {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
}
|
||||
.menu-inline {
|
||||
position: relative;
|
||||
}
|
||||
.menu-item {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.menu-text {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
float: left;
|
||||
padding-left: 28px;
|
||||
}
|
||||
.menu-icon {
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
left: 2px;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.menu-rightarrow {
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.menu-line {
|
||||
position: absolute;
|
||||
left: 26px;
|
||||
top: 0;
|
||||
height: 2000px;
|
||||
font-size: 1px;
|
||||
}
|
||||
.menu-sep {
|
||||
margin: 3px 0px 3px 25px;
|
||||
font-size: 1px;
|
||||
}
|
||||
.menu-noline .menu-line {
|
||||
display: none;
|
||||
}
|
||||
.menu-noline .menu-sep {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.menu-active {
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.menu-item-disabled {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
cursor: default;
|
||||
}
|
||||
.menu-text,
|
||||
.menu-text span {
|
||||
font-size: 12px;
|
||||
}
|
||||
.menu-shadow {
|
||||
position: absolute;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
background: #777;
|
||||
-moz-box-shadow: 2px 2px 3px #787878;
|
||||
-webkit-box-shadow: 2px 2px 3px #787878;
|
||||
box-shadow: 2px 2px 3px #787878;
|
||||
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
|
||||
}
|
||||
.menu-rightarrow {
|
||||
background: url('images/menu_arrows.png') no-repeat -32px center;
|
||||
}
|
||||
.menu-line {
|
||||
border-left: 1px solid #444;
|
||||
border-right: 1px solid #777;
|
||||
}
|
||||
.menu-sep {
|
||||
border-top: 1px solid #444;
|
||||
border-bottom: 1px solid #777;
|
||||
}
|
||||
.menu {
|
||||
background-color: #666;
|
||||
border-color: #444;
|
||||
color: #fff;
|
||||
}
|
||||
.menu-content {
|
||||
background: #666;
|
||||
}
|
||||
.menu-item {
|
||||
border-color: transparent;
|
||||
_border-color: #666;
|
||||
}
|
||||
.menu-active {
|
||||
border-color: #555;
|
||||
color: #fff;
|
||||
background: #777;
|
||||
}
|
||||
.menu-active-disabled {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
}
|
94
src/tr-web-control/script/easyui/themes/black/menubutton.css
Normal file
|
@ -0,0 +1,94 @@
|
|||
.m-btn-downarrow,
|
||||
.s-btn-downarrow {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 1px;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.m-btn-active,
|
||||
.s-btn-active {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
border: 1px solid #555;
|
||||
filter: none;
|
||||
}
|
||||
.m-btn-plain-active,
|
||||
.s-btn-plain-active {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.m-btn .l-btn-left .l-btn-text {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.m-btn .l-btn-icon-right .l-btn-text {
|
||||
margin-right: 40px;
|
||||
}
|
||||
.m-btn .l-btn-icon-right .l-btn-icon {
|
||||
right: 20px;
|
||||
}
|
||||
.m-btn .l-btn-icon-top .l-btn-text {
|
||||
margin-right: 4px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.m-btn .l-btn-icon-bottom .l-btn-text {
|
||||
margin-right: 4px;
|
||||
margin-bottom: 34px;
|
||||
}
|
||||
.m-btn .l-btn-icon-bottom .l-btn-icon {
|
||||
top: auto;
|
||||
bottom: 20px;
|
||||
}
|
||||
.m-btn .l-btn-icon-top .m-btn-downarrow,
|
||||
.m-btn .l-btn-icon-bottom .m-btn-downarrow {
|
||||
top: auto;
|
||||
bottom: 0px;
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
}
|
||||
.m-btn-line {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
font-size: 1px;
|
||||
display: none;
|
||||
}
|
||||
.m-btn .l-btn-left .m-btn-line {
|
||||
right: 0;
|
||||
width: 16px;
|
||||
height: 500px;
|
||||
border-style: solid;
|
||||
border-color: #cccccc;
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.m-btn .l-btn-icon-top .m-btn-line,
|
||||
.m-btn .l-btn-icon-bottom .m-btn-line {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 500px;
|
||||
height: 16px;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.m-btn-large .l-btn-icon-right .l-btn-text {
|
||||
margin-right: 56px;
|
||||
}
|
||||
.m-btn-large .l-btn-icon-bottom .l-btn-text {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.m-btn-downarrow,
|
||||
.s-btn-downarrow {
|
||||
background: url('images/menu_arrows.png') no-repeat 0 center;
|
||||
}
|
||||
.m-btn-plain-active,
|
||||
.s-btn-plain-active {
|
||||
border-color: #555;
|
||||
background-color: #777;
|
||||
color: #fff;
|
||||
}
|
40
src/tr-web-control/script/easyui/themes/black/messager.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
.messager-body {
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.messager-button {
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.messager-button .l-btn {
|
||||
width: 70px;
|
||||
}
|
||||
.messager-icon {
|
||||
float: left;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 0 10px 10px 0;
|
||||
}
|
||||
.messager-error {
|
||||
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
|
||||
}
|
||||
.messager-info {
|
||||
background: url('images/messager_icons.png') no-repeat scroll 0 0;
|
||||
}
|
||||
.messager-question {
|
||||
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
|
||||
}
|
||||
.messager-warning {
|
||||
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
|
||||
}
|
||||
.messager-progress {
|
||||
padding: 10px;
|
||||
}
|
||||
.messager-p-msg {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.messager-body .messager-input {
|
||||
width: 100%;
|
||||
padding: 1px 0;
|
||||
border: 1px solid #000;
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
.numberbox {
|
||||
border: 1px solid #000;
|
||||
margin: 0;
|
||||
padding: 0 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.textbox {
|
||||
padding: 0;
|
||||
}
|
71
src/tr-web-control/script/easyui/themes/black/pagination.css
Normal file
|
@ -0,0 +1,71 @@
|
|||
.pagination {
|
||||
zoom: 1;
|
||||
}
|
||||
.pagination table {
|
||||
float: left;
|
||||
height: 30px;
|
||||
}
|
||||
.pagination td {
|
||||
border: 0;
|
||||
}
|
||||
.pagination-btn-separator {
|
||||
float: left;
|
||||
height: 24px;
|
||||
border-left: 1px solid #444;
|
||||
border-right: 1px solid #777;
|
||||
margin: 3px 1px;
|
||||
}
|
||||
.pagination .pagination-num {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
margin: 0 2px;
|
||||
padding: 2px;
|
||||
width: 2em;
|
||||
height: auto;
|
||||
}
|
||||
.pagination-page-list {
|
||||
margin: 0px 6px;
|
||||
padding: 1px 2px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.pagination-info {
|
||||
float: right;
|
||||
margin: 0 6px 0 0;
|
||||
padding: 0;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.pagination span {
|
||||
font-size: 12px;
|
||||
}
|
||||
.pagination-link .l-btn-text {
|
||||
width: 24px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
.pagination-first {
|
||||
background: url('images/pagination_icons.png') no-repeat 0 center;
|
||||
}
|
||||
.pagination-prev {
|
||||
background: url('images/pagination_icons.png') no-repeat -16px center;
|
||||
}
|
||||
.pagination-next {
|
||||
background: url('images/pagination_icons.png') no-repeat -32px center;
|
||||
}
|
||||
.pagination-last {
|
||||
background: url('images/pagination_icons.png') no-repeat -48px center;
|
||||
}
|
||||
.pagination-load {
|
||||
background: url('images/pagination_icons.png') no-repeat -64px center;
|
||||
}
|
||||
.pagination-loading {
|
||||
background: url('images/loading.gif') no-repeat center center;
|
||||
}
|
||||
.pagination-page-list,
|
||||
.pagination .pagination-num {
|
||||
border-color: #000;
|
||||
}
|
142
src/tr-web-control/script/easyui/themes/black/panel.css
Normal file
|
@ -0,0 +1,142 @@
|
|||
.panel {
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.panel-header,
|
||||
.panel-body {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.panel-header {
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
}
|
||||
.panel-title {
|
||||
background: url('images/blank.gif') no-repeat;
|
||||
}
|
||||
.panel-header-noborder {
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.panel-body {
|
||||
overflow: auto;
|
||||
border-top-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.panel-body-noheader {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
.panel-body-noborder {
|
||||
border-width: 0px;
|
||||
}
|
||||
.panel-body-nobottom {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.panel-with-icon {
|
||||
padding-left: 18px;
|
||||
}
|
||||
.panel-icon,
|
||||
.panel-tool {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.panel-icon {
|
||||
left: 5px;
|
||||
width: 16px;
|
||||
}
|
||||
.panel-tool {
|
||||
right: 5px;
|
||||
width: auto;
|
||||
}
|
||||
.panel-tool a {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
margin: 0 0 0 2px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.panel-tool a:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
background-color: #777;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
-webkit-border-radius: 3px 3px 3px 3px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
.panel-loading {
|
||||
padding: 11px 0px 10px 30px;
|
||||
}
|
||||
.panel-noscroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
.panel-fit,
|
||||
.panel-fit body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.panel-loading {
|
||||
background: url('images/loading.gif') no-repeat 10px 10px;
|
||||
}
|
||||
.panel-tool-close {
|
||||
background: url('images/panel_tools.png') no-repeat -16px 0px;
|
||||
}
|
||||
.panel-tool-min {
|
||||
background: url('images/panel_tools.png') no-repeat 0px 0px;
|
||||
}
|
||||
.panel-tool-max {
|
||||
background: url('images/panel_tools.png') no-repeat 0px -16px;
|
||||
}
|
||||
.panel-tool-restore {
|
||||
background: url('images/panel_tools.png') no-repeat -16px -16px;
|
||||
}
|
||||
.panel-tool-collapse {
|
||||
background: url('images/panel_tools.png') no-repeat -32px 0;
|
||||
}
|
||||
.panel-tool-expand {
|
||||
background: url('images/panel_tools.png') no-repeat -32px -16px;
|
||||
}
|
||||
.panel-header,
|
||||
.panel-body {
|
||||
border-color: #000;
|
||||
}
|
||||
.panel-header {
|
||||
background-color: #3d3d3d;
|
||||
background: -webkit-linear-gradient(top,#454545 0,#383838 100%);
|
||||
background: -moz-linear-gradient(top,#454545 0,#383838 100%);
|
||||
background: -o-linear-gradient(top,#454545 0,#383838 100%);
|
||||
background: linear-gradient(to bottom,#454545 0,#383838 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
|
||||
}
|
||||
.panel-body {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
.panel-title {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.panel-footer {
|
||||
border: 1px solid #000;
|
||||
overflow: hidden;
|
||||
background: #555;
|
||||
}
|
||||
.panel-footer-noborder {
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
.progressbar {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.progressbar-text {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
}
|
||||
.progressbar-value {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 0;
|
||||
-moz-border-radius: 5px 0 0 5px;
|
||||
-webkit-border-radius: 5px 0 0 5px;
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.progressbar {
|
||||
border-color: #000;
|
||||
}
|
||||
.progressbar-text {
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
.progressbar-value .progressbar-text {
|
||||
background-color: #0052A3;
|
||||
color: #fff;
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
.propertygrid .datagrid-view1 .datagrid-body td {
|
||||
padding-bottom: 1px;
|
||||
border-width: 0 1px 0 0;
|
||||
}
|
||||
.propertygrid .datagrid-group {
|
||||
height: 21px;
|
||||
overflow: hidden;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.propertygrid .datagrid-group span {
|
||||
font-weight: bold;
|
||||
}
|
||||
.propertygrid .datagrid-view1 .datagrid-body td {
|
||||
border-color: #222;
|
||||
}
|
||||
.propertygrid .datagrid-view1 .datagrid-group {
|
||||
border-color: #3d3d3d;
|
||||
}
|
||||
.propertygrid .datagrid-view2 .datagrid-group {
|
||||
border-color: #222;
|
||||
}
|
||||
.propertygrid .datagrid-group,
|
||||
.propertygrid .datagrid-view1 .datagrid-body,
|
||||
.propertygrid .datagrid-view1 .datagrid-row-over,
|
||||
.propertygrid .datagrid-view1 .datagrid-row-selected {
|
||||
background: #3d3d3d;
|
||||
}
|
90
src/tr-web-control/script/easyui/themes/black/searchbox.css
Normal file
|
@ -0,0 +1,90 @@
|
|||
.searchbox {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.searchbox .searchbox-text {
|
||||
font-size: 12px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0 2px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.searchbox .searchbox-prompt {
|
||||
font-size: 12px;
|
||||
color: #ccc;
|
||||
}
|
||||
.searchbox-button {
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.searchbox-button-hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.searchbox .l-btn-plain {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.searchbox .l-btn-plain:hover {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.searchbox a.m-btn-plain-active {
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.searchbox .m-btn-active {
|
||||
border-width: 0 1px 0 0;
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.searchbox .textbox-button-right {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.searchbox .textbox-button-left {
|
||||
border-width: 0 1px 0 0;
|
||||
}
|
||||
.searchbox-button {
|
||||
background: url('images/searchbox_button.png') no-repeat center center;
|
||||
}
|
||||
.searchbox {
|
||||
border-color: #000;
|
||||
background-color: #fff;
|
||||
}
|
||||
.searchbox .l-btn-plain {
|
||||
background: #3d3d3d;
|
||||
}
|
||||
.searchbox .l-btn-plain-disabled,
|
||||
.searchbox .l-btn-plain-disabled:hover {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.textbox-invalid {
|
||||
border-color: #ffa8a8;
|
||||
background-color: #fff3f3;
|
||||
}
|
101
src/tr-web-control/script/easyui/themes/black/slider.css
Normal file
|
@ -0,0 +1,101 @@
|
|||
.slider-disabled {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.slider-h {
|
||||
height: 22px;
|
||||
}
|
||||
.slider-v {
|
||||
width: 22px;
|
||||
}
|
||||
.slider-inner {
|
||||
position: relative;
|
||||
height: 6px;
|
||||
top: 7px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.slider-handle {
|
||||
position: absolute;
|
||||
display: block;
|
||||
outline: none;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
.slider-tip {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
line-height: 12px;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
top: -22px;
|
||||
}
|
||||
.slider-rule {
|
||||
position: relative;
|
||||
top: 15px;
|
||||
}
|
||||
.slider-rule span {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
font-size: 0;
|
||||
height: 5px;
|
||||
border-width: 0 0 0 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.slider-rulelabel {
|
||||
position: relative;
|
||||
top: 20px;
|
||||
}
|
||||
.slider-rulelabel span {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
}
|
||||
.slider-v .slider-inner {
|
||||
width: 6px;
|
||||
left: 7px;
|
||||
top: 0;
|
||||
float: left;
|
||||
}
|
||||
.slider-v .slider-handle {
|
||||
left: 50%;
|
||||
margin-top: -10px;
|
||||
}
|
||||
.slider-v .slider-tip {
|
||||
left: -10px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
.slider-v .slider-rule {
|
||||
float: left;
|
||||
top: 0;
|
||||
left: 16px;
|
||||
}
|
||||
.slider-v .slider-rule span {
|
||||
width: 5px;
|
||||
height: 'auto';
|
||||
border-left: 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.slider-v .slider-rulelabel {
|
||||
float: left;
|
||||
top: 0;
|
||||
left: 23px;
|
||||
}
|
||||
.slider-handle {
|
||||
background: url('images/slider_handle.png') no-repeat;
|
||||
}
|
||||
.slider-inner {
|
||||
border-color: #000;
|
||||
background: #3d3d3d;
|
||||
}
|
||||
.slider-rule span {
|
||||
border-color: #000;
|
||||
}
|
||||
.slider-rulelabel span {
|
||||
color: #fff;
|
||||
}
|
72
src/tr-web-control/script/easyui/themes/black/spinner.css
Normal file
|
@ -0,0 +1,72 @@
|
|||
.spinner {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.spinner .spinner-text {
|
||||
font-size: 12px;
|
||||
border: 0px;
|
||||
margin: 0;
|
||||
padding: 0 2px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.spinner-arrow {
|
||||
background-color: #3d3d3d;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
width: 18px;
|
||||
}
|
||||
.spinner-arrow-up,
|
||||
.spinner-arrow-down {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
display: block;
|
||||
font-size: 1px;
|
||||
width: 18px;
|
||||
height: 10px;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
color: #fff;
|
||||
outline-style: none;
|
||||
}
|
||||
.spinner-arrow-hover {
|
||||
background-color: #777;
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.spinner-arrow-up:hover,
|
||||
.spinner-arrow-down:hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
background-color: #777;
|
||||
}
|
||||
.textbox-icon-disabled .spinner-arrow-up:hover,
|
||||
.textbox-icon-disabled .spinner-arrow-down:hover {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
background-color: #3d3d3d;
|
||||
cursor: default;
|
||||
}
|
||||
.spinner .textbox-icon-disabled {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.spinner-arrow-up {
|
||||
background: url('images/spinner_arrows.png') no-repeat 1px center;
|
||||
}
|
||||
.spinner-arrow-down {
|
||||
background: url('images/spinner_arrows.png') no-repeat -15px center;
|
||||
}
|
||||
.spinner {
|
||||
border-color: #000;
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
.s-btn:hover .m-btn-line,
|
||||
.s-btn-active .m-btn-line,
|
||||
.s-btn-plain-active .m-btn-line {
|
||||
display: inline-block;
|
||||
}
|
||||
.l-btn:hover .s-btn-downarrow,
|
||||
.s-btn-active .s-btn-downarrow,
|
||||
.s-btn-plain-active .s-btn-downarrow {
|
||||
border-style: solid;
|
||||
border-color: #cccccc;
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
413
src/tr-web-control/script/easyui/themes/black/tabs.css
Normal file
|
@ -0,0 +1,413 @@
|
|||
.tabs-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
.tabs-header {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-bottom-width: 0;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
padding-top: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tabs-scroller-left,
|
||||
.tabs-scroller-right {
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
width: 18px;
|
||||
font-size: 1px;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.tabs-scroller-left {
|
||||
left: 0;
|
||||
}
|
||||
.tabs-scroller-right {
|
||||
right: 0;
|
||||
}
|
||||
.tabs-tool {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 1px;
|
||||
overflow: hidden;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.tabs-header-plain .tabs-tool {
|
||||
padding: 0 1px;
|
||||
}
|
||||
.tabs-wrap {
|
||||
position: relative;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.tabs-scrolling {
|
||||
margin-left: 18px;
|
||||
margin-right: 18px;
|
||||
}
|
||||
.tabs-disabled {
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
.tabs {
|
||||
list-style-type: none;
|
||||
height: 26px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
padding-left: 4px;
|
||||
width: 50000px;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.tabs li {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
margin: 0 4px -1px 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
border: 0;
|
||||
}
|
||||
.tabs li a.tabs-inner {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
margin: 0;
|
||||
padding: 0 10px;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 5px 5px 0 0;
|
||||
-webkit-border-radius: 5px 5px 0 0;
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
.tabs li.tabs-selected a.tabs-inner {
|
||||
font-weight: bold;
|
||||
outline: none;
|
||||
}
|
||||
.tabs li.tabs-selected a:hover.tabs-inner {
|
||||
cursor: default;
|
||||
pointer: default;
|
||||
}
|
||||
.tabs li a.tabs-close,
|
||||
.tabs-p-tool {
|
||||
position: absolute;
|
||||
font-size: 1px;
|
||||
display: block;
|
||||
height: 12px;
|
||||
padding: 0;
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tabs li a.tabs-close {
|
||||
width: 12px;
|
||||
right: 5px;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.tabs-p-tool {
|
||||
right: 16px;
|
||||
}
|
||||
.tabs-p-tool a {
|
||||
display: inline-block;
|
||||
font-size: 1px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 0;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.tabs li a:hover.tabs-close,
|
||||
.tabs-p-tool a:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
cursor: hand;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tabs-with-icon {
|
||||
padding-left: 18px;
|
||||
}
|
||||
.tabs-icon {
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
left: 10px;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.tabs-title {
|
||||
font-size: 12px;
|
||||
}
|
||||
.tabs-closable {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.tabs-panels {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top-width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tabs-header-bottom {
|
||||
border-width: 0 1px 1px 1px;
|
||||
padding: 0 0 2px 0;
|
||||
}
|
||||
.tabs-header-bottom .tabs {
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
.tabs-header-bottom .tabs li {
|
||||
margin: -1px 4px 0 0;
|
||||
}
|
||||
.tabs-header-bottom .tabs li a.tabs-inner {
|
||||
-moz-border-radius: 0 0 5px 5px;
|
||||
-webkit-border-radius: 0 0 5px 5px;
|
||||
border-radius: 0 0 5px 5px;
|
||||
}
|
||||
.tabs-header-bottom .tabs-tool {
|
||||
top: 0;
|
||||
}
|
||||
.tabs-header-bottom .tabs-scroller-left,
|
||||
.tabs-header-bottom .tabs-scroller-right {
|
||||
top: 0;
|
||||
bottom: auto;
|
||||
}
|
||||
.tabs-panels-top {
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
.tabs-header-left {
|
||||
float: left;
|
||||
border-width: 1px 0 1px 1px;
|
||||
padding: 0;
|
||||
}
|
||||
.tabs-header-right {
|
||||
float: right;
|
||||
border-width: 1px 1px 1px 0;
|
||||
padding: 0;
|
||||
}
|
||||
.tabs-header-left .tabs-wrap,
|
||||
.tabs-header-right .tabs-wrap {
|
||||
height: 100%;
|
||||
}
|
||||
.tabs-header-left .tabs {
|
||||
height: 100%;
|
||||
padding: 4px 0 0 2px;
|
||||
border-width: 0 1px 0 0;
|
||||
}
|
||||
.tabs-header-right .tabs {
|
||||
height: 100%;
|
||||
padding: 4px 2px 0 0;
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.tabs-header-left .tabs li,
|
||||
.tabs-header-right .tabs li {
|
||||
display: block;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.tabs-header-left .tabs li {
|
||||
left: auto;
|
||||
right: 0;
|
||||
margin: 0 -1px 4px 0;
|
||||
float: right;
|
||||
}
|
||||
.tabs-header-right .tabs li {
|
||||
left: 0;
|
||||
right: auto;
|
||||
margin: 0 0 4px -1px;
|
||||
float: left;
|
||||
}
|
||||
.tabs-justified li a.tabs-inner {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.tabs-header-left .tabs li a.tabs-inner {
|
||||
display: block;
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
-moz-border-radius: 5px 0 0 5px;
|
||||
-webkit-border-radius: 5px 0 0 5px;
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.tabs-header-right .tabs li a.tabs-inner {
|
||||
display: block;
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
-moz-border-radius: 0 5px 5px 0;
|
||||
-webkit-border-radius: 0 5px 5px 0;
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
.tabs-panels-right {
|
||||
float: right;
|
||||
border-width: 1px 1px 1px 0;
|
||||
}
|
||||
.tabs-panels-left {
|
||||
float: left;
|
||||
border-width: 1px 0 1px 1px;
|
||||
}
|
||||
.tabs-header-noborder,
|
||||
.tabs-panels-noborder {
|
||||
border: 0px;
|
||||
}
|
||||
.tabs-header-plain {
|
||||
border: 0px;
|
||||
background: transparent;
|
||||
}
|
||||
.tabs-pill {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
.tabs-header-bottom .tabs-pill {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.tabs-header-left .tabs-pill {
|
||||
padding-right: 3px;
|
||||
}
|
||||
.tabs-header-right .tabs-pill {
|
||||
padding-left: 3px;
|
||||
}
|
||||
.tabs-header .tabs-pill li a.tabs-inner {
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.tabs-header-narrow,
|
||||
.tabs-header-narrow .tabs-narrow {
|
||||
padding: 0;
|
||||
}
|
||||
.tabs-narrow li,
|
||||
.tabs-header-bottom .tabs-narrow li {
|
||||
margin-left: 0;
|
||||
margin-right: -1px;
|
||||
}
|
||||
.tabs-narrow li.tabs-last,
|
||||
.tabs-header-bottom .tabs-narrow li.tabs-last {
|
||||
margin-right: 0;
|
||||
}
|
||||
.tabs-header-left .tabs-narrow,
|
||||
.tabs-header-right .tabs-narrow {
|
||||
padding-top: 0;
|
||||
}
|
||||
.tabs-header-left .tabs-narrow li {
|
||||
margin-bottom: -1px;
|
||||
margin-right: -1px;
|
||||
}
|
||||
.tabs-header-left .tabs-narrow li.tabs-last,
|
||||
.tabs-header-right .tabs-narrow li.tabs-last {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.tabs-header-right .tabs-narrow li {
|
||||
margin-bottom: -1px;
|
||||
margin-left: -1px;
|
||||
}
|
||||
.tabs-scroller-left {
|
||||
background: #3d3d3d url('images/tabs_icons.png') no-repeat 1px center;
|
||||
}
|
||||
.tabs-scroller-right {
|
||||
background: #3d3d3d url('images/tabs_icons.png') no-repeat -15px center;
|
||||
}
|
||||
.tabs li a.tabs-close {
|
||||
background: url('images/tabs_icons.png') no-repeat -34px center;
|
||||
}
|
||||
.tabs li a.tabs-inner:hover {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
filter: none;
|
||||
}
|
||||
.tabs li.tabs-selected a.tabs-inner {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
background: -webkit-linear-gradient(top,#454545 0,#666 100%);
|
||||
background: -moz-linear-gradient(top,#454545 0,#666 100%);
|
||||
background: -o-linear-gradient(top,#454545 0,#666 100%);
|
||||
background: linear-gradient(to bottom,#454545 0,#666 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#666,GradientType=0);
|
||||
}
|
||||
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
|
||||
background: -webkit-linear-gradient(top,#666 0,#454545 100%);
|
||||
background: -moz-linear-gradient(top,#666 0,#454545 100%);
|
||||
background: -o-linear-gradient(top,#666 0,#454545 100%);
|
||||
background: linear-gradient(to bottom,#666 0,#454545 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666,endColorstr=#454545,GradientType=0);
|
||||
}
|
||||
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
|
||||
background: -webkit-linear-gradient(left,#454545 0,#666 100%);
|
||||
background: -moz-linear-gradient(left,#454545 0,#666 100%);
|
||||
background: -o-linear-gradient(left,#454545 0,#666 100%);
|
||||
background: linear-gradient(to right,#454545 0,#666 100%);
|
||||
background-repeat: repeat-y;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#666,GradientType=1);
|
||||
}
|
||||
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
|
||||
background: -webkit-linear-gradient(left,#666 0,#454545 100%);
|
||||
background: -moz-linear-gradient(left,#666 0,#454545 100%);
|
||||
background: -o-linear-gradient(left,#666 0,#454545 100%);
|
||||
background: linear-gradient(to right,#666 0,#454545 100%);
|
||||
background-repeat: repeat-y;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666,endColorstr=#454545,GradientType=1);
|
||||
}
|
||||
.tabs li a.tabs-inner {
|
||||
color: #fff;
|
||||
background-color: #3d3d3d;
|
||||
background: -webkit-linear-gradient(top,#454545 0,#383838 100%);
|
||||
background: -moz-linear-gradient(top,#454545 0,#383838 100%);
|
||||
background: -o-linear-gradient(top,#454545 0,#383838 100%);
|
||||
background: linear-gradient(to bottom,#454545 0,#383838 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
|
||||
}
|
||||
.tabs-header,
|
||||
.tabs-tool {
|
||||
background-color: #3d3d3d;
|
||||
}
|
||||
.tabs-header-plain {
|
||||
background: transparent;
|
||||
}
|
||||
.tabs-header,
|
||||
.tabs-scroller-left,
|
||||
.tabs-scroller-right,
|
||||
.tabs-tool,
|
||||
.tabs,
|
||||
.tabs-panels,
|
||||
.tabs li a.tabs-inner,
|
||||
.tabs li.tabs-selected a.tabs-inner,
|
||||
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
|
||||
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
|
||||
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
|
||||
border-color: #000;
|
||||
}
|
||||
.tabs-p-tool a:hover,
|
||||
.tabs li a:hover.tabs-close,
|
||||
.tabs-scroller-over {
|
||||
background-color: #777;
|
||||
}
|
||||
.tabs li.tabs-selected a.tabs-inner {
|
||||
border-bottom: 1px solid #666;
|
||||
}
|
||||
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
|
||||
border-top: 1px solid #666;
|
||||
}
|
||||
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
|
||||
border-right: 1px solid #666;
|
||||
}
|
||||
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
|
||||
border-left: 1px solid #666;
|
||||
}
|
||||
.tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
|
||||
background: #0052A3;
|
||||
color: #fff;
|
||||
filter: none;
|
||||
border-color: #000;
|
||||
}
|
87
src/tr-web-control/script/easyui/themes/black/textbox.css
Normal file
|
@ -0,0 +1,87 @@
|
|||
.textbox {
|
||||
position: relative;
|
||||
border: 1px solid #000;
|
||||
background-color: #fff;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.textbox .textbox-text {
|
||||
font-size: 12px;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
white-space: normal;
|
||||
vertical-align: top;
|
||||
outline-style: none;
|
||||
resize: none;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.textbox .textbox-prompt {
|
||||
font-size: 12px;
|
||||
color: #aaa;
|
||||
}
|
||||
.textbox .textbox-button,
|
||||
.textbox .textbox-button:hover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.textbox-button-right,
|
||||
.textbox-button-right:hover {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
.textbox-button-left,
|
||||
.textbox-button-left:hover {
|
||||
border-width: 0 1px 0 0;
|
||||
}
|
||||
.textbox-addon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.textbox-icon {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
background-position: center center;
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
text-decoration: none;
|
||||
outline-style: none;
|
||||
}
|
||||
.textbox-icon-disabled,
|
||||
.textbox-icon-readonly {
|
||||
cursor: default;
|
||||
}
|
||||
.textbox-icon:hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.textbox-icon-disabled:hover {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.textbox-focused {
|
||||
-moz-box-shadow: 0 0 3px 0 #000;
|
||||
-webkit-box-shadow: 0 0 3px 0 #000;
|
||||
box-shadow: 0 0 3px 0 #000;
|
||||
}
|
||||
.textbox-invalid {
|
||||
border-color: #ffa8a8;
|
||||
background-color: #fff3f3;
|
||||
}
|
100
src/tr-web-control/script/easyui/themes/black/tooltip.css
Normal file
|
@ -0,0 +1,100 @@
|
|||
.tooltip {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 9900000;
|
||||
outline: none;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
padding: 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.tooltip-content {
|
||||
font-size: 12px;
|
||||
}
|
||||
.tooltip-arrow-outer,
|
||||
.tooltip-arrow {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
border-style: solid;
|
||||
border-width: 6px;
|
||||
border-color: transparent;
|
||||
_border-color: tomato;
|
||||
_filter: chroma(color=tomato);
|
||||
}
|
||||
.tooltip-right .tooltip-arrow-outer {
|
||||
left: 0;
|
||||
top: 50%;
|
||||
margin: -6px 0 0 -13px;
|
||||
}
|
||||
.tooltip-right .tooltip-arrow {
|
||||
left: 0;
|
||||
top: 50%;
|
||||
margin: -6px 0 0 -12px;
|
||||
}
|
||||
.tooltip-left .tooltip-arrow-outer {
|
||||
right: 0;
|
||||
top: 50%;
|
||||
margin: -6px -13px 0 0;
|
||||
}
|
||||
.tooltip-left .tooltip-arrow {
|
||||
right: 0;
|
||||
top: 50%;
|
||||
margin: -6px -12px 0 0;
|
||||
}
|
||||
.tooltip-top .tooltip-arrow-outer {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin: 0 0 -13px -6px;
|
||||
}
|
||||
.tooltip-top .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin: 0 0 -12px -6px;
|
||||
}
|
||||
.tooltip-bottom .tooltip-arrow-outer {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin: -13px 0 0 -6px;
|
||||
}
|
||||
.tooltip-bottom .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin: -12px 0 0 -6px;
|
||||
}
|
||||
.tooltip {
|
||||
background-color: #666;
|
||||
border-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
.tooltip-right .tooltip-arrow-outer {
|
||||
border-right-color: #000;
|
||||
}
|
||||
.tooltip-right .tooltip-arrow {
|
||||
border-right-color: #666;
|
||||
}
|
||||
.tooltip-left .tooltip-arrow-outer {
|
||||
border-left-color: #000;
|
||||
}
|
||||
.tooltip-left .tooltip-arrow {
|
||||
border-left-color: #666;
|
||||
}
|
||||
.tooltip-top .tooltip-arrow-outer {
|
||||
border-top-color: #000;
|
||||
}
|
||||
.tooltip-top .tooltip-arrow {
|
||||
border-top-color: #666;
|
||||
}
|
||||
.tooltip-bottom .tooltip-arrow-outer {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
.tooltip-bottom .tooltip-arrow {
|
||||
border-bottom-color: #666;
|
||||
}
|
160
src/tr-web-control/script/easyui/themes/black/tree.css
Normal file
|
@ -0,0 +1,160 @@
|
|||
.tree {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
.tree li {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tree li ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.tree-node {
|
||||
height: 18px;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tree-hit {
|
||||
cursor: pointer;
|
||||
}
|
||||
.tree-expanded,
|
||||
.tree-collapsed,
|
||||
.tree-folder,
|
||||
.tree-file,
|
||||
.tree-checkbox,
|
||||
.tree-indent {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 18px;
|
||||
vertical-align: top;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tree-expanded {
|
||||
background: url('images/tree_icons.png') no-repeat -18px 0px;
|
||||
}
|
||||
.tree-expanded-hover {
|
||||
background: url('images/tree_icons.png') no-repeat -50px 0px;
|
||||
}
|
||||
.tree-collapsed {
|
||||
background: url('images/tree_icons.png') no-repeat 0px 0px;
|
||||
}
|
||||
.tree-collapsed-hover {
|
||||
background: url('images/tree_icons.png') no-repeat -32px 0px;
|
||||
}
|
||||
.tree-lines .tree-expanded,
|
||||
.tree-lines .tree-root-first .tree-expanded {
|
||||
background: url('images/tree_icons.png') no-repeat -144px 0;
|
||||
}
|
||||
.tree-lines .tree-collapsed,
|
||||
.tree-lines .tree-root-first .tree-collapsed {
|
||||
background: url('images/tree_icons.png') no-repeat -128px 0;
|
||||
}
|
||||
.tree-lines .tree-node-last .tree-expanded,
|
||||
.tree-lines .tree-root-one .tree-expanded {
|
||||
background: url('images/tree_icons.png') no-repeat -80px 0;
|
||||
}
|
||||
.tree-lines .tree-node-last .tree-collapsed,
|
||||
.tree-lines .tree-root-one .tree-collapsed {
|
||||
background: url('images/tree_icons.png') no-repeat -64px 0;
|
||||
}
|
||||
.tree-line {
|
||||
background: url('images/tree_icons.png') no-repeat -176px 0;
|
||||
}
|
||||
.tree-join {
|
||||
background: url('images/tree_icons.png') no-repeat -192px 0;
|
||||
}
|
||||
.tree-joinbottom {
|
||||
background: url('images/tree_icons.png') no-repeat -160px 0;
|
||||
}
|
||||
.tree-folder {
|
||||
background: url('images/tree_icons.png') no-repeat -208px 0;
|
||||
}
|
||||
.tree-folder-open {
|
||||
background: url('images/tree_icons.png') no-repeat -224px 0;
|
||||
}
|
||||
.tree-file {
|
||||
background: url('images/tree_icons.png') no-repeat -240px 0;
|
||||
}
|
||||
.tree-loading {
|
||||
background: url('images/loading.gif') no-repeat center center;
|
||||
}
|
||||
.tree-checkbox0 {
|
||||
background: url('images/tree_icons.png') no-repeat -208px -18px;
|
||||
}
|
||||
.tree-checkbox1 {
|
||||
background: url('images/tree_icons.png') no-repeat -224px -18px;
|
||||
}
|
||||
.tree-checkbox2 {
|
||||
background: url('images/tree_icons.png') no-repeat -240px -18px;
|
||||
}
|
||||
.tree-title {
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
padding: 0 2px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
.tree-node-proxy {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
padding: 0 2px 0 20px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
z-index: 9900000;
|
||||
}
|
||||
.tree-dnd-icon {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 18px;
|
||||
left: 2px;
|
||||
top: 50%;
|
||||
margin-top: -9px;
|
||||
}
|
||||
.tree-dnd-yes {
|
||||
background: url('images/tree_icons.png') no-repeat -256px 0;
|
||||
}
|
||||
.tree-dnd-no {
|
||||
background: url('images/tree_icons.png') no-repeat -256px -18px;
|
||||
}
|
||||
.tree-node-top {
|
||||
border-top: 1px dotted red;
|
||||
}
|
||||
.tree-node-bottom {
|
||||
border-bottom: 1px dotted red;
|
||||
}
|
||||
.tree-node-append .tree-title {
|
||||
border: 1px dotted red;
|
||||
}
|
||||
.tree-editor {
|
||||
border: 1px solid #ccc;
|
||||
font-size: 12px;
|
||||
height: 14px !important;
|
||||
height: 18px;
|
||||
line-height: 14px;
|
||||
padding: 1px 2px;
|
||||
width: 80px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.tree-node-proxy {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
border-color: #000;
|
||||
}
|
||||
.tree-node-hover {
|
||||
background: #777;
|
||||
color: #fff;
|
||||
}
|
||||
.tree-node-selected {
|
||||
background: #0052A3;
|
||||
color: #fff;
|
||||
}
|
||||
.tree-node-hidden {
|
||||
display: none;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
.validatebox-invalid {
|
||||
border-color: #ffa8a8;
|
||||
background-color: #fff3f3;
|
||||
color: #000;
|
||||
}
|
94
src/tr-web-control/script/easyui/themes/black/window.css
Normal file
|
@ -0,0 +1,94 @@
|
|||
.window {
|
||||
overflow: hidden;
|
||||
padding: 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.window .window-header {
|
||||
background: transparent;
|
||||
padding: 0px 0px 6px 0px;
|
||||
}
|
||||
.window .window-body {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-top-width: 0px;
|
||||
}
|
||||
.window .window-body-noheader {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
.window .panel-body-nobottom {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.window .window-header .panel-icon,
|
||||
.window .window-header .panel-tool {
|
||||
top: 50%;
|
||||
margin-top: -11px;
|
||||
}
|
||||
.window .window-header .panel-icon {
|
||||
left: 1px;
|
||||
}
|
||||
.window .window-header .panel-tool {
|
||||
right: 1px;
|
||||
}
|
||||
.window .window-header .panel-with-icon {
|
||||
padding-left: 18px;
|
||||
}
|
||||
.window-proxy {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
}
|
||||
.window-proxy-mask {
|
||||
position: absolute;
|
||||
filter: alpha(opacity=5);
|
||||
opacity: 0.05;
|
||||
}
|
||||
.window-mask {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
filter: alpha(opacity=40);
|
||||
opacity: 0.40;
|
||||
font-size: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.window,
|
||||
.window-shadow {
|
||||
position: absolute;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.window-shadow {
|
||||
background: #777;
|
||||
-moz-box-shadow: 2px 2px 3px #787878;
|
||||
-webkit-box-shadow: 2px 2px 3px #787878;
|
||||
box-shadow: 2px 2px 3px #787878;
|
||||
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
|
||||
}
|
||||
.window,
|
||||
.window .window-body {
|
||||
border-color: #000;
|
||||
}
|
||||
.window {
|
||||
background-color: #3d3d3d;
|
||||
background: -webkit-linear-gradient(top,#454545 0,#383838 20%);
|
||||
background: -moz-linear-gradient(top,#454545 0,#383838 20%);
|
||||
background: -o-linear-gradient(top,#454545 0,#383838 20%);
|
||||
background: linear-gradient(to bottom,#454545 0,#383838 20%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545,endColorstr=#383838,GradientType=0);
|
||||
}
|
||||
.window-proxy {
|
||||
border: 1px dashed #000;
|
||||
}
|
||||
.window-proxy-mask,
|
||||
.window-mask {
|
||||
background: #000;
|
||||
}
|
||||
.window .panel-footer {
|
||||
border: 1px solid #000;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
.accordion {
|
||||
overflow: hidden;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.accordion .accordion-header {
|
||||
border-width: 0 0 1px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.accordion .accordion-body {
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.accordion-noborder {
|
||||
border-width: 0;
|
||||
}
|
||||
.accordion-noborder .accordion-header {
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.accordion-noborder .accordion-body {
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
.accordion-collapse {
|
||||
background: url('images/accordion_arrows.png') no-repeat 0 0;
|
||||
}
|
||||
.accordion-expand {
|
||||
background: url('images/accordion_arrows.png') no-repeat -16px 0;
|
||||
}
|
||||
.accordion {
|
||||
background: #ffffff;
|
||||
border-color: #D4D4D4;
|
||||
}
|
||||
.accordion .accordion-header {
|
||||
background: #F2F2F2;
|
||||
filter: none;
|
||||
}
|
||||
.accordion .accordion-header-selected {
|
||||
background: #0081c2;
|
||||
}
|
||||
.accordion .accordion-header-selected .panel-title {
|
||||
color: #fff;
|
||||
}
|
197
src/tr-web-control/script/easyui/themes/bootstrap/calendar.css
Normal file
|
@ -0,0 +1,197 @@
|
|||
.calendar {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.calendar table {
|
||||
table-layout: fixed;
|
||||
border-collapse: separate;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.calendar table td,
|
||||
.calendar table th {
|
||||
font-size: 12px;
|
||||
}
|
||||
.calendar-noborder {
|
||||
border: 0;
|
||||
}
|
||||
.calendar-header {
|
||||
position: relative;
|
||||
height: 22px;
|
||||
}
|
||||
.calendar-title {
|
||||
text-align: center;
|
||||
height: 22px;
|
||||
}
|
||||
.calendar-title span {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
top: 2px;
|
||||
padding: 0 3px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-prevmonth,
|
||||
.calendar-nextmonth,
|
||||
.calendar-prevyear,
|
||||
.calendar-nextyear {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -7px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
cursor: pointer;
|
||||
font-size: 1px;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-prevmonth {
|
||||
left: 20px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
|
||||
}
|
||||
.calendar-nextmonth {
|
||||
right: 20px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
|
||||
}
|
||||
.calendar-prevyear {
|
||||
left: 3px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
|
||||
}
|
||||
.calendar-nextyear {
|
||||
right: 3px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
|
||||
}
|
||||
.calendar-body {
|
||||
position: relative;
|
||||
}
|
||||
.calendar-body th,
|
||||
.calendar-body td {
|
||||
text-align: center;
|
||||
}
|
||||
.calendar-day {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-other-month {
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
.calendar-disabled {
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
cursor: default;
|
||||
}
|
||||
.calendar-menu {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 180px;
|
||||
height: 150px;
|
||||
padding: 5px;
|
||||
font-size: 12px;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.calendar-menu-year-inner {
|
||||
text-align: center;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.calendar-menu-year {
|
||||
width: 40px;
|
||||
text-align: center;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
.calendar-menu-prev,
|
||||
.calendar-menu-next {
|
||||
display: inline-block;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-menu-prev {
|
||||
margin-right: 10px;
|
||||
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
|
||||
}
|
||||
.calendar-menu-next {
|
||||
margin-left: 10px;
|
||||
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
|
||||
}
|
||||
.calendar-menu-month {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
.calendar-body th,
|
||||
.calendar-menu-month {
|
||||
color: #808080;
|
||||
}
|
||||
.calendar-day {
|
||||
color: #333;
|
||||
}
|
||||
.calendar-sunday {
|
||||
color: #CC2222;
|
||||
}
|
||||
.calendar-saturday {
|
||||
color: #00ee00;
|
||||
}
|
||||
.calendar-today {
|
||||
color: #0000ff;
|
||||
}
|
||||
.calendar-menu-year {
|
||||
border-color: #D4D4D4;
|
||||
}
|
||||
.calendar {
|
||||
border-color: #D4D4D4;
|
||||
}
|
||||
.calendar-header {
|
||||
background: #F2F2F2;
|
||||
}
|
||||
.calendar-body,
|
||||
.calendar-menu {
|
||||
background: #ffffff;
|
||||
}
|
||||
.calendar-body th {
|
||||
background: #F5F5F5;
|
||||
padding: 2px 0;
|
||||
}
|
||||
.calendar-hover,
|
||||
.calendar-nav-hover,
|
||||
.calendar-menu-hover {
|
||||
background-color: #e6e6e6;
|
||||
color: #00438a;
|
||||
}
|
||||
.calendar-hover {
|
||||
border: 1px solid #ddd;
|
||||
padding: 0;
|
||||
}
|
||||
.calendar-selected {
|
||||
background-color: #0081c2;
|
||||
color: #fff;
|
||||
border: 1px solid #0070a9;
|
||||
padding: 0;
|
||||
}
|
60
src/tr-web-control/script/easyui/themes/bootstrap/combo.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
.combo {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.combo .combo-text {
|
||||
font-size: 12px;
|
||||
border: 0px;
|
||||
margin: 0;
|
||||
padding: 0px 2px;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.combo-arrow {
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.combo-arrow-hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.combo-panel {
|
||||
overflow: auto;
|
||||
}
|
||||
.combo-arrow {
|
||||
background: url('images/combo_arrow.png') no-repeat center center;
|
||||
}
|
||||
.combo-panel {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.combo {
|
||||
border-color: #D4D4D4;
|
||||
background-color: #fff;
|
||||
}
|
||||
.combo-arrow {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.combo-arrow-hover {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
.combo-arrow:hover {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
.combo .textbox-icon-disabled:hover {
|
||||
cursor: default;
|
||||
}
|
||||
.textbox-invalid {
|
||||
border-color: #ffa8a8;
|
||||
background-color: #fff3f3;
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
.combobox-item,
|
||||
.combobox-group {
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.combobox-item-disabled {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.combobox-gitem {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.combobox-group {
|
||||
font-weight: bold;
|
||||
}
|
||||
.combobox-item-hover {
|
||||
background-color: #e6e6e6;
|
||||
color: #00438a;
|
||||
}
|
||||
.combobox-item-selected {
|
||||
background-color: #0081c2;
|
||||
color: #fff;
|
||||
}
|
267
src/tr-web-control/script/easyui/themes/bootstrap/datagrid.css
Normal file
|
@ -0,0 +1,267 @@
|
|||
.datagrid .panel-body {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.datagrid-view {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-view1,
|
||||
.datagrid-view2 {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 0;
|
||||
}
|
||||
.datagrid-view1 {
|
||||
left: 0;
|
||||
}
|
||||
.datagrid-view2 {
|
||||
right: 0;
|
||||
}
|
||||
.datagrid-mask {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
display: none;
|
||||
}
|
||||
.datagrid-mask-msg {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -20px;
|
||||
padding: 10px 5px 10px 30px;
|
||||
width: auto;
|
||||
height: 16px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
display: none;
|
||||
}
|
||||
.datagrid-sort-icon {
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-toolbar {
|
||||
height: auto;
|
||||
padding: 1px 2px;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.datagrid-btn-separator {
|
||||
float: left;
|
||||
height: 24px;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #fff;
|
||||
margin: 2px 1px;
|
||||
}
|
||||
.datagrid .datagrid-pager {
|
||||
display: block;
|
||||
margin: 0;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.datagrid .datagrid-pager-top {
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
||||
.datagrid-header {
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
}
|
||||
.datagrid-header-inner {
|
||||
float: left;
|
||||
width: 10000px;
|
||||
}
|
||||
.datagrid-header-row,
|
||||
.datagrid-row {
|
||||
height: 25px;
|
||||
}
|
||||
.datagrid-header td,
|
||||
.datagrid-body td,
|
||||
.datagrid-footer td {
|
||||
border-width: 0 1px 1px 0;
|
||||
border-style: dotted;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-cell,
|
||||
.datagrid-cell-group,
|
||||
.datagrid-header-rownumber,
|
||||
.datagrid-cell-rownumber {
|
||||
margin: 0;
|
||||
padding: 0 4px;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
overflow: hidden;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.datagrid-header .datagrid-cell {
|
||||
height: auto;
|
||||
}
|
||||
.datagrid-header .datagrid-cell span {
|
||||
font-size: 12px;
|
||||
}
|
||||
.datagrid-cell-group {
|
||||
text-align: center;
|
||||
}
|
||||
.datagrid-header-rownumber,
|
||||
.datagrid-cell-rownumber {
|
||||
width: 25px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
zoom: 1;
|
||||
}
|
||||
.datagrid-view1 .datagrid-body-inner {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.datagrid-view1 .datagrid-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-footer {
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-footer-inner {
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
width: 10000px;
|
||||
float: left;
|
||||
}
|
||||
.datagrid-row-editing .datagrid-cell {
|
||||
height: auto;
|
||||
}
|
||||
.datagrid-header-check,
|
||||
.datagrid-cell-check {
|
||||
padding: 0;
|
||||
width: 27px;
|
||||
height: 18px;
|
||||
font-size: 1px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datagrid-header-check input,
|
||||
.datagrid-cell-check input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 15px;
|
||||
height: 18px;
|
||||
}
|
||||
.datagrid-resize-proxy {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 10000px;
|
||||
top: 0;
|
||||
cursor: e-resize;
|
||||
display: none;
|
||||
}
|
||||
.datagrid-body .datagrid-editable {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-body .datagrid-editable table {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.datagrid-body .datagrid-editable td {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.datagrid-view .datagrid-editable-input {
|
||||
margin: 0;
|
||||
padding: 2px 4px;
|
||||
border: 1px solid #D4D4D4;
|
||||
font-size: 12px;
|
||||
outline-style: none;
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
.datagrid-sort-desc .datagrid-sort-icon {
|
||||
padding: 0 13px 0 0;
|
||||
background: url('images/datagrid_icons.png') no-repeat -16px center;
|
||||
}
|
||||
.datagrid-sort-asc .datagrid-sort-icon {
|
||||
padding: 0 13px 0 0;
|
||||
background: url('images/datagrid_icons.png') no-repeat 0px center;
|
||||
}
|
||||
.datagrid-row-collapse {
|
||||
background: url('images/datagrid_icons.png') no-repeat -48px center;
|
||||
}
|
||||
.datagrid-row-expand {
|
||||
background: url('images/datagrid_icons.png') no-repeat -32px center;
|
||||
}
|
||||
.datagrid-mask-msg {
|
||||
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
|
||||
}
|
||||
.datagrid-header,
|
||||
.datagrid-td-rownumber {
|
||||
background-color: #F2F2F2;
|
||||
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
|
||||
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
|
||||
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
|
||||
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
|
||||
}
|
||||
.datagrid-cell-rownumber {
|
||||
color: #333;
|
||||
}
|
||||
.datagrid-resize-proxy {
|
||||
background: #bbb;
|
||||
}
|
||||
.datagrid-mask {
|
||||
background: #ccc;
|
||||
}
|
||||
.datagrid-mask-msg {
|
||||
border-color: #D4D4D4;
|
||||
}
|
||||
.datagrid-toolbar,
|
||||
.datagrid-pager {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
.datagrid-header,
|
||||
.datagrid-toolbar,
|
||||
.datagrid-pager,
|
||||
.datagrid-footer-inner {
|
||||
border-color: #e6e6e6;
|
||||
}
|
||||
.datagrid-header td,
|
||||
.datagrid-body td,
|
||||
.datagrid-footer td {
|
||||
border-color: #ccc;
|
||||
}
|
||||
.datagrid-htable,
|
||||
.datagrid-btable,
|
||||
.datagrid-ftable {
|
||||
color: #333;
|
||||
border-collapse: separate;
|
||||
}
|
||||
.datagrid-row-alt {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
.datagrid-row-over,
|
||||
.datagrid-header td.datagrid-header-over {
|
||||
background: #e6e6e6;
|
||||
color: #00438a;
|
||||
cursor: default;
|
||||
}
|
||||
.datagrid-row-selected {
|
||||
background: #0081c2;
|
||||
color: #fff;
|
||||
}
|
||||
.datagrid-row-editing .textbox,
|
||||
.datagrid-row-editing .textbox-text {
|
||||
-moz-border-radius: 0 0 0 0;
|
||||
-webkit-border-radius: 0 0 0 0;
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
|
@ -0,0 +1,95 @@
|
|||
.datalist .datagrid-header {
|
||||
border-width: 0;
|
||||
}
|
||||
.datalist .datagrid-group,
|
||||
.m-list .m-list-group {
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
background-color: #F2F2F2;
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #ccc;
|
||||
}
|
||||
.datalist .datagrid-group-expander {
|
||||
display: none;
|
||||
}
|
||||
.datalist .datagrid-group-title {
|
||||
padding: 0 4px;
|
||||
}
|
||||
.datalist .datagrid-btable {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.datalist .datagrid-row td {
|
||||
border-style: solid;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.datalist-lines .datagrid-row td {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
.datalist .datagrid-cell,
|
||||
.m-list li {
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 2px 4px;
|
||||
line-height: 18px;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datalist-link,
|
||||
.m-list li>a {
|
||||
display: block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
overflow: hidden;
|
||||
margin: -2px -4px;
|
||||
padding: 2px 4px;
|
||||
padding-right: 16px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.datalist-link::after,
|
||||
.m-list li>a::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
content: '';
|
||||
right: 6px;
|
||||
top: 50%;
|
||||
margin-top: -4px;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0 0;
|
||||
-ms-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
.m-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.m-list li {
|
||||
border-style: solid;
|
||||
border-width: 0 0 1px 0;
|
||||
border-color: #ccc;
|
||||
}
|
||||
.m-list li>a:hover {
|
||||
background: #e6e6e6;
|
||||
color: #00438a;
|
||||
}
|
||||
.m-list .m-list-group {
|
||||
padding: 0 4px;
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
.datebox-calendar-inner {
|
||||
height: 180px;
|
||||
}
|
||||
.datebox-button {
|
||||
height: 18px;
|
||||
padding: 2px 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.datebox-button a {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
opacity: 0.6;
|
||||
filter: alpha(opacity=60);
|
||||
}
|
||||
.datebox-button a:hover {
|
||||
opacity: 1.0;
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
.datebox-current,
|
||||
.datebox-close {
|
||||
float: left;
|
||||
}
|
||||
.datebox-close {
|
||||
float: right;
|
||||
}
|
||||
.datebox .combo-arrow {
|
||||
background-image: url('images/datebox_arrow.png');
|
||||
background-position: center center;
|
||||
}
|
||||
.datebox-button {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.datebox-button a {
|
||||
color: #444;
|
||||
}
|
32
src/tr-web-control/script/easyui/themes/bootstrap/dialog.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
.dialog-content {
|
||||
overflow: auto;
|
||||
}
|
||||
.dialog-toolbar {
|
||||
padding: 2px 5px;
|
||||
}
|
||||
.dialog-tool-separator {
|
||||
float: left;
|
||||
height: 24px;
|
||||
border-left: 1px solid #ccc;
|
||||
border-right: 1px solid #fff;
|
||||
margin: 2px 1px;
|
||||
}
|
||||
.dialog-button {
|
||||
padding: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
.dialog-button .l-btn {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.dialog-toolbar,
|
||||
.dialog-button {
|
||||
background: #F5F5F5;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.dialog-toolbar {
|
||||
border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4;
|
||||
}
|
||||
.dialog-button {
|
||||
border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4;
|
||||
}
|
2753
src/tr-web-control/script/easyui/themes/bootstrap/easyui.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.filebox .textbox-value {
|
||||
vertical-align: top;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -5000px;
|
||||
}
|
||||
.filebox-label {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.l-btn-disabled .filebox-label {
|
||||
cursor: default;
|
||||
}
|
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/accordion_arrows.png
Executable file
After Width: | Height: | Size: 184 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/blank.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/calendar_arrows.png
Executable file
After Width: | Height: | Size: 173 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/combo_arrow.png
Executable file
After Width: | Height: | Size: 117 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/datagrid_icons.png
Executable file
After Width: | Height: | Size: 220 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/datebox_arrow.png
Executable file
After Width: | Height: | Size: 626 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/layout_arrows.png
Executable file
After Width: | Height: | Size: 319 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/linkbutton_bg.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/loading.gif
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/menu_arrows.png
Executable file
After Width: | Height: | Size: 160 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/messager_icons.png
Executable file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/pagination_icons.png
Executable file
After Width: | Height: | Size: 628 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/panel_tools.png
Executable file
After Width: | Height: | Size: 194 B |
BIN
src/tr-web-control/script/easyui/themes/bootstrap/images/searchbox_button.png
Executable file
After Width: | Height: | Size: 813 B |