|
1 | | -doctype html |
2 | | -html(lang='en') |
3 | | - head |
4 | | - title MMGIS / Login |
5 | | - meta(name='viewport' content='width=device-width, initial-scale=1.0') |
6 | | - link(rel='shortcut icon' href=ROOT_PATH + '/public/images/logos/logo.png') |
7 | | - link(type='text/css' rel='stylesheet' href=ROOT_PATH + '/public/login.css') |
8 | | - script. |
9 | | - allowSignup = #{AUTH_LOCAL_ALLOW_SIGNUP} |
10 | | - script(type='text/javascript' src=ROOT_PATH + '/public/jquery.min.js') |
11 | | - script(type='text/javascript' src=ROOT_PATH + '/public/login.js') |
12 | | - style. |
13 | | - @font-face { font-family: "Source Sans Pro"; src: url(#{ROOT_PATH}/public/fonts/sourcesanspro/SourceSansPro-Regular.ttf); } |
14 | | - body { background-image: url(#{ROOT_PATH}/public/images/contours.png) !important; } |
15 | | - body.mmgisScrollbar |
16 | | - .header |
17 | | - img(src=ROOT_PATH + '/public/images/logos/local_login_brand.png' alt='Branding' style='left: 44px; transform: unset; height: 60px; opacity: 0.5;') |
18 | | - #container(style='z-index: 1;') |
19 | | - img(src=ROOT_PATH + '/public/images/logos/mmgis.png' alt='MMGIS') |
20 | | - span#msg.error |
21 | | - form.box(name='form1') |
22 | | - h4 |
23 | | - | Log in |
24 | | - span to your account. |
25 | | - h5 If you do not have an account,<br>sign up or request one from your administrator. |
26 | | - label#username_label(for="username" style="position: absolute; color: #a1a4ad; top: 203px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 100px; text-align: center;") Username |
27 | | - input#username(type='text' name='username' placeholder='Username' autocomplete='off') |
28 | | - label#email_label(for="email" style="position: absolute; color: #a1a4ad; top: 270px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 100px; text-align: center;") Email |
29 | | - input#email(type='text' name='email' placeholder='Email' autocomplete='off') |
30 | | - div#email_description An email is optional. |
31 | | - label#pwd_label(for="pwd" style="position: absolute; color: #a1a4ad; top: 270px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 100px; text-align: center;") Password |
32 | | - input#pwd(type='password' name='password' placeholder='Password' autocomplete='off') |
33 | | - div#pwd_description Must be at least 8 characters long and contain at least: 1 uppercase letter, 1 lowercase letter, 1 number and 1 symbol. |
34 | | - label#pwd_retype_label(for="pwd_retype" style="position: absolute; color: #a1a4ad; top: 464px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 120px; text-align: center;") Retype Password |
35 | | - input#pwd_retype(type='password' name='password' placeholder='Retype Password' autocomplete='off') |
36 | | - div#login.btn1(onClick='login()' title='Log in to MMGIS!') Log In |
37 | | - div#toggleWrapper |
38 | | - div#toggle(onClick='toggle()') Or Sign Up |
39 | | - .footer(style='position: absolute; bottom: 0; padding: 44px; box-sizing: border-box; width: 100%; color: #adadad; font-size: 14px; display: flex; justify-content: flex-end; text-align: end;') |
40 | | - |
41 | | - div |
42 | | - div Contact: #{CONTACT_INFO} |
43 | | - div Clearance Number: #{CLEARANCE_NUMBER} |
44 | | - div(style='display: flex;') |
45 | | - a(href='http://www.jpl.nasa.gov/copyrights.cfm' style='margin-right: 10px;') PRIVACY |
46 | | - a(href='http://www.jpl.nasa.gov/imagepolicy/') IMAGE POLICY |
47 | | - footer |
| 1 | +doctype html |
| 2 | +html(lang='en') |
| 3 | + head |
| 4 | + title MMGIS / Login |
| 5 | + meta(name='viewport' content='width=device-width, initial-scale=1.0') |
| 6 | + link(rel='shortcut icon' href=ROOT_PATH + 'public/images/logos/logo.png') |
| 7 | + link(type='text/css' rel='stylesheet' href=ROOT_PATH + 'public/login.css') |
| 8 | + script. |
| 9 | + allowSignup = #{AUTH_LOCAL_ALLOW_SIGNUP} |
| 10 | + script(type='text/javascript' src=ROOT_PATH + 'public/jquery.min.js') |
| 11 | + script(type='text/javascript' src=ROOT_PATH + 'public/login.js') |
| 12 | + style. |
| 13 | + @font-face { font-family: "Source Sans Pro"; src: url(#{ROOT_PATH}public/fonts/sourcesanspro/SourceSansPro-Regular.ttf); } |
| 14 | + body { background-image: url(#{ROOT_PATH}public/images/contours.png) !important; } |
| 15 | + body.mmgisScrollbar |
| 16 | + .header |
| 17 | + img(src=ROOT_PATH + 'public/images/logos/local_login_brand.png' alt='Branding' style='left: 44px; transform: unset; height: 60px; opacity: 0.5;') |
| 18 | + #container(style='z-index: 1;') |
| 19 | + img(src=ROOT_PATH + 'public/images/logos/mmgis.png' alt='MMGIS') |
| 20 | + span#msg.error |
| 21 | + form.box(name='form1') |
| 22 | + h4 |
| 23 | + | Log in |
| 24 | + span to your account. |
| 25 | + h5 If you do not have an account,<br>sign up or request one from your administrator. |
| 26 | + label#username_label(for="username" style="position: absolute; color: #a1a4ad; top: 203px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 100px; text-align: center;") Username |
| 27 | + input#username(type='text' name='username' placeholder='Username' autocomplete='off') |
| 28 | + label#email_label(for="email" style="position: absolute; color: #a1a4ad; top: 270px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 100px; text-align: center;") Email |
| 29 | + input#email(type='text' name='email' placeholder='Email' autocomplete='off') |
| 30 | + div#email_description An email is optional. |
| 31 | + label#pwd_label(for="pwd" style="position: absolute; color: #a1a4ad; top: 270px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 100px; text-align: center;") Password |
| 32 | + input#pwd(type='password' name='password' placeholder='Password' autocomplete='off') |
| 33 | + div#pwd_description Must be at least 8 characters long and contain at least: 1 uppercase letter, 1 lowercase letter, 1 number and 1 symbol. |
| 34 | + label#pwd_retype_label(for="pwd_retype" style="position: absolute; color: #a1a4ad; top: 464px; left: 50%; transform: translateX(-50%); background: #1c1c1c; border-radius: 10px; font-size: 14px; width: 120px; text-align: center;") Retype Password |
| 35 | + input#pwd_retype(type='password' name='password' placeholder='Retype Password' autocomplete='off') |
| 36 | + div#login.btn1(onClick='login()' title='Log in to MMGIS!') Log In |
| 37 | + div#toggleWrapper |
| 38 | + div#toggle(onClick='toggle()') Or Sign Up |
| 39 | + .footer(style='position: absolute; bottom: 0; padding: 44px; box-sizing: border-box; width: 100%; color: #adadad; font-size: 14px; display: flex; justify-content: flex-end; text-align: end;') |
| 40 | + |
| 41 | + div |
| 42 | + div Contact: #{CONTACT_INFO} |
| 43 | + div Clearance Number: #{CLEARANCE_NUMBER} |
| 44 | + div(style='display: flex;') |
| 45 | + a(href='http://www.jpl.nasa.gov/copyrights.cfm' style='margin-right: 10px;') PRIVACY |
| 46 | + a(href='http://www.jpl.nasa.gov/imagepolicy/') IMAGE POLICY |
| 47 | + footer |
48 | 48 | script(id="_fed_an_ua_tag" type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=NASA&subagency=MMGIS&dclink=true&sp=search,s") |
0 commit comments