PageRenderTime 25ms CodeModel.GetById 21ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 0ms

/space-tree/src/main/resources/templates/wikitree.vm

https://bitbucket.org/vishwajeets/wiki-tree-plugin-for-confluence
Velocity Template Language | 27 lines | 21 code | 6 blank | 0 comment | 0 complexity | 8198f8c61580e7deeb76e17b9d668238 MD5 | raw file
 1<html>
 2  <head>
 3    <title>$i18n.getText("spacetree.admin.label")</title>
 4    <meta name="decorator" content="atl.admin" />
 5   $webResourceManager.requireResource("com.sspl.confluence.plugin.spacetree:spacetree-resources")
 6  </head>
 7  <body>
 8	<div id="center-container">
 9		<div id="infovis">
10		</div>
11	</div>
12
13
14	<div id="log"></div>
15
16	#set($jsonWithHtml = $json)
17 	<script type="text/javascript">
18    	var json = $jsonWithHtml;
19    	AJS.toInit(function () {
20   			rendertree(json);
21		});
22    
23	</script>
24 
25	 
26  </body>
27</html>