/[clipping]/templates/pg_detail_c_type.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_detail_c_type.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: type</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</div>
19     [% PROCESS menu.tt2 %]
20     </div>
21    
22     <div id="context_menu">
23     <div id="reverse">Type</div>
24    
25     <a accesskey="i" href="[% script_name %]?template=pg_ins_c_type">insert type</a><BR>
26     <a accesskey="u" href="[% script_name %]?template=pg_upd_c_type&c_type_id=[% view_c_type.first.c_type_id %]">update</a><BR>
27     <a href="[% script_name %]?template=pg_sel_c_type&action=delete_c_type&c_type_id=[% view_c_type.first.c_type_id %]" onClick="return(confirm('Do you want to delete this record?'))">delete</a><BR>
28    
29    
30     <div id="reverse">News</div>
31     <a accesskey="i" href="[% script_name %]?template=pg_ins_c_news">insert news</a>
32    
33     </div>
34    
35     </div>
36     </div>
37    
38     <div id="main">
39     <div id="reverse">Type</div>
40    
41     [% PROCESS detail_c_type.tt2 %]
42     [% PROCESS footer.tt2 %]
43     </div>
44    
45     </div>
46    
47     </body>
48     </html>

  ViewVC Help
Powered by ViewVC 1.1.26