diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-09 12:42:42 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-09 12:42:42 +0000 |
commit | 867c2379ff66ce0f2c4f872a13027fd649aa076d (patch) | |
tree | fd182bca99fc6cfe09a7821fab35ce2629fdab44 /template/default/about.vtp | |
parent | fe51c10474152f319d08229147adbc95fcd6c219 (diff) |
Initial revision
git-svn-id: http://piwigo.org/svn/trunk@2 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/about.vtp')
-rw-r--r-- | template/default/about.vtp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/template/default/about.vtp b/template/default/about.vtp new file mode 100644 index 000000000..6e55751a8 --- /dev/null +++ b/template/default/about.vtp @@ -0,0 +1,29 @@ +<html> + <head> + {#page_style} + <title>{#about_page_title}</title> + </head> + <body> + <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 onclick="history.back()" style="font-style:italic;font-family:verdana,arial,sans-serif;font-size:12px;">{#about_return}</a> + </div> + <div style="text-align:center;margin:5px;"> + <img src="./images/php_sqreuil_artistes.gif" alt="php logo" /> + </div> + </td> + </tr> + </table> + </body> +</html>
\ No newline at end of file |