[mapguide-commits] r7907 - in trunk/MgDev/Oem/fusionMG/templates/mapguide: aqua limegold maroon slate turquoiseyellow
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Nov 7 02:55:53 PST 2013
Author: jng
Date: 2013-11-07 02:55:53 -0800 (Thu, 07 Nov 2013)
New Revision: 7907
Modified:
trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html
trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html
trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html
trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html
trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html
Log:
#2296: Add viewport meta tags to suppress undesired behaviour when viewing these templates on a touch-enabled device.
Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html 2013-11-07 10:50:18 UTC (rev 7906)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/aqua/index.html 2013-11-07 10:55:53 UTC (rev 7907)
@@ -4,6 +4,7 @@
<title>Aqua</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
<link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="aqua.css" type="text/css" media="screen" charset="utf-8">
Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html 2013-11-07 10:50:18 UTC (rev 7906)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/limegold/index.html 2013-11-07 10:55:53 UTC (rev 7907)
@@ -4,6 +4,7 @@
<title>LimeGold</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
<link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="limegold.css" type="text/css" media="screen" charset="utf-8">
Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html 2013-11-07 10:50:18 UTC (rev 7906)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/maroon/index.html 2013-11-07 10:55:53 UTC (rev 7907)
@@ -4,6 +4,7 @@
<title>Maroon</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
<link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="maroon.css" type="text/css" media="screen" charset="utf-8">
Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html 2013-11-07 10:50:18 UTC (rev 7906)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/slate/index.html 2013-11-07 10:55:53 UTC (rev 7907)
@@ -4,6 +4,7 @@
<title>Slate</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
<link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="slate.css" type="text/css" media="screen" charset="utf-8">
Modified: trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html
===================================================================
--- trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html 2013-11-07 10:50:18 UTC (rev 7906)
+++ trunk/MgDev/Oem/fusionMG/templates/mapguide/turquoiseyellow/index.html 2013-11-07 10:55:53 UTC (rev 7907)
@@ -4,6 +4,7 @@
<title>TurquoiseYellow</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script type="text/javascript" src="../../../lib/fusionSF-compressed.js"></script>
<link rel="stylesheet" href="../../../lib/jxLib/themes/delicious/jxtheme.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="turquoiseyellow.css" type="text/css" media="screen" charset="utf-8">
More information about the mapguide-commits
mailing list