{if ($node->nodeType==='base')} {* This is the default "html" for any type of node *}
value==''}style="display:none"{/if}> contracted}style="display:none"{/if}>
{$node->printPlus()} {$node->printLabel()}
{$node->printContent()}
{elseif ($node->nodeType==='parent')} {* This is the default "html" for node with nodeType="parent" *}
value==''}style="display:none"{/if}> contracted}style="display:none"{/if}>
{$node->printPlus()} {$node->printLabel()}
{$node->printContent()}
{elseif ($node->nodeType==='parentBlue')} {* This is the default "html" for node with nodeType="parent" *}
value==''}style="display:none"{/if}> contracted}style="display:none"{/if}>
{$node->printPlus()} {$node->printLabel()}
{$node->printContent()}
{elseif ($node->nodeType==='child')} {* This is the default "html" for node with nodeType="child" *}
value==''}style="display:none"{/if}> contracted}style="display:none"{/if}>
{$node->printPlus()} {$node->printLabel()}
{$node->printContent()}
{elseif ($node->nodeType==='blank')} {* This is the default "html" for node with nodeType="child" *}
value==''}style="display:none"{/if}> contracted}style="display:none"{/if}>
{$node->printPlus()} {$node->printLabel()}
{$node->printContent()}
{/if}