0
|
1 |
<!-- Stuff related to toolbars and clickable buttons.
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
2 |
The plan was to use this on the toolbar for most pages. Never made it into the release,
|
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
3 |
but still provided as an otherwise-unused component for plugins to make use of.
|
0
|
4 |
-->
|
|
5 |
|
|
6 |
<!-- VAR toolbar_start -->
|
|
7 |
<div class="toolbar">
|
|
8 |
<ul>
|
|
9 |
<!-- ENDVAR toolbar_start -->
|
|
10 |
<!-- VAR toolbar_button -->
|
|
11 |
<li>
|
|
12 |
<a title="{TITLE}" {FLAGS}>
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
13 |
<!-- BEGINNOT no_image -->
|
0
|
14 |
<img alt="{TITLE}" src="{IMAGE}" />
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
15 |
<!-- END no_image -->
|
0
|
16 |
<!-- BEGIN show_title -->
|
413
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
17 |
<!-- BEGIN no_image -->
|
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
18 |
<span class="noimage">{TITLE}</span>
|
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
19 |
<!-- BEGINELSE no_image -->
|
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
20 |
<span>{TITLE}</span>
|
6607cd646d6d
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan
diff
changeset
|
21 |
<!-- END no_image -->
|
0
|
22 |
<!-- END show_title -->
|
|
23 |
</a>
|
|
24 |
</li>
|
|
25 |
<!-- ENDVAR toolbar_button -->
|
|
26 |
<!-- VAR toolbar_label -->
|
|
27 |
<li>
|
|
28 |
<span>{TITLE}</span>
|
|
29 |
</li>
|
|
30 |
<!-- ENDVAR toolbar_label -->
|
|
31 |
<!-- VAR toolbar_end -->
|
|
32 |
</ul>
|
|
33 |
</div>
|
|
34 |
<!-- ENDVAR toolbar_end -->
|
|
35 |
|
|
36 |
<!-- VAR toolbar_vert_start -->
|
|
37 |
<div class="toolbar_vert">
|
|
38 |
<ul>
|
|
39 |
<!-- ENDVAR toolbar_vert_start -->
|
|
40 |
<!-- VAR toolbar_vert_button -->
|
|
41 |
<li>
|
|
42 |
<a title="{TITLE}" {FLAGS}>
|
|
43 |
<img alt="{TITLE}" src="{IMAGE}" />
|
|
44 |
<span>{TITLE}</span>
|
|
45 |
</a>
|
|
46 |
</li>
|
|
47 |
<!-- ENDVAR toolbar_vert_button -->
|
|
48 |
<!-- VAR toolbar_vert_label -->
|
|
49 |
<li>
|
|
50 |
<span>{TITLE}</span>
|
|
51 |
</li>
|
|
52 |
<!-- ENDVAR toolbar_vert_label -->
|
|
53 |
<!-- VAR toolbar_vert_end -->
|
|
54 |
</ul>
|
|
55 |
</div>
|
|
56 |
<!-- ENDVAR toolbar_vert_end -->
|