/[clipping]/templates/count_c_news_by_c_customer.tt2
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/count_c_news_by_c_customer.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jan 16 22:46:52 2004 UTC (20 years, 3 months ago) by dpavlin
Branch point for: MAIN, phperl
Initial revision

1 dpavlin 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2    
3     <html>
4     <head>
5     <title>Clipping: news by customer</title>
6     <style type="text/css" media="all">
7     @import "/inc/style.css";
8     </style>
9     </head>
10     <body>
11    
12     <div id="container">
13    
14     <div id="top">Clipping</div>
15    
16     <div id="left">
17    
18     <div id="menu">
19     <div id="reverse">Menu</div>
20     [% PROCESS menu.tt2 %]
21     </div>
22    
23     <div id="context_menu">
24     <div id="reverse">Stats</div>
25     [% PROCESS stats.tt2 %]
26     </div>
27    
28     </div>
29    
30     <!-- require count_c_news_by_c_customer -->
31    
32     <div id="main">
33     <div id="reverse">news by customer</div>
34    
35     <table>
36     <tr>
37     <th>customer</th>
38     <th>count</th>
39     </tr>
40     [% FOREACH row = count_c_news_by_c_customer %]
41     <tr>
42     <td>[% row.c_customer_name %]</td>
43     <td><a href="[% script_name %]?template=pg_sel_c_news&c_customer_id=[% row.c_customer_id %]">[% row.count_c_news %]</a></td>
44     </tr>
45     [% END %]
46     </table>
47    
48     [% PROCESS footer.tt2 %]
49    
50     </div>
51     </div>

  ViewVC Help
Powered by ViewVC 1.1.26