aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/lib/template.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-09-14 14:07:30 +0000
committerMartin Willi <martin@strongswan.org>2007-09-14 14:07:30 +0000
commitc01f7bf989dedcc61e4e812fd57d6d73997cfd85 (patch)
treee50601b98d290e941b0ea2ab9ac1769dc6f9519a /src/manager/lib/template.h
parent15a9d460c05ac73dfae41bc8a66b07f0c2a48328 (diff)
downloadstrongswan-c01f7bf989dedcc61e4e812fd57d6d73997cfd85.tar.bz2
strongswan-c01f7bf989dedcc61e4e812fd57d6d73997cfd85.tar.xz
added subnets of CHILD_SAs to xml interface
a first design of Managers IKE_SA list page
Diffstat (limited to 'src/manager/lib/template.h')
-rw-r--r--src/manager/lib/template.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manager/lib/template.h b/src/manager/lib/template.h
index 1a8c2f7b7..6e17177a1 100644
--- a/src/manager/lib/template.h
+++ b/src/manager/lib/template.h
@@ -55,6 +55,10 @@ struct template_t {
/**
* @brief Render a template to a response object.
*
+ * The render() function additionally sets a clearsilver variable "base"
+ * which points to the root of the web application and allows to point to
+ * other targets without to worry about path location.
+ *
* @param response response to render to
* @return rendered template string
*/