(* COCANWIKI scripts. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. * $Id: 00-TEMPLATE.ml,v 1.2 2004/09/09 12:07:10 rich Exp $ *) open Apache open Registry open Cgi open Printf open Cocanwiki open Cocanwiki_template let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ = let template = get_template dbh hostid "00-TEMPLATE.html" in q#template template let () = register_script ~restrict:[CanManageUsers] run