public_code.rhtml
来自「A Hotel Management System based on Ruby 」· RHTML 代码 · 共 23 行
RHTML
23 行
<h1><%= "Public Links for your frontend".t %></h1>
<%= "Use the following links".t %>:
<br><br>
<b><%= "Calendar per property (change property ID for your needs)".t %>:</b><br><br>
<div id="notice">Have a look in your property view</div>
<br><br>
<b><%= "Calendar per room and year (change room ID for your needs)".t %>:</b><br><br>
<div id="notice">Have a look in your room view</div>
<br><br>
<b><%= "Form".t %>:</b><br><br><div id="notice">http://rsolunas.de/public/show_form?user_id=<%= @user_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/show_form?user_id=<%= @user_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/show_form?user_id=85&TB_iframe=true&height=600&width=800" class="thickbox">Book online!</a>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?