Changeset 16697 for lang/actionscript/todoshare/index.cgi
- Timestamp:
- 07/27/08 00:02:11 (6 months ago)
- Files:
-
- 1 modified
-
lang/actionscript/todoshare/index.cgi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/todoshare/index.cgi
r16425 r16697 8 8 use Html; 9 9 use HtmlTag; 10 use Tmpl; 11 use Obj; 10 12 header; 13 my $id=$ENV{"QUERY_STRING"}; 14 $id =~ s/%([A-Fa-f0-9]{2})/pack("c",hex($1))/ge; 15 if ($id) {&disp($id);exit;} 11 16 12 17 &Html::p ([html, … … 16 21 [h1,"メニュー"], 17 22 link("todo.cgi","Todo"), 23 link("todoJS.cgi","Todo(JS)"), 18 24 link("nohada.cgi","のはだ"), 19 25 link("swkText.cgi","SWK(Text Mode)"), … … 36 42 } 37 43 44 sub disp { 45 &Tmpl::page({title=>$id},[span, 46 [h2,"Infomation about $id"], 47 [table,sub { 48 my $p=shift; 49 my $res=&Obj::exe(["FINDREL",$id,any,any]); 50 for (@$res) { 51 $p->p([&tr, 52 [td,$_->{name}] , 53 [td,&Tmpl::link2obj($_->{val})] 54 ]); 55 } 56 }] 57 ]); 58 59 60 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)