~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/user-settings.html

  • Committer: Matt Giuca
  • Date: 2009-04-25 15:04:46 UTC
  • Revision ID: matt.giuca@gmail.com-20090425150446-f6z2k8ogs8kgyh1y
Tags: 0.1.9.12
ivle.chat, ivle.database, ivle.makeuser: Replaced use of md5 library with
    hashlib to avoid Python 2.6 producing DeprecationWarnings.
    Also use hexdigest() instead of digest().encode('hex').

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
 
      xmlns:xi="http://www.w3.org/2001/XInclude"
3
 
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
4
 
 
5
 
  <body py:strip="">
 
2
      xmlns:py="http://genshi.edgewall.org/">
 
3
  <head>
 
4
    <script type="text/javascript">
 
5
      settings_login = '${login}';
 
6
    </script>
 
7
  </head>
 
8
  <body>
 
9
    <h1>User Profile</h1>
6
10
    <div id="ivle_padding">
7
 
 
8
 
      <h2>User Profile</h2>
9
11
      <p>
10
12
        <span id="login"></span>
11
13
      </p>
12
 
      <p id="role"></p>
 
14
      <p id="admin"></p>
13
15
      <h3>Change settings</h3>
14
16
      <form action="">
15
17
        <table>