Finish template tidy
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
% layout 'AdminLTE', title => 'Sme server 2 - IndexT';
|
||||
|
||||
% content_for 'module' => begin
|
||||
<div id="" class="">
|
||||
<p>Index on line - Welcome page<br>
|
||||
<div>
|
||||
<p>Index on line - Welcome page
|
||||
<br>
|
||||
</p>
|
||||
<p>
|
||||
Cogo diam enim ibidem paulatim pertineo velit. Comis patria pertineo secundum. Aliquip laoreet quibus zelus. Gravis incassum interdico iustum lucidus neo os paratus. Autem causa haero pneum similis sudo vindico. Iusto molior neque oppeto. Ideo minim nibh refoveo veniam vereor virtus. Appellatio pala scisco.
|
||||
@@ -31,31 +32,33 @@ Abdo abigo aptent commoveo inhibeo molior nibh plaga pneum zelus. Conventio geni
|
||||
% my %nav = %{SrvMngr::navigation2->getNavigation( $c->languages() )};
|
||||
<!-- % = dumper %nav -->
|
||||
|
||||
<div id="">
|
||||
<div>
|
||||
% foreach my $h (sort { ($nav{$a}{'WEIGHT'}/$nav{$a}{'COUNT'})
|
||||
% <=> ($nav{$b}{'WEIGHT'}/$nav{$b}{'COUNT'}) } keys %nav) {
|
||||
<div class="">
|
||||
%= $h
|
||||
</div>
|
||||
|
||||
% foreach (sort { $a->{'WEIGHT'} <=> $b->{'WEIGHT'} } @{$nav{$h}{'DESCRIPTIONS'}}) {
|
||||
% my ($target, $classNew) = ( $_->{'FILENAME'} =~ m/^2\// ) ?
|
||||
% ('_self',' accent') :
|
||||
% ('main','') ;
|
||||
<div>
|
||||
%= $h
|
||||
|
||||
% my $href = '/server-manager' . $_->{'FILENAME'};
|
||||
<div class=""><a class="" target='
|
||||
%= $target
|
||||
' onclick=\"swapClasses('sme
|
||||
%= $c
|
||||
')\" id="" href='
|
||||
%= $href
|
||||
'>
|
||||
%= $_->{'DESCRIPTION'}
|
||||
</a></div>
|
||||
|
||||
% $c++;
|
||||
% }
|
||||
% foreach (sort { $a->{'WEIGHT'} <=> $b->{'WEIGHT'} } @{$nav{$h}{'DESCRIPTIONS'}}) {
|
||||
% my ($target, $classNew) = ( $_->{'FILENAME'} =~ m/^2\// ) ?
|
||||
% ('_self',' accent') :
|
||||
% ('main','') ;
|
||||
|
||||
% my $href = '/server-manager' . $_->{'FILENAME'};
|
||||
<div class=""><a class="" target='
|
||||
%= $target
|
||||
' onclick=\"swapClasses('sme
|
||||
%= $c
|
||||
')\" id="" href='
|
||||
%= $href
|
||||
'>
|
||||
%= $_->{'DESCRIPTION'}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
% $c++;
|
||||
% }
|
||||
|
||||
% }
|
||||
|
||||
|
Reference in New Issue
Block a user