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

« back to all changes in this revision

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

setup.configure: Replaced the use of an intermediate dictionary for storing
    config options. Now all configuration is done directly in the
    ivle.config.Config object, and written back out from the same object.

ivle.config: Config.set_by_path, value is now optional, to let you just set
    the comment field.

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>
6
9
    <div id="ivle_padding">
7
10
 
8
11
      <h2>User Profile</h2>