X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/396b06b88ac6a3afaf816fe29bce239269c3511e..b1860bfaa98ad621bb046bff450fd3b237b4bc7d:/views/layoutmini.haml?ds=sidebyside diff --git a/views/layoutmini.haml b/views/layoutmini.haml index 23fbe14..7270c4f 100644 --- a/views/layoutmini.haml +++ b/views/layoutmini.haml @@ -9,7 +9,80 @@ %link{:rel => 'stylesheet', :type => 'text/css', :href => '/style.css', :title => 'default'} %link{:rel => "icon", :href => "/images/favicon.ico", :type => "image/x-icon"} %link{:rel => "icon", :href => "/images/favicon.png", :type => "image/png"} + %script{:src => "http://www.google.com/jsapi", :type => "text/javascript" } + %script{:type => "text/javascript" } + :plain + google.load("jquery", "1.4.0"); + %script{:src => "/js/jquery.qtip-1.0.0-rc3.min.js", :type => "text/javascript" } + %script{:type => "text/javascript" } + :plain + $(document).ready(function() + { + $('#qrcode').qtip( + { + content: 'Imprime este código para que puedas compartirlo físicamente. (Solo necesitas un lector de códigos como kaywa o i-nigma en tu celular)', + show: 'mouseover', + hide: 'mouseout', + position: { + corner: { + target: 'bottomMiddle', + tooltip: 'topMiddle' + } + }, + style: { + width: 400, + padding: 5, + background: '#222', + color: '#fff', + textAlign: 'center', + border: { + width: 7, + radius: 5, + color: '#222' + }, + tip: 'topMiddle', + name: 'dark' // Inherit the rest of the attributes from the preset dark style + } + }); + $('input.url').qtip( + { + content: 'Usa esta dirección para compartir el texto via web.', + show: 'mouseover', + hide: 'mouseout', + position: { + corner: { + target: 'topMiddle', + tooltip: 'bottomMiddle' + } + }, + style: { + width: 400, + padding: 5, + background: '#222', + color: '#fff', + textAlign: 'center', + border: { + width: 7, + radius: 5, + color: '#222' + }, + tip: 'bottomMiddle', + name: 'dark' // Inherit the rest of the attributes from the preset dark style + } + }); + }); %meta{'http-equiv' => 'Contet-Type', :content => 'text/html; charset=utf-8' }/ + %script{:type => "text/javascript" } + :plain + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-20018878-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); %body #wrapper #header