<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[3460] sites/trunk/wordpress.org/public_html/wp-content: Plugin Directory: First pass for a locale banner on plugin detail page.</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/3460">3460</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/3460","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>ocean90</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2016-06-19 11:03:43 +0000 (Sun, 19 Jun 2016)</dd>
</dl>
<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Plugin Directory: First pass for a locale banner on plugin detail page.
Adds a new REST API endpoint and suggests languages based on the `HTTP_ACCEPT_LANGUAGE` header.
See <a href="http://meta.trac.wordpress.org/ticket/1728">#1728</a>.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginsplugindirectoryapiclassbasephp">sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginscssstylertlcss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginscssstylecss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginsfunctionsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentpluginsplugindirectoryapiroutesclassplugintranslationsphp">sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-translations.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginsjslocalebannerjs">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/locale-banner.js</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginsplugindirectoryapiclassbasephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php 2016-06-19 10:47:04 UTC (rev 3459)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/class-base.php 2016-06-19 11:03:43 UTC (rev 3460)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -13,6 +13,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> static function load_routes() {
</span><span class="cx" style="display: block; padding: 0 10px"> new Routes\Internal_Stats();
</span><span class="cx" style="display: block; padding: 0 10px"> new Routes\Plugin();
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ new Routes\Plugin_Translations();
</ins><span class="cx" style="display: block; padding: 0 10px"> new Routes\Popular_Categories();
</span><span class="cx" style="display: block; padding: 0 10px"> new Routes\Query_Plugins();
</span><span class="cx" style="display: block; padding: 0 10px"> new Routes\SVN_Access();
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentpluginsplugindirectoryapiroutesclassplugintranslationsphp"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-translations.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-translations.php (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-translations.php 2016-06-19 11:03:43 UTC (rev 3460)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,231 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<?php
+namespace WordPressdotorg\Plugin_Directory\API\Routes;
+use WP_REST_Server;
+
+/**
+ * An API Endpoint to expose translations data.
+ *
+ * @package WordPressdotorg_Plugin_Directory
+ */
+class Plugin_Translations extends Plugin {
+
+ function __construct() {
+ register_rest_route( 'plugins/v1', '/plugin/(?P<plugin_slug>[^/]+)/translations/?', array(
+ 'methods' => WP_REST_Server::READABLE,
+ 'callback' => array( $this, 'translations' ),
+ 'args' => array(
+ 'plugin_slug' => array(
+ 'validate_callback' => array( $this, 'validate_plugin_slug_callback' ),
+ ),
+ ),
+ ) );
+ }
+
+ /**
+ * Endpoint to retrieve locales in which the plugin got translated.
+ *
+ * @param \WP_REST_Request $request The Rest API Request.
+ * @return array A formatted array of all the data for the plugin.
+ */
+ function translations( $request ) {
+ global $wpdb;
+
+ $plugin_slug = $request['plugin_slug'];
+
+ // Get the locale subdomain associations used to link languages to their local site.
+ $locale_subdomain_assoc = $wpdb->get_results(
+ "SELECT locale, subdomain FROM locales WHERE locale NOT LIKE '%\_%\_%'", OBJECT_K // Don't grab variants, for now.
+ );
+
+ // Retrieve all the WordPress locales.
+ $all_locales = wp_list_pluck( $locale_subdomain_assoc, 'locale' );
+
+ // Get the active language packs of the plugin.
+ $language_packs = $wpdb->get_results( $wpdb->prepare( "
+ SELECT *
+ FROM language_packs
+ WHERE
+ type = 'plugin' AND
+ domain = %s AND
+ active = 1
+ GROUP BY language",
+ $plugin_slug
+ ) );
+
+ // Retrieve all the WordPress locales in which the plugin is translated.
+ $translated_locales = wp_list_pluck( $language_packs, 'language' );
+
+ // Get the WordPress locales based on the HTTP accept language header.
+ $locales_from_header = $this->get_locale_from_header( $all_locales );
+
+ $current_locale = get_locale();
+
+ // Build a list of WordPress locales which we'll suggest to the user.
+ $suggest_locales = array_values( array_intersect( $translated_locales, $locales_from_header ) );
+ $suggest_locales = array_diff( $suggest_locales, [ $current_locale ] );
+
+ // Get the native language names of the locales.
+ $suggest_named_locales = [];
+ foreach ( $suggest_locales as $locale ) {
+ $slug = str_replace( '_', '-', $locale );
+ $slug = strtolower( $slug );
+ $name = $wpdb->get_var( $wpdb->prepare( 'SELECT name FROM languages WHERE slug = %s', $slug ) );
+ if ( ! $name ) {
+ $fallback_slug = explode( '-', $slug )[0]; // de-de => de
+ $name = $wpdb->get_var( $wpdb->prepare( 'SELECT name FROM languages WHERE slug = %s', $fallback_slug ) );
+ $suggest_named_locales[ $locale ] = $name;
+ } else {
+ $suggest_named_locales[ $locale ] = $name;
+ }
+ }
+
+ $suggest_string = '';
+ if ( 1 === count( $suggest_named_locales ) ) {
+ $locale = key( $suggest_named_locales );
+ $language = current( $suggest_named_locales );
+ $suggest_string = sprintf(
+ /* translators: %s: native language name. */
+ __( 'This plugin also available in %s.', 'wporg-plugins' ),
+ sprintf(
+ '<a href="https://%s.wordpress.org/plugins-wp/%s/">%s</a>',
+ $locale_subdomain_assoc[ $locale ]->subdomain,
+ $plugin_slug,
+ $language
+ )
+ );
+ } elseif ( ! empty( $suggest_named_locales ) ) {
+ $primary_locale = key( $suggest_named_locales );
+ $primary_language = current( $suggest_named_locales );
+ array_shift( $suggest_named_locales );
+
+ $other_suggest = '';
+ foreach ( $suggest_named_locales as $locale => $language ) {
+ $other_suggest .= sprintf(
+ '<a href="https://%s.wordpress.org/plugins-wp/%s/">%s</a>, ',
+ $locale_subdomain_assoc[ $locale ]->subdomain,
+ $plugin_slug,
+ $language
+ );
+ }
+
+ $suggest_string = sprintf(
+ /* translators: 1: native language name, 2: native language names */
+ __( 'This plugin also available in %1$s (also: %2$s).', 'wporg-plugins' ),
+ sprintf(
+ '<a href="https://%s.wordpress.org/plugins-wp/%s/">%s</a>',
+ $locale_subdomain_assoc[ $primary_locale ]->subdomain,
+ $plugin_slug,
+ $primary_language
+ ),
+ trim( $other_suggest, ' ,' )
+ );
+ } elseif ( 'en_US' !== $current_locale ) {
+ $suggest_string = __( 'This plugin is not yet available in your language. Can you help translating it?', 'wporg-translate' );
+ }
+
+ $result = [
+ 'suggest_string' => $suggest_string,
+ 'translated' => $translated_locales,
+ ];
+
+ return $result;
+ }
+
+ /**
+ * Get locales matching the HTTP accept language header.
+ *
+ * @param array $available_locales List of available locales.
+ * @return array List of locales.
+ */
+ function get_locale_from_header( $available_locales ) {
+ $res = array();
+
+ if ( ! $available_locales ) {
+ return $res;
+ }
+
+ if ( ! isset( $_SERVER['HTTP_ACCEPT_LANGUAGE'] ) ) {
+ return $res;
+ }
+
+ $http_locales = $this->get_http_locales( $_SERVER['HTTP_ACCEPT_LANGUAGE'] );
+
+ if ( is_array( $http_locales ) ) {
+ foreach ( $http_locales as $http_locale ) {
+ /*
+ * Discard English -- it's the default for all browsers,
+ * ergo not very reliable information
+ */
+ if ( 'en' === $http_locale || 'en-US' === $http_locale ) {
+ continue;
+ }
+
+ @list( $lang, $region ) = explode( '-', $http_locale );
+ if ( is_null( $region ) ) {
+ $region = $lang;
+ }
+
+ if ( $mapped = $this->map_locale( $lang, $region, $available_locales ) ) {
+ $res[] = $mapped;
+ }
+ }
+
+ $res = array_unique( $res );
+ }
+
+ return $res;
+ }
+
+ /**
+ * Given a HTTP Accept-Language header $header
+ * returns all the locales in it.
+ *
+ * @param string $header HTTP acccept header.
+ * @return array Matched locales.
+ */
+ protected function get_http_locales( $header ) {
+ $locale_part_re = '[a-z]{2,}';
+ $locale_re = "($locale_part_re(\-$locale_part_re)?)";
+ if ( preg_match_all( "/$locale_re/i", $header, $matches ) ) {
+ return $matches[0];
+ } else {
+ return array();
+ }
+ }
+
+ /**
+ * Tries to map a lang/region pair to one of our locales.
+ *
+ * @param string $lang Lang part of the HTTP accept header.
+ * @param string $region Region part of the HTTP accept header.
+ * @param array $available_locales List of available locales.
+ * @return string|false Our locale matching $lang and $region, false otherwise.
+ */
+ protected function map_locale( $lang, $region, $available_locales ) {
+ $uregion = strtoupper( $region );
+ $ulang = strtoupper( $lang );
+ $variants = array(
+ "$lang-$region",
+ "{$lang}_$region",
+ "$lang-$uregion",
+ "{$lang}_$uregion",
+ "{$lang}_$ulang",
+ $lang,
+ );
+
+ foreach ( $variants as $variant ) {
+ if ( in_array( $variant, $available_locales ) ) {
+ return $variant;
+ }
+ }
+
+ foreach ( $available_locales as $locale ) {
+ list( $lang, ) = preg_split( '/[_-]/', $locale );
+ if ( $lang ) {
+ return $locale;
+ }
+ }
+
+ return false;
+ }
+}
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginscssstylertlcss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css 2016-06-19 10:47:04 UTC (rev 3459)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css 2016-06-19 11:03:43 UTC (rev 3460)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -438,6 +438,21 @@
</span><span class="cx" style="display: block; padding: 0 10px"> width: 100%;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.notification {
+ padding: .5rem;
+ background: #C7E8CA;
+ text-align: center;
+ font-size: 12.8px;
+ font-size: 0.8rem;
+}
+
+@media (min-width: 67rem) {
+ .notification {
+ margin: 1rem auto 0;
+ max-width: 960px;
+ }
+}
+
</ins><span class="cx" style="display: block; padding: 0 10px"> .notice {
</span><span class="cx" style="display: block; padding: 0 10px"> background: #fff;
</span><span class="cx" style="display: block; padding: 0 10px"> border-right: 4px solid #fff;
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginscssstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css 2016-06-19 10:47:04 UTC (rev 3459)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css 2016-06-19 11:03:43 UTC (rev 3460)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -438,6 +438,21 @@
</span><span class="cx" style="display: block; padding: 0 10px"> width: 100%;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px">
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+.notification {
+ padding: .5rem;
+ background: #C7E8CA;
+ text-align: center;
+ font-size: 12.8px;
+ font-size: 0.8rem;
+}
+
+@media (min-width: 67rem) {
+ .notification {
+ margin: 1rem auto 0;
+ max-width: 960px;
+ }
+}
+
</ins><span class="cx" style="display: block; padding: 0 10px"> .notice {
</span><span class="cx" style="display: block; padding: 0 10px"> background: #fff;
</span><span class="cx" style="display: block; padding: 0 10px"> border-left: 4px solid #fff;
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginsfunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php 2016-06-19 10:47:04 UTC (rev 3459)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php 2016-06-19 11:03:43 UTC (rev 3460)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -74,6 +74,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">
</span><span class="cx" style="display: block; padding: 0 10px"> if ( is_singular( 'plugin' ) ) {
</span><span class="cx" style="display: block; padding: 0 10px"> wp_enqueue_script( 'wporg-plugins-accordion', get_template_directory_uri() . '/js/section-accordion.js', array(), '20160525', true );
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+ $slug = get_queried_object()->post_name;
+ wp_enqueue_script( 'wporg-plugins-locale-banner', get_template_directory_uri() . '/js/locale-banner.js', array(), '20160525', true );
+ wp_localize_script( 'wporg-plugins-locale-banner', 'wporgLocaleBanner', array(
+ 'apiURL' => rest_url( "/plugins/v1/plugin/$slug/translations" ),
+ ) );
</ins><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\scripts' );
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgpluginsjslocalebannerjs"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/locale-banner.js</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/locale-banner.js (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/locale-banner.js 2016-06-19 11:03:43 UTC (rev 3460)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,22 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+/* global wporgLocaleBanner */
+( function( $ ) {
+
+ $.ajax({
+ url : wporgLocaleBanner.apiURL,
+ dataType : 'json',
+ success : function( response ) {
+ if ( ! response.suggest_string ) {
+ return;
+ }
+
+ var $banner = $( '<div />', {
+ 'class': 'notification',
+ 'html': response.suggest_string
+ } );
+
+ $( '.plugin-header' ).after( $banner );
+ }
+ } );
+
+} )( window.jQuery );
+
</ins></span></pre>
</div>
</div>
</body>
</html>