PHP7 fix
[Pman.Core] / templates / master-verify-ip-access.html
1 <!DOCTYPE html
2       PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"
5       xmlns:html="http://www.w3.org/1999/xhtml"
6       xmlns:svg="http://www.w3.org/2000/svg"
7       xmlns:xlink="http://www.w3.org/1999/xlink">
8     <head>
9         <!-- core/template/master.html -->
10
11         <title>{appName}</title>
12         
13         <meta name="google" value="notranslate">
14         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
15         
16         <link rel="shortcut icon" href="./Pman.ico" type="image/vnd.microsoft.icon"/>
17         
18         <link href="{rootURL}/roojs1/css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
19         <link href="{rootURL}/roojs1/css-bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css" />
20         <link href="{rootURL}/roojs1/css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
21         
22         {outputCSSIncludes()}
23
24 <style>
25         /* -- move me to a css file !!! */
26         /*
27         ::-webkit-scrollbar {
28             width: 0px;
29             background: transparent;
30         }
31         */
32         #body-container {
33             width: 100%;
34             height: auto;
35          }
36          .roo-layout-component-panel, .roo-layout-nested-layout {
37             height: auto;
38             overflow: visible;
39          }
40
41          #body-container,
42          #body-container  .roo-layout-panel-body
43          {
44             overflow: visible;
45          }
46
47
48         .navbar-default {
49             background-color: #634e37;
50         }
51         .roo-layout-panel-body  .navbar ul.nav-tabs
52         {
53             margin-left: auto;
54             margin-right: auto;
55         }
56
57         .roo-layout-panel-body  .navbar {
58             margin-left: auto;
59             hidden: table;
60             margin-right: auto;
61             padding: 0 20px;
62         }
63
64       </style>
65
66      </head>
67     <body class="ytheme-gray">
68         <!-- <flexy:include src="header-nav.html"></flexy:include> -->
69
70         <br/>
71
72         <div id="body-container"></div>
73
74         <!-- footer -->
75         <!-- <flexy:include src="footer-public.html"></flexy:include> -->
76         <!-- footer -->
77 {if:bootLoader.Pman[roo_debug]}
78
79         <script type="text/javascript" src="{rootURL}/roojs1/roojs-core-debug.js"></script>
80         <!-- bootstrap js.. needs to compile it later.. -->
81         <script type="text/javascript" src="{rootURL}/roojs1/roojs-bootstrap-debug.js"></script>
82
83         <!-- <script type="text/javascript" src="{rootURL}/roojs1/ux/Iscroll.js"></script>  -->
84
85 {else:}
86
87         <script type="text/javascript" src="{rootURL}/roojs1/roojs-core-debug.js"></script>
88         <!-- bootstrap js.. needs to compile it later.. -->
89         <script type="text/javascript" src="{rootURL}/roojs1/roojs-bootstrap-debug.js"></script>
90
91 {end:}
92         <flexy:toJSON
93             baseURL="baseURL"
94             rootURL="rootURL"
95             isDev="isDev"
96             serverName="serverName"
97             appLang="lang"
98             appName="appName"
99             appNameShort="appNameShort"
100             appLogo="appLogo"
101             appOwnerCompanyId="company.id"
102
103             AppLinkError="linkFail"
104             AppTrackOnLoad="onloadTrack"
105
106             showNewPass="showNewPass"
107             allowSignup="allowSignup"
108
109             logoPrefix="logoPrefix"
110
111             AppModules="appModules"
112             AppVersion="appVersion"
113             appDisabled="appDisabled"
114             uiConfig="uiConfig"
115             fullstory="fullstory"
116         ></flexy:toJSON>
117
118         <script type="text/javascript">
119             Ext=Roo; // bc
120             Roo.BLANK_IMAGE_URL =  rootURL + "/roojs1/images/gray/s.gif";
121             Roo.rootURL = rootURL +'/roojs1/';
122             Pman = {};
123             
124         </script>
125         
126         {outputJavascriptDir(#Pman/Core#,#Pman.Request.js#,#Pman.Dialog.VerifyAccess.js#)}   
127         
128         <script type="text/javascript">
129             Pman.Dialog.VerifyAccess.show({});
130         </script>
131     </body>
132 </html>