diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 16:37:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 16:37:26 +0000 |
commit | 798c48a1a6ec32274ba031660bdd3eeef462e468 (patch) | |
tree | 9003cd8bb5b3cf9dca4a501a51d329cce0aa7355 /templates/misc.tmpl | |
parent | 09a97d699eb84e792df110f9716ce31b86ba9c61 (diff) | |
download | ikiwiki-798c48a1a6ec32274ba031660bdd3eeef462e468.tar ikiwiki-798c48a1a6ec32274ba031660bdd3eeef462e468.tar.gz |
- 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
Diffstat (limited to 'templates/misc.tmpl')
-rw-r--r-- | templates/misc.tmpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/misc.tmpl b/templates/misc.tmpl new file mode 100644 index 000000000..a8ee1684b --- /dev/null +++ b/templates/misc.tmpl @@ -0,0 +1,14 @@ +<html> +<head><title><TMPL_VAR TITLE></title></head> +<body> + +<h1> +<TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> +</h1> + +<TMPL_VAR PAGEBODY> + +<!-- from <TMPL_VAR NAME=WIKINAME> --> + +</body> +</html> |