author | Dan Fuhry <dan@enanocms.org> |
Thu, 31 Mar 2011 13:09:56 -0400 | |
changeset 1341 | 90e2064c8ea2 |
parent 1227 | bdac73ed481e |
permissions | -rw-r--r-- |
0 | 1 |
<!-- VAR toolbar_button --><a href="{HREF}" {PARENTFLAGS} {FLAGS}>{TEXT}</a> |
2 |
<!-- ENDVAR toolbar_button --> |
|
3 |
<!-- VAR toolbar_label --><div class="label">{TEXT}</div> |
|
4 |
<!-- ENDVAR toolbar_label --> |
|
5 |
<!-- VAR toolbar_button_selected --><a href="{HREF}" class="current" {PARENTFLAGS} {FLAGS}>{TEXT}</a> |
|
6 |
<!-- ENDVAR toolbar_button_selected --> |
|
7 |
<!-- VAR toolbar_menu_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li> |
|
8 |
<!-- ENDVAR toolbar_menu_button --> |
|
9 |
<!-- VAR toolbar_menu_block --><li>{HTML}</li> |
|
10 |
<!-- ENDVAR toolbar_menu_block --> |
|
11 |
<!-- VAR sidebar_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li> |
|
12 |
<!-- ENDVAR sidebar_button --> |
|
13 |
<!-- VAR sidebar_raw -->{HTML} |
|
14 |
<!-- ENDVAR sidebar_raw --> |
|
15 |
<!-- VAR sidebar_heading --><h4>{TEXT}</h4> |
|
16 |
<!-- ENDVAR sidebar_heading --> |
|
17 |
<!-- VAR sidebar_top --> |
|
18 |
<!-- ENDVAR sidebar_top --> |
|
19 |
<!-- VAR sidebar_section --> |
|
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:
0
diff
changeset
|
20 |
<h4> |
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:
0
diff
changeset
|
21 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_START}<!-- END in_sidebar_admin --> |
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:
0
diff
changeset
|
22 |
{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:
0
diff
changeset
|
23 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_END}<!-- END in_sidebar_admin --> |
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:
0
diff
changeset
|
24 |
</h4> |
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:
0
diff
changeset
|
25 |
<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:
0
diff
changeset
|
26 |
{CONTENT} |
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:
0
diff
changeset
|
27 |
</ul> |
0 | 28 |
<!-- ENDVAR sidebar_section --> |
29 |
<!-- VAR sidebar_section_raw --> |
|
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:
0
diff
changeset
|
30 |
<h4> |
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:
0
diff
changeset
|
31 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_START}<!-- END in_sidebar_admin --> |
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:
0
diff
changeset
|
32 |
{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:
0
diff
changeset
|
33 |
<!-- BEGIN in_sidebar_admin -->{ADMIN_END}<!-- END in_sidebar_admin --> |
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:
0
diff
changeset
|
34 |
</h4> |
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:
0
diff
changeset
|
35 |
<div> |
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:
0
diff
changeset
|
36 |
{CONTENT} |
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:
0
diff
changeset
|
37 |
</div> |
0 | 38 |
<!-- ENDVAR sidebar_section_raw --> |
39 |
<!-- VAR sidebar_bottom --> |
|
40 |
<!-- ENDVAR sidebar_bottom --> |