- Timestamp:
- 09/03/08 22:53:53 (4 months ago)
- Location:
- lang/ruby/bokeshi/trunk/website/public
- Files:
-
- 3 modified
-
index.cgi (modified) (2 diffs)
-
javascripts/bokeshi.js (modified) (2 diffs)
-
stylesheets/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/bokeshi/trunk/website/public/index.cgi
r18756 r18763 1 1 #!/usr/bin/env ruby 2 2 3 $KCODE = "u" 3 4 $LOAD_PATH << "../../" 4 5 … … 72 73 "row": #{next_removing.row}, 73 74 "col": #{next_removing.col}, 74 "length": #{next_removing.length} ,75 "length": #{next_removing.length} 75 76 } 76 77 } -
lang/ruby/bokeshi/trunk/website/public/javascripts/bokeshi.js
r18756 r18763 56 56 57 57 $(function () { 58 $.post("./", { }, function (data) {58 $.post("./", {"dummy": (new Date()).getTime()}, function (data) { 59 59 stage = data.stage; 60 60 stage.reset = function () { … … 99 99 $(".row").selectable("disable"); 100 100 $("#waitingMessage").show(); 101 $.post("./", {"stage": this.toRequestStr()}, function (data) { 101 var param = { 102 "stage": this.toRequestStr(), 103 "dummy": (new Date()).getTime() 104 }; 105 $.post("./", param, function (data) { 102 106 var nextRemoving = data.nextRemoving; 103 107 if (nextRemoving) { -
lang/ruby/bokeshi/trunk/website/public/stylesheets/style.css
r18756 r18763 40 40 padding: 0.25em 0.5em; 41 41 position: fixed; 42 _position: absolute; 42 43 right: 20px; 43 44 top: 20px;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)