commonjs move to static
This commit is contained in:
22
modules/static/src/main/resources/static/common/error.css
Normal file
22
modules/static/src/main/resources/static/common/error.css
Normal file
@@ -0,0 +1,22 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
* @author ThinkGem
|
||||
* @version 2019-1-6
|
||||
*/
|
||||
.error-page {width:700px;margin-top:80px;}
|
||||
.error-page > .error-content {margin-left:230px;}
|
||||
.error-page > .error-content h3 {margin-bottom:20px;}
|
||||
.error-page > .error-content button {margin-top:20px;}
|
||||
.error-page > .headline {margin-left:20px;padding:20px;letter-spacing:-10px;line-height:78px;}
|
||||
.error-page > .copyright {clear:both;text-align:center;margin-top:50px;margin-right:50px;}
|
||||
@media (max-width: 991px){
|
||||
.error-page > .headline{float:left;text-align:left;}
|
||||
.error-page > .error-content>h3{text-align:left;}
|
||||
}
|
||||
@media (max-width: 791px){
|
||||
.error-page {width: 100%;}
|
||||
.error-page > .headline {float:none;text-align:center;margin-left:-30px;}
|
||||
.error-page > .error-content {margin:0 auto;text-align:left;width:300px;}
|
||||
.error-page > .error-content h3 {text-align:left;}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function($) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = $.extend({}, js.i18n, {
|
||||
'tabpanel.newTabPage':'New Page',
|
||||
'loading.message':'Loading ...',
|
||||
'loading.submitMessage':'Submission ...',
|
||||
'showMessage.error':'failure,error',
|
||||
'showMessage.warning':'no,not,Not,already exists',
|
||||
'showMessage.success':'success,completion'
|
||||
});
|
||||
// ============ layer ============
|
||||
window.layer = window.layer || {};
|
||||
layer.i18n = $.extend({}, layer.i18n, {
|
||||
btnOk: 'Ok',
|
||||
btnCancel: 'Cancel',
|
||||
title: 'Information',
|
||||
promptTipA: 'Enter ',
|
||||
promptTipB: 'character at most.',
|
||||
noPicture: 'No picture',
|
||||
photoError: 'Current image address error.<br>Next slide?',
|
||||
photoNextPage: 'The next',
|
||||
photoClose: 'Close'
|
||||
});
|
||||
})(jQuery);
|
||||
@@ -0,0 +1,32 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function($) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = $.extend({}, js.i18n, {
|
||||
'tabpanel.newTabPage':'新タブ',
|
||||
'loading.message':'ローディング...お待ちください...',
|
||||
'loading.submitMessage':'送信中...お待ちください...',
|
||||
'showMessage.error':'失敗,エラー,未完了',
|
||||
'showMessage.warning':'不可,不許可,必須,既に存在,不要,不正確',
|
||||
'showMessage.success':'成功,完了'
|
||||
});
|
||||
// ============ layer ============
|
||||
window.layer = window.layer || {};
|
||||
layer.i18n = $.extend({}, layer.i18n, {
|
||||
btnOk: '確定',
|
||||
btnCancel: 'キャンセル',
|
||||
title: 'メッセージ',
|
||||
promptTipA: '最大入力',
|
||||
promptTipB: '個文字',
|
||||
noPicture: '画像が存在しません',
|
||||
photoError: 'この画像が表示できません<br>次の画像へ遷移しますか?',
|
||||
photoNextPage: '次へ',
|
||||
photoClose: '閉じる'
|
||||
});
|
||||
})(jQuery);
|
||||
@@ -0,0 +1,19 @@
|
||||
/*!
|
||||
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
||||
* No deletion without permission, or be held responsible to law.
|
||||
*
|
||||
* 国际化文件
|
||||
* @author ThinkGem
|
||||
* @version 2017-12-24
|
||||
*/
|
||||
(function($) {
|
||||
window.js = window.js || {};
|
||||
js.i18n = $.extend({}, js.i18n, {
|
||||
'tabpanel.newTabPage':'新页签',
|
||||
'loading.message':'正在加载,请稍候...',
|
||||
'loading.submitMessage':'正在提交,请稍候...',
|
||||
'showMessage.error':'失败,错误,未完成',
|
||||
'showMessage.warning':'不能,不允许,必须,已存在,不需要,不正确',
|
||||
'showMessage.success':'成功,完成'
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user