|
Revision 659, 1.2 kB
(checked in by wdickinson, 19 months ago)
|
|
Added an Apple Touch Icon to the iMT plugin. Applied a fix to the viewport width.
|
-
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 | <link rel="stylesheet" href="<TMPL_VAR NAME=STATIC_URI>css/iphone.css" type="text/css" media="screen" /> |
|---|
| 10 | <link rel="apple-touch-icon" href="<TMPL_VAR NAME=STATIC_URI>images/iphone/apple-touch-icon.png" /> |
|---|
| 11 | <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/tc.js"></script> |
|---|
| 12 | <script type="text/javascript" src="<TMPL_VAR NAME=STATIC_URI>js/iphone.js"></script> |
|---|
| 13 | <script type="text/javascript"> |
|---|
| 14 | <!-- |
|---|
| 15 | window.onload = function() { |
|---|
| 16 | setTimeout(function(){window.scrollTo(0,1);}, 100); |
|---|
| 17 | } |
|---|
| 18 | --> |
|---|
| 19 | </script> |
|---|
| 20 | </head> |
|---|
| 21 | <body> |
|---|