-
index.html
606 607 3 3 4 4 <table width="100%" cellspacing="0" cellpadding="0" border="0"> 5 5 <tr valign="top"> 6 <td width="35%"> 6 <td width="35%" id="column-side"> 7 7 8 8 % my @LEFT = $m->comp('/contenido/components/tasks.msn'); 9 9 % my %LEFTh = map { $_->{attr} => $_ } (@LEFT); … … 17 17 % } 18 18 19 19 </td> 20 <td width="2%" nowrap> </td> 21 <td width="63%"> 20 <td width="2%"><a href="javascript:void()" class="width-toggler"><img src="/contenido/i/icons/left-right.png" width="30"></a></td> 21 <td width="63%" id="column-content"> 22 22 23 23 <& "/contenido/components/index_tree.msn", root => $Contenido::Section::ROOT, level => $request->{tab}{level} || 3 &> 24 24