login.rhtml

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

RHTML
29
字号
<%= form_tag %><table>  <tr>    <td><%= "User name".t %>:</td>    <td><%= text_field("user", "name") %></td>  </tr>  <tr>    <td><%= "Password".t %>  :</td>    <td><%= password_field("user", "password") %></td>  </tr>  <tr>    <td></td>    <td><input type="submit" value="<%= " LOGIN ".t %>" /></td>  </tr></table><br><%= end_form_tag %><br><%= link_to("Forgot your password?",   :controller => "login",                                  :action => "new_password") %>                                  <br><div id="copyright">SOLUNAS 2.0 Booking Software. Copyright (c) 2006 Marc Isemann.Extensions are copyright of their respective owners. Go to <a href="http://solunas.org/">http://www.solunas.org</a> for details.SOLUNAS comes with ABSOLUTELY NO WARRANTY;This is free software under GPL license, and you are welcome to redistribute it under certain conditions;Obstructing the appearance of this notice is prohibited by law.</div>

⌨️ 快捷键说明

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