/[clipping]/templates/pg_sel_c_news.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/pg_sel_c_news.tt2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Fri Jan 16 22:46:52 2004 UTC (20 years, 3 months ago) by dpavlin
Branch: MAIN, phperl
CVS Tags: r20040116, HEAD
Changes since 1.1: +0 -0 lines
initial import of downloaded version

1 dpavlin 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2    
3     <html>
4     <head>
5     <title>Clipping: news</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     <div id="menu">
18     <div id="reverse">Menu
19     </div>
20     [% PROCESS menu.tt2 %]
21     </div>
22    
23     <div id="context_menu">
24     <div id="reverse">News</div>
25     <a accesskey="i" href="[% script_name %]?template=pg_ins_c_news">insert news</a><BR>
26     <a accesskey="d" href="[% script_name %]?action=download_c_news&limit=[% limit %]&offset=[% offset %]&order_by=[% order_by %]">download</a>
27     </div>
28    
29     </div>
30    
31     <div id="main">
32     <div id="reverse">News
33     </div>
34     [% PROCESS tbl_c_news.tt2 %]
35     [% PROCESS footer.tt2 %]
36     </div>
37    
38     </div>
39    
40     </body>
41     </html>

  ViewVC Help
Powered by ViewVC 1.1.26