File tree 7 files changed +8
-3
lines changed
7 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 66
66
'menu_about ' => 'Etwa ' ,
67
67
'menu_gologout ' => 'Ausloggen ' ,
68
68
/* Page index */
69
+ 'txt-gologout ' => 'Bitte warten Sie beim Abmelden ... ' ,
69
70
'txt-SysMsg ' => 'System informationen ' ,
70
71
'txt-StorageMsg ' => 'Speichergerät informationen ' ,
71
72
'txt-CPUMsg ' => 'CPU-Informationen ' ,
Original file line number Diff line number Diff line change 66
66
'menu_about ' => 'About ' ,
67
67
'menu_gologout ' => 'Logout ' ,
68
68
/* Page index */
69
+ 'txt-gologout ' => 'Please wait, system logout is in progress ... ' ,
69
70
'txt-SysMsg ' => 'System information ' ,
70
71
'txt-StorageMsg ' => 'Storage information ' ,
71
72
'txt-CPUMsg ' => 'CPU information ' ,
Original file line number Diff line number Diff line change 66
66
'menu_about ' => 'だいたい ' ,
67
67
'menu_gologout ' => 'ログアウト ' ,
68
68
/* Page index */
69
+ 'txt-gologout ' => 'ログアウトするまでお待ちください... ' ,
69
70
'txt-SysMsg ' => '記憶情報 ' ,
70
71
'txt-StorageMsg ' => 'ストレージ情報 ' ,
71
72
'txt-CPUMsg ' => 'CPU情報 ' ,
Original file line number Diff line number Diff line change 66
66
'menu_about ' => '关于 ' ,
67
67
'menu_gologout ' => '登出系统 ' ,
68
68
/* Page index */
69
+ 'txt-gologout ' => '请稍候,系统登出中 ... ' ,
69
70
'txt-SysMsg ' => '系统信息 ' ,
70
71
'txt-StorageMsg ' => '存储信息 ' ,
71
72
'txt-CPUMsg ' => 'CPU信息 ' ,
Original file line number Diff line number Diff line change 66
66
'menu_about ' => '關於 ' ,
67
67
'menu_gologout ' => '登出系統 ' ,
68
68
/* Page index */
69
+ 'txt-gologout ' => '請稍候,系統登出中 ... ' ,
69
70
'txt-SysMsg ' => '系統信息 ' ,
70
71
'txt-StorageMsg ' => '存儲信息 ' ,
71
72
'txt-CPUMsg ' => 'CPU信息 ' ,
Original file line number Diff line number Diff line change 2
2
3
3
<!-- GoLogout 登出系统 -->
4
4
<script type =" text/javascript" >
5
- setTimeout ( function (){ window .location .href = " /logout" }, 3000 );
5
+ setTimeout ( function (){ window .location .href = " /logout" }, 4000 );
6
6
</script >
7
7
<div class =" login-main" style =" height :300px ;padding-left :30px ;padding-right :25px ; transform : translateY (50% );" >
8
8
<table width =" 100%" height =" 100%" border =0 rules =none cellspacing =0 >
9
- <tr ><td style =" text-align :center ;" >{{ __ (' main.menu_gologout ' ) } } ... </td ></tr >
9
+ <tr ><td style =" text-align :center ;" >{{ __ (' main.txt-gologout ' ) } } </td ></tr >
10
10
</table >
11
11
</div >
12
12
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ function Get_info_Storage() { //获取存储相关信息
365
365
/* ====== 处理路由 Begin ====== */
366
366
$ Data ['xMessage ' ]=trans ('main.LogoutMsg ' );
367
367
$ Data ['xMessage_Center ' ]='T ' ; //文字中间对齐
368
- $ Data ['xMessage_UrlTime ' ]=3 ;
368
+ $ Data ['xMessage_UrlTime ' ]=4 ;
369
369
$ Data ['xMessage_Url ' ]='/ ' ;
370
370
Log::info ('Logout ' );
371
371
Session::forget (['User ' ,'Pass ' ]); return view ('message ' ,$ Data ); //输出页面;
You can’t perform that action at this time.
0 commit comments