Show last authors
1 | 1 $msg.get("mindmap.tools") |
2 | |
3 | #if($msg.get("mindmap.tools")=="mindmap.tools") |
4 | #warning("Installation is not complete. You need to add MindMap.Translations in the translations page. Click on Administration, choose the Advanced accordion and scroll to the translations field. Then add MindMap.Translations in the list of translations pages.") |
5 | #end |
6 | |
7 | 1.1 $msg.get("mindmap.pageswithmindmap") |
8 | |
9 | #set($sql = "where doc.content like '%mindmaptools%' and doc.fullName not in ('MindMap.WebHome','MindMap.Macros','MindMap.Template')") |
10 | #foreach($docname in $xwiki.searchDocuments($sql)) |
11 | * [$docname] |
12 | #end |
13 | |
14 | 1.1 $msg.get("mindmap.createnewmindmap") |
15 | |
16 | <form action="" id="newmindmap"> |
17 | <input type="hidden" name="parent" value="MindMap.WebHome" /> |
18 | <input type="hidden" name="template" value="MindMap.Template" /> |
19 | <input type="hidden" name="name" value=""/> |
20 | $msg.get("mindmap.space"): <input type="text" name="webname" value="MindMap"/> |
21 | $msg.get("mindmap.title"): <input type="text" name="title" value="entry name" size="18"/> |
22 | <input type="button" value="$msg.get("mindmap.create")" onclick='if (updateName(this.form.title,this.form.name)) { |
23 | action="../../save/" + this.form.webname.value + "/" + this.form.name.value; this.form.submit(); }' /> |
24 | </form> |