% html(); return; /* vim:set ft=sitecing: */ %%derive page = "/ancestry/page.chtml"; %%impl #include "acconfig.h" %%var bool b_svn = false; <%constructor> if(strstr(PACKAGE_STRING,"svn")) b_svn = true; <%method void body() %>
<%code> if(!access(WEB_RUN_ROOT "/conf/banner_top",R_OK)) { pass_file_through(WEB_RUN_ROOT "/conf/banner_top"); } content(); if(b_strict && !access(WEB_RUN_ROOT "/conf/banner_bottom",R_OK)) { pass_file_through(WEB_RUN_ROOT "/conf/banner_bottom"); }
% sidepanel();
<%method void content() %> <%method void sidepanel() %>

<% PACKAGE_STRING %>

% if(b_svn) {

The site is running source from the source repository which may differ from the one available for download. You can check it out from the source repository.

% } % /* thank MSIE for this awful formatting */ <%code> if(!access(WEB_RUN_ROOT "/conf/banner_side",R_OK)) { pass_file_through(WEB_RUN_ROOT "/conf/banner_side"); }