aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/faq_body.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-01-05 16:06:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-01-05 16:06:44 +0000
commit6cd42f21393bb76b829dbd4b41888882d387c266 (patch)
treeb7e585bb860ff5542c5c610fc8bf68942ab8a884 /phpBB/styles/subSilver/template/faq_body.html
parentddd39f2a48a16570290d6f558182e206f825cf83 (diff)
downloadforums-6cd42f21393bb76b829dbd4b41888882d387c266.tar
forums-6cd42f21393bb76b829dbd4b41888882d387c266.tar.gz
forums-6cd42f21393bb76b829dbd4b41888882d387c266.tar.bz2
forums-6cd42f21393bb76b829dbd4b41888882d387c266.tar.xz
forums-6cd42f21393bb76b829dbd4b41888882d387c266.zip
A few changes ... note that this is not text book markup ... so don't complain! If you have suggestions on how to improve it feel free to comment in the relevant forum @ area51
git-svn-id: file:///svn/phpbb/trunk@4721 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/faq_body.html')
-rw-r--r--phpBB/styles/subSilver/template/faq_body.html37
1 files changed, 24 insertions, 13 deletions
diff --git a/phpBB/styles/subSilver/template/faq_body.html b/phpBB/styles/subSilver/template/faq_body.html
index 7c997e90ca..5f1f1abc74 100644
--- a/phpBB/styles/subSilver/template/faq_body.html
+++ b/phpBB/styles/subSilver/template/faq_body.html
@@ -1,14 +1,18 @@
<!-- INCLUDE overall_header.html -->
-<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
+<!-- $Id$ -->
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <td align="left" class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td>
+ <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
</tr>
</table>
-<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
+<br clear="all" />
+
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <th height="28">{L_FAQ_TITLE}</th>
+ <th>{L_FAQ_TITLE}</th>
</tr>
<tr>
<td class="row1">
@@ -22,24 +26,27 @@
</td>
</tr>
<tr>
- <td class="cat" height="28">&nbsp;</td>
+ <td class="cat">&nbsp;</td>
</tr>
</table>
<br clear="all" />
<!-- BEGIN faq_block -->
-<table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center">
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <td class="cat" height="28" align="center"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td>
+ <td class="cat" align="center"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td>
</tr>
- <!-- BEGIN faq_row -->
+ <!-- BEGIN faq_row -->
+ <tr>
+
<!-- IF faq_block.faq_row.S_ROW_COUNT is even -->
- <tr class="row1">
+ <td class="row1" valign="top">
<!-- ELSE -->
- <tr class="row2">
+ <td class="row2" valign="top">
<!-- ENDIF -->
- <td align="left" valign="top"><span class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b></span><br /><span class="postbody">{faq_block.faq_row.FAQ_ANSWER}<br /><a class="postlink" href="#Top">{L_BACK_TO_TOP}</a></span></td>
+ <span class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b><br />{faq_block.faq_row.FAQ_ANSWER}<br /><a class="postlink" href="#Top">{L_BACK_TO_TOP}</a></span>
+ </td>
</tr>
<tr>
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
@@ -50,10 +57,14 @@
<br clear="all" />
<!-- END faq_block -->
-<table width="95%" cellspacing="2" border="0" align="center">
+<table class="tablebg" width="100%" cellspacing="1">
<tr>
- <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><br /><!-- INCLUDE jumpbox.html --></td>
+ <td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
</tr>
</table>
+<br clear="all" />
+
+<div style="float:right"><!-- INCLUDE jumpbox.html --></div>
+
<!-- INCLUDE overall_footer.html --> \ No newline at end of file