| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| 2 | {* |
| 3 | # ***** BEGIN LICENSE BLOCK ***** |
| 4 | # This file is part of InDefero, an open source project management application. |
| 5 | # Copyright (C) 2008 Céondo Ltd and contributors. |
| 6 | # |
| 7 | # InDefero is free software; you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by |
| 9 | # the Free Software Foundation; either version 2 of the License, or |
| 10 | # (at your option) any later version. |
| 11 | # |
| 12 | # InDefero is distributed in the hope that it will be useful, |
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | # GNU General Public License for more details. |
| 16 | # |
| 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with this program; if not, write to the Free Software |
| 19 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | # |
| 21 | # ***** END LICENSE BLOCK ***** |
| 22 | *}<html lang="en"> |
| 23 | <head> |
| 24 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 25 | <link rel="stylesheet" type="text/css" href="{media '/idf/css/yui.css'}" /> |
| 26 | <link rel="stylesheet" type="text/css" href="{media '/idf/css/style.css'}" /> |
| 27 | <!--[if lt IE 7]> |
| 28 | <link rel="stylesheet" type="text/css" href="{media '/idf/css/ie6.css'}" /> |
| 29 | <![endif]--> |
| 30 | {block extraheader}{/block} |
| 31 | <title>{block pagetitle}{$page_title|strip_tags}{/block}</title> |
| 32 | </head> |
| 33 | <body> |
| 34 | <div id="{block docid}doc3{/block}" class="{block docclass}yui-t3{/block}"> |
| 35 | <div id="hd"> |
| 36 | <p class="top"><a href="#title" accesskey="2"></a> |
| 37 | {if !$user.isAnonymous()}{aurl 'url', 'idf_dashboard'}{blocktrans}Welcome, <strong><a class="userw" href="{$url}">{$user}</a></strong>.{/blocktrans} <a href="{url 'IDF_Views::logout'}">{trans 'Sign Out'}</a>{else}<a href="{url 'IDF_Views::login'}">{trans 'Sign in or create your account'}</a>{/if} |
| 38 | | <a href="{url 'IDF_Views::index'}">{trans 'Project List'}</a> {if $isAdmin}| <a href="{url 'IDF_Views_Admin::projects'}">{trans 'Forge Management'}</a>{/if} |
| 39 | | <a href="{url 'IDF_Views::faq'}" title="{trans 'Help and accessibility features'}">{trans 'Help'}</a> |
| 40 | </p> |
| 41 | <h1 id="title" class="title">{block title}{$page_title}{/block}</h1> |
| 42 | </div> |
| 43 | <div id="bd"> |
| 44 | <div id="yui-main"> |
| 45 | <div class="yui-b"> |
| 46 | <div class="yui-g"> |
| 47 | {if $user and $user.id}{getmsgs $user}{/if} |
| 48 | <div class="content">{block body}{/block}</div> |
| 49 | </div> |
| 50 | </div> |
| 51 | </div> |
| 52 | <div class="yui-b context">{block context}{/block}</div> |
| 53 | </div> |
| 54 | <div id="ft">{block foot}{/block}</div> |
| 55 | </div> |
| 56 | <script type="text/javascript" src="{media '/idf/js/jquery-1.2.6.min.js'}"></script> |
| 57 | {include 'idf/js-hotkeys.html'} |
| 58 | {block javascript}{/block} |
| 59 | </body> |
| 60 | </html> |
| 61 | |