Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
U-LENOVO-2D71BD74\L5M authored and U-LENOVO-2D71BD74\L5M committed Oct 14, 2009
1 parent cb162f0 commit 207af6e
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 5 deletions.
6 changes: 1 addition & 5 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@
});
});

$$('.drop_down').each(function (el) {
return $($(el).parentNode).observe('mouseout', function() {
el.hide();
});
});


$('main_title_div').observe('mouseover', function() {
this.addClassName('main_title_div_mouseover');
Expand Down
75 changes: 75 additions & 0 deletions log/development.log
Original file line number Diff line number Diff line change
Expand Up @@ -33193,3 +33193,78 @@ Rendered stateli/_account_journal_details (2.0ms)
Rendered stateli/_transaction_options (0.0ms)
Rendered stateli/_account_journal_details (1.0ms)
Completed in 850ms (View: 231, DB: 6) | 200 OK [http://127.0.0.1/update_account/56]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:43:58) [GET]
Rendering template within layouts/application
Rendering stateli/index
Completed in 235ms (View: 235, DB: 0) | 200 OK [http://127.0.0.1/]


Processing SessionsController#create (for 127.0.0.1 at 2009-10-14 17:44:04) [POST]
Parameters: {"commit"=>"Log in", "authenticity_token"=>"J3XZzb0Ye7HMlIfBtm/SC+A+Q10J6o4X2jpeXZkQZYY=", "login"=>"timhof", "password"=>"abacus"}
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."login" = 'timhof') LIMIT 1
Redirected to http://127.0.0.1:3000/
Completed in 141ms (DB: 0) | 302 Found [http://127.0.0.1/session]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:44:04) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 172ms (View: 172, DB: 0) | 200 OK [http://127.0.0.1/]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:44:37) [GET]
Rendering template within layouts/application
Rendering stateli/index
Completed in 16ms (View: 0, DB: 0) | 200 OK [http://127.0.0.1/]


Processing SessionsController#create (for 127.0.0.1 at 2009-10-14 17:44:44) [POST]
Parameters: {"commit"=>"Log in", "authenticity_token"=>"SCn87HS+NLiBXlNhaCD28TXTL/f0F8y1f6gA+R3xNlI=", "login"=>"timhof", "password"=>"abacus"}
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."login" = 'timhof') LIMIT 1
Redirected to http://127.0.0.1:3000/
Completed in 31ms (DB: 0) | 302 Found [http://127.0.0.1/session]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:44:45) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 63ms (View: 47, DB: 0) | 200 OK [http://127.0.0.1/]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:46:43) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 63ms (View: 63, DB: 0) | 200 OK [http://127.0.0.1/]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:47:54) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 125ms (View: 125, DB: 0) | 200 OK [http://127.0.0.1/]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:48:54) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 62ms (View: 47, DB: 0) | 200 OK [http://127.0.0.1/]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:49:19) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 46ms (View: 46, DB: 0) | 200 OK [http://127.0.0.1/]


Processing StateliController#index (for 127.0.0.1 at 2009-10-14 17:50:11) [GET]
Rendering template within layouts/application
Rendering stateli/index
User Load (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
Completed in 62ms (View: 47, DB: 0) | 200 OK [http://127.0.0.1/]
Binary file modified public/images/bank_header_navigation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 207af6e

Please sign in to comment.