diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-08-17 18:17:30 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-08-17 18:17:30 -0400 |
commit | 0c15db877ebd266b5f25af1aa1b185eb9ec392f6 (patch) | |
tree | c2150fc21bdea617003045904e7d4bab6be3fa69 | |
parent | html segments structure and info provided (a bit verbose), and css (diff) |
html document structure, div markers, watch
-rw-r--r-- | lib/sisu/v0/html_format.rb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb index 4992dc6d..8fcd1e25 100644 --- a/lib/sisu/v0/html_format.rb +++ b/lib/sisu/v0/html_format.rb @@ -614,6 +614,8 @@ WOK <a name="stop" id="stop"></a> <a name="credits"></a> </div> +</div> +</div> } end def scroll_tail #debug @@ -629,7 +631,10 @@ WOK <a name="finish" id="finish"></a> <a name="stop" id="stop"></a> <a name="credits"></a> -</div>} +</div> +</div> +</div> +} end def seg_navigation_tail #this is a bug area, look up and "tidy" #nav=scroll_head_navigation_band @@ -645,6 +650,8 @@ WOK <a name="stop" id="stop"></a> <a name="credits"></a> </div> +</div> +</div> } end end @@ -918,6 +925,8 @@ WOK <a name="stop" id="stop"></a> <a name="credits" id="credits"></a> </div> +</div> +</div> } end def navigation_band(segtocband,seg_table_top_control) #change name to navigaion_band_banner |