-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.php
59 lines (49 loc) · 1.65 KB
/
head.php
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $titre; ?></title>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<style type="text/css">
<!--
html {
margin:0;
}
body {
width:80%;
margin-left:auto;
margin-right:auto;
background-color:white;
color:black;
}
.file {
border:solid 1px gray;
padding:10px;
}
.ok {
color:#04ee46;
}
.title {
color:#EE2222;
}
.author {
color:red;
background-color:white;
float:right;
padding:0 5px 0 5px;
}
-->
</style>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1><?php echo $titre; ?></h1>
<a href="#right-panel" data-icon="bars" data-iconpos="left" data-shadow="false" data-iconshadow="false" class="ui-btn-right">Options</a>
<div class="ui-btn-left">Connecté en tant que <?php echo $user; ?></div>
</div>
<div data-role="content">
<div class="article">