Go to the first, previous, next, last section, table of contents.


cbrowse_root.html

Display the root of the theme catalog. The handling of this template is strictly identical to cedit.html, See section cedit.html.

Here is an example template:

<title>Root</title>

<h3>Root</h3>

<!-- start categories -->
<h3>Sub categories</h3>
<ul>
<!-- start entry -->
<li> <a href='_URL_'>_NAME_</a> (_COUNT_)
<!-- end entry -->
</ul>
<!-- end categories -->
<p>
<!-- start entry -->
<p> <table border=1><tr>_DEFAULTROW_<tr></table>
<!-- end entry -->

<!-- start pager -->
Number of pages _MAXPAGES_
<p>
_PAGES_
<!-- end pager -->


Go to the first, previous, next, last section, table of contents.