summaryrefslogtreecommitdiff
path: root/templates/root.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.jinja')
-rw-r--r--templates/root.jinja57
1 files changed, 0 insertions, 57 deletions
diff --git a/templates/root.jinja b/templates/root.jinja
deleted file mode 100644
index dcddc33..0000000
--- a/templates/root.jinja
+++ /dev/null
@@ -1,57 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset=utf-8" >
- {% if not g.is_mobile %}
- {% block js %}
- <script type="text/javascript" src="{{ "js/jquery-1.4.2.js" | static_url }}"></script>
- <script type="text/javascript" src="{{ "js/lib.js" | static_url }}"></script>
- {% endblock %}
- {% endif %}
- <link rel="shortcut icon" href="{{ "images/currency.png" | static_url }}" type="image/icon">
- <title>{{ title or "Kostenverwaltung" }}</title>
- {% block style %}
- <link href="{{ "css/style.css" | static_url }}" rel="stylesheet" type="text/css">
- {% endblock %}
- </head>
-
- <body>
- <div id="wrapper">
- <div id="logo">
- <img src="{{ "images/currency.png" | static_url }}">
- <h1><a href="{{ url_for("index") }}">Kosten</a></h1>
- <h2>»   vom Nec</h2>
- </div>
-
- <div id="header">
- <div id="menu">
- {% block menu %}
- {% import "menu.jinja" as m %}
- <ul>
- {% for uri, page in m.menu %}
- <li><a href="{{ url_for(uri) }}">{{page}}</a></li>
- {% endfor %}
- </ul>
- {% endblock %}
- </div>
- </div>
- </div>
-
- <div id="page">
- <div class="content">
- <h1 class="page_heading">{% block heading -%}{%- endblock %}</h1>
- {% block content %}{% endblock %}
- </div>
- <div style="clear: both;"></div>
- </div>
- <div id="footer">
- {% block footer %}
- <p id="legal">
- powered by <a href="http://flask.pocoo.org">Flask</a> |
- © 2010-2013. All Rights Reserved. René Neumann |
- with the help of <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.
- </p>
- {% endblock %}
- </div>
- </body>
-</html>
/portato.git/commit/portato/ipc.pyx?id=208c4adfbdf7b82cc40da873ed185f3e29880cfa&follow=1'>Improve the C modulesRené 'Necoro' Neumann3-37/+52 2010-04-14Small modifications made to the French translation (typos, grammar).Clement Bourgeois1-69/+69 2010-04-14Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann1-20/+22 2010-04-14Disable debug messages by defaultRené 'Necoro' Neumann1-1/+1 2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9 2010-04-13Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2-56/+64 2010-04-12Updated newsRené 'Necoro' Neumann1-0/+1 2010-04-13Added my name to translators list.Clement Bourgeois1-0/+1