Revision 548848ba

b/static/css/base.css
39 39
}
40 40
*/
41 41
#main {
42
    background: url("/static/background.png") repeat-x scroll 0 0 #FFFFFF;
42
    background: url("/fodstatic/background.png") repeat-x scroll 0 0 #FFFFFF;
43 43
    padding: 0;
44 44
    margin: 0;
45 45
}
......
75 75
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
76 76
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
77 77
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
78
	background: url("/static/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
78
	background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
79 79
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
80 80
    border-style: solid;
81 81
    border-width: 1px;
......
94 94

  
95 95
.topmenuaction{
96 96
	padding: 4px;
97
	background: url("/static/rule.png") no-repeat scroll 0 50% transparent;
97
	background: url("/fodstatic/rule.png") no-repeat scroll 0 50% transparent;
98 98
}
99 99

  
100 100
body {
......
272 272
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
273 273
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
274 274
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
275
	background: url("/static/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
275
	background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
276 276
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
277 277
    border-style: solid;
278 278
    border-width: 1px;
......
297 297
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
298 298
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
299 299
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
300
	background: url("/static/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
300
	background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
301 301
    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
302 302
    border-style: solid;
303 303
    border-width: 1px;
......
340 340
	text-decoration: none;
341 341
}
342 342
.table_title{
343
	background: url("/static/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
343
	background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
344 344
}
345 345
.inner_table{
346 346
	border-collapse: collapse;
......
351 351
	padding: 0px !important;
352 352
}
353 353
.table_top_header{
354
	background: url("/static/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
354
	background: url("/fodstatic/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
355 355
}
356 356
.borderless{
357 357
	border: 0 none !important;
358 358
}
359 359
.inner_category{
360 360
	width: 35%;
361
	background: url("/static/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
361
	background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
362 362
	border-left: 0 none !important;
363 363
}
364 364
.no_brd_right{
......
401 401
.conf_table th{
402 402
	font-weight: normal;
403 403
	background-color: #ECECEC; /* fallback color if gradients are not supported */
404
	background: url("/static/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
404
	background: url("/fodstatic/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
405 405
	border-bottom: 1px solid #D9D9D9;
406 406
}
407 407
.conf_table{
......
417 417
}
418 418
.conf_table .table_topper_header{
419 419
	font-weight: bold;
420
	background: url("/static/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;	
420
	background: url("/fodstatic/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;	
421 421
}
422 422
.instance_det_table{
423 423
	border-collapse: collapse;
......
513 513
	*cursor: hand;
514 514
}
515 515

  
516
table.table thead .sorting { background: url('/static/img/sort_both.png') no-repeat center right; }
517
table.table thead .sorting_asc { background: url('/static/img/sort_asc.png') no-repeat center right; }
518
table.table thead .sorting_desc { background: url('/static/img/sort_desc.png') no-repeat center right; }
516
table.table thead .sorting { background: url('/fodstatic/img/sort_both.png') no-repeat center right; }
517
table.table thead .sorting_asc { background: url('/fodstatic/img/sort_asc.png') no-repeat center right; }
518
table.table thead .sorting_desc { background: url('/fodstatic/img/sort_desc.png') no-repeat center right; }
519 519

  
520
table.table thead .sorting_asc_disabled { background: url('/static/img/sort_asc_disabled.png') no-repeat center right; }
521
table.table thead .sorting_desc_disabled { background: url('/static/img/sort_desc_disabled.png') no-repeat center right; }
520
table.table thead .sorting_asc_disabled { background: url('/fodstatic/img/sort_asc_disabled.png') no-repeat center right; }
521
table.table thead .sorting_desc_disabled { background: url('/fodstatic/img/sort_desc_disabled.png') no-repeat center right; }
522 522

  
523 523
table.dataTable th:active {
524 524
	outline: none;
b/static/css/engage.itoggle.css
11 11
	width: 93px;
12 12
	height: 27px;
13 13
/*	margin-bottom: 20px; */
14
	background: url(/static/itoggle.png) left bottom no-repeat;
14
	background: url(/fodstatic/itoggle.png) left bottom no-repeat;
15 15
	cursor:pointer;
16 16
	text-indent:-5000px;
17 17
	}
b/templates/apply.html
233 233
                </legend>
234 234
                <div class="control-group {% if form.source.errors %} error {% endif %}">
235 235
	                <label class="control-label" for="id_source">{% trans "Source Address" %}</label>
236
                    <div class="controls">{{ form.source }}&nbsp;<img src="/static/threat_source.png" style="height: 30px;"/>
236
                    <div class="controls">{{ form.source }}&nbsp;<img src="/fodstatic/threat_source.png" style="height: 30px;"/>
237 237
                    {% if form.source.errors %}
238 238
                    <span class="help-inline">
239 239
                        {{ form.source.errors|join:", " }}
......
247 247
                <div class="control-group {% if form.destination.errors %} error {% endif %}">
248 248
	                <label class="control-label" for="id_destination">{% trans "Destination Address" %}</label>
249 249
                    <div class="controls">
250
					{{ form.destination }}&nbsp;<img src="/static/secure_destination.png" style="height: 30px;"/>
250
					{{ form.destination }}&nbsp;<img src="/fodstatic/secure_destination.png" style="height: 30px;"/>
251 251
					{% if form.destination.errors %}
252 252
                    <span class="help-inline">
253 253
                        {{ form.destination.errors|join:", " }}
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>
b/templates/error.html
13 13

  
14 14
	    .tooltip {
15 15
	        display: none;
16
	        background: transparent url(/static/black_arrow_updown.png);
16
	        background: transparent url(/fodstatic/black_arrow_updown.png);
17 17
	        font-size: 12px;
18 18
	        height: 70px;
19 19
	        width: 160px;
b/templates/getinfo.html
14 14
	}
15 15
	.tooltip {
16 16
	display:none;
17
	background:transparent url(/static/black_arrow.png);
17
	background:transparent url(/fodstatic/black_arrow.png);
18 18
	font-size:12px;
19 19
	height:70px;
20 20
	width:160px;
b/templates/gettos.html
14 14
	}
15 15
	.tooltip {
16 16
	display:none;
17
	background:transparent url(/static/black_arrow.png);
17
	background:transparent url(/fodstatic/black_arrow.png);
18 18
	font-size:12px;
19 19
	height:70px;
20 20
	width:160px;
b/templates/user_routes.html
4 4
{% if user.is_authenticated %}
5 5
<script type="text/javascript" src="{% url load-js 'poller' %}"></script>
6 6
{% endif %}
7
<script type="text/javascript" src="/static/js/jquery.dataTables.js"></script>
8
<script type="text/javascript" src="/static/js/datatables_bootstrap.js"></script>
7
<script type="text/javascript" src="/fodstatic/js/jquery.dataTables.js"></script>
8
<script type="text/javascript" src="/fodstatic/js/datatables_bootstrap.js"></script>
9 9

  
10 10
<script type="text/javascript">
11 11

  
......
295 295
		style="border-bottom:2px dashed red;" 
296 296
        title="Expires {% ifequal route.days_to_expire '0' %}today{% else%}in {{route.days_to_expire}} day{{ route.days_to_expire|pluralize }}{% endifequal %}"
297 297
		{% endif %}{% endif %}>{{ route.expires }}</span></td>
298
	<td style="text-align: center;">{% if route.status == 'EXPIRED' %}{% trans "Rule expired" %}{% else %}{% if route.status == 'ADMININACTIVE' %}{% trans "Suspended by administrator" %}{% else %}{% if route.status == 'INACTIVE' %}{% trans "Suspended by user" %}{% else %}{{ route.response }}{% if route.status == 'PENDING' %}<img src="/static/dots.gif">{% endif %}{% endif %}{% endif %}{% endif %}</td>
298
	<td style="text-align: center;">{% if route.status == 'EXPIRED' %}{% trans "Rule expired" %}{% else %}{% if route.status == 'ADMININACTIVE' %}{% trans "Suspended by administrator" %}{% else %}{% if route.status == 'INACTIVE' %}{% trans "Suspended by user" %}{% else %}{{ route.response }}{% if route.status == 'PENDING' %}<img src="/fodstatic/dots.gif">{% endif %}{% endif %}{% endif %}{% endif %}</td>
299 299
	<td style="text-align: center; width:180px;">
300 300
		{% ifequal route.status 'ACTIVE' %}
301 301
		<a href="{% url edit-route route.name %}" class="edit_button btn btn-small" id="edit_button_{{route.pk}}">{% trans "Edit" %}</a> 
b/templates/welcome.html
13 13

  
14 14
<div id="loginform">
15 15
					<a href="{% url login %}">
16
					<img src="/static/shib_login.png" style="border:none;">
16
					<img src="/fodstatic/shib_login.png" style="border:none;">
17 17
					<p>{% trans "Shibboleth Login" %}</p>
18 18
				</a>
19 19
</div>

Also available in: Unified diff