/usr/share/haci/Template/HaCiTreeRoot.tmpl is in haci 0.97c-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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>
|