Skip to content

Commit

Permalink
cookie scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraShopsin committed Apr 30, 2012
1 parent 19c3743 commit 22d50e3
Show file tree
Hide file tree
Showing 10 changed files with 871 additions and 291 deletions.
15 changes: 11 additions & 4 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@
*/

get_header();
?>
?><div id="header3">
<a href="http://opencounter.org">
<canvas id="clockcanvas" width="50" height="50"></canvas>
</a>



</div>

<div id="content" class="narrowcolumn">

<h2 class="center"><?php _e('Error 404 - Not Found', 'kubrick'); ?></h2>

<p class="b"><?php _e('Wipe Out 404', 'kubrick'); ?></p>
<p class="s">Maybe try searching for it, dude:<?php get_search_form(); ?></p>
</div>

<?php get_sidebar(); ?>


<?php get_footer(); ?>
2 changes: 1 addition & 1 deletion home.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

get_header(); ?>
<script type="text/javascript" src="http://opencounter.org/wp-content/themes/opencounter/scripts/jquery-1.3.min.js"></script>
<script type="text/javascript" src="http://opencounter.org/wp-content/themes/opencounter/scripts/thinbox.js"></script>
<script type="text/javascript" src="http://opencounter.org/wp-content/themes/opencounter/scripts/thinbox2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
ThinBox.open("betawindow.html",{'width':'500px','height':'400px'});
Expand Down
2 changes: 1 addition & 1 deletion map.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function executeQuery(address){
wax.tilejson('http://a.tiles.mapbox.com/v3/tamaracfa.map-lhp1bb4f.jsonp',
function(tilejson) {
_tilejson = tilejson;
map = new L.Map('map-div', { scrollWheelZoom: false })
map = new L.Map('map-div', { scrollWheelZoom: false, maxZoom: 17 })
.addLayer(new wax.leaf.connector(tilejson))
.setView(new L.LatLng(36.9749, -122.0263), 13);

Expand Down
4 changes: 4 additions & 0 deletions scripts/cookies.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions scripts/json3.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 22d50e3

Please sign in to comment.