Merge branch 'maint/7.0'
[ninja.git] / application / views / logged_out.php
blob038eba863124e84c6c8230daa0bccd47014b97e5
1 <?php defined('SYSPATH') OR die('No direct access allowed.'); ?>
2 <!DOCTYPE html>
4 <html lang="en">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title><?php echo Kohana::config('config.product_name').': '._('logged out'); ?></title>
8 <link type="text/css" rel="stylesheet" href="<?php echo $this->add_template_path('css/default/common.css') ?>" />
9 <style type="text/css">
10 #logout-div {
11 position: relative;
12 margin: 150px auto;
13 width: 240px;
14 text-align: center;
15 background: transparent url(<?php echo $this->add_template_path('css/default/') ?>images/logout.png) no-repeat top center;
16 padding-top: 66px;
18 </style>
19 <?php echo html::link($this->add_path('icons/16x16/favicon.ico'),'icon','image/icon') ?>
20 <?php echo html::script('application/media/js/jquery.js'); ?>
21 <?php echo new View('js_header', array('js' => $js)); ?>
22 </head>
24 <body>
25 <br />
26 <div id="logout-div"><br />
27 <?php echo _('You have been logged out. Please close all browser windows to log out completely.'); ?>
28 </div>
29 <br />
30 </body>
31 </html>