<ol class="tree">
  <li class="file">
    <a href="root"><span class="icon"></span>root</a><form method="POST" action="/deleteFile/root" onsubmit="return confirm('Do you really want to delete the file root?');"><button type="submit" name="delete" value="true"></button></form>
  </li>
  <li>
    <label>folder0</label>
    <input type="checkbox" checked />
    <ol>
      <li class="file">
        <a href="folder0/0"><span class="icon"></span>0</a><form method="POST" action="/deleteFile/folder0/0" onsubmit="return confirm('Do you really want to delete the file folder0/0?');"><button type="submit" name="delete" value="true"></button></form>
      </li>
    </ol>
  </li>
  <li>
    <label>folder1</label>
    <input type="checkbox" checked />
    <ol>
      <li class="file">
        <a href="folder1/1"><span class="icon"></span>1</a><form method="POST" action="/deleteFile/folder1/1" onsubmit="return confirm('Do you really want to delete the file folder1/1?');"><button type="submit" name="delete" value="true"></button></form>
      </li>
    </ol>
  </li>
</ol>
