| 276 |
let next = match next with [] -> [] |
let next = match next with [] -> [] |
| 277 |
| <page name=n>[ <title>t; _ ] -> |
| <page name=n>[ <title>t; _ ] -> |
| 278 |
[ <a href=(url_of_name n)>[ |
[ <a href=(url_of_name n)>[ |
| 279 |
<img width="16" height="16" class="icon" alt="Next page" |
<img width="16" height="16" class="icon" alt="Next page:" |
| 280 |
src="img/right.gif">[] |
src="img/right.gif">[] |
| 281 |
' ' !t |
' ' !t |
| 282 |
] ] in |
] ] in |
| 284 |
| <page name=n>[ <title>t; _ ] -> |
| <page name=n>[ <title>t; _ ] -> |
| 285 |
[ <a href=(url_of_name n)>[ |
[ <a href=(url_of_name n)>[ |
| 286 |
<img width="16" height="16" class="icon" |
<img width="16" height="16" class="icon" |
| 287 |
alt="Previous page" src="img/left.gif">[] |
alt="Previous page:" src="img/left.gif">[] |
| 288 |
' ' !t |
' ' !t |
| 289 |
] ] in |
] ] in |
| 290 |
let navig = |
let navig = |