diff options
Diffstat (limited to 'mod/page.cxx')
-rw-r--r-- | mod/page.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/page.cxx b/mod/page.cxx index ce12da6..1b2faae 100644 --- a/mod/page.cxx +++ b/mod/page.cxx @@ -182,6 +182,24 @@ namespace brep << ~TR; } + // TR_TENANT + // + void TR_TENANT:: + operator() (serializer& s) const + { + s << TR(CLASS="tenant") + << TH << name_ << ~TH + << TD + << SPAN(CLASS="value") + << A + << HREF << tenant_dir (root_, tenant_) << '?' << service_ << ~HREF + << tenant_ + << ~A + << ~SPAN + << ~TD + << ~TR; + } + // TR_NAME // void TR_NAME:: |