1
+ <!DOCTYPE html>
1
2
< html xmlns:ajxp >
2
- < head >
3
- < title > AJXP_APPLICATION_TITLE</ title >
4
- AJXP_REBASE
5
- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 ">
7
- < link rel ="icon " type ="image/x-png " href ="AJXP_THEME_FOLDER/images/html-folder.png ">
8
- < link rel ="stylesheet " type ="text/css " href ="AJXP_THEME_FOLDER/css/allz.css?v=AJXP_CURRENT_VERSION ">
9
- <!--[if IE 8]>
10
- <script src="AJXP_CLIENT_RESOURCES_FOLDER/js/vendor/es6/es5-shim.min.js"></script>
11
- <script src="AJXP_CLIENT_RESOURCES_FOLDER/js/vendor/es6/es5-sham.min.js"></script>
12
- <![endif]-->
13
- AJXP_ADDITIONAL_JS_FRAMEWORKS
14
- < script language ="javascript " type ="text/javascript " src ="AJXP_CLIENT_RESOURCES_FOLDER/js/ajaxplorer_boot.js?v=AJXP_CURRENT_VERSION "> </ script >
15
- </ head >
16
- < body style ="overflow:hidden; ">
17
- < script type ="text/javascript ">
18
- // Initialize booter. Do not remove the commented line AJXP_JSON_START_PARAMETERS, as it is
19
- // dynamically replaced by the application!
20
- var ajaxplorer , startParameters = { } , MessageHash = { } ;
21
- //AJXP_JSON_START_PARAMETERS
22
- window . ajxpBootstrap = new AjxpBootstrap ( startParameters ) ;
23
- </ script >
24
- < div id ="ajxp_desktop " ajxpClass ="AjxpPane " ajxpOptions ='{"fit":"height","fitParent":"window","fitMarginBottom":"$(\"optional_bottom_div\").getHeight()"} '> </ div >
25
- < div id ="all_forms ">
26
- < div id ="generic_dialog_box " class ="dialogBox "> < div class ="dialogTitle "> </ div > < div class ="dialogContent "> </ div > </ div >
27
- < div id ="hidden_frames " style ="display:none; "> </ div >
28
- < div id ="hidden_forms " style ="position:absolute;left:-1000px; "> </ div >
29
-
30
- <!-- LOGIN SCREEN MUST BE ALREADY IN PAGE TO ENABLE PASSWORD REMEMBERING -->
31
- < form id ="login_form " action ="login " style ="display:none; " box_width ="230 ">
32
- < input type ="hidden " name ="get_action " value ="login ">
33
- < input type ="hidden " name ="login_seed " id ="login_seed " value ="">
34
- < a style ="float:right; " href ="javascript:pydio.getController().fireAction('switch_language'); " title ="AJXP_MESSAGE[190] " alt ="AJXP_MESSAGE[190] "> < img src ="AJXP_THEME_FOLDER/images/actions/16/flag.png " border ="0 " height ="16 " width ="16 "> </ a >
35
- < div class ="dialogLegend " style ="margin-bottom: 3px;margin-top: 4px; " ajxp_message_id ="180 "> AJXP_MESSAGE[180]</ div >
36
- < div style ="width:100%; ">
37
- < div class ="SF_element ">
38
- < div class ="SF_label "> < ajxp:message ajxp_message_id ="181 "> AJXP_MESSAGE[181]</ ajxp:message > </ div >
39
- < div class ="SF_input "> < input type ="text " name ="userid " style ="width: 100px; padding:0px; " class ="dialogFocus "> </ div >
40
- </ div >
41
- < div class ="SF_element ">
42
- < div class ="SF_label "> < ajxp:message ajxp_message_id ="182 "> AJXP_MESSAGE[182]</ ajxp:message > </ div >
43
- < div class ="SF_input "> < input type ="password " name ="password " style ="width: 100px; padding:0px; "> </ div >
44
- </ div >
45
- < div class ="SF_element ">
46
- < input type ="checkbox " class ="radio " name ="remember_me " style ="border: none; width:20px !important; "/> < ajxp:message ajxp_message_id ="261 "> AJXP_MESSAGE[261]</ ajxp:message >
47
- </ div >
48
- </ div >
49
- </ form >
50
- </ div >
51
- < link rel ="stylesheet " href ="plugins/gui.ajax/res/js/lib/chosen/chosen.css "/>
52
- </ body >
3
+ < head >
4
+ < title > AJXP_APPLICATION_TITLE</ title >
5
+ AJXP_REBASE
6
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 ">
8
+ < link rel ="stylesheet " type ="text/css " href ="AJXP_THEME_FOLDER/css/allz.css?v=AJXP_CURRENT_VERSION ">
9
+ <!--[if IE 8]>
10
+ <script src="AJXP_CLIENT_RESOURCES_FOLDER/js/vendor/es6/es5-shim.min.js"></script>
11
+ <script src="AJXP_CLIENT_RESOURCES_FOLDER/js/vendor/es6/es5-sham.min.js"></script>
12
+ <![endif]-->
13
+ <!--[if IE 7]>
14
+ <script src="AJXP_CLIENT_RESOURCES_FOLDER/js/vendor/es6/json3.min.js"></script>
15
+ <![endif]-->
16
+ AJXP_ADDITIONAL_JS_FRAMEWORKS
17
+ < script language ="javascript " type ="text/javascript " src ="AJXP_CLIENT_RESOURCES_FOLDER/js/ajaxplorer_boot.js?v=AJXP_CURRENT_VERSION "> </ script >
18
+ < link rel ="icon " type ="image/x-png " href ="index.php?get_action=serve_favicon ">
19
+ </ head >
20
+ < body style ="overflow: hidden; ">
21
+ < script type ="text/javascript ">
22
+ window . ajxpNoNotifLoader = true ;
23
+ window . ajxpThemeSkipLoaderProgress = true ;
24
+ // Initialize booter. Do not remove the commented line AJXP_JSON_START_PARAMETERS, as it is
25
+ // dynamically replaced by the application!
26
+ var ajaxplorer , startParameters = { } , MessageHash = { } ;
27
+ //AJXP_JSON_START_PARAMETERS
28
+ document . observe ( "ajaxplorer:before_gui_load" , function ( e ) {
29
+ if ( window . React ) {
30
+ React . initializeTouchEvents ( true ) ;
31
+ }
32
+ ajaxplorer . currentThemeUsesIconFonts = true ;
33
+ pydio . Parameters . set ( 'currentThemeUsesIconFonts' , true ) ;
34
+ document . documentElement . className += " ajxp_theme_orbit" ;
35
+ } ) ;
36
+ window . ajxpBootstrap = new AjxpBootstrap ( startParameters ) ;
37
+ //window.onbeforeunload = function(){return "Do you want to quit?";};
38
+ </ script >
39
+ < div id ="ajxp_desktop " ajxpClass ="AjxpPane " ajxpOptions ='{"fit":"height","fitParent":"window","fitMarginBottom":"$(\"optional_bottom_div\").getHeight()"} '> </ div >
40
+ < div id ="all_forms ">
41
+ < div id ="generic_dialog_box " class ="dialogBox form-login_form "> < div class ="dialogTitle "> </ div > < div class ="dialogContent "> </ div > </ div >
42
+ < div id ="hidden_frames " style ="display:none; "> </ div >
43
+ < div id ="hidden_forms " style ="position:absolute;left:-1000px; "> </ div >
44
+
45
+ <!-- LOGIN SCREEN MUST BE ALREADY IN PAGE TO ENABLE PASSWORD REMEMBERING -->
46
+ < form id ="login_form " style ="display:none; " box_width ="320 " box_padding ="0 ">
47
+ < input type ="hidden " name ="get_action " value ="login ">
48
+ < input type ="hidden " name ="login_seed " id ="login_seed " value ="">
49
+ < a href ="javascript:pydio.getController().fireAction('switch_language'); " title ="AJXP_MESSAGE[190] " alt ="AJXP_MESSAGE[190] " class ="icon-flag "> </ a >
50
+ < div class ="dialogLegend " ajxp_message_id ="180 "> AJXP_MESSAGE[180]</ div >
51
+ < div style ="width:100%; ">
52
+ < div class ="SF_element ">
53
+ < div class ="SF_label "> < ajxp:message ajxp_message_id ="181 "> AJXP_MESSAGE[181]</ ajxp:message > </ div >
54
+ < div class ="SF_input "> < input type ="text " name ="userid " class ="dialogFocus " placeholder ="AJXP_MESSAGE[181] "> </ div >
55
+ </ div >
56
+ < div class ="SF_element ">
57
+ < div class ="SF_label "> < ajxp:message ajxp_message_id ="182 "> AJXP_MESSAGE[182]</ ajxp:message > </ div >
58
+ < div class ="SF_input "> < input type ="password " name ="password " placeholder ="AJXP_MESSAGE[182] "> </ div >
59
+ </ div >
60
+ < div class ="SF_element ">
61
+ < input type ="checkbox " class ="radio " name ="remember_me " id ="remember_me "/> < label for ="remember_me " ajxp_message_id ="261 "> AJXP_MESSAGE[261]</ label >
62
+ </ div >
63
+ </ div >
64
+ </ form >
65
+ </ div >
66
+ </ body >
53
67
</ html >
0 commit comments