15:52b632342209
Anton Shestakov <av6@dwimlabs.net>, 2016-03-20
validation: move to the new namespace, and move from ui/ up

next change 22:dba8124befc3
previous change 0:52035246db0a

index.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>Tram IM</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" data-step="noscript">
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
<div class="uk-alert">
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
</div>
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="smart-container uk-hidden" data-step="login">
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-connect-form>
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" required autofocus>
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="password" 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="password" 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 type="button" class="uk-button uk-button-primary"><i class="uk-icon-sign-out"></i>&nbsp;Log in</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="/register.html">Register</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
<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
$('[data-step="login"]').removeClass('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
</body>
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</html>