OSDN Git Service

- modified PluginManager module.
[feedblog/feedgenerator.git] / erbtemp / notlogined.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                                 <br>
20                                 ユーザが認証されていません。
21                                 <br>
22                                 トップページで再認証して下さい。
23                             </td>
24                         </tr>
25                     </tbody>
26                 </table>
27             </form>
28         </div>
29         <br>
30         <div class="divstyle" style="border: none;">
31             <%= APPVERSION %>
32         </div>
33     </body>
34 </html>