File: HaCiTreeRoot.tmpl

package info (click to toggle)
haci 0.97c-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,816 kB
  • sloc: perl: 19,106; sh: 190; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class='tE'>
	[% IF root.space > 0 %] <div id='tS' style='width:[% root.space %]px;'></div>[% END %]
	[% IF root.parent %]
		<a onClick="[% root.picUrl %]" class='tE' title="[% root.picTitle %]">
			<img class='tE' src='[% imagepathrel %]/[% IF root.expanded %]minus.gif[% ELSE %]plus.gif[% END %]' />
		</a>
	[% ELSE %]
	 	<div id='tSFW'></div>
	[% END %]
	<div class='tL'>
		[% IF root.rootUrl %]
			<a href="[% root.rootUrl %]" class='tLR'><font color='[% root.color %]'>[% root.name %]</font></a>
		[% ELSE %]
			<font color='[% root.color %]'><div class='tLR'>[% root.name %]</div></font>
		[% END %]
		[% IF root.rootPic %]
			<img class="tE2" src="[% imagepathrel %]/[% root.rootPic %]" alt="[% root.rootAlt %]" title="[% root.rootAlt %]"/>
		[% END %]
	</div>
	<p id='tD'>[% root.descr %]</p>
  <div style='clear:left'></div>
</div>