Revision 548848ba templates/base.html

b/templates/base.html
6 6
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 7
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
8 8

  
9
<script src="/static/js/jquery.min.js" type="text/javascript"></script>
10
<script src="/static/js/jquery_csrf_protect.js" type="text/javascript"></script>
11
<link rel="stylesheet" type="text/css" href="/static/css/bootstrap.css">
12
<link rel="stylesheet" type="text/css" href="/static/css/base.css">
13
<link rel="stylesheet" type="text/css" href="/static/css/smoothness/jquery-ui-1.8.13.custom.css">
9
<script src="/fodstatic/js/jquery.min.js" type="text/javascript"></script>
10
<script src="/fodstatic/js/jquery_csrf_protect.js" type="text/javascript"></script>
11
<link rel="stylesheet" type="text/css" href="/fodstatic/css/bootstrap.css">
12
<link rel="stylesheet" type="text/css" href="/fodstatic/css/base.css">
13
<link rel="stylesheet" type="text/css" href="/fodstatic/css/smoothness/jquery-ui-1.8.13.custom.css">
14 14

  
15
<script type="text/javascript" src="/static/js/jquery-ui-1.8.23.custom.min.js"></script>
16
<script type="text/javascript" src="/static/js/jquery.cookie.js"></script>
17
<script type="text/javascript" src="/static/js/bootstrap.js"></script>
15
<script type="text/javascript" src="/fodstatic/js/jquery-ui-1.8.23.custom.min.js"></script>
16
<script type="text/javascript" src="/fodstatic/js/jquery.cookie.js"></script>
17
<script type="text/javascript" src="/fodstatic/js/bootstrap.js"></script>
18 18
<script type="text/javascript">
19 19

  
20 20
  	function setlang(lang){
......
32 32
	<div id="main">
33 33
			<div id="header">
34 34
				<a class="grnetlogo" href="{% url group-routes %}">
35
					<img class="logoimg" src="/static/logo.png">
35
					<img class="logoimg" src="/fodstatic/logo.png">
36 36
				</a>
37 37
				<div id="title">
38 38
					<a href="{% url group-routes %}">Firewall on Demand</a>

Also available in: Unified diff