themes/enanium/toolbar.tpl
author Dan Fuhry <dan@enanocms.org>
Thu, 28 Oct 2010 03:05:31 -0400
changeset 1308 f9bee9b125ee
parent 1227 bdac73ed481e
permissions -rw-r--r--
Parser updates. Added the "styled" keyword to wikitables to allow them to be styled using the current theme's standard table skinning, and changes to how the image tag parser decides how to display an image (framed, inline or raw).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     1
<!-- Stuff related to toolbars and clickable buttons.
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
     2
 		The plan was to use this on the toolbar for most pages. Never made it into the release,
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
     3
 		but still provided as an otherwise-unused component for plugins to make use of.
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
     4
 		-->
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     5
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     6
<!-- VAR toolbar_start -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
     7
	<div class="toolbar">
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
     8
	<ul>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     9
<!-- ENDVAR toolbar_start -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    10
<!-- VAR toolbar_button -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    11
	<li>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    12
		<a title="{TITLE}" {FLAGS}>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    13
			<!-- IFSET SPRITE -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    14
				{SPRITE}
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    15
			<!-- BEGINELSE SPRITE -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    16
				<!-- IFSET IMAGE -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    17
					<!-- BEGINNOT no_image -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    18
						<img alt="{TITLE}" src="{IMAGE}" />
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    19
					<!-- END no_image -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    20
				<!-- END IMAGE -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    21
			<!-- END SPRITE -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    22
			<!-- BEGIN show_title -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    23
				<!-- BEGIN no_image -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    24
					<span class="noimage">{TITLE}</span>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    25
				<!-- BEGINELSE no_image -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    26
					<span>{TITLE}</span>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    27
				<!-- END no_image -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    28
			<!-- END show_title -->
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    29
		</a>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    30
	</li>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    31
<!-- ENDVAR toolbar_button -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    32
<!-- VAR toolbar_label -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    33
	<li>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    34
		<span>{TITLE}</span>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    35
	</li>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    36
<!-- ENDVAR toolbar_label -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    37
<!-- VAR toolbar_end -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    38
	</ul>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    39
	</div>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    40
<!-- ENDVAR toolbar_end -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    41
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    42
<!-- VAR toolbar_vert_start -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    43
	<div class="toolbar_vert">
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    44
	<ul>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    45
<!-- ENDVAR toolbar_vert_start -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    46
<!-- VAR toolbar_vert_button -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    47
	<li>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    48
		<a title="{TITLE}" {FLAGS}>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    49
			<img alt="{TITLE}" src="{IMAGE}" />
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    50
			<span>{TITLE}</span>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    51
		</a>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    52
	</li>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    53
<!-- ENDVAR toolbar_vert_button -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    54
<!-- VAR toolbar_vert_label -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    55
	<li>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    56
		<span>{TITLE}</span>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    57
	</li>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    58
<!-- ENDVAR toolbar_vert_label -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    59
<!-- VAR toolbar_vert_end -->
1227
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    60
	</ul>
bdac73ed481e Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents: 921
diff changeset
    61
	</div>
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    62
<!-- ENDVAR toolbar_vert_end -->