Wiki source code of CategorySheet
Last modified by Admin on 2008/06/19 10:47
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | ##---------------------------------------------- |
2 | ## If the Administration app exists, Blog Categories will be integrated in the global menu | ||
3 | ##------------------------------------------------- | ||
4 | 1.1.1 $msg.get("changes.blog.category") | ||
5 | $doc.displayForm($doc.fullName) | ||
6 | #if($xwiki.exists("XWiki.AdminSheet") && $globalAppAdmin && $globalAppAdmin.contains($doc.fullName)) | ||
7 | #set($editurl = $doc.getURL("admin", "$!request.getQueryString()&editmode=inline").replaceAll("&","&")) | ||
8 | #set($redirurl = $util.encodeURI($doc.getURL("admin", "$!request.getQueryString()&editmode=inline"))) | ||
9 | #else | ||
10 | #set($editurl = $doc.getURL("inline")) | ||
11 | #set($redirurl = $util.encodeURI($xwiki.getRequestURL())) | ||
12 | #end | ||
13 | #if($context.action != "inline" && "$!{request.editmode}" != "inline") <a href="$editurl">$msg.get("changes.blog.editcategories")</a> #end | ||
14 | <a href="$doc.getURL("objectadd","classname=${doc.fullName}&xredirect=${redirurl}")">$msg.get("changes.blog.addnewcategory")</a> | ||
15 | |||
16 | #if($xwiki.exists("XWiki.AdminSheet") && $globalAppAdmin && $globalAppAdmin.contains($doc.fullName)) | ||
17 | 1.1.1 $msg.get("usefullinks") | ||
18 | * [Blog Home>Blog.WebHome] | ||
19 | * [Blog Article Sheet>XWiki.ArticleClassSheet] | ||
20 | * [Blog Article Template>XWiki.ArticleClassTemplate] | ||
21 | #end |