diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 13:22:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-24 13:22:39 +0000 |
| commit | c93474e11839f56a51d662ae40336e9ba61a12a2 (patch) | |
| tree | 0ad79c8fe0e1cccceb92d673f2088ce1e6c4bf60 /phpBB/styles/subSilver/template/bbcode.html | |
| parent | af1cc18e023bc8b55bc86417d25f4e0debbc3deb (diff) | |
| download | forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.gz forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.bz2 forums-c93474e11839f56a51d662ae40336e9ba61a12a2.tar.xz forums-c93474e11839f56a51d662ae40336e9ba61a12a2.zip | |
Moving again ... I think this time will be the last ... famous last words
git-svn-id: file:///svn/phpbb/trunk@4323 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/bbcode.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html new file mode 100644 index 0000000000..8c62f189dc --- /dev/null +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -0,0 +1,66 @@ +<!-- 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 |
