-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.html
45 lines (37 loc) · 1.72 KB
/
base.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="fr">
<head>
<link href="/stylesheets/main.css" rel="Stylesheet" type="text/css" />
<link href="/stylesheets/navigationMenu.css" rel="Stylesheet" type="text/css" />
<link href="/stylesheets/img.css" rel="Stylesheet" type="text/css" />
<link href="/stylesheets/custom-theme/jquery-ui-1.8.16.custom.css" rel="Stylesheet" type="text/css" />
<script src="/scripts/jquery-1.6.2.min.js" type="text/javascript"></script>
<script src="/scripts/jquery-ui-1.8.16.custom.min.js" type="text/javascript"></script>
<script src="/scripts/jquery.validate-pre-1.5.2.js" type="text/javascript"></script>
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Lemon' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed:500' rel='stylesheet' type='text/css'>
{% block scripts %}{% endblock %}
<title>{% block title %}Rizinami{% endblock %}</title>
</head>
<body>
<div id="navigationMenu">
<ul>
<li>
<a href="/">Home</a></li>
<li>
<a href="https://www.inami.fgov.be/webprd/appl/pacc/auth/Login.aspx?ReturnUrl=%2fwebprd%2fappl%2fpacc%2fUC12%2fParticipationsBatchUpload.aspx" target="_blank"><span>INAMI</span></a></li>
<li><a href="/help">Aide</a></li>
</ul>
</div>
<div id="wrap">
<div id="content">
{% block content %}{% endblock %}
</div>
</div>
<!--
<div id="footer">
<img src="/images/footer/appengine-silver-120x30.gif" alt="Powered by Google App Engine" />
</div> -->
</body>
</html>