public.rhtml

来自「A Hotel Management System based on Ruby 」· RHTML 代码 · 共 35 行

RHTML
35
字号
<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 + =
减小字号Ctrl + -
显示快捷键?