[Scummvm-cvs-logs] SF.net SVN: scummvm: [21633] forum/trunk/SVMDesign
sev at users.sourceforge.net
sev at users.sourceforge.net
Wed Apr 5 14:03:05 CEST 2006
Revision: 21633
Author: sev
Date: 2006-04-05 13:50:56 -0700 (Wed, 05 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21633&view=rev
Log Message:
-----------
Fixes from clemmy:
- when logged in, change the menu order in top right
- change pagination control position (before: top, left - now: top right, bottom right)
- fixed some "empty <span>" warnings
- fixed php error caused by comment in bbcode.tpl
- removes "next thread/last thread" buttons - why browse the forum that way?
- when viewing a topic, add topic name to top navigation (ie: "forum index > forum name > topic")
- fixed search (hopefully!)
- changed some headings for better contrast (white on gray to dark gray on gray
Modified Paths:
--------------
forum/trunk/SVMDesign/SVMDesign.css
forum/trunk/SVMDesign/bbcode.tpl
forum/trunk/SVMDesign/index_body.tpl
forum/trunk/SVMDesign/overall_header.tpl
forum/trunk/SVMDesign/search_body.tpl
forum/trunk/SVMDesign/viewtopic_body.tpl
Modified: forum/trunk/SVMDesign/SVMDesign.css
===================================================================
--- forum/trunk/SVMDesign/SVMDesign.css 2006-04-05 20:11:00 UTC (rev 21632)
+++ forum/trunk/SVMDesign/SVMDesign.css 2006-04-05 20:50:56 UTC (rev 21633)
@@ -45,8 +45,9 @@
.catrowtext
{
font-weight: bold;
- font-size: 12px;
- color: #FFF;
+ font-size: 13px;
+ /*color: #FFF;*/
+ color: #444444;
}
.toprowtext
@@ -123,11 +124,12 @@
a.topiclink:link { text-decoration: underline; font-size: 13px; color: #a33; }
a.topiclink:visited { text-decoration: underline; font-size: 13px; color: #a33; }
a.topiclink:hover { text-decoration: none; font-size: 13px; color: #f00; }
-
-a.catlink { text-decoration: none; font-weight: bold; font-size: 13px; color: #FFF; }
-a.catlink:link { text-decoration: none; font-weight: bold; font-size: 13px; color: #FFF; }
-a.catlink:visited { text-decoration: none; font-weight: bold; font-size: 13px; color: #FFF; }
-a.catlink:hover { text-decoration: underline; font-weight: bold; font-size: 13px; color: #FFF; }
+
+/* is catlink still needed anywhere? */
+a.catlink { text-decoration: none; font-weight: bold; font-size: 13px; color: #444444; }
+a.catlink:link { text-decoration: none; font-weight: bold; font-size: 13px; color: #444444; }
+a.catlink:visited { text-decoration: none; font-weight: bold; font-size: 13px; color: #444444; }
+a.catlink:hover { text-decoration: underline; font-weight: bold; font-size: 13px; color: #444444; }
a.toprowlink { text-decoration: none; font-size: 9px; color: #000000; }
a.toprowlink:link { text-decoration: none; font-size: 9px; color: #000000; }
Modified: forum/trunk/SVMDesign/bbcode.tpl
===================================================================
--- forum/trunk/SVMDesign/bbcode.tpl 2006-04-05 20:11:00 UTC (rev 21632)
+++ forum/trunk/SVMDesign/bbcode.tpl 2006-04-05 20:50:56 UTC (rev 21633)
@@ -1,5 +1,3 @@
-<!-- bbcode.tpl -->
-
<!-- BEGIN ulist_open -->
<ul>
<!-- END ulist_open -->
Modified: forum/trunk/SVMDesign/index_body.tpl
===================================================================
--- forum/trunk/SVMDesign/index_body.tpl 2006-04-05 20:11:00 UTC (rev 21632)
+++ forum/trunk/SVMDesign/index_body.tpl 2006-04-05 20:50:56 UTC (rev 21633)
@@ -35,7 +35,10 @@
</tr>
<!-- BEGIN catrow -->
<tr>
- <td colspan="6" class="catrow"><a href="{catrow.U_VIEWCAT}" class=catlink>{catrow.CAT_DESC}</a></td>
+ <td colspan="6" class="catrow">
+ <!--<a href="{catrow.U_VIEWCAT}" class="catlink">{catrow.CAT_DESC}</a>-->
+ <span class="catrowtext">{catrow.CAT_DESC}</span>
+ </td>
</tr>
<!-- BEGIN forumrow -->
<tr align="center">
Modified: forum/trunk/SVMDesign/overall_header.tpl
===================================================================
--- forum/trunk/SVMDesign/overall_header.tpl 2006-04-05 20:11:00 UTC (rev 21632)
+++ forum/trunk/SVMDesign/overall_header.tpl 2006-04-05 20:50:56 UTC (rev 21633)
@@ -53,10 +53,10 @@
<!-- <a href="{U_FAQ}">FAQ</a> -
-->
<a href="viewtopic.php?t=17">Rules</a> -
- <a href="{U_PROFILE}">Profile</a> -
<a href="{U_GROUP_CP}">Usergroups</a> -
<a href="{U_SEARCH}">Search</a> -
<a href="{U_PRIVATEMSGS}">PM's</a> -
+ <a href="{U_PROFILE}">Profile</a> -
<!-- <a href="{U_MEMBERLIST}">Memberlist</a> -
-->
<a href="{U_LOGIN_LOGOUT}">Logout</a>
Modified: forum/trunk/SVMDesign/search_body.tpl
===================================================================
--- forum/trunk/SVMDesign/search_body.tpl 2006-04-05 20:11:00 UTC (rev 21632)
+++ forum/trunk/SVMDesign/search_body.tpl 2006-04-05 20:50:56 UTC (rev 21633)
@@ -22,9 +22,9 @@
<td class="row1" colspan="2" valign="top"><span class="mediumtext">
<input type="text" style="width: 300px" name="search_keywords" size="30" />
<br />
- <input type="radio" name="addterms" value="any" checked />
+ <input type="radio" name="search_terms" value="any" />
{L_SEARCH_ANY_TERMS}<br />
- <input type="radio" name="addterms" value="all" />
+ <input type="radio" name="search_terms" value="all" checked="checked" />
{L_SEARCH_ALL_TERMS}</span></td>
</tr>
<tr>
@@ -40,48 +40,48 @@
<tr>
<td class="row1" align="right"><span class="mediumtext">{L_FORUM}: </span></td>
<td class="row1"><span class="mediumtext">
- <select name="searchforum">{S_FORUM_OPTIONS}
+ <select class="post" name="search_forum">{S_FORUM_OPTIONS}
</select>
</span></td>
<td class="row1" align="right"><span class="mediumtext">{L_RETURN_FIRST}</span></td>
<td class="row1"><span class="mediumtext">
- <select name="charsreqd">{S_CHARACTER_OPTIONS}
+ <select name="return_chars">{S_CHARACTER_OPTIONS}
</select>
{L_CHARACTERS}</span></td>
</tr>
<tr>
<td class="row1" align="right"><span class="mediumtext">{L_CATEGORY}: </span></td>
<td class="row1"><span class="mediumtext">
- <select class="post" name="searchcat">{S_CATEGORY_OPTIONS}
+ <select class="post" name="search_cat">{S_CATEGORY_OPTIONS}
</select>
</span></td>
<td class="row1" align="right"><span class="mediumtext">{L_SORT_BY}: </span></td>
<td class="row1" valign="middle" nowrap><span class="mediumtext">
- <select class="post" name="sortby">{S_SORT_OPTIONS}
+ <select class="post" name="sort_by">{S_SORT_OPTIONS}
</select>
<br />
- <input type="radio" name="sortdir" value="ASC" />
+ <input type="radio" name="sort_dir" value="ASC" />
{L_SORT_ASCENDING}<br />
- <input type="radio" name="sortdir" value="DESC" checked />
+ <input type="radio" name="sort_dir" value="DESC" checked="checked" />
{L_SORT_DESCENDING}</span> </td>
</tr>
<tr>
<td class="row1" align="right" nowrap><span class="mediumtext">{L_DISPLAY_RESULTS}: </span></td>
<td class="row1" nowrap>
- <input type="radio" name="showresults" value="posts" />
+ <input type="radio" name="show_results" value="posts" />
<span class="mediumtext">{L_POSTS}
- <input type="radio" name="showresults" value="topics" checked />
+ <input type="radio" name="show_results" value="topics" checked="checked" />
{L_TOPICS}</span></td>
<td class="row1" align="right" nowrap><span class="mediumtext">{L_SEARCH_PREVIOUS}: </span></td>
<td class="row1" valign="middle"><span class="mediumtext">
- <select class="post" name="resultdays">{S_TIME_OPTIONS}
+ <select class="post" name="search_time">{S_TIME_OPTIONS}
</select>
</span></td>
</tr>
<tr>
- <td class="catrow" colspan="4" align="center" >{S_HIDDEN_FIELDS}
- <input type="submit" value="{L_SEARCH}" />
+ <td class="catrow" colspan="4" align="center" >
+ {S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_SEARCH}" />
</td>
</tr>
</table>
Modified: forum/trunk/SVMDesign/viewtopic_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_body.tpl 2006-04-05 20:11:00 UTC (rev 21632)
+++ forum/trunk/SVMDesign/viewtopic_body.tpl 2006-04-05 20:50:56 UTC (rev 21633)
@@ -13,17 +13,21 @@
<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr>
- <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
- <td style="vertical-align: middle;" width="100%"><span
+ <td width="1%"><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
+ <td style="vertical-align: middle;"><span
class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a> > <a
- class="largelink" href="{U_VIEW_FORUM}"><b>{FORUM_NAME}</b></a></span></td>
+ class="largelink" href="{U_VIEW_FORUM}"><b>{FORUM_NAME}</b></a> > <b>{TOPIC_TITLE}</b></span></td>
+ <td style="text-align: right; whitespace: nowrap; vertical-align: bottom;">
+ <!--<span class="smalltext">-->{PAGINATION}<!--<br><br></span>-->
+ </td>
</tr>
-
+ <!--
<tr>
<td colspan="2">
<b><span class="smalltext">{PAGINATION}<br><br></span></b>
</td>
</tr>
+ -->
</table>
<table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
@@ -60,7 +64,8 @@
{postrow.POSTER_JOINED}<br />
{postrow.POSTER_POSTS}<br />
{postrow.POSTER_FROM}</span></td>
- <td valign="top" class="row3"> <span class="smalltext"><b>{postrow.POST_SUBJECT}</b></span>
+ <td valign="top" class="row3">
+ <span class="smalltext"><b>{postrow.POST_SUBJECT} </b></span>
<p><span class="largetext">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="smalltext">{postrow.EDITED_MESSAGE}<br></span>
<div align="right"> {postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</div>
</td>
@@ -122,16 +127,19 @@
{JUMPBOX}</td>
</tr>
</table>
- <span class="smalltext"> </span></td>
- <td align="right"><span class="smalltext">{PAGE_NUMBER}<br>
+ </td>
+ <td style="text-align: right;"><!--<span class="smalltext">{PAGE_NUMBER}<br>
<br>
- </span><span class="nav">< <a href="{U_VIEW_OLDER_TOPIC}" class="nav">Last
+ </span>-->
+ <!--<span class="smalltext">-->{PAGINATION}<!--<br><br></span>--><br><br>
+ <!--
+ <span class="nav">< <a href="{U_VIEW_OLDER_TOPIC}" class="nav">Last
Thread</a> | <a href="{U_VIEW_NEWER_TOPIC}" class="nav">Next Thread
- </a> ></span><span class="smalltext"> </span></td>
+ </a> ></span>--></td>
</tr>
</table>
<br>
- <table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
+ <table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr valign="bottom">
<td align="left"><span class="smalltext"><b>Forum Rules:</b></span> <br>
<table cellpadding="0" cellspacing="0" border="0" align="left">
@@ -139,7 +147,7 @@
<td class="tableborder">
<table cellpadding="4" cellspacing="1" border="0" align="left">
<tr>
- <td class="row3"><span class="smalltext">{S_AUTH_LIST}</span>
+ <td class="row3"><span class="smalltext" style="whitespace: nowrap;">{S_AUTH_LIST}</span>
</td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list