blob: 7a0802fef6ceeaf9a8b71d72a602ad32b64a9b1b (
plain)
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
|
<html>
<head>
{#style}
<title>{#about_page_title}</title>
<meta http-equiv="Content-Type" content="text/html; charset={#charset}" />
</head>
<body>
{#header}
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
{#frame_start}1px{#frame_begin}
<div class="titrePage">{#about_title}</div>
{#frame_end}
<div style="margin-bottom:5px;"> </div>
{#frame_start}50%{#frame_begin}
<div class="menu" style="white-space:normal;margin:10px;">
{#about_message}
</div>
{#frame_end}
<div style="text-align:center;margin:5px;">
<a href="{#back_url}">{#about_return}</a>
</div>
<div style="text-align:center;margin:5px;">
<img src="./template/{#user_template}/images/php_sqreuil_artistes.gif" alt="php logo" />
</div>
</td>
</tr>
</table>
{#footer}
</body>
</html>
|