Changeset 16016 for lang/actionscript
- Timestamp:
- 07/19/08 10:33:24 (4 months ago)
- Location:
- lang/actionscript/todoshare
- Files:
-
- 4 modified
-
index.cgi (modified) (2 diffs)
-
jsonDB.html (modified) (2 diffs)
-
perl/JSON2.pm (modified) (1 diff)
-
swkText.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/todoshare/index.cgi
r16013 r16016 12 12 &Html::p ([html, 13 13 [head, 14 [title,"M YS-monitor"]],14 [title,"MyS-monitor"]], 15 15 [body, 16 16 [h1,"メニュー"], … … 19 19 link("DBConsoleFlash.html","SWK(Flash Mode)"), 20 20 link("jsonDB.html","JSON DB Console"), 21 link("importObj.html","Import Objects(他のM YSからHTTPで取得します)"),21 link("importObj.html","Import Objects(他のMySからHTTPで取得します)"), 22 22 [h3,"File-related Menu"], 23 23 link("backupDB.html","Backup DB"), -
lang/actionscript/todoshare/jsonDB.html
r16014 r16016 5 5 <form action="db.cgi" method="POST"> 6 6 <textarea rows=10 cols=40 name=cmd> 7 ["GET2",["content","importance","urgency"]] 7 ["GET2",["content"], 8 {"content":["like","%る%"]} 9 ] 8 10 </textarea> 9 11 <input type=submit> … … 18 20 {"strength":"1", "type":"animal"} 19 21 ] 20 21 22 </textarea></br> 22 23 24 25 <form action="test/utf8.cgi" method="POST"> 26 <textarea rows=10 cols=40 name=str>%る%</textarea> 27 <input type=submit> 28 23 29 </body></html> -
lang/actionscript/todoshare/perl/JSON2.pm
r16014 r16016 15 15 sub fromJSON { 16 16 my $j=shift; 17 my $json=new JSON(); 18 $json->decode($j); 17 #my $json=new JSON(); 18 #$json->decode($j); 19 decode_json($j); 19 20 } 20 21 -
lang/actionscript/todoshare/swkText.cgi
r16014 r16016 26 26 \&dispRes , 27 27 28 ] 28 ],["hr"], 29 ["a",{href=>"./"},"Home"] 29 30 ] 30 31 ];
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)