/[svn]/web/site.cd
ViewVC logotype

Diff of /web/site.cd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 355 by abate, Tue Jul 10 17:27:25 2007 UTC revision 356 by abate, Tue Jul 10 17:27:50 2007 UTC
# Line 40  Line 40 
40       | <pages-toc>[]       | <pages-toc>[]
41       | <site-toc>[]       | <site-toc>[]
42       | <local-links href=String>[]       | <local-links href=String>[]
43         | <two-columns>[ <left>Content <right>Content ]
44       | InlineText       | InlineText
45       )* ];;       )* ];;
46    
# Line 211  Line 212 
212             | [] -> []             | [] -> []
213             | l -> let l = map l with x -> <li>[ (local_link(sitemap,x,"")) ]             | l -> let l = map l with x -> <li>[ (local_link(sitemap,x,"")) ]
214                    in [ <ul>l ])                    in [ <ul>l ])
215       | <two-columns>[ <left>x <right>y ] ->
216            [ <table width="100%">[
217                <tr>[
218                  <td valign="top">(content x)
219                  <td valign="top">(content y) ] ] ]
220     | t -> text [ t ]     | t -> text [ t ]
221   in   in
222    

Legend:
Removed from v.355  
changed lines
  Added in v.356

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5