aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-05-27 20:56:13 +0000
committerz0rglub <z0rglub@piwigo.org>2003-05-27 20:56:13 +0000
commit0b6204e5fbebb7dc14bfe47e598f53d241c21b97 (patch)
tree4e457a986c6b177b6c0202b8571f9eda93afa88e /template
parent4ac5b8f83f3b27b508be0cdf907eb8b083c251e5 (diff)
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/default/about.vtp6
-rw-r--r--template/default/admin/configuration.vtp2
-rw-r--r--template/default/admin/edit_cat.vtp17
-rw-r--r--template/default/search.vtp11
4 files changed, 26 insertions, 10 deletions
diff --git a/template/default/about.vtp b/template/default/about.vtp
index 6e55751a8..c5d374b10 100644
--- a/template/default/about.vtp
+++ b/template/default/about.vtp
@@ -1,9 +1,10 @@
<html>
<head>
- {#page_style}
+ {#style}
<title>{#about_page_title}</title>
</head>
<body>
+ {#header}
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
@@ -17,7 +18,7 @@
</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>
+ <a href="{#back_url}">{#about_return}</a>
</div>
<div style="text-align:center;margin:5px;">
<img src="./images/php_sqreuil_artistes.gif" alt="php logo" />
@@ -25,5 +26,6 @@
</td>
</tr>
</table>
+ {#footer}
</body>
</html> \ No newline at end of file
diff --git a/template/default/admin/configuration.vtp b/template/default/admin/configuration.vtp
index 6c415660c..cf2e355a6 100644
--- a/template/default/admin/configuration.vtp
+++ b/template/default/admin/configuration.vtp
@@ -80,7 +80,7 @@
<!--/VTP_remote_sites-->
<tr>
<td colspan="3" align="center">
- <input type="submit" value="{#submit}">
+ <input type="submit" name="submit" value="{#submit}">
</td>
</tr>
</table>
diff --git a/template/default/admin/edit_cat.vtp b/template/default/admin/edit_cat.vtp
index 56ec99505..4bafd765b 100644
--- a/template/default/admin/edit_cat.vtp
+++ b/template/default/admin/edit_cat.vtp
@@ -28,11 +28,18 @@
<tr>
<td style="width:20%;">{#editcat_status}</td>
<td class="row2">
- <select name="status">
- <!--VTP_status_option-->
- <option{#selected}>{#option}</option>
- <!--/VTP_status_option-->
- </select>
+ <!--VTP_status_option-->
+ <input type="radio" name="status" value="{#option}"{#checked} />{#option}
+ <!--/VTP_status_option-->
+ {#editcat_status_info}
+ </td>
+ </tr>
+ <tr>
+ <td style="width:20%;">{#editcat_visible}</td>
+ <td class="row2">
+ <!--VTP_visible_option-->
+ <input type="radio" name="visible" value="{#option}"{#checked} />{#option}
+ <!--/VTP_visible_option-->
{#editcat_status_info}
</td>
</tr>
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