root/trunk/iMT/plugins/iMT/tmpl/header.tmpl @ 1166

Revision 1166, 1.2 kB (checked in by bchoate, 14 months ago)

Adding meta tag for chromeless support.

  • Property svn:keywords set to Id Revision
Line 
1<?xml version="1.0" encoding="<TMPL_VAR NAME=LANGUAGE_ENCODING>"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head>
6    <title><TMPL_LOOP NAME=PAGE_TITLES><TMPL_VAR NAME=BC_NAME> | </TMPL_LOOP><TMPL_IF NAME=PORTAL_LABEL><TMPL_VAR NAME=PORTAL_LABEL ESCAPE=HTML><TMPL_ELSE><MT_TRANS phrase="TypePad"></TMPL_IF></title>
7    <meta http-equiv="content-type" content="text/html; charset=<TMPL_VAR NAME=LANGUAGE_ENCODING>" />
8    <meta name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0" />
9    <meta name="apple-mobile-web-app-capable" content="yes" />
10    <link rel="stylesheet" href="<TMPL_VAR NAME=STATIC_URI>css/iphone.css" type="text/css" media="screen" />
11    <link rel="apple-touch-icon" href="<TMPL_VAR NAME=STATIC_URI>images/iphone/apple-touch-icon.png" />
12    <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/tc.js"></script>
13    <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/iphone.js"></script>
14    <script type="text/javascript">
15    <!--
16    window.onload = function() {
17        setTimeout(function(){window.scrollTo(0,1);}, 100);
18    }
19    -->
20    </script>
21</head>
22<body>
Note: See TracBrowser for help on using the browser.