Skip to content

Commit

Permalink
Fixes Riverwalk pano
Browse files Browse the repository at this point in the history
  • Loading branch information
sukima committed Jan 31, 2011
1 parent 99c5cfd commit c264057
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
6 changes: 3 additions & 3 deletions panoramas/Riverwalk/index.html
Expand Up @@ -36,9 +36,9 @@

<div id="h_navcontainer">
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../photos/index.html">Photos</a></li>
<li><a href="../panoramas/index.html" id="current">Panoramas</a></li>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../photos/index.html">Photos</a></li>
<li><a href="../../panoramas/index.html" id="current">Panoramas</a></li>
</ul>
</div><!-- close h_navcontainer -->

Expand Down
9 changes: 4 additions & 5 deletions panoramas/Riverwalk/settings.xml
Expand Up @@ -7,7 +7,6 @@
- pressing autorotation button on NavigationBar ommits timer and forces autorotation to start
- see: http://panozona.com/wiki/SaladoPlayer:Configuration#global
WARNING: All paths must be relative to 3 parrent directories due to the file structure iWeb creates.
-->
<?xml version="1.0" encoding="utf-8"?>
<SaladoPlayer>
Expand All @@ -18,10 +17,10 @@
<modules>
<NavigationBar path="../modules/NavigationBar.swf">
<buttons path="../modules/images/buttons_30x30_green.png">
<button name="left" visible="false"/>
<button name="right" visible="false"/>
<button name="up" visible="false"/>
<button name="down" visible="false"/>
<!-- <button name="left" visible="false"/> -->
<!-- <button name="right" visible="false"/> -->
<!-- <button name="up" visible="false"/> -->
<!-- <button name="down" visible="false"/> -->
<!-- <combobox visible="false"/> -->
</buttons>
</NavigationBar>
Expand Down
Binary file added panoramas/Riverwalk/thumb.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions panoramas/index.html
Expand Up @@ -52,9 +52,15 @@

<div id="gallery">
<div class="float_left_thumb">
<a href="Riverwalk/index.html" title="New Orleans">
<img src="../photos/new_orleans/Downtown/thumbs/IMSH%202011%20-%202886.jpg" alt="New Orleans Park Thumbnail" />
<p>New Orleans</p>
<a href="Riverwalk/index.html" title="Riverwalk Mall">
<img src="Riverwalk/thumb.jpg" alt="Riverwalk Mall Thumbnail" />
<p>Riverwalk Mall</p>
</a>
</div>
<div class="float_left_thumb">
<a href="Park1/index.html" title="Jean Lafitte Park 1">
<img src="Park1/thumb.jpg" alt="Jean Lafitte Park 1 Thumbnail" />
<p>Jean Lafitte Park 1</p>
</a>
</div>
</div><!-- close gallery -->
Expand Down

0 comments on commit c264057

Please sign in to comment.