Help for this page

Select Code to Download


  1. or download this
    <TMPL_LOOP kids>
        <div style="margin-left:10px;border:1px dotted #555555">
    ...
        
        </div>
    </TMPL_LOOP>
    
  2. or download this
    use HTML::Template;
    
    ...