| 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 |
|
|
| 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 |
|
|