diff options
Diffstat (limited to 'module/web/templates')
| -rw-r--r-- | module/web/templates/default/base.html | 33 | 
1 files changed, 16 insertions, 17 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 36a81d662..879faa0bd 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -16,26 +16,28 @@      {% endblock %}
  </head>
  <body>
 -<header>
 -    <div class="center">
 -        <img class="logo" alt="" src="static/img/default/logo.png">
 -        <a href="/en/Start"><span class="title">pyLoad</span></a>
 -    </div>
 -</header>
 -<div id="wrapper">
 -    {% for message in messages %}
 -        <b><p>{{ message }}</p></b>
 -    {% endfor %}
 +<div id="wrap">
 +    <header>
 +        <div class="center">
 +            <img class="logo" alt="" src="static/img/default/logo.png">
 +            <a href="/en/Start"><span class="title">pyLoad</span></a>
 +        </div>
 +    </header>
 +    <div id="push"></div>
 +    <div id="content">
 +        {% for message in messages %}
 +            <b><p>{{ message }}</p></b>
 +        {% endfor %}
 -     <h1>Test!</h1>
 +        <h1>Test!</h1>
 -    {% block content %}
 -    {% endblock content %}
 +        {% block content %}
 +        {% endblock content %}
 +    </div>
  </div>
  <footer>
      <div class="center">
          <img class="logo" src="static/img/default/logo_grey.png"/>
 -
          <div class="block copyright">
              © 2008-2012<br>
              The pyLoad Team<br>
 @@ -68,11 +70,8 @@              dsfdsf <br>
              sdf dsg <br>
          </div>
 -
      </div>
 -
  </footer>
 -<!-- end #footer -->
  {% block deferred %}
  {% endblock deferred %}
  </body>
  | 
