source: trunk/phpgwapi/templates/jerryr/head.tpl @ 2

Revision 2, 1.1 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
3        <head>
4                <title>{website_title}</title>
5                <meta http-equiv="content-type" content="text/html; charset={charset}" />
6                <meta name="keywords" content="eGroupWare" />
7                <meta name="description" content="eGroupware" />
8                <meta name="keywords" content="eGroupWare" />
9                <meta name="copyright" content="eGroupWare http://www.egroupware.org (c) 2003" />
10                <meta name="language" content="{lang_code}" />
11                <meta name="author" content="eGroupWare http://www.egroupware.org" />
12                <meta name="robots" content="none" />
13                <link rel="icon" href="{img_icon}" type="image/x-ico" />
14                <link rel="shortcut icon" href="{img_shortcut}" />
15                <link href="{theme_css}" type="text/css" rel="StyleSheet" />
16                {slider_effects}
17                {simple_show_hide}
18                {pngfix}
19                {css}
20                {js_foldertree}
21                {java_script}
22        </head>
23        <!-- we don't need body tags anymore, do we?) we do!!! onload!! LK -->
24        <body {body_tags}>
25<!-- END head -->
Note: See TracBrowser for help on using the repository browser.