~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/styles/subsilver2/template/bbcode.html

  • Committer: dcoles
  • Date: 2008-02-29 02:11:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:624
forum: Removed the subsilver2 style and phpBB installer
Modified prosilver theme to be more IVLE integrated
Added db dumps for setup

setup.py: Added config.php generator code

doc/setup/install_proc.txt: New setup/install details

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- BEGIN ulist_open --><ul style="list-style-type: {LIST_TYPE}"><!-- END ulist_open -->
2
 
<!-- BEGIN ulist_open_default --><ul><!-- END ulist_open_default -->
3
 
<!-- BEGIN ulist_close --></ul><!-- END ulist_close -->
4
 
 
5
 
<!-- BEGIN olist_open --><ol style="list-style-type: {LIST_TYPE}"><!-- END olist_open -->
6
 
<!-- BEGIN olist_close --></ol><!-- END olist_close -->
7
 
 
8
 
<!-- BEGIN listitem --><li><!-- END listitem -->
9
 
<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
10
 
 
11
 
<!-- BEGIN quote_username_open -->
12
 
<div class="quotetitle">{USERNAME} {L_WROTE}:</div><div class="quotecontent">
13
 
<!-- END quote_username_open -->
14
 
 
15
 
<!-- BEGIN quote_open -->
16
 
<div class="quotetitle"><b>{L_QUOTE}:</b></div><div class="quotecontent">
17
 
<!-- END quote_open -->
18
 
 
19
 
<!-- BEGIN quote_close -->
20
 
</div>
21
 
<!-- END quote_close -->
22
 
 
23
 
<!-- BEGIN code_open -->
24
 
<div class="codetitle"><b>{L_CODE}:</b></div><div class="codecontent">
25
 
<!-- END code_open -->
26
 
 
27
 
<!-- BEGIN code_close -->
28
 
</div>
29
 
<!-- END code_close -->
30
 
 
31
 
<!-- BEGIN inline_attachment_open -->
32
 
<div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent">
33
 
<!-- END inline_attachment_open -->
34
 
 
35
 
<!-- BEGIN inline_attachment_close -->
36
 
</div>
37
 
<!-- END inline_attachment_close -->
38
 
 
39
 
 
40
 
<!-- BEGIN b_open --><strong><!-- END b_open -->
41
 
<!-- BEGIN b_close --></strong><!-- END b_close -->
42
 
 
43
 
<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
44
 
<!-- BEGIN u_close --></span><!-- END u_close -->
45
 
 
46
 
<!-- BEGIN i_open --><em><!-- END i_open -->
47
 
<!-- BEGIN i_close --></em><!-- END i_close -->
48
 
 
49
 
<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->
50
 
 
51
 
<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: normal">{TEXT}</span><!-- END size -->
52
 
 
53
 
<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img -->
54
 
 
55
 
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
56
 
 
57
 
<!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email -->
58
 
 
59
 
<!-- BEGIN flash -->
60
 
        <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}">
61
 
                <param name="movie" value="{URL}" />
62
 
                <param name="play" value="false" />
63
 
                <param name="loop" value="false" />
64
 
                <param name="quality" value="high" />
65
 
                <param name="allowScriptAccess" value="never" />
66
 
                <param name="allowNetworking" value="internal" />
67
 
                <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="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed>
68
 
        </object>
69
 
<!-- END flash -->