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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

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 --><blockquote><div><cite>{USERNAME} {L_WROTE}:</cite><!-- END quote_username_open -->
12
 
<!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open -->
13
 
<!-- BEGIN quote_close --></div></blockquote><!-- END quote_close -->
14
 
 
15
 
<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code><!-- END code_open -->
16
 
<!-- BEGIN code_close --></code></dd></dl><!-- END code_close -->
17
 
 
18
 
<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->
19
 
<!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close -->
20
 
 
21
 
<!-- BEGIN b_open --><strong><!-- END b_open -->
22
 
<!-- BEGIN b_close --></strong><!-- END b_close -->
23
 
 
24
 
<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open -->
25
 
<!-- BEGIN u_close --></span><!-- END u_close -->
26
 
 
27
 
<!-- BEGIN i_open --><em><!-- END i_open -->
28
 
<!-- BEGIN i_close --></em><!-- END i_close -->
29
 
 
30
 
<!-- BEGIN color --><span style="color: {COLOR}">{TEXT}</span><!-- END color -->
31
 
 
32
 
<!-- BEGIN size --><span style="font-size: {SIZE}%; line-height: 116%;">{TEXT}</span><!-- END size -->
33
 
 
34
 
<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img -->
35
 
 
36
 
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
37
 
 
38
 
<!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email -->
39
 
 
40
 
<!-- 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="false" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><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></object><!-- END flash -->
 
 
b'\\ No newline at end of file'