aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-16 17:31:49 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-16 17:31:49 +0000
commitcac4518b395fec376e1a2bb01f566d5a1e61f825 (patch)
treec7e8361280cd8e48d627a1760e26ec6e3a6fd741 /phpBB/templates
parent40ddc64afed38f66e100b0aa0882dc3c57c05cf8 (diff)
downloadforums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar
forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar.gz
forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar.bz2
forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.tar.xz
forums-cac4518b395fec376e1a2bb01f566d5a1e61f825.zip
Mainly language updates but some bug fixes too
git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/groupcp_info_body.tpl2
-rw-r--r--phpBB/templates/subSilver/index_body.tpl2
-rw-r--r--phpBB/templates/subSilver/memberlist_body.tpl19
-rw-r--r--phpBB/templates/subSilver/privmsgs_body.tpl15
-rw-r--r--phpBB/templates/subSilver/privmsgs_read_body.tpl14
-rw-r--r--phpBB/templates/subSilver/profile_view_body.tpl23
-rw-r--r--phpBB/templates/subSilver/viewforum_body.tpl4
-rw-r--r--phpBB/templates/subSilver/viewonline_body.tpl11
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.tpl3
9 files changed, 45 insertions, 48 deletions
diff --git a/phpBB/templates/subSilver/groupcp_info_body.tpl b/phpBB/templates/subSilver/groupcp_info_body.tpl
index d9bf7c3c55..e6ae6be6a5 100644
--- a/phpBB/templates/subSilver/groupcp_info_body.tpl
+++ b/phpBB/templates/subSilver/groupcp_info_body.tpl
@@ -31,7 +31,7 @@
</tr>
<!-- BEGIN switch_mod_option -->
<tr>
- <td class="row1" width="20%"><span class="gen">{L_GROUP_STATUS}:</span></td>
+ <td class="row1" width="20%"><span class="gen">{L_GROUP_TYPE}:</span></td>
<td class="row2"><span class="gen"><span class="gen"><input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} &nbsp;&nbsp;<input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} &nbsp;&nbsp;<input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN} &nbsp;&nbsp; <input class="mainoption" type="submit" name="groupstatus" value="{L_UPDATE}" /></span></td>
</tr>
<!-- END switch_mod_option -->
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl
index 490bd12e8b..f7af4abc03 100644
--- a/phpBB/templates/subSilver/index_body.tpl
+++ b/phpBB/templates/subSilver/index_body.tpl
@@ -7,7 +7,7 @@
<a href="{egosearch.U_SEARCH_SELF}" class="gensmall">{egosearch.L_SEARCH_SELF}</a><br />
<!-- END egosearch -->
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a><br />
- <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{L_LAST_VISIT} {LAST_VISIT_DATE}</td>
+ <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />{LAST_VISIT_DATE}</td>
</tr>
</table>
diff --git a/phpBB/templates/subSilver/memberlist_body.tpl b/phpBB/templates/subSilver/memberlist_body.tpl
index aad19cbfd4..5b7a1f4b7b 100644
--- a/phpBB/templates/subSilver/memberlist_body.tpl
+++ b/phpBB/templates/subSilver/memberlist_body.tpl
@@ -30,22 +30,21 @@
</tr>
<!-- END memberrow -->
<tr>
- <td class="catbottom" colspan="7" height="28">
- <table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td><span class="nav">&nbsp;{L_PAGE} <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
- <td align="right"><span class="nav">{PAGINATION}&nbsp;</span></td>
- </tr>
- </table>
- </td>
+ <td class="catbottom" colspan="7" height="28">&nbsp;</td>
</tr>
</table>
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
- <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
+ <td align="right" valign="top"></td>
</tr>
</table>
-</form>
+
+<table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td><span class="nav">{PAGE_NUMBER}</span></td>
+ <td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}&nbsp;</span></td>
+ </tr>
+</table></form>
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
diff --git a/phpBB/templates/subSilver/privmsgs_body.tpl b/phpBB/templates/subSilver/privmsgs_body.tpl
index 29768460be..7d5942cba6 100644
--- a/phpBB/templates/subSilver/privmsgs_body.tpl
+++ b/phpBB/templates/subSilver/privmsgs_body.tpl
@@ -95,11 +95,11 @@
<!-- END nomessages -->
<tr>
<td class="catBottom" colspan="5" height="28" align="right"> {S_HIDDEN_FIELDS}
- <input type="submit" name="save" value="Save Marked" class="mainoption" />
+ <input type="submit" name="save" value="{L_SAVE_MARKED}" class="mainoption" />
&nbsp;
- <input type="submit" name="delete" value="Delete Marked" class="liteoption" />
+ <input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" />
&nbsp;
- <input type="submit" name="deleteall" value="Delete All" class="liteoption" />
+ <input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="liteoption" />
</td>
</tr>
</table>
@@ -107,13 +107,8 @@
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="left" valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
- <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;{L_PAGE}
- <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
- <td align="right" valign="top" nowrap="nowrap"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">Mark
- all</a> :: <a href="javascript:select_switch(false);" class="gensmall">Unmark
- all</a></span></b><br />
- <span class="nav">{PAGINATION}<br />
- </span><span class="gensmall">{S_TIMEZONE}</span></td>
+ <td align="left" valign="middle" width="100%"><span class="nav">{PAGE_NUMBER}</span></td>
+ <td align="right" valign="top" nowrap="nowrap"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b><br /><span class="nav">{PAGINATION}<br /></span><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
</form>
diff --git a/phpBB/templates/subSilver/privmsgs_read_body.tpl b/phpBB/templates/subSilver/privmsgs_read_body.tpl
index acf30ac9c8..edf7dc534e 100644
--- a/phpBB/templates/subSilver/privmsgs_read_body.tpl
+++ b/phpBB/templates/subSilver/privmsgs_read_body.tpl
@@ -11,7 +11,9 @@
<td valign="middle"><span class="cattitle">{SAVEBOX_LINK}</span></td>
</tr>
</table>
-<br />
+
+<br clear="all" />
+
<form method="post" action="{S_PRIVMSGS_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
@@ -19,6 +21,7 @@
<td width="100%"><span class="nav">&nbsp;<a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a></span></td>
</tr>
</table>
+
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
<th colspan="3" class="thHead">{BOX_NAME} :: {L_MESSAGE}</th>
@@ -48,18 +51,16 @@
<table cellspacing="0" cellpadding="0" border="0" height="18">
<tr>
<td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG}
- {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG}&nbsp;</td>
-
- <td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
+ {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG}&nbsp;</td><td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="catBottom" colspan="3" height="28" align="right"> {S_HIDDEN_FIELDS}
- <input type="submit" name="save" value="Save Post" class="liteoption" />
+ <input type="submit" name="save" value="{L_SAVE_MSG}" class="liteoption" />
&nbsp;
- <input type="submit" name="delete" value="Delete Post" class="liteoption" />
+ <input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" />
</td>
</tr>
</table>
@@ -70,6 +71,7 @@
</tr>
</table>
</form>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td valign="top" align="right"><span class="gensmall">{JUMPBOX}</span></td>
diff --git a/phpBB/templates/subSilver/profile_view_body.tpl b/phpBB/templates/subSilver/profile_view_body.tpl
index a9408a8508..f96236ad65 100644
--- a/phpBB/templates/subSilver/profile_view_body.tpl
+++ b/phpBB/templates/subSilver/profile_view_body.tpl
@@ -4,13 +4,14 @@
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a></span></td>
</tr>
</table>
-<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
+
+<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center">
<tr>
- <th class="thHead" colspan="2" height="25">{L_VIEWING_PROFILE} <i>{USERNAME}</i></th>
+ <th class="thHead" colspan="2" height="25">{L_VIEWING_PROFILE}</th>
</tr>
<tr>
- <td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">Avatar</span></b></td>
- <td class="catRight" width="60%"><b><span class="gen">All about {USERNAME}</span></b></td>
+ <td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">{L_AVATAR}</span></b></td>
+ <td class="catRight" width="60%"><b><span class="gen">{L_ABOUT_USER}</span></b></td>
</tr>
<tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td>
@@ -21,12 +22,10 @@
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</tr>
<tr>
- <td valign="top" align="right"><span class="gen">{L_POSTS}:&nbsp;</span></td>
+ <td valign="top" align="right"><span class="gen">{L_TOTAL_POSTS}:&nbsp;</span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br />
- <span class="genmed">[{PERCENTAGE} {L_OF_TOTAL} / {POSTS_PER_DAY}
- {L_PER_DAY}]</span> <br />
- <span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">Find
- all posts by {USERNAME}</a></span></td>
+ <span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br />
+ <span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td>
</tr>
<tr>
<td valign="middle" align="right"><span class="gen">{L_LOCATION}:&nbsp;</span></td>
@@ -82,9 +81,9 @@
</td>
</tr>
</table>
-<table width="100%" border="0" cellspacing="0" cellpadding="0">
+
+<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
- <td align="right"><span class="nav"><br />
- {JUMPBOX}</span></td>
+ <td align="right"><span class="nav"><br />{JUMPBOX}</span></td>
</tr>
</table>
diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl
index dca0909574..56cc72b99a 100644
--- a/phpBB/templates/subSilver/viewforum_body.tpl
+++ b/phpBB/templates/subSilver/viewforum_body.tpl
@@ -8,7 +8,7 @@
&nbsp;</span></b></td>
</tr>
<tr>
- <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
+ <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_POST_NEW_TOPIC}" width="82" height="25" /></a></td>
<td align="left" valign="middle" class="nav" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</span></td>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
@@ -47,7 +47,7 @@
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
- <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
+ <td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_POST_NEW_TOPIC}" width="82" height="25" /></a></td>
<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</span></td>
<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span>
</td>
diff --git a/phpBB/templates/subSilver/viewonline_body.tpl b/phpBB/templates/subSilver/viewonline_body.tpl
index 35c279d80b..7bc60355c2 100644
--- a/phpBB/templates/subSilver/viewonline_body.tpl
+++ b/phpBB/templates/subSilver/viewonline_body.tpl
@@ -4,11 +4,12 @@
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME}&nbsp;{L_INDEX}</a></span></td>
</tr>
</table>
+
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th width="35%" class="thCornerL" height="25">&nbsp;{L_USERNAME}&nbsp;</th>
<th width="25%" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
- <th width="40%" class="thCornerR">&nbsp;{L_LOCATION}&nbsp;</th>
+ <th width="40%" class="thCornerR">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
</tr>
<tr>
<td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td>
@@ -17,7 +18,7 @@
<tr>
<td width="35%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>
<td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>
- <td width="40%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.LOCATION}</a></span>&nbsp;</td>
+ <td width="40%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
</tr>
<!-- END reg_user_row -->
<tr>
@@ -28,18 +29,20 @@
</tr>
<!-- BEGIN guest_user_row -->
<tr>
- <td width="35%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_USER_PROFILE}" class="gen">{guest_user_row.USERNAME}</a></span>&nbsp;</td>
+ <td width="35%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>
<td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>
- <td width="40%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.LOCATION}</a></span>&nbsp;</td>
+ <td width="40%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
</tr>
<!-- END guest_user_row -->
</table>
+
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
+
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td valign="top" align="right">{JUMPBOX}</td>
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl
index df101b19e8..aec9d2ba9c 100644
--- a/phpBB/templates/subSilver/viewtopic_body.tpl
+++ b/phpBB/templates/subSilver/viewtopic_body.tpl
@@ -58,8 +58,7 @@
<table cellspacing="0" cellpadding="0" border="0" height="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
- {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td>
- <td valign="top" align="left" nowrap="nowrap">{postrow.ICQ_ADD_IMG}</td>
+ {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td><td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
</tr>
</table>
</td>