2008-11-30 23:36:27 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
{*
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# This file is part of InDefero, an open source project management application.
|
|
|
|
# Copyright (C) 2008 Céondo Ltd and contributors.
|
|
|
|
#
|
|
|
|
# InDefero is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# InDefero is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
*}<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="{media '/idf/css/yui.css'}" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="{media '/idf/css/style.css'}" />
|
|
|
|
<!--[if lt IE 7]>
|
|
|
|
<link rel="stylesheet" type="text/css" href="{media '/idf/css/ie6.css'}" />
|
|
|
|
<![endif]-->
|
|
|
|
{block extraheader}{/block}
|
|
|
|
<title>{block pagetitle}{$page_title|strip_tags}{/block}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="{block docid}doc3{/block}" class="{block docclass}yui-t3{/block}">
|
|
|
|
<div id="hd">
|
|
|
|
<p class="top"><a href="#title" accesskey="2"></a>
|
2008-12-19 10:32:21 +00:00
|
|
|
{aurl 'url', 'IDF_Views_User::dashboard'}{blocktrans}Welcome, <strong><a class="userw" href="{$url}">{$user}</a></strong>.{/blocktrans} <a href="{url 'IDF_Views::logout'}">{trans 'Sign Out'}</a>
|
2008-11-30 23:36:27 +00:00
|
|
|
| <a href="{url 'IDF_Views::index'}">{trans 'Project List'}</a>
|
|
|
|
| <a href="{url 'IDF_Views::faq'}" title="{trans 'Help and accessibility features'}">{trans 'Help'}</a>
|
|
|
|
</p>
|
|
|
|
<div id="header">
|
|
|
|
<div id="main-tabs">
|
|
|
|
<a accesskey="1" href="{url 'IDF_Views_Admin::home'}"{block tabhome}{/block}>{trans 'Administer'}</a>
|
|
|
|
<a href="{url 'IDF_Views_Admin::projects'}"{block tabprojects}{/block}>{trans 'Projects'}</a>
|
|
|
|
</div>
|
|
|
|
<div id="sub-tabs">{block subtabs}{/block}</div>
|
|
|
|
</div>
|
|
|
|
<h1 id="title" class="title">{block title}{$page_title}{/block}</h1>
|
|
|
|
</div>
|
|
|
|
<div id="bd">
|
|
|
|
<div id="yui-main">
|
|
|
|
<div class="yui-b">
|
|
|
|
<div class="yui-g">
|
|
|
|
{if $user and $user.id}{getmsgs $user}{/if}
|
|
|
|
<div class="content">{block body}{/block}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="yui-b context">{block context}{/block}</div>
|
|
|
|
</div>
|
|
|
|
<div id="ft">{block foot}{/block}</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="{media '/idf/js/jquery-1.2.6.min.js'}"></script>
|
|
|
|
{include 'idf/js-hotkeys.html'}
|
|
|
|
{block javascript}{/block}
|
|
|
|
</body>
|
|
|
|
</html>
|