📄 show.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>
<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>\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 + -