Last change
on this file since 145 was
28,
checked in by z0rglub, 21 years ago
|
- correcting charset definition
- using new link to the PHP logo (into the template dir)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1007 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | {#style} |
---|
4 | <title>{#about_page_title}</title> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset={#charset}" /> |
---|
6 | </head> |
---|
7 | <body> |
---|
8 | {#header} |
---|
9 | <table style="width:100%;height:100%"> |
---|
10 | <tr align="center" valign="middle"> |
---|
11 | <td> |
---|
12 | {#frame_start}1px{#frame_begin} |
---|
13 | <div class="titrePage">{#about_title}</div> |
---|
14 | {#frame_end} |
---|
15 | <div style="margin-bottom:5px;"> </div> |
---|
16 | {#frame_start}50%{#frame_begin} |
---|
17 | <div class="menu" style="white-space:normal;margin:10px;"> |
---|
18 | {#about_message} |
---|
19 | </div> |
---|
20 | {#frame_end} |
---|
21 | <div style="text-align:center;margin:5px;"> |
---|
22 | <a href="{#back_url}">{#about_return}</a> |
---|
23 | </div> |
---|
24 | <div style="text-align:center;margin:5px;"> |
---|
25 | <img src="./template/{#user_template}/images/php_sqreuil_artistes.gif" alt="php logo" /> |
---|
26 | </div> |
---|
27 | </td> |
---|
28 | </tr> |
---|
29 | </table> |
---|
30 | {#footer} |
---|
31 | </body> |
---|
32 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.