X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Findex.html;h=bc51e6a52500a7363e39fa7d848b4b53b8d3338a;hb=179e9a70dfec14043be265986882ee728454254a;hp=5b550dba7d98e5628b1a9c6108572d577a03b61a;hpb=826fba2bc6667c2db8993fb374f41bea5436d7f1;p=freeside.git diff --git a/httemplate/index.html b/httemplate/index.html index 5b550dba7..bc51e6a52 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -1,11 +1,18 @@ -% my $conf = new FS::Conf; - -<% include('/elements/header.html', 'Billing Main' ) %> +<%init>my $debug = $cgi->param('debug'); +% warn time.": header.html\n" if $debug; +% +<& /elements/header.html, mt('Billing Main') &> -<% include('/elements/dashboard-install_welcome.html') %> +% warn time.": dashboard-install_welcome.html\n" if $debug; +% +<& /elements/dashboard-install_welcome.html &> -<% include('/elements/dashboard-toplist.html') %> +% warn time.": dashboard-toplist.html\n" if $debug; +% +<& /elements/dashboard-toplist.html &> +% warn time.": fetching recently changed customers\n" if $debug; +% % my $sth = dbh->prepare( % #"SELECT DISTINCT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) % "SELECT custnum FROM h_cust_main JOIN cust_main USING ( custnum ) @@ -22,15 +29,16 @@ % @custnums = splice(@custnums, 0, 10); % % if ( @custnums ) { +% warn time.": displaying recently changed customers\n" if $debug; - <% include('/elements/table-grid.html') %> + <& /elements/table-grid.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; % my $bgcolor = $bgcolor2; - Customers I recently added or modified + <% mt('Customers I recently added or modified') |h %> % foreach my $custnum ( @custnums ) { @@ -38,7 +46,7 @@ % next unless $cust_main; - <% $cust_main->display_custnum %>: <% $cust_main->name %> + <% $cust_main->display_custnum %>: <% $cust_main->name |h %> % if ( $bgcolor eq $bgcolor1 ) { @@ -53,4 +61,4 @@ % } -<% include('/elements/footer.html') %> +<& /elements/footer.html &>