Инструменты пользователя

Инструменты сайта


software:development:demo:cms:ucms:appendix:appendix_timezone_picker

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
software:development:demo:cms:ucms:appendix:appendix_timezone_picker [2026/02/10 20:59] VladPolskiysoftware:development:demo:cms:ucms:appendix:appendix_timezone_picker [2026/02/10 21:22] (текущий) – внешнее изменение 127.0.0.1
Строка 5: Строка 5:
 ====== Выбор часового пояса ====== ====== Выбор часового пояса ======
 <html> <html>
-<iframe height="450" style="width: 100%;scrolling="no" title="Untitled" src="./demo/code/timezone/timezone-picker/index.htm" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">+<iframe height="1310" style="width: 100%;  scrolling="no" title="Untitled" src="./demo/timezone-picker/index.htm" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
 </iframe> </iframe>
 </html> </html>
-<html> +~~DISCUSSION:off~~
-<head> +
-    <meta charset="UTF-8"> +
-    <title>This timezone-picker is a responsive jquey plugin which creates a Map using SVG. A user can select a country from worldmap and it returns timezone value of selected country.</title> +
-    <meta name="viewport" content="width=device-width, initial-scale=1"> +
-    <meta name="description" content="This timezone-picker is a responsive jquey plugin which creates a Map using SVG. A user can select a country from worldmap and it returns timezone value of selected country."> +
-    <meta name="keywords" content="jquery world map,world map generator,world map jquery,jquery map,timezone map,timezone,timezone selection,map, jquery map,create map,WORLD MAP,auto map creator,map generator,create map online"> +
-    <meta name="author" content="Keval Bhatt"> +
-    <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> +
-    <link href='../css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> +
-    <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> +
-    <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> +
-    <script src=".demo/timezone-picker/ajax/libs/jquery/1.11.3/jquery.min.js"></script> +
-    <script type="text/javascript" src="js/timezone-picker.min.js"></script> +
-    <style type="text/css"> +
-    .Cbox select { +
-        background-color: #D8D8D8 !important; +
-        color: #505559 !important; +
-        font-size: small !important; +
-    } +
-    </style> +
-    <script> +
-    (function(i, s, o, g, r, a, m) { +
-        i['GoogleAnalyticsObject'] = r; +
-        i[r] = i[r] || function() { +
-            (i[r].q = i[r].q || []).push(arguments) +
-        }, i[r].l = 1 * new Date(); +
-        a = s.createElement(o), +
-            m = s.getElementsByTagName(o)[0]; +
-        a.async = 1; +
-        a.src = g; +
-        m.parentNode.insertBefore(a, m) +
-    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); +
- +
-    ga('create', 'UA-70749255-1', 'auto'); +
-    ga('send', 'pageview'); +
-    </script> +
-</head> +
- +
-<body> +
-    <section class="page-header"> +
-        <h1 class="project-name">Timezone Picker </h1> +
-        <h2 class="project-tagline">Select timezone using world map</h2> +
-        <a href="https://github.com/kevalbhatt/timezone-picker" class="btn">View on GitHub</a> +
-        <a href="https://github.com/kevalbhatt/timezone-picker/zipball/master" class="btn">Download .zip</a> +
-        <a href="https://github.com/kevalbhatt/timezone-picker/tarball/master" class="btn">Download .tar.gz</a> +
-    </section> +
-    <section class="main-content"> +
-        <h1> +
-<a id="world-map-generator" class="anchor" href="#world-map-generator" aria-hidden="true"><span class="octicon octicon-link"></span></a>Timezone Picker</h1> +
-        <h1> +
-<a id="description" class="anchor" href="#description" aria-hidden="true"><span class="octicon octicon-link"></span></a>Description</h1> +
-        <p>This timezone-picker is a responsive jquey plugin which creates a Map using SVG. A user can select a country from worldmap and it returns timezone value of selected country.</p> +
- +
-        <h1> +
-<a id="example" class="anchor" href="#example" aria-hidden="true"><span class="octicon octicon-link"></span></a>Example</h1> +
-<div style="height:600px;" id="map"></div> +
-        <script type="text/javascript"> +
-        $('#map').timezonePicker({ +
-            quickLink: [{ +
-                "PST": "PST", +
-                "MST": "MST", +
-                "CST": "CST", +
-                "EST": "EST", +
-                "GMT": "GMT", +
-                "LONDON": "Europe/London", +
-                "IST": "IST" +
-            }] +
-        }); +
-        </script> +
-</section></body> +
-</html>+
software/development/demo/cms/ucms/appendix/appendix_timezone_picker.1770746384.txt.gz · Последнее изменение: VladPolskiy

Если не указано иное, содержимое этой вики предоставляется на условиях следующей лицензии: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki