source: trunk/template/default/about.vtp @ 25

Last change on this file since 25 was 25, checked in by z0rglub, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 971 bytes
Line 
1<html>
2  <head>
3    {#style}
4    <title>{#about_page_title}</title>
5    <meta http-equiv="Content-Type" content="text/html; {#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;">&nbsp;</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="./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.