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

« back to all changes in this revision

Viewing changes to www/apps/settings/template.html

ivle.webapp.testing: Add, with fake request and user.
ivle.webapp.base.test: Add! Test the JSONRESTView, using the new mocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
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>
 
2
      xmlns:xi="http://www.w3.org/2001/XInclude"
 
3
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
 
4
 
 
5
  <body py:strip="">
10
6
    <div id="ivle_padding">
 
7
 
 
8
      <h2>User Profile</h2>
11
9
      <p>
12
10
        <span id="login"></span>
13
11
      </p>
14
 
      <p id="admin"></p>
 
12
      <p id="role"></p>
15
13
      <h3>Change settings</h3>
16
14
      <form action="">
17
15
        <table>