Differences From Artifact [9469a23cd8]:
- File src/style.c — part of check-in [50a58adb76] at 2007-10-10 21:15:17 on branch trunk — Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. (user: drh size: 6403)
To Artifact [9a9bbad4f1]:
- File src/style.c — part of check-in [218577e3af] at 2007-10-11 01:56:57 on branch trunk — Add the g.zBaseURL and g.zTop printouts to the test_env test page. (user: drh size: 6467)
︙ | |||
235 236 237 238 239 240 241 242 243 244 | 235 236 237 238 239 240 241 242 243 244 245 246 | + + | } /* ** WEBPAGE: test_env */ void page_test_env(void){ style_header("Environment Test"); @ g.zBaseURL = %h(g.zBaseURL)<br> @ g.zTop = %h(g.zTop)<hr> cgi_print_all(); style_footer(); } |