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

📄 show.rhtml

📁 A Hotel Management System based on Ruby on Rails.
💻 RHTML
字号:
<h1><%= "Property details".t %></h1>

<% for column in Property.content_columns %>
<p>
  <b><%= column.human_name.t %>:</b> <%=h @property.send(column.name) %>
</p>
<% end %>
<br />
<div class="roundedcornr_box_284975">
   <div class="roundedcornr_top_284975"><div></div></div>
      <div class="roundedcornr_content_284975"><p>
<%= link_to 'edit'.t, :action => 'edit', :id => @property %>
</p>
      </div>
   <div class="roundedcornr_bottom_284975"><div></div></div>
</div>


<br><br>
<b><%= "Public Code // shows the availability calendar by month and property (Ajax enhanced)".t %>:</b><br><br><div id="notice">http://rsolunas.de/public/calendar?user_id=<%= @user_id %>&property_id=<%= @property.id %><br><br><b>or</b>
<br><br>
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.rsolunas.de/javascripts/thickbox/jquery.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.rsolunas.de/javascripts/thickbox/thickbox.js&quot;&gt;&lt;/script&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://www.rsolunas.de/javascripts/thickbox/thickbox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;a href=&quot;http://rsolunas.de/public/calendar?user_id=<%= @user_id %>&property_id=<%= @property.id %>&TB_iframe=true&height=600&width=800&quot; class=&quot;thickbox&quot; &gt;Book online!&lt;/a&gt;\n
<br><br><b>Demo</b><br><br>
<script type="text/javascript" src="http://www.rsolunas.de/javascripts/thickbox/jquery.js"></script> <script type="text/javascript" src="http://www.rsolunas.de/javascripts/thickbox/thickbox.js"></script> <link rel="stylesheet" href="http://www.rsolunas.de/javascripts/thickbox/thickbox.css" type="text/css" media="screen" /> <a href="http://rsolunas.de/public/calendar?user_id=<%= @user_id %>&property_id=<%= @property.id %>&TB_iframe=true&height=600&width=800" class="thickbox">Book online!</a>
</div>


⌨️ 快捷键说明

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