⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _show_menu.rhtml

📁 A Hotel Management System based on Ruby on Rails.
💻 RHTML
字号:
Administration submenu:
<ul>

<li><%= link_to("Manage property",   :controller => "property",
                                  :action => "list") %></li>
<li><%= link_to("Manage rooms",   :controller => "room",
                                  :action => "list") %>

<ul id="submenu">
<li><%= link_to("Manage room prices",   :controller => "price",
                                  :action => "list") %></li>
<li><%= link_to("Manage room addons",   :controller => "addon",
                                  :action => "list") %></li>
<li><%= link_to("Manage room docs",   :controller => "document",
                                  :action => "list") %></li>
</ul> </li>
<li><%= link_to("Public Code",   :controller => "property",
                                  :action => "public_code") %></li>
<li><%= link_to("User preferences",   :controller => "user",
                                  :action => "edit") %></li>

</ul>

<hr noshade size="3" color="#eb8137">
<a href="http://www.solunas.org/wiki/index.php/Help_Section_Administration">
You need Help on menu item <b>Administration</b> - visit our Solunas Wiki
</a>
<hr noshade size="3" color="#eb8137">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -