Changeset 16016 for lang/actionscript

Show
Ignore:
Timestamp:
07/19/08 10:33:24 (5 years ago)
Author:
hoge1e3
Message:
 
Location:
lang/actionscript/todoshare
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/todoshare/index.cgi

    r16013 r16016  
    1212&Html::p ([html, 
    1313   [head, 
    14      [title,"MYS-monitor"]], 
     14     [title,"MyS-monitor"]], 
    1515   [body,  
    1616      [h1,"メニュー"], 
     
    1919       link("DBConsoleFlash.html","SWK(Flash Mode)"), 
    2020       link("jsonDB.html","JSON DB Console"), 
    21        link("importObj.html","Import Objects(他のMYSからHTTPで取得します)"), 
     21       link("importObj.html","Import Objects(他のMySからHTTPで取得します)"), 
    2222      [h3,"File-related Menu"], 
    2323       link("backupDB.html","Backup DB"), 
  • lang/actionscript/todoshare/jsonDB.html

    r16014 r16016  
    55<form action="db.cgi" method="POST"> 
    66<textarea rows=10 cols=40 name=cmd> 
    7 ["GET2",["content","importance","urgency"]] 
     7["GET2",["content"], 
     8       {"content":["like","%る%"]} 
     9] 
    810</textarea> 
    911<input type=submit> 
     
    1820  {"strength":"1", "type":"animal"} 
    1921] 
    20  
    2122</textarea></br> 
    2223 
     24 
     25<form action="test/utf8.cgi" method="POST"> 
     26<textarea rows=10 cols=40 name=str>%る%</textarea> 
     27<input type=submit> 
     28 
    2329</body></html> 
  • lang/actionscript/todoshare/perl/JSON2.pm

    r16014 r16016  
    1515sub fromJSON { 
    1616   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); 
    1920} 
    2021 
  • lang/actionscript/todoshare/swkText.cgi

    r16014 r16016  
    2626           \&dispRes , 
    2727 
    28      ] 
     28     ],["hr"], 
     29     ["a",{href=>"./"},"Home"] 
    2930   ]  
    3031];