Install sitealizer stats
[selectricity-live] / vendor / plugins / sitealizer / lib / app / views / sitealizer / login.rhtml
1 <div style="margin-top:20px">
2 <table width=300 align=center cellpadding=0  id='menu_border'>
3 <tr align=center>
4 <td>
5         <div id='sub_title' style="color:#004EC1">Sitealizer Login</div>
6         
7         <%="<p>#{flash[:notice]}</p>" if flash[:notice]%>
8         
9         <form action='/sitealizer/login' method='post'>
10                 <p style="color:#004EC1; font-weight:bold">
11                         Username: <%= text_field_tag :username%>
12                 </p>
13                 <p style="color:#004EC1; font-weight:bold">
14                         Password: <%= password_field_tag :password%>
15                 </p>
16                 <%=submit_tag 'Login'%>
17         </form>
18 </td>
19 </tr>
20 </table>

Benjamin Mako Hill || Want to submit a patch?