aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/bbcode.tpl
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-10 13:14:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-10 13:14:25 +0000
commit3abfd1dd879b0b2929cf5dd42bd831194e1a2f10 (patch)
tree7e6cc5248864c677e403d119a7e9995cc06eba37 /phpBB/templates/Euclid/bbcode.tpl
parentd9fef8013f0b31f3baba287c92c82261a0e7b7a2 (diff)
downloadforums-3abfd1dd879b0b2929cf5dd42bd831194e1a2f10.tar
forums-3abfd1dd879b0b2929cf5dd42bd831194e1a2f10.tar.gz
forums-3abfd1dd879b0b2929cf5dd42bd831194e1a2f10.tar.bz2
forums-3abfd1dd879b0b2929cf5dd42bd831194e1a2f10.tar.xz
forums-3abfd1dd879b0b2929cf5dd42bd831194e1a2f10.zip
More udates
git-svn-id: file:///svn/phpbb/trunk@1540 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Euclid/bbcode.tpl')
-rw-r--r--phpBB/templates/Euclid/bbcode.tpl28
1 files changed, 10 insertions, 18 deletions
diff --git a/phpBB/templates/Euclid/bbcode.tpl b/phpBB/templates/Euclid/bbcode.tpl
index 7161121525..448f5fb4e8 100644
--- a/phpBB/templates/Euclid/bbcode.tpl
+++ b/phpBB/templates/Euclid/bbcode.tpl
@@ -29,10 +29,7 @@
<td><span class="gensmall"><b>{USERNAME} {L_WROTE}:</b></span></td>
</tr>
<tr>
- <td bgcolor="#000000"><img src="images/spacer.gif" height="1" /></td>
- </tr>
- <tr>
- <td><span class="gensmall"><!-- END quote_username_open -->
+ <td><hr /><span class="gensmall"><!-- END quote_username_open -->
<!-- BEGIN quote_open -->
</span>
@@ -42,15 +39,9 @@
<td><span class="gensmall"><b>{L_QUOTE}:</b></span></td>
</tr>
<tr>
- <td bgcolor="#000000"><img src="images/spacer.gif" height="1" /></td>
- </tr>
- <tr>
- <td><span class="gensmall"><!-- END quote_open -->
+ <td><hr /><span class="gensmall"><!-- END quote_open -->
-<!-- BEGIN quote_close --></span><br /></td>
- </tr>
- <tr>
- <td bgcolor="#000000"><img src="images/spacer.gif" height="1" /></td>
+<!-- BEGIN quote_close --></span><hr /></td>
</tr>
</table>
@@ -65,12 +56,13 @@
<td><span class="gensmall"><b>{L_CODE}:</b></span></td>
</tr>
<tr>
- <td><pre><!-- END code_open -->
+ <td><hr /><span class="courier"><!-- END code_open -->
-<!-- BEGIN code_close --></pre></td>
+<!-- BEGIN code_close --></span><hr /></td>
</tr>
</table>
-<span class="postbody">
+
+<span class="gen">
<!-- END code_close -->
@@ -119,15 +111,15 @@
<!-- END size_close -->
<!-- BEGIN img -->
-<img src="{URL}" border="0" />
+<img src="{URL}" border="0" alt="" />
<!-- END img -->
<!-- BEGIN url -->
-<a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a>
+<a href="{URL}" target="_blank">{DESCRIPTION}</a>
<!-- END url -->
<!-- BEGIN email -->
-<a href="mailto:{EMAIL}">{EMAIL}</A>
+<a href="mailto:{EMAIL}">{EMAIL}</a>
<!-- END email -->