Changeset 18180 for lang/actionscript/todoshare/index.cgi
- Timestamp:
- 08/24/08 18:17:29 (5 months ago)
- Files:
-
- 1 modified
-
lang/actionscript/todoshare/index.cgi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/todoshare/index.cgi
r17019 r18180 16 16 if ($id) {&disp($id);exit;} 17 17 18 &Html::p ([html, 19 [head, 20 [title,"MyS-monitor"]], 18 &Tmpl::page({title=>"MyS-monitor"}, 21 19 [body, 22 20 [h1,"メニュー"], 23 21 link("todo.cgi","Todo"), 24 link(" todoJS.cgi","Todo(JS)"),22 link("TodoJS.html","Todo(JS)"), 25 23 link("nohada.cgi","のはだ"), 24 link("textEdit.html","テキストエディタ"), 26 25 link("netacho.html","ネタ帳"), 27 26 link("swkText.cgi","SWK(Text Mode)"), … … 32 31 link("backupDB.cgi","Backup DB"), 33 32 link("restoreDB.cgi","Restore DB"), 33 [script, qq( 34 progn( 35 [dbPut,{id: "currentTime", "is": new Date()+""} ] 36 ); 37 )] 34 38 ] 35 ]);39 ); 36 40 37 41 … … 101 105 102 106 } 107 108
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)