index.rhtml

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

RHTML
23
字号
<%  @page_title = "Welcome to Solunas" -%><h1>Solunas 2 Backoffice</h1><p>  <%= "Hello".t %> <%= @user.name %>,<br><br>  <%= "welcome to your Solunas backoffice. Some notes of interest".t %>:<br><br>  <ul>  <li><%= "Your ID".t %>: <%= @user.id %></li>  <% if @admin == 0 %>  <li><%= "Total contracts".t %>: <%= @contract_count %></li>  <% end %>  </ul></p><br>  You want us to do the integration of Solunas in your existig website? No problem - contact us at  <a href="http://www.solunas.org/paid_services.0.html">Solunas Portal</a><br><br>Please note the <a href="http://www.solunas.org/first_steps.0.html"><b>First Steps</b></a> guide for a quick introduction on how to set up the application.<br><br>Joomla! Users are interested in the <a href="http://solunas.org/joomla_guide.0.html">Joomla! Guide</a><br><br>You run a production site? Subscribe to our <a href="http://www.solunas.org/48.0.html">"Solunas in the Wild"</a> section.

⌨️ 快捷键说明

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