Subversion Repositories ALCASAR

Rev

Rev 2878 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2866 rexy 1
<!DOCTYPE html>
2
<html>
3
	<head>
4
		<meta charset="UTF-8">
5
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
		<title>Access control</title>
7
		<link rel="stylesheet" type="text/css" href="//alcasar.localdomain/css/bootstrap.min.css">
8
		<link rel="stylesheet" type="text/css" href="//alcasar.localdomain/css/index.css">
9
		<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
10
	</head>
11
	<body>
12
	<div class="col-xs-12 col-md-10 col-md-offset-1"> 
13
		<!-- HeaderBox -->
14
		<div class="row banner">
15
			<!-- Logo box -->
16
			<div class="img_banner hidden-xs col-sm-3 col-md-2 col-lg-2">
17
				<img class="img-responsive img-organisme" src="//alcasar.localdomain/images/organisme.png">
18
			</div>
19
			<!-- Title -->
20
			<div id="cadre_titre" class="titre_banner col-xs-12 col-sm-8">
21
				<div id="cadre_titre" class="titre_refus">
22
					<p id="acces_controle" class="titre_refus">Access control</p>
23
				</div>
24
			</div>
25
			<!-- Logo box -->
26
			<div class="img_banner hidden-xs col-sm-3 col-md-2 col-lg-2">
27
				<img class="img-responsive img-organisme" src="//alcasar.localdomain/images/logo-alcasar_70.png">
28
			</div>
29
		</div>
30
		<!-- Main content box -->
31
		<div class="row">
32
			<div id="contenu_acces" class="col-xs-12 col-lg-offset-1 col-lg-10">
33
				<div id="box_url">
34
					<br>
35
					You try to connect to a ressource whose content is deemed to contain inappropriate information.
36
					<table width="80%">
37
						<tr>
38
							<td><img src="//alcasar.localdomain/images/interdit.png"></td>
39
							<td>Required WEB site : -URL- <br>category : -CATEGORIES- <br> -REASONGIVEN- </td>
40
						</tr><tr>
41
							<td></td><td><a href="javascript:history.back()">Previous page</a></td>
42
						</tr>
43
					</tr></table>
44
				</div>
45
			</div>
46
		</div>
47
	</div>
48
	</body>
49
</html>