aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/bbcode.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/bbcode.tpl')
-rw-r--r--phpBB/templates/Euclid/bbcode.tpl125
1 files changed, 0 insertions, 125 deletions
diff --git a/phpBB/templates/Euclid/bbcode.tpl b/phpBB/templates/Euclid/bbcode.tpl
deleted file mode 100644
index 448f5fb4e8..0000000000
--- a/phpBB/templates/Euclid/bbcode.tpl
+++ /dev/null
@@ -1,125 +0,0 @@
-<!-- BEGIN ulist_open -->
-<ul>
-<!-- END ulist_open -->
-
-<!-- BEGIN ulist_close -->
-</ul>
-<!-- END ulist_close -->
-
-
-<!-- BEGIN olist_open -->
-<ol type="{LIST_TYPE}">
-<!-- END olist_open -->
-
-<!-- BEGIN olist_close -->
-</ol>
-<!-- END olist_close -->
-
-
-<!-- BEGIN listitem -->
-<li>
-<!-- END listitem -->
-
-
-<!-- BEGIN quote_username_open -->
-</span>
-
-<table width="90%" border="0" cellpadding="0" cellspacing="2" align="center">
- <tr>
- <td><span class="gensmall"><b>{USERNAME} {L_WROTE}:</b></span></td>
- </tr>
- <tr>
- <td><hr /><span class="gensmall"><!-- END quote_username_open -->
-
-<!-- BEGIN quote_open -->
-</span>
-
-<table width="90%" cellpadding="0" cellspacing="2" border="0" align="center">
- <tr>
- <td><span class="gensmall"><b>{L_QUOTE}:</b></span></td>
- </tr>
- <tr>
- <td><hr /><span class="gensmall"><!-- END quote_open -->
-
-<!-- BEGIN quote_close --></span><hr /></td>
- </tr>
-</table>
-
-<span class="gen">
-<!-- END quote_close -->
-
-
-<!-- BEGIN code_open -->
-</span>
-<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
-<tr>
- <td><span class="gensmall"><b>{L_CODE}:</b></span></td>
- </tr>
- <tr>
- <td><hr /><span class="courier"><!-- END code_open -->
-
-<!-- BEGIN code_close --></span><hr /></td>
- </tr>
-</table>
-
-<span class="gen">
-<!-- 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_open -->
-<span style="color: {COLOR}">
-<!-- END color_open -->
-
-<!-- BEGIN color_close -->
-</span>
-<!-- END color_close -->
-
-
-<!-- BEGIN size_open -->
-<span style="font-size: {SIZE}; line-height: normal">
-<!-- END size_open -->
-
-<!-- BEGIN size_close -->
-</span>
-<!-- END size_close -->
-
-<!-- BEGIN img -->
-<img src="{URL}" border="0" alt="" />
-<!-- END img -->
-
-
-<!-- BEGIN url -->
-<a href="{URL}" target="_blank">{DESCRIPTION}</a>
-<!-- END url -->
-
-
-<!-- BEGIN email -->
-<a href="mailto:{EMAIL}">{EMAIL}</a>
-<!-- END email -->