summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/source/functions/bbcode.txt.tpl')
-rw-r--r--site/source/functions/bbcode.txt.tpl50
1 files changed, 50 insertions, 0 deletions
diff --git a/site/source/functions/bbcode.txt.tpl b/site/source/functions/bbcode.txt.tpl
new file mode 100644
index 0000000..a0ee500
--- /dev/null
+++ b/site/source/functions/bbcode.txt.tpl
@@ -0,0 +1,50 @@
+<!-- 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 --><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
+ <tr>
+ <td class="quote"><!-- END quote_username_open -->
+<!-- BEGIN quote_open --></span>
+<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
+<tr>
+ <td><span class="genmed"><b>{L_QUOTE}:</b></span></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 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_open --><span style="color: {COLOR}"><!-- END color_open -->
+<!-- BEGIN color_close --></span><!-- END color_close -->
+
+<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open -->
+<!-- BEGIN size_close --></span><!-- END size_close -->
+
+<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->
+
+<!-- BEGIN url -->{DESCRIPTION} ( {URL} )<!-- END url -->
+
+<!-- BEGIN email --><mail link="mailto:{EMAIL}">{EMAIL}</mail><!-- END email -->