📄 show.rhtml
字号:
<b>Room Name:</b> <%= @room.name %><br>
<b>Property:</b> <%= @room.property.name %><br><br>
<%= link_to 'Edit', :action => 'edit', :id => @room %>
<br><br>
<b><%= "Public Code // shows the availability calendar by year and room (Ajax enhanced)".t %>:</b><br><br><div id="notice">http://rsolunas.de/public/calendar_by_year?user_id=<%= @user_id %>&room_id=<%= @room.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_by_year?user_id=<%= @user_id %>&room_id=<%= @room.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_by_year?user_id=<%= @user_id %>&room_id=<%= @room.id %>&TB_iframe=true&height=600&width=800" class="thickbox">Book online!</a>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -