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

📄 public.rhtml

📁 A Hotel Management System based on Ruby on Rails.
💻 RHTML
字号:
<html>
<head>
<title>Solunas 2 Public Area</title>
<%= javascript_include_tag "prototype", "effects" %>
<%= stylesheet_link_tag "public", :media => "all" %>
<!-- 
#************************************************************************/
#* SOLUNAS BOOKING ENGINE                                               */
#* ======================                                               */
#*                                                                      */
#* Copyright (c) 2006 by Marc Isemann                                   */
#* http://sourceforge.net/projects/solunas                              */
#* http://www.solunas.org                                               */
#*                                                                      */
#* This program is free software. You can redistribute it and/or modify */
#* it under the terms of the GNU General Public License as published by */
#* the Free Software Foundation; either version 2 of the License.       */
#************************************************************************/

-->

<%= @user["header"] %>


<% if flash[:notice] -%>
<div id="notice"><%= flash[:notice] %></div>
<% end -%>
<%= @content_for_layout %>
<br><br>
<div style="color: blue; font-size: 11px"><a href="http://www.solunas.org">Powered by Solunas.org</a></div>

<%= @user["footer"] %>

</body>
</html>

⌨️ 快捷键说明

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