adding an avatar manager

This commit is contained in:
Rodolphe Breard 2013-01-13 20:06:06 +01:00
parent 3d4a8a3052
commit de8a0b2e37
5 changed files with 57 additions and 22 deletions

View file

@ -23,6 +23,7 @@
<div id="config-pannel">
Login: <input type="text" id="login" class="opt" value=""><br>
Password (socks): <input type="password" id="pwd_socks" class="opt" value=""><br>
Enable notifications: <input type="checkbox" id="enable_notif" class="opt" checked="checked"><br>
Enable messages: <input type="checkbox" id="enable_msg" class="opt" checked="checked"><br>
<button id="save">Save</button> <span id="status"></span>
</div>
@ -35,6 +36,7 @@
<script type="text/javascript" src="third-party/md5-min.js"></script>
<script type="text/javascript" src="third-party/ab-str.js"></script>
<script type="text/javascript" src="lib/ns_client.js"></script>
<script type="text/javascript" src="lib/avatars.js"></script>
<script type="text/javascript" src="lib/options.js"></script>
<script type="text/javascript" src="lib/tab.nsui.js"></script>
<script type="text/javascript" src="lib/contacts.nsui.js"></script>