Adaptadonlo para Soineka Paisaia
This commit is contained in:
parent
90fd8bd8f7
commit
5115a34e40
@ -9,15 +9,16 @@
|
|||||||
|
|
||||||
get_header(); ?>
|
get_header(); ?>
|
||||||
<div id="main-content">
|
<div id="main-content">
|
||||||
<div id="left">
|
<div id="left" style="position:absolute;width:100%;height:100%;">
|
||||||
<?php the_map("map_canvas", true) ?>
|
<?php the_map("map_canvas", true) ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="right">
|
<div id="right" style="display:none;">
|
||||||
<div class="box space">
|
<div class="box space" style="background:none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
<div class="menu-languages-rigth">
|
<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><!-- menu-languages right -->
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
@ -47,19 +47,8 @@
|
|||||||
*/
|
*/
|
||||||
wp_head();
|
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>
|
</head>
|
||||||
|
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
18
header.php
18
header.php
@ -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 bloginfo( 'stylesheet_url' ); ?>" />
|
||||||
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri(); ?>/common.css" />
|
<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' ); ?>" />
|
<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
|
<?php
|
||||||
/* Always have wp_head() just before the closing </head>
|
/* Always have wp_head() just before the closing </head>
|
||||||
* tag of your theme, or you will break many plugins, which
|
* 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 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>
|
</head>
|
||||||
|
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
@ -77,4 +60,5 @@
|
|||||||
<?php dynamic_sidebar( 'sidebar-1' );?>
|
<?php dynamic_sidebar( 'sidebar-1' );?>
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="map">
|
<div id="map">
|
||||||
<div class="map_canvas">
|
<div class="map_canvas" id="map_test">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -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);
|
var homeControl = new HomeControl(homeControlDiv, map);
|
||||||
|
|
||||||
homeControlDiv.index = 1;
|
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
|
// 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');
|
jQuery("#left").toggleClass('map-fullscreen');
|
||||||
google.maps.event.trigger(g_map, 'resize')
|
google.maps.event.trigger(g_map, 'resize')
|
||||||
g_map.setCenter(or_latln);
|
g_map.setCenter(or_latln);
|
||||||
|
|
||||||
});
|
});*/
|
||||||
}
|
}
|
||||||
|
@ -33,8 +33,5 @@ jQuery(document).ready(function($) {
|
|||||||
// $() will work as an alias for jQuery() inside of this function
|
// $() will work as an alias for jQuery() inside of this function
|
||||||
// $('#single').equalHeights(true);
|
// $('#single').equalHeights(true);
|
||||||
h = $("#content").height();
|
h = $("#content").height();
|
||||||
tb_init('li.thickbox>a[rel="addnewfile"]');
|
//tb_init('li.thickbox>a[rel="addnewfile"]');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user