Root/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" {* # ***** BEGIN LICENSE BLOCK ***** # This file is part of InDefero, an open source project management application. # Copyright (C) 2008-2011 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'}" /> < link rel = "icon" type = "image/png" href = "{media '/idf/img/favicon.png'}" /> <!--[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 > < script type = "text/javascript" src = "{media '/idf/js/jquery-1.7.2.min.js'}" ></ script > {appversion} </ head > < body > < div id = "{block docid}doc3{/block}" class = "{block docclass}yui-t3{/block}" > < div id = "hd" > {include 'idf/main-menu.html'} < 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" id = "context" >{block context}{/block}</ div > </ div > < div id = "ft" >{block foot}{/block}</ div > </ div > {include 'idf/js-hotkeys.html'} {include 'idf/list-filter.html'} {block javascript}{/block} </ body > </ html > |
Source at commit 8b130f9f2f70 created 10 years 9 months ago. By "Nathan Adams ", adding media |
---|