diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
commit | 0b6204e5fbebb7dc14bfe47e598f53d241c21b97 (patch) | |
tree | 4e457a986c6b177b6c0202b8571f9eda93afa88e /template/default/search.vtp | |
parent | 4ac5b8f83f3b27b508be0cdf907eb8b083c251e5 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/search.vtp | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/template/default/search.vtp b/template/default/search.vtp index 8ba9039c7..cfbceadea 100644 --- a/template/default/search.vtp +++ b/template/default/search.vtp @@ -1,9 +1,10 @@ <html> <head> - {#page_style} - <title>{#search_page_title}</title> + {#style} + <title>{#search_title}</title> </head> <body> + {#header} <table style="width:100%;height:100%"> <tr align="center" valign="middle"> <td> @@ -65,6 +66,11 @@ <a href="{#back_url}">[ {#search_return_main_page} ]</a> </td> </tr> + <tr> + <td colspan="2"> + <div style="margin-top:10px;">* : {#search_comments}</div> + </td> + </tr> </table> </form> </div> @@ -72,5 +78,6 @@ </td> </tr> </table> + {#footer} </body> </html>
\ No newline at end of file |