-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin.html
165 lines (104 loc) · 6.14 KB
/
admin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<title>CartoDB Estonia OÜ Developer portal</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="z0+cljM/g2Q7hSEsD41PKJwTidwQbpi6I/P8AnUuT8c//hYpM2ze333cpLfQwNry98AU6XeVV75GMiRAAhGENg==" />
<link rel="stylesheet" type="text/css" media="screen" href="https://developer.nutiteq.com/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" />
<script src="https://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script src="https://developer.nutiteq.com/javascripts/3scale.js"></script>
<script src="https://developer.nutiteq.com/javascripts/excanvas.compiled.js"></script>
<script src="https://developer.nutiteq.com/javascripts/shCore.js"></script>
<script src="https://developer.nutiteq.com/javascripts/shAutoloader.js"></script>
<script src="https://developer.nutiteq.com/javascripts/shBrushXml.js"></script>
<script src="https://developer.nutiteq.com/javascripts/shBrushJScript.js"></script>
<script src="https://developer.nutiteq.com/javascripts/shBrushJava.js"></script>
<script src="https://developer.nutiteq.com/javascripts/shBrushObjectiveC.js"></script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6/html5shiv.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="https://developer.nutiteq.com/css/default.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://developer.nutiteq.com/css/nutiteq.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://developer.nutiteq.com/css/shCoreEclipse.css" />
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?lang=css&skin=sons-of-obsidian"></script>
</head>
<body>
<header role="banner">
<div id="flash-messages">
</div>
</header>
<header class="b-header">
<div class="l-container">
<h1 class="b-header__logo"><a href="http://www.nutiteq.com">Nutiteq</a></h1>
<nav class="b-header__nav">
<ul class="b-header_nav-list">
<li><a href="https://developer.nutiteq.com/samples">Demo</a></li>
<li><a href="https://developer.nutiteq.com/docs">Documentation</a></li>
<li><a href="admin.html">Log in</a></li>
</ul>
</nav>
</div>
</header>
<main id="main-content" role="main">
<div class="full">
<div class="container">
<section class="b-sign">
<div class="b-sign__wrap l-container">
<div class="b-sign__content">
<h1>Log in</h1>
<div class="b-sign__block">
<ul class="b-sign__list">
<form action="https://developer.nutiteq.com/session" method="post" class="formtastic formtastic session form-horizontal" accept-charset="UTF-8" id="new_session"><div style="margin:0;padding:0;display:inline"><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="authenticity_token" value="NLq2PraxXih5TtZBRj12WyEuGRcsdNQ4TmYwcs8z9lPECzyBtuIDkz8XU9qZcOOBSv2EIkuPGzwrp+gwuAw9og==" /><input type="hidden" name="_method" value="post" /></div>
<li>
<label for="">Username or email</label>
<div class="b-sign__input-box">
<input id="session_username" name="username" tabindex="1" autofocus="autofocus" type="text">
</div>
</li>
<li>
<label for="">Password</label>
<div class="b-sign__input-box">
<input id="session_password" name="password" tabindex="2" type="password">
</div>
</li>
</ul>
</div>
<input name="remember_me" type="hidden" value="1">
<footer class="b-sign__footer">
<input name="commit" type="submit" class="b-button m-secondary" value="Login">
</form>
<ul class="b-sign__footer-links">
<li><a href="admin/account/password/new.html">Forgot password?</a></li>
</ul>
</footer>
</div>
</div>
</section>
</div>
</div>
</main>
<footer class="b-footer">
<p>© 2018 CartoDB Estonia OÜ | <a href="https://developer.nutiteq.com/termsofservice">Terms of Service</a> | <a href="https://developer.nutiteq.com/privacypolicy">Privacy Policy</a> | <a href="https://developer.nutiteq.com/refundpolicy">Refund Policy</a></p>
</footer>
<!-- JS and analytics only. -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<a title="Real Time Analytics" href="https://clicky.com/100810539"><img alt="Real Time Analytics" src="https://static.getclicky.com/media/links/badge.gif" border="0" /></a>
<script src="https://static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100810539); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="https://in.getclicky.com/100810539ns.gif" /></p></noscript>
<script src="https://developer.nutiteq.com/javascripts/init.js"></script>
<script type="text/javascript">
SyntaxHighlighter.all()
SyntaxHighlighter.defaults['toolbar'] = false;
</script>
</body>
</html>