add event relations to time ontology and related code
[sgn.git] / mason / logout_message.mas
blob1e1f2b4a19e4d34e29c2edffbb20f3c9a471a23c
1 <%init>
2 use Path::Class;
3 </%init>
4 % my $message = "You have successfully logged out. Thanks for using " . $c->config->{project_name} ."!";
5 <!-- <div class="devbar"> -->
6 <div class="devbar_tmp">
7    <span style="color: #922; font-weight: bold"> </span>
8    <!-- system message active -->
9    <% $message %>
10 </div>
12   <style>
13     .devbar_tmp {
14       width: 100%;
15       padding: 5px;
16       margin: 0px 0 0px 0px;
17       text-align: center;
18       background-color: #eef;
19       border-bottom: 2px solid #905;
20     }
21   </style>