source: tags/version_1_3/template/default/about.vtp @ 14166

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

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 964 bytes
Line 
1<html>
2  <head>
3    {#page_style}
4    <title>{#about_page_title}</title>
5  </head>
6  <body>
7    <table style="width:100%;height:100%">
8      <tr align="center" valign="middle">
9        <td>
10          {#frame_start}1px{#frame_begin}
11            <div class="titrePage">{#about_title}</div>
12          {#frame_end}
13          <div style="margin-bottom:5px;">&nbsp;</div>
14          {#frame_start}50%{#frame_begin}
15            <div class="menu" style="white-space:normal;margin:10px;">
16              {#about_message}
17            </div>
18          {#frame_end}
19          <div style="text-align:center;margin:5px;">
20            <a onclick="history.back()" style="font-style:italic;font-family:verdana,arial,sans-serif;font-size:12px;">{#about_return}</a>
21          </div>
22          <div style="text-align:center;margin:5px;">
23            <img src="./images/php_sqreuil_artistes.gif" alt="php logo" />
24          </div>
25        </td>
26      </tr>
27    </table>
28  </body>
29</html>
Note: See TracBrowser for help on using the repository browser.