darkritual/elements.tpl
author Dan
Sat, 26 Jan 2008 16:03:04 -0500
changeset 0 da5928e7af09
child 1 a14108b9f932
permissions -rw-r--r--
First commit, theme is in a working state and should be ready for general use
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     1
<!-- VAR toolbar_button --><a href="{HREF}" {PARENTFLAGS} {FLAGS}>{TEXT}</a>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     2
<!-- ENDVAR toolbar_button -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     3
<!-- VAR toolbar_label --><div class="label">{TEXT}</div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     4
<!-- ENDVAR toolbar_label -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     5
<!-- VAR toolbar_button_selected --><a href="{HREF}" class="current" {PARENTFLAGS} {FLAGS}>{TEXT}</a>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     6
<!-- ENDVAR toolbar_button_selected -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     7
<!-- VAR toolbar_menu_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     8
<!-- ENDVAR toolbar_menu_button -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     9
<!-- VAR toolbar_menu_block --><li>{HTML}</li>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    10
<!-- ENDVAR toolbar_menu_block -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    11
<!-- VAR sidebar_button --><li><a href="{HREF}" {FLAGS}>{TEXT}</a></li>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    12
<!-- ENDVAR sidebar_button -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    13
<!-- VAR sidebar_raw --><p>{HTML}</p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    14
<!-- ENDVAR sidebar_raw -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    15
<!-- VAR sidebar_heading --><h1>{TEXT}</h1>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    16
<!-- ENDVAR sidebar_heading -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    17
<!-- VAR sidebar_top -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    18
<!-- ENDVAR sidebar_top -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    19
<!-- VAR sidebar_section -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    20
            <h1>{TITLE}</h1>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    21
            {CONTENT}
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    22
<!-- ENDVAR sidebar_section -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    23
<!-- VAR sidebar_section_raw -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    24
            <h1>{TITLE}</h1>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    25
            <div class="subnav_raw">{CONTENT}</div>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    26
<!-- ENDVAR sidebar_section_raw -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    27
<!-- VAR sidebar_bottom -->
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    28
<!-- ENDVAR sidebar_bottom -->