Project

General

Profile

1
$inspector/master(it={
2
  <h2>Database inspector</h2>
3

    
4
  $inspector/path()$
5
  <ul id="subnav">
6
		<li><a href="create">create xml file</a></li>
7
		<li><a onclick="return confirm('do you really want to delete the collection and all its children?') && confirm('really really sure?') && (window.location='deleteCollection')" href="">delete this collection</a></li>
8
	</ul>
9

    
10
  <ul id="filelist">
11
    $collections:{<li>$it.collectionPath:{<a href="$it.url$/list">$it.name$</a>};separator=" / "$</li>}$
12
    $files:{<li><a href="$it$/show">$it$</a></li>}$
13
  </ul>
14
})$
(9-9/20)