aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/templates/subSilver/bbcode.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-30 11:02:38 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-30 11:02:38 +0000
commit4f7a1c7169719a13b0345c012d9bb53c2721c8ca (patch)
tree3d3a87f14d066e4753fd08e9bfbe01e77cd3c170 /phpBB/styles/templates/subSilver/bbcode.html
parentb72a8fd2c7983eb318cc29fc0eb252a82d1d0bd8 (diff)
downloadforums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar
forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.gz
forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.bz2
forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.xz
forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.zip
Bye bye ... hopefully
git-svn-id: file:///svn/phpbb/trunk@4334 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/templates/subSilver/bbcode.html')
-rw-r--r--phpBB/styles/templates/subSilver/bbcode.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/phpBB/styles/templates/subSilver/bbcode.html b/phpBB/styles/templates/subSilver/bbcode.html
deleted file mode 100644
index 8c62f189dc..0000000000
--- a/phpBB/styles/templates/subSilver/bbcode.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- BEGIN ulist_open --><ul><!-- END ulist_open -->
-<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
-
-<!-- BEGIN olist_open --><ol style="list-style-type:{LIST_TYPE}"><!-- END olist_open -->
-<!-- BEGIN olist_close --></ol><!-- END olist_close -->
-
-<!-- BEGIN listitem --><li><!-- END listitem -->
-<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
-
-<!-- BEGIN quote_username_open -->
-<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
- <tr>
- <td class="quote"><b>{USERNAME} {L_WROTE}:</b><hr />
-<!-- END quote_username_open -->
-
-<!-- BEGIN quote_open -->
-<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
- <tr>
- <td><b class="genmed">{L_QUOTE}:</b></td>
- </tr>
- <tr>
- <td class="quote">
-<!-- END quote_open -->
-
-<!-- BEGIN quote_close -->
- </td>
- </tr>
-</table>
-<!-- END quote_close -->
-
-<!-- BEGIN code_open -->
-<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
- <tr>
- <td><b class="genmed">{L_CODE}:</b></td>
- </tr>
- <tr>
- <td class="code">
-<!-- END code_open -->
-
-<!-- BEGIN code_close -->
- </td>
- </tr>
-</table>
-<!-- END code_close -->
-
-
-<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
-<!-- BEGIN b_close --></span><!-- END b_close -->
-
-<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
-<!-- BEGIN u_close --></span><!-- END u_close -->
-
-<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open -->
-<!-- BEGIN i_close --></span><!-- END i_close -->
-
-<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->
-
-<!-- BEGIN size --><span style="font-size: {SIZE}px; line-height: normal">{TEXT}</span><!-- END size -->
-
-<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->
-
-<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->
-
-<!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email -->
-
-<!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{WIDTH}" height="{HEIGHT}"><param name="movie" value="{URL}"><param name="play" value="1"><param name="loop" value="1"><param name="quality" value="high"><embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="1" loop="1" quality="high"></embed></object><!-- END flash --> \ No newline at end of file