1 |
wakaba |
1.1 |
Name: |
2 |
|
|
LightOutput |
3 |
|
|
FullName: |
4 |
|
|
Light size output |
5 |
|
|
URI: |
6 |
|
|
IW:SuikaWiki:SuikaWiki |
7 |
|
|
Require: |
8 |
|
|
|
9 |
|
|
Initialize: |
10 |
|
|
my $NS_XHTML1 = 'http://www.w3.org/1999/xhtml'; |
11 |
|
|
|
12 |
|
|
MODULE: |
13 |
|
|
SuikaWiki::View->definition (lo__light => |
14 |
|
|
{media => {type => 'text/html', charset => 1, expires => 120}, |
15 |
|
|
#xmedia => {type => 'application/xhtml+xml', charset => 1, expires => 120}, |
16 |
|
|
if => { |
17 |
|
|
modified_since => 1, |
18 |
|
|
}, |
19 |
|
|
template => <<'EOH'}); |
20 |
|
|
%html-document(title=>{%res(name=>{View:WebPageTitle});}p,content=>{ |
21 |
|
|
%section(id=>tools1,class=>tools,add-to-toc=>0,content=>{%predefined-template(name=>navbar);}p); |
22 |
|
|
%section(level=>1,id=>read,add-to-toc=>0,content=>{%read(comment);}p); |
23 |
|
|
%section(class=>tools,add_to_toc=>0,content=>{%predefined-template(name=>navbar);}p); |
24 |
|
|
}p); |
25 |
|
|
EOH |
26 |
|
|
|
27 |
|
|
POD:LICENSE: |
28 |
|
|
Copyright 2003 Wakaba <w@suika.fam.cx> |
29 |
|
|
|
30 |
|
|
%%GNUGPL2%% |