themes/connections/toolbar.tpl
author Dan
Sun, 13 Apr 2008 08:30:15 -0400
changeset 1 264ab53232f4
permissions -rw-r--r--
Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     1
<!-- Stuff related to toolbars and clickable buttons.
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     2
     The plan was to use this on the toolbar for most pages. Never made it into the release,
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     3
     but still provided as an otherwise-unused component for plugins to make use of.
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     4
     -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     5
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     6
<!-- VAR toolbar_start -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     7
  <div class="toolbar">
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     8
  <ul>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
     9
<!-- ENDVAR toolbar_start -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    10
<!-- VAR toolbar_button -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    11
  <li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    12
    <a title="{TITLE}" {FLAGS}>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    13
      <!-- BEGINNOT no_image -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    14
      <img alt="{TITLE}" src="{IMAGE}" />
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    15
      <!-- END no_image -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    16
      <!-- BEGIN show_title -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    17
        <!-- BEGIN no_image -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    18
        <span class="noimage">{TITLE}</span>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    19
        <!-- BEGINELSE no_image -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    20
        <span>{TITLE}</span>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    21
        <!-- END no_image -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    22
      <!-- END show_title -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    23
    </a>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    24
  </li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    25
<!-- ENDVAR toolbar_button -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    26
<!-- VAR toolbar_label -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    27
  <li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    28
    <span>{TITLE}</span>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    29
  </li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    30
<!-- ENDVAR toolbar_label -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    31
<!-- VAR toolbar_end -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    32
  </ul>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    33
  </div>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    34
<!-- ENDVAR toolbar_end -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    35
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    36
<!-- VAR toolbar_vert_start -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    37
  <div class="toolbar_vert">
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    38
  <ul>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    39
<!-- ENDVAR toolbar_vert_start -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    40
<!-- VAR toolbar_vert_button -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    41
  <li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    42
    <a title="{TITLE}" {FLAGS}>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    43
      <img alt="{TITLE}" src="{IMAGE}" />
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    44
      <span>{TITLE}</span>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    45
    </a>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    46
  </li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    47
<!-- ENDVAR toolbar_vert_button -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    48
<!-- VAR toolbar_vert_label -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    49
  <li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    50
    <span>{TITLE}</span>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    51
  </li>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    52
<!-- ENDVAR toolbar_vert_label -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    53
<!-- VAR toolbar_vert_end -->
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    54
  </ul>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    55
  </div>
264ab53232f4 Several updates for 1.1.x compatibility. Probably breaks 1.0.x compatibility.
Dan
parents:
diff changeset
    56
<!-- ENDVAR toolbar_vert_end -->