OSDN Git Service

- Plugin function added.
[feedblog/feedgenerator.git] / erbtemp / login.html.erb
1 <html>
2     <head>
3         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4         <title><%= APPTITLE %></title>
5         <link rel="stylesheet" href="./erbtemp/stylesheet.css" type="text/css"/>
6     </head>
7     <body>
8         <br>
9         <br>
10         <div class="divstyle" style="width: 400px; padding: 15px;">
11             <form action="<%= cgi.script_name %>" method="POST">
12                 FeedGenerator for Ruby
13                 <br>
14                 <br>
15                 <table align="center">
16                     <tbody>
17                         <tr>
18                             <td>
19                                 USERNAME : 
20                             </td>
21                             <td>
22                                 <input type="text" name="loginid" value="<%= params["loginid"] %>" style="width: 250px;">
23                             </td>
24                         </tr>
25                         <tr>
26                             <td>
27                                 PASSWORD : 
28                             </td>
29                             <td>
30                                 <input type="password" name="password" value="<%= params["password"] %>" style="width: 250px;">
31                             </td>
32                         </tr>
33                     </tbody>
34                 </table>
35                 <br>
36                 <input type="submit" value="submit">
37                 <br>
38             </form>
39         </div>
40         <br>
41         <div class="divstyle" style="border: none;">
42             <%= APPVERSION %>
43         </div>
44     </body>
45 </html>