From 798c48a1a6ec32274ba031660bdd3eeef462e468 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 12 Mar 2006 16:37:26 +0000 Subject: - use templates for signin form, error messages - use FormBuilder for edit page forms (also use template) - print debug to stderr in cgi mode to avoid breaking http headers - fix links to page in parentlinks if $url is unset - reorganise how wikilink is used in templates - only make recentchanes link if svn is enabled - change session id cookie to something we control - add support for logging committer name for web commits from signed in users (untested) - probably more changes I forgot --- templates/editpage.tmpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/editpage.tmpl (limited to 'templates/editpage.tmpl') diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl new file mode 100644 index 000000000..8b755749f --- /dev/null +++ b/templates/editpage.tmpl @@ -0,0 +1,21 @@ + +<TMPL_VAR FORM-TITLE> + + +

/

+ + + +Page location:
+ + +
+
+ +Optional comment about this change:
+
+
+ + + + -- cgit v1.2.3