mirror of https://github.com/BOINC/boinc.git
- web: add table.noborder class for S@h
svn path=/trunk/boinc/; revision=15775
This commit is contained in:
parent
a41848b43f
commit
d561c91a3e
|
@ -6318,3 +6318,10 @@ David 7 Aug 2008
|
|||
|
||||
html/user/
|
||||
white.css
|
||||
|
||||
David 7 Aug 2008
|
||||
- web: add table.noborder class for S@h
|
||||
|
||||
html/user/
|
||||
forum_forum.php
|
||||
white.css
|
||||
|
|
|
@ -88,13 +88,18 @@ echo '
|
|||
|
||||
show_button("forum_post.php?id=$id", "New thread", "Add a new thread to this forum");
|
||||
|
||||
echo " <br><br></td>";
|
||||
echo '<td valign=top align="right">';
|
||||
echo ' <form action="forum_forum.php" method="get">
|
||||
<input type="hidden" name="id" value="'.$forum->id.'">';
|
||||
echo "</td>
|
||||
<form action=\"forum_forum.php\" method=\"get\">
|
||||
<td valign=top align=\"right\">
|
||||
<input type=\"hidden\" name=\"id\" value=\"$forum->id\">
|
||||
";
|
||||
echo select_from_array("sort", $forum_sort_styles, $sort_style);
|
||||
echo '<input type="submit" value="Sort"></form></td>';
|
||||
echo "</tr></table>";
|
||||
echo "<input type=\"submit\" value=\"Sort\">
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
</table>
|
||||
";
|
||||
|
||||
show_forum($forum, $start, $sort_style, $user);
|
||||
|
||||
|
|
|
@ -48,6 +48,10 @@ table {
|
|||
background-color: white;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
border: none;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #c0c0c0;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue