Differences From Artifact [d7f2c19e56]:
- File src/sitemap.c — part of check-in [269a94128f] at 2014-12-17 17:21:06 on branch sitemap-tinkering — reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. (user: stephan size: 3619) [more...]
To Artifact [48d23c10d6]:
- File src/sitemap.c — part of check-in [4bc5b6cf9b] at 2015-01-21 18:55:15 on branch ad-unit-enhancement — Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. (user: drh size: 3659) [more...]
| ︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + |
** WEBPAGE: sitemap
**
** Show an incomplete list of web pages offered by the Fossil web engine.
*/
void sitemap_page(void){
login_check_credentials();
style_header("Site Map");
style_adunit_config(ADUNIT_RIGHT_OK);
@ <p>
@ The following links are just a few of the many web-pages available for
@ this Fossil repository:
@ </p>
@
@ <ul>
@ <li>%z(href("%R/home"))Home Page</a></li>
|
| ︙ |