~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/include/chromeless_header.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
 
5
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
5
<meta http-equiv="Content-Type" content="text/html; charset=<$mt:var name="language_encoding"$>" />
6
6
    <title><mt:if name="html_title"><mt:var name="html_title"><mt:else><mt:var name="page_title"></mt:if> | <$mt:var name="mt_product_name"$></title>
7
7
 
8
8
<mt:setvarblock name="html_head" prepend="1">
 
9
    <link rel="icon" href="<$mt:var name="static_uri"$>images/favicon.ico" type="image/ico" />
9
10
<mt:if name="mt_debug">
10
11
    <link rel="stylesheet" href="<$mt:var name="static_uri"$>css/reset.css?v=<mt:var name="mt_version_id" escape="url">" type="text/css" />
11
12
    <link rel="stylesheet" href="<$mt:var name="static_uri"$>css/utilities.css?v=<mt:var name="mt_version_id" escape="url">" type="text/css" />
32
33
</mt:if>
33
34
 
34
35
<script language="javascript" type="text/javascript">
35
 
<!--
 
36
/* <![CDATA[ */
36
37
function showByID(id) {
37
38
    var el = getByID(id);
38
39
    if (el) el.style.display = "block";
41
42
    var el = getByID(id);
42
43
    if (el) el.style.display = "none";
43
44
}
44
 
// -->
 
45
/* ]]> */
45
46
</script>
46
47
<$mt:var name="js_include"$>
47
48
</head>