2017-01-16 18:28:37 +01:00
|
|
|
<div id="main">
|
2017-01-17 18:19:45 +01:00
|
|
|
<div id="overlay"></div>
|
2017-01-16 18:28:37 +01:00
|
|
|
<div id="data">
|
|
|
|
|
<p class="left" data-localization="main_p1"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
|
2016-08-16 17:57:57 +02:00
|
|
|
|
2017-01-17 18:19:45 +01:00
|
|
|
<center>
|
|
|
|
|
<h5 id="tryit" data-localization="tryIt"></h5>
|
|
|
|
|
</center>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<div id="buttons" class="buttons">
|
2017-01-17 18:19:45 +01:00
|
|
|
<a id="create-pad" href="/pad/"><button class="btn btn-secondary" data-localization="button_newpad"></button></a>
|
|
|
|
|
<a id="create-code" href="/code/"><button class="btn btn-secondary" data-localization="button_newcode"></button></a>
|
|
|
|
|
<a id="create-poll" href="/poll/"><button class="btn btn-secondary" data-localization="button_newpoll"></button></a>
|
|
|
|
|
<a id="create-slide" href="/slide/"><button class="btn btn-secondary" data-localization="button_newslide"></button></a>
|
|
|
|
|
<br>
|
|
|
|
|
<button class="btn btn-default nologin" data-localization="login_nologin"></button>
|
2017-01-16 18:28:37 +01:00
|
|
|
</div>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
</div>
|
2017-01-04 16:35:32 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<div id="userForm">
|
|
|
|
|
<center>
|
2017-01-17 16:21:12 +01:00
|
|
|
<h1 data-localization="form_title"></h1>
|
2017-01-16 18:28:37 +01:00
|
|
|
</center>
|
|
|
|
|
<label for="name" data-localization="form_username"></label><br>
|
2017-01-17 11:52:44 +01:00
|
|
|
<input type="text" id="name" name="name" data-localization-placeholder="login_username" autofocus><br>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-16 18:28:37 +01:00
|
|
|
<label for="password" data-localization="form_password"></label><br>
|
2017-01-17 11:52:44 +01:00
|
|
|
<input type="password" id="password" name="password" data-localization-placeholder="login_password"><br>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2017-01-17 11:52:44 +01:00
|
|
|
<input type="checkbox" id="rememberme" checked="checked"><label for="rememberme" data-localization="login_remember"></label><br>
|
2017-01-16 18:28:37 +01:00
|
|
|
<br>
|
2017-01-17 18:19:45 +01:00
|
|
|
<button class="btn btn-secondary login half first" data-localization="login_login"></button> <button class="btn btn-primary register half" data-localization="login_register"></button><br>
|
2017-01-16 18:28:37 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-01-03 15:25:41 +01:00
|
|
|
|
2016-08-16 17:57:57 +02:00
|
|
|
|