6:ff39be154d7d
Anton Shestakov <av6@dwimlabs.net>, 2016-03-18
provision: add tram-im role

next change 11:082343e93ae6
previous change 0:52035246db0a

register.html

Permissions: -rw-r--r--

Other formats: Feeds:
0
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<!DOCTYPE html>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<html lang="en">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<head>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<meta charset="utf-8">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<meta http-equiv="X-UA-Compatible" content="IE=edge">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<meta name="viewport" content="width=device-width, initial-scale=1">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<title>Registration</title>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.25.0/css/uikit.min.css">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<link rel="stylesheet" href="/css/tram-im.css">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.25.0/js/uikit.min.js"></script>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</head>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<body>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="smart-container">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-alert" data-step="noscript">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<p class="uk-text-center">This page needs JavaScript to work.</p>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<hr>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<small>It uses resources from code.jquery.com and cdnjs.cloudflare.com.</small>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<script>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
$('[data-step="noscript"]').addClass('uk-hidden');
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</script>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form uk-form-horizontal" data-step="registration">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-row">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<label for="username" class="uk-form-label">Username</label>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-controls">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<input id="username" type="text" class="uk-width-1-1" value="" required>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-row">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<label for="password1" class="uk-form-label">Password</label>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-controls">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<input id="password1" type="password" class="uk-width-1-1" value="" required>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-row">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<label for="password2" class="uk-form-label">Confirmation</label>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-controls">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<input id="password2" type="password" class="uk-width-1-1" value="" required>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-row">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-form-controls">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<button id="register" type="button" class="uk-button uk-button-primary">Register</button>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<a class="uk-float-right uk-button uk-button-link" href="/">Log in</a>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</body>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</html>