themes/springy/toolbar.tpl
author Dan
Tue, 18 Dec 2007 19:23:33 -0500
changeset 0 faec06138933
child 1 deac853bf428
permissions -rw-r--r--
First commit. Almost ready for a first beta.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     1
<!-- Stuff related to toolbars and clickable buttons.
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     2
     Used mostly in the page toolbar on most pages.
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     3
     -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     4
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     5
<!-- VAR toolbar_start -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     6
  <div class="toolbar">
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     7
  <ul>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     8
<!-- ENDVAR toolbar_start -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     9
<!-- VAR toolbar_button -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    10
  <li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    11
    <a title="{TITLE}" {FLAGS}>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    12
      <img alt="{TITLE}" src="{IMAGE}" />
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    13
      <!-- BEGIN show_title -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    14
      <span>{TITLE}</span>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    15
      <!-- END show_title -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    16
    </a>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    17
  </li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    18
<!-- ENDVAR toolbar_button -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    19
<!-- VAR toolbar_label -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    20
  <li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    21
    <span>{TITLE}</span>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    22
  </li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    23
<!-- ENDVAR toolbar_label -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    24
<!-- VAR toolbar_end -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    25
  </ul>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    26
  </div>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    27
<!-- ENDVAR toolbar_end -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    28
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    29
<!-- VAR toolbar_vert_start -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    30
  <div class="toolbar_vert">
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    31
  <ul>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    32
<!-- ENDVAR toolbar_vert_start -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    33
<!-- VAR toolbar_vert_button -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    34
  <li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    35
    <a title="{TITLE}" {FLAGS}>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    36
      <img alt="{TITLE}" src="{IMAGE}" />
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    37
      <span>{TITLE}</span>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    38
    </a>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    39
  </li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    40
<!-- ENDVAR toolbar_vert_button -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    41
<!-- VAR toolbar_vert_label -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    42
  <li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    43
    <span>{TITLE}</span>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    44
  </li>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    45
<!-- ENDVAR toolbar_vert_label -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    46
<!-- VAR toolbar_vert_end -->
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    47
  </ul>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    48
  </div>
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    49
<!-- ENDVAR toolbar_vert_end -->