202:f89d1f504643
Anton Shestakov <av6@dwimlabs.net>, 2016-05-29
index: bjid variable is already defined, use it

next change 231:94a41f59d566
previous change 197:078233f1a322

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>
197
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.26.3/css/uikit.min.css" integrity="sha384-xXvgKX0nqIAdfmZif+SmbHMmxUu7U5VBRN1ZHBtvC78A4FR13hYO2ZGox0fuPw57" crossorigin="anonymous">
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.26.3/css/components/progress.min.css" integrity="sha384-bIJ95i9/8BfHJp1jB2T0Z8G87VlsMIvRaEK5RYT7eym8N8sbeVEj/GvyaxKBLSdz" crossorigin="anonymous">
0
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">
197
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js" integrity="sha384-FZY+KSLVXVyc1qAlqH9oCx1JEOlQh6iXfw3o2n3Iy32qGjXmUPWT9I0Z9e9wxYe3" crossorigin="anonymous"></script>
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<script src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.3.3/backbone-min.js" integrity="sha384-NNt9ocJfZhIg2c5PbM5G2a3tTaeXhEfqCHWHNB7htzaWKn8MwFkzVyGdzLA8QMX7" crossorigin="anonymous"></script>
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<script src="https://cdnjs.cloudflare.com/ajax/libs/rivets/0.8.1/rivets.bundled.min.js" integrity="sha384-KIB/b1UL6HC6He/9mc3AYNV0GjyVXGWnwqbSo3hoD6BOYi+XPtqjLtZ99Mevz4I4" crossorigin="anonymous"></script>
197:078233f1a322 templates: add SRI hashes for files from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 195:5640a3d59dc5
line | diff
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.26.3/js/uikit.min.js" integrity="sha384-6OYggLGXv4OPaVsh9O/0baGeEYFu1r1FE3+sNtPeDk6JofnNNZb2sHKzUa7wum04" crossorigin="anonymous"></script>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<script src="/vendor/strophejs/strophe.min.js"></script>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<script src="/vendor/strophejs-plugins/register/strophe.register.js"></script>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<script src="/vendor/strophejs-plugins/vcard/strophe.vcard.js"></script>
0
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>
118
118:f7022798c64a register: progress bar on top
Anton Shestakov <av6@dwimlabs.net>
previous changes: 116:67eba2d671e6
line | diff
<div class="uk-progress uk-progress-mini page-progress" data-app="progress" rv-hide="model:progress | eq undefined">
118:f7022798c64a register: progress bar on top
Anton Shestakov <av6@dwimlabs.net>
previous changes: 116:67eba2d671e6
line | diff
<div class="uk-progress-bar" rv-style="model:progress | fn view.getStyle"></div>
118:f7022798c64a register: progress bar on top
Anton Shestakov <av6@dwimlabs.net>
previous changes: 116:67eba2d671e6
line | diff
</div>
118:f7022798c64a register: progress bar on top
Anton Shestakov <av6@dwimlabs.net>
previous changes: 116:67eba2d671e6
line | diff
0
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>
101
101:0c6582e46a5a html: use jQuery also from cdnjs
Anton Shestakov <av6@dwimlabs.net>
previous changes: 46:e3696f4866fc
line | diff
<small>It uses resources from cdnjs.cloudflare.com.</small>
0
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
21
21:e43ed046f909 register: rename status events, pass callbacks to XMPPInterface.savevCard()
Anton Shestakov <av6@dwimlabs.net>
previous changes: 19:8a8b60dadcee
line | diff
<div class="uk-alert uk-alert-danger uk-hidden" data-msg="registration-closed">Registration is closed at the moment.</div>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
18
18:be40f584efc1 register: improve scripting, move XMPP interface to a separate file
Anton Shestakov <av6@dwimlabs.net>
previous changes: 17:d0dc83ebbf95
line | diff
<div class="uk-form uk-form-horizontal uk-hidden" data-step="registration" data-form="registration">
0
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">
46
46:e3696f4866fc register: redo form validation using rivets
Anton Shestakov <av6@dwimlabs.net>
previous changes: 21:e43ed046f909
line | diff
<input id="username" type="text" class="uk-width-1-1" required autofocus
170
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
rv-value="form:username" rv-class-uk-form-danger="form:username-errors">
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
<div class="uk-text-danger" rv-each-error="form:username-errors">{ error }</div>
0
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">
46
46:e3696f4866fc register: redo form validation using rivets
Anton Shestakov <av6@dwimlabs.net>
previous changes: 21:e43ed046f909
line | diff
<input id="password1" type="password" class="uk-width-1-1" required
170
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
rv-value="form:password1" rv-class-uk-form-danger="form:password1-errors">
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
<div class="uk-text-danger" rv-each-error="form:password1-errors">{ error }</div>
0
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">
46
46:e3696f4866fc register: redo form validation using rivets
Anton Shestakov <av6@dwimlabs.net>
previous changes: 21:e43ed046f909
line | diff
<input id="password2" type="password" class="uk-width-1-1" required
170
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
rv-value="form:password2" rv-class-uk-form-danger="form:password2-errors">
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
<div class="uk-text-danger" rv-each-error="form:password2-errors">{ error }</div>
0
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">
21
21:e43ed046f909 register: rename status events, pass callbacks to XMPPInterface.savevCard()
Anton Shestakov <av6@dwimlabs.net>
previous changes: 19:8a8b60dadcee
line | diff
<div class="uk-alert uk-alert-danger uk-hidden" data-msg="registration-failed">Unspecified error, sorry.</div>
46
46:e3696f4866fc register: redo form validation using rivets
Anton Shestakov <av6@dwimlabs.net>
previous changes: 21:e43ed046f909
line | diff
<button type="button" class="uk-button uk-button-primary" rv-on-click="register">Register</button>
0
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>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
155
155:89f02b4d8280 register: rename vCard-related things to use the more general "profile"
Anton Shestakov <av6@dwimlabs.net>
previous changes: 146:5c0aba0beff3
line | diff
<div class="uk-form uk-form-horizontal uk-hidden" data-step="profile" data-form="profile">
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-row">
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<label for="fullname" class="uk-form-label">Full Name</label>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-controls">
170
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
<input id="fullname" class="uk-width-1-1" type="text" rv-value="form:fullname">
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-row">
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<label for="nickname" class="uk-form-label">Nickname</label>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-controls">
170
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
<input id="nickname" class="uk-width-1-1" type="text" rv-value="form:nickname">
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-row">
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<label for="avatar" class="uk-form-label">Avatar</label>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-controls">
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<input id="avatar" type="file" accept="image/*" value="">
170
170:584e37c0b89c forms: rename rivets.bind() parameter
Anton Shestakov <av6@dwimlabs.net>
previous changes: 169:4cebef28d40b
line | diff
<div class="uk-text-danger" rv-each-error="form:avatar-errors">{ error }</div>
146
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
<p>A good avatar:</p>
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
<ul>
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
<li>has width and height between 32 and 96 pixels</li>
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
<li>ideally is a square image</li>
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
<li>is less than 64k in size</li>
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
<li>is in a widespread format (png, gif or jpeg)</li>
146:5c0aba0beff3 register: avatar image recommendations
Anton Shestakov <av6@dwimlabs.net>
previous changes: 144:ca6556786997
line | diff
</ul>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-row">
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<div class="uk-form-controls">
46
46:e3696f4866fc register: redo form validation using rivets
Anton Shestakov <av6@dwimlabs.net>
previous changes: 21:e43ed046f909
line | diff
<button class="uk-button uk-button-primary" rv-on-click="save">Save</button>
123
123:8ef1d512ccf8 register: cancel button
Anton Shestakov <av6@dwimlabs.net>
previous changes: 118:f7022798c64a
line | diff
<button class="uk-button uk-button-danger uk-float-right" rv-on-click="cancel">Cancel registration</button>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
</div>
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
155
155:89f02b4d8280 register: rename vCard-related things to use the more general "profile"
Anton Shestakov <av6@dwimlabs.net>
previous changes: 146:5c0aba0beff3
line | diff
<div class="uk-alert uk-alert-danger uk-hidden" data-msg="save-failed">Couldn't save profile.</div>
0
0:52035246db0a html: add index and register with basic styles
Anton Shestakov <av6@dwimlabs.net>
previous changes:
line | diff
</div>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
14
14:8f8eddb3b264 coffee: create Tram namespace, put config there
Anton Shestakov <av6@dwimlabs.net>
previous changes: 11:082343e93ae6
line | diff
<script src='/js/tram.js'></script>
46
46:e3696f4866fc register: redo form validation using rivets
Anton Shestakov <av6@dwimlabs.net>
previous changes: 21:e43ed046f909
line | diff
<script src='/js/rivets.js'></script>
18
18:be40f584efc1 register: improve scripting, move XMPP interface to a separate file
Anton Shestakov <av6@dwimlabs.net>
previous changes: 17:d0dc83ebbf95
line | diff
<script src='/js/xmpp.js'></script>
118
118:f7022798c64a register: progress bar on top
Anton Shestakov <av6@dwimlabs.net>
previous changes: 116:67eba2d671e6
line | diff
<script src='/js/progress.js'></script>
169
169:4cebef28d40b forms: move forms to a separate file
Anton Shestakov <av6@dwimlabs.net>
previous changes: 156:35a33599667b
line | diff
<script src='/js/forms.js'></script>
17
17:d0dc83ebbf95 config: add config.js as a way to override values in Tram namespace
Anton Shestakov <av6@dwimlabs.net>
previous changes: 15:52b632342209
line | diff
<script src='/config.js'></script>
11
11:082343e93ae6 register: working registration and vCard saving
Anton Shestakov <av6@dwimlabs.net>
previous changes: 0:52035246db0a
line | diff
<script src='/js/register.js'></script>
0
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>