Commit d888e5cc authored by 神楽坂玲奈's avatar 神楽坂玲奈

lotus的底部定位修正

git-svn-id: http://glupx.googlecode.com/svn/trunk/Reliz@74 189f022a-1064-8ae2-3e6f-c4a67275c50b
parent 0e9e30c9
module ApplicationHelper
def logged?
@correct_user.id != 0
@correct_user != User::Guest
end
end
\ No newline at end of file
......@@ -98,7 +98,7 @@
margin-left:auto;
margin-right:auto;
width:1200px;
height:532px;
height:auto;
}
#b2
{
......
<div id="header">
<div id="h2" class="ui-dialog-titlebar ui-widget-header ui-corner-all">
<style type="text/css">
<div id="h2" class="ui-dialog-titlebar ui-widget-header ui-corner-all">
<style type="text/css">
#userbar{margin-left: 900px;}
</style>
<%= render 'layouts/userbar' %>
</div>
<div id="h3" style="background-image:url(<%= image_path 'common/banner.jpg' %>);background-repeat:no-repeat; background-position:right;">
<div id="logo" style=" color:#FFFFFF; width:800px; height:113px; float:left;">
LOGO
</div>
<div class="toggler" >
<div id="effect"><%= image_tag 'common/banner2.jpg' %> </div>
</div>
</div>
<div class=" box ui-widget-content ui-corner-all ui-helper-clearfix" >
<div id="h4" class="ui-dialog-titlebar ui-widget-header ui-corner-all"><table border="0" cellspacing="0" cellpadding="0" id="tb1">
<tr>
<%= render "layouts/navibar" %>
<div style="float: right;"><%= render "layouts/searchbar" %></div>
</tr>
</table></div>
<div id="h5" >
<table border="0" cellspacing="0" cellpadding="0" id="tb2">
<tr>
<td rowspan="2" width="80">
<div id="dtx"><%= @correct_user.avatar :small %></div>
</td>
<td width="700" height="28"style="padding-left:5px">欢迎回来 <%= @correct_user %></td>
<td width="400" align="right" style="padding-right:10px" >欢迎新会员 <%= User.last %></td>
</tr>
<tr>
<td width="700" style="padding-left:5px">公告:</td>
<td width ="400"align="right" style="padding-right:10px">天气</td>
</tr>
</table>
</div>
<div id="h6">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="tb3">
<tr>
<td width="600"style="padding-left:15px"><%= render 'layouts/actionbar' %></td>
<td width="600"align="right" style="padding-right:20px">
<select name="effects" id="effectTypes" style="visibility:hidden"><option value="fade">Drop</option></select>
<div style="float: right;"><%= render 'layouts/themebar' %></div>
</td>
</tr>
</table>
</div>
</div>
</style>
<%= render 'layouts/userbar' %>
</div>
<div id="h3" style="background-image:url(<%= image_path 'common/banner.jpg' %>);background-repeat:no-repeat; background-position:right;">
<div id="logo" style=" color:#FFFFFF; width:800px; height:113px; float:left;">
LOGO
</div>
<div class="toggler" >
<div id="effect"><%= image_tag 'common/banner2.jpg' %> </div>
</div>
</div>
<div class=" box ui-widget-content ui-corner-all ui-helper-clearfix" >
<div id="h4" class="ui-dialog-titlebar ui-widget-header ui-corner-all"><table border="0" cellspacing="0" cellpadding="0" id="tb1">
<tr>
<%= render "layouts/navibar" %>
<div style="float: right;"><%= render "layouts/searchbar" %></div>
</tr>
</table></div>
<div id="h5" >
<table border="0" cellspacing="0" cellpadding="0" id="tb2">
<% if logged? %>
<tr>
<td rowspan="2" width="80">
<div id="dtx"><%= @correct_user.avatar :small %></div>
</td>
<td width="700" height="28"style="padding-left:5px">欢迎回来 <%= @correct_user %></td>
<td width="400" align="right" style="padding-right:10px" >欢迎新会员 <%= User.last %></td>
</tr>
<% end %>
<tr>
<td width="700" style="padding-left:5px">公告:</td>
<td width ="400"align="right" style="padding-right:10px">天气</td>
</tr>
</table>
</div>
<div id="h6">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="tb3">
<tr>
<td width="600"style="padding-left:15px"><%= render 'layouts/actionbar' %></td>
<td width="600"align="right" style="padding-right:20px">
<select name="effects" id="effectTypes" style="visibility:hidden"><option value="fade">Drop</option></select>
<div style="float: right;"><%= render 'layouts/themebar' %></div>
</td>
</tr>
</table>
</div>
</div>
</div>
\ No newline at end of file
......@@ -109884,3 +109884,387 @@ Rendered app/themes/lotus/layouts/_top.html.erb (222.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (1.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (2031.1ms)
Completed 200 OK in 2947ms (Views: 461.0ms | ActiveRecord: 3061.2ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 19:46:58 +0800
Processing by BoardsController#index as HTML
SQL (246.0ms) SHOW TABLES
Board Load (281.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
SQL (248.0ms) SELECT COUNT(*) FROM `posts` WHERE (created_at > '2011-04-25')
SQL (240.0ms) SELECT COUNT(*) FROM `posts` WHERE (created_at < '2011-04-25' and created_at > '2011-04-24')
SQL (234.0ms) SELECT COUNT(*) FROM `posts`
Board Load (249.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (249.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered boards/_board.html.erb (256.0ms)
Rendered layouts/_onlineuserbar.html.erb (1.0ms)
Rendered layouts/_header.html.erb (1.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (0.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered layouts/_actionbar.html.erb (0.0ms)
Rendered layouts/_top.html.erb (19.0ms)
Rendered layouts/_footer.html.erb (0.0ms)
Rendered boards/index.html.erb within layouts/application (1422.1ms)
Completed 200 OK in 3091ms (Views: 213.0ms | ActiveRecord: 1747.1ms)
Started GET "/theme/lotus" for 127.0.0.1 at 2011-04-25 19:47:19 +0800
Processing by UsersController#theme as HTML
Parameters: {"theme"=>"lotus"}
SQL (609.0ms) BEGIN
SQL (133.0ms) describe `users`
AREL (90.0ms) INSERT INTO `users` (`name`, `nickname`, `password`, `email`, `usergroup_id`, `admingroup_id`, `locked`, `regip`, `lastloginip`, `readnum`, `viewnum`, `onlinetime`, `credit`, `credit1`, `credit2`, `credit3`, `credit4`, `credit5`, `credit6`, `credit7`, `credit8`, `locale`, `theme`, `created_at`, `updated_at`, `id`) VALUES ('娓稿', '', '', '', 0, 0, 0, '127.0.0.1', '127.0.0.1', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 'lotus', '2011-04-25 11:47:20', '2011-04-25 11:47:20', 0)
SQL (139.0ms) COMMIT
Redirected to http://localhost:3000/
Completed 302 Found in 1332ms
Started GET "/" for 127.0.0.1 at 2011-04-25 19:47:20 +0800
Processing by BoardsController#index as HTML
Board Load (216.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (222.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (87.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (90.0ms)
Rendered layouts/_onlineuserbar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (2.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (0.0ms)
Rendered layouts/_searchbar.html.erb (2.0ms)
User Load (325.0ms) SELECT `users`.* FROM `users` ORDER BY users.id DESC LIMIT 1
Rendered layouts/_actionbar.html.erb (2.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (374.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (1.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (707.0ms)
Completed 200 OK in 1560ms (Views: 113.0ms | ActiveRecord: 1821.1ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 19:50:38 +0800
Processing by BoardsController#index as HTML
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (112.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (80.0ms)
Rendered layouts/_onlineuserbar.html.erb (3.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (6.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (2.0ms)
User Load (148.0ms) SELECT `users`.* FROM `users` ORDER BY users.id DESC LIMIT 1
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (2.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (221.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (474.0ms)
Completed 200 OK in 963ms (Views: 162.0ms | ActiveRecord: 410.0ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 20:09:47 +0800
Processing by BoardsController#index as HTML
Board Load (78.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (72.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (75.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (73.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (78.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (127.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (80.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (77.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (90.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (75.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (76.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (114.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (78.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (108.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (81.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (1783.1ms)
Rendered layouts/_onlineuserbar.html.erb (2.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (6.0ms)
Rendered layouts/_userbar.html.erb (2.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (2.0ms)
User Load (153.0ms) SELECT `users`.* FROM `users` ORDER BY users.id DESC LIMIT 1
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (198.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (2114.1ms)
Completed 200 OK in 2566ms (Views: 555.0ms | ActiveRecord: 1660.1ms)
Started GET "/theme/default" for 127.0.0.1 at 2011-04-25 20:09:58 +0800
Processing by UsersController#theme as HTML
Parameters: {"theme"=>"default"}
SQL (105.0ms) BEGIN
SQL (96.0ms) describe `users`
AREL (78.0ms) INSERT INTO `users` (`name`, `nickname`, `password`, `email`, `usergroup_id`, `admingroup_id`, `locked`, `regip`, `lastloginip`, `readnum`, `viewnum`, `onlinetime`, `credit`, `credit1`, `credit2`, `credit3`, `credit4`, `credit5`, `credit6`, `credit7`, `credit8`, `locale`, `theme`, `created_at`, `updated_at`, `id`) VALUES ('娓稿', '', '', '', 0, 0, 0, '127.0.0.1', '127.0.0.1', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 'default', '2011-04-25 12:09:58', '2011-04-25 12:09:58', 0)
SQL (76.0ms) COMMIT
Redirected to http://localhost:3000/
Completed 302 Found in 596ms
Started GET "/" for 127.0.0.1 at 2011-04-25 20:09:59 +0800
Processing by BoardsController#index as HTML
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
SQL (71.0ms) SELECT COUNT(*) FROM `posts` WHERE (created_at > '2011-04-25')
SQL (71.0ms) SELECT COUNT(*) FROM `posts` WHERE (created_at < '2011-04-25' and created_at > '2011-04-24')
SQL (72.0ms) SELECT COUNT(*) FROM `posts`
Board Load (91.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (74.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (71.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (74.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (121.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (80.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (70.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (90.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (72.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (72.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (121.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (71.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (71.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (71.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (76.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (72.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (1704.1ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered boards/_board.html.erb (3599.2ms)
Rendered layouts/_onlineuserbar.html.erb (3.0ms)
Rendered layouts/_header.html.erb (4.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (2.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_top.html.erb (35.0ms)
Rendered layouts/_footer.html.erb (0.0ms)
Rendered boards/index.html.erb within layouts/application (4122.2ms)
Completed 200 OK in 4589ms (Views: 933.1ms | ActiveRecord: 3645.2ms)
Started GET "/theme/lotus" for 127.0.0.1 at 2011-04-25 20:14:32 +0800
Processing by UsersController#theme as HTML
Parameters: {"theme"=>"lotus"}
SQL (68.0ms) BEGIN
SQL (76.0ms) describe `users`
AREL (79.0ms) INSERT INTO `users` (`name`, `nickname`, `password`, `email`, `usergroup_id`, `admingroup_id`, `locked`, `regip`, `lastloginip`, `readnum`, `viewnum`, `onlinetime`, `credit`, `credit1`, `credit2`, `credit3`, `credit4`, `credit5`, `credit6`, `credit7`, `credit8`, `locale`, `theme`, `created_at`, `updated_at`, `id`) VALUES ('娓稿', '', '', '', 0, 0, 0, '127.0.0.1', '127.0.0.1', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 'lotus', '2011-04-25 12:14:33', '2011-04-25 12:14:33', 0)
SQL (78.0ms) COMMIT
Redirected to http://localhost:3000/
Completed 302 Found in 844ms
Started GET "/" for 127.0.0.1 at 2011-04-25 20:14:33 +0800
Processing by BoardsController#index as HTML
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (79.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (77.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (70.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (71.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (87.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (78.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (86.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (117.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (83.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (109.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (74.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (75.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (121.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (75.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (87.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (93.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (82.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (1733.1ms)
Rendered layouts/_onlineuserbar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (3.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (1.0ms)
User Load (195.0ms) SELECT `users`.* FROM `users` ORDER BY users.id DESC LIMIT 1
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (237.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (1.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (2115.1ms)
Completed 200 OK in 2535ms (Views: 481.0ms | ActiveRecord: 2035.1ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 20:16:43 +0800
Processing by BoardsController#index as HTML
Board Load (84.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (97.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (77.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (83.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (124.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (84.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (76.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (72.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (121.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (79.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (78.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (94.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (75.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (82.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (76.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (98.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (82.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (95.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (1771.1ms)
Rendered layouts/_onlineuserbar.html.erb (2.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (3.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (1.0ms)
Rendered layouts/_actionbar.html.erb (0.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (57.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (1973.1ms)
Completed 200 OK in 2760ms (Views: 515.0ms | ActiveRecord: 1577.1ms)
Started GET "/theme/lotus" for 127.0.0.1 at 2011-04-25 20:16:58 +0800
Processing by UsersController#theme as HTML
Parameters: {"theme"=>"lotus"}
SQL (72.0ms) BEGIN
SQL (116.0ms) describe `users`
AREL (86.0ms) INSERT INTO `users` (`name`, `nickname`, `password`, `email`, `usergroup_id`, `admingroup_id`, `locked`, `regip`, `lastloginip`, `readnum`, `viewnum`, `onlinetime`, `credit`, `credit1`, `credit2`, `credit3`, `credit4`, `credit5`, `credit6`, `credit7`, `credit8`, `locale`, `theme`, `created_at`, `updated_at`, `id`) VALUES ('娓稿', '', '', '', 0, 0, 0, '127.0.0.1', '127.0.0.1', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 'lotus', '2011-04-25 12:16:59', '2011-04-25 12:16:59', 0)
SQL (70.0ms) COMMIT
Redirected to http://localhost:3000/
Completed 302 Found in 1257ms
Started GET "/" for 127.0.0.1 at 2011-04-25 20:17:00 +0800
Processing by BoardsController#index as HTML
Board Load (75.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (81.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (76.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (71.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (69.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (537.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (1106.1ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (76.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (76.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (75.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (77.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (77.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (75.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (73.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (74.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (78.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (75.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (530.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (3534.2ms)
Rendered layouts/_onlineuserbar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (2.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (2.0ms)
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (0.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (32.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (1.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (3677.2ms)
Completed 200 OK in 4099ms (Views: 468.0ms | ActiveRecord: 3645.2ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 20:40:14 +0800
Processing by BoardsController#index as HTML
Board Load (95.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (80.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (125.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (70.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (72.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (72.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (101.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (70.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (79.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (75.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (87.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (107.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (100.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (73.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (80.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (77.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (75.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (97.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (1772.1ms)
Rendered layouts/_onlineuserbar.html.erb (2.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (3.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (1.0ms)
Rendered layouts/_actionbar.html.erb (0.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (35.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (1938.1ms)
Completed 200 OK in 2431ms (Views: 528.0ms | ActiveRecord: 1535.1ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 21:26:38 +0800
Processing by BoardsController#index as HTML
Board Load (141.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (90.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (968.1ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (127.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (70.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (127.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (84.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (71.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (89.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (82.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (90.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (550.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (1012.1ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (88.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (508.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (83.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (528.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (76.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (5381.3ms)
Rendered layouts/_onlineuserbar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (2.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (1.0ms)
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (33.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (5528.3ms)
Completed 200 OK in 6030ms (Views: 914.1ms | ActiveRecord: 4784.3ms)
Started GET "/" for 127.0.0.1 at 2011-04-25 21:38:59 +0800
Processing by BoardsController#index as HTML
Board Load (86.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.`superboard_id` = 0) ORDER BY displayorder LIMIT 1
Board Load (94.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 1) ORDER BY displayorder
Board Load (85.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 9) ORDER BY displayorder
SQL (80.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 2)
SQL (73.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 2)
SQL (72.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 2))
Board Load (82.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 4) ORDER BY displayorder
SQL (79.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 8)
Board Load (81.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 8) ORDER BY displayorder
SQL (73.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 8)
SQL (74.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 8))
SQL (72.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 7)
SQL (84.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 7)
SQL (71.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 7))
SQL (73.0ms) SELECT COUNT(*) FROM `boards` WHERE (`boards`.superboard_id = 6)
SQL (71.0ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 6)
SQL (71.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 6))
Board Load (82.0ms) SELECT `boards`.* FROM `boards` WHERE (`boards`.superboard_id = 5) ORDER BY displayorder
Rendered app/themes/lotus/boards/_board.html.erb (1546.1ms)
Rendered layouts/_onlineuserbar.html.erb (2.0ms)
Rendered app/themes/lotus/layouts/_header.html.erb (5.0ms)
Rendered layouts/_userbar.html.erb (1.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (1.0ms)
Rendered layouts/_actionbar.html.erb (0.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered app/themes/lotus/layouts/_top.html.erb (59.0ms)
Rendered app/themes/lotus/layouts/_footer.html.erb (1.0ms)
Rendered app/themes/lotus/boards/index.html.erb within layouts/application (1752.1ms)
Completed 200 OK in 2214ms (Views: 464.0ms | ActiveRecord: 1403.1ms)
6920
\ No newline at end of file
1712
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment