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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/user-edit.html

  • Committer: Matt Giuca
  • Date: 2010-02-11 05:54:45 UTC
  • Revision ID: matt.giuca@gmail.com-20100211055445-151qrs4xczzl5rns
Docs: Completed Tour of IVLE (finished Admin section). Apologies for the mess on the previous commit -- committed an unfinished document.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <body>
7
7
    <h1>Edit profile of ${user.nick}</h1>
8
8
    <div id="ivle_padding">
 
9
      <div class="contextactions">
 
10
        <a py:if="req.user.admin" class="manageaction" href="/~${user.login}/+admin">Administer user</a>
 
11
        <a py:if="user.passhash" class="keyaction" href="/~${user.login}/+changepassword">Change password</a>
 
12
        <a py:if="req.user.admin" class="keyaction" href="/~${user.login}/+resetpassword">Reset password</a>
 
13
      </div>
9
14
      <p>
10
15
        ${user.fullname} (<b>${user.login}</b><py:if test="user.studentid"> / ${user.studentid}</py:if>)
11
 
        <a py:if="user.passhash" href="/~${user.login}/+changepassword">(change password)</a>
12
 
        <a py:if="req.user.admin" href="/~${user.login}/+resetpassword">(reset password)</a>
13
 
        <a py:if="req.user.admin" href="/~${user.login}/+admin">(administer)</a>
14
16
      </p>
15
17
    
16
18
      <p py:if="user.admin">Privilege: <strong>IVLE administrator</strong></p>