Adaptadonlo para Soineka Paisaia

This commit is contained in:
Luca 2016-11-29 04:27:14 +01:00
parent 90fd8bd8f7
commit 5115a34e40
7 changed files with 15 additions and 44 deletions

View File

@ -9,15 +9,16 @@
get_header(); ?>
<div id="main-content">
<div id="left">
<div id="left" style="position:absolute;width:100%;height:100%;">
<?php the_map("map_canvas", true) ?>
</div>
<div id="right">
<div class="box space">
<div id="right" style="display:none;">
<div class="box space" style="background:none;">
<div class="logo">
<div class="menu-languages-rigth">
<a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/logo.png"></a>
<a href="<?php bloginfo('url'); ?>"><span style="font-family:sans;font-size:20pt;font-weight:bold;">SOINEKO PAISAIA</span></a>
</div><!-- menu-languages right -->
<div class="clear"></div>

View File

@ -47,19 +47,8 @@
*/
wp_head();
?>
<script type="text/javascript">
<script src="<?php echo get_template_directory_uri(); ?>/js/soundmap_theme.js" type="text/javascript"></script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3439885-2']);
_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);
})();
</script>
</head>
<body <?php body_class(); ?>>

View File

@ -35,9 +35,6 @@
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/common.css" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
@ -48,20 +45,6 @@
?>
<script src="<?php echo get_template_directory_uri(); ?>/js/soundmap_theme.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3439885-2']);
_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);
})();
</script>
</head>
<body <?php body_class(); ?>>
@ -77,4 +60,5 @@
<?php dynamic_sidebar( 'sidebar-1' );?>
</ul>
<div style="float:right;"><a href="<?php bloginfo('url'); ?>"><span style="font-family:sans;font-size:16pt;font-weight:bold;">SOINEKO PAISAIA</span></a></div>
</div>

View File

@ -64,7 +64,7 @@
</div>
</div>
<div id="map">
<div class="map_canvas">
<div class="map_canvas" id="map_test">
</div>
</div>

View File

@ -34,7 +34,7 @@ jQuery("document").ready(function(){
});
tb_init('li.thickbox>a[rel="addnewfile"]');
//tb_init('li.thickbox>a[rel="addnewfile"]');
});
@ -48,7 +48,7 @@ function onMapFinished (map){
var homeControl = new HomeControl(homeControlDiv, map);
homeControlDiv.index = 1;
map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(homeControlDiv);
//map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(homeControlDiv);
}
@ -67,10 +67,10 @@ function HomeControl(controlDiv, map) {
// Setup the click event listeners: simply set the map to Chicago
google.maps.event.addDomListener(controlUI, 'click', function() {
/*google.maps.event.addDomListener(controlUI, 'click', function() {
jQuery("#left").toggleClass('map-fullscreen');
google.maps.event.trigger(g_map, 'resize')
g_map.setCenter(or_latln);
});
});*/
}

View File

@ -33,8 +33,5 @@ jQuery(document).ready(function($) {
// $() will work as an alias for jQuery() inside of this function
// $('#single').equalHeights(true);
h = $("#content").height();
tb_init('li.thickbox>a[rel="addnewfile"]');
});
//tb_init('li.thickbox>a[rel="addnewfile"]');
});

View File

@ -517,7 +517,7 @@ a {
a:focus,
a:active,
a:hover {
text-decoration: underline;
text-decoration: none;
}
/* Assistive text */