| Line | |
|---|
| 1 | <?cs include "header.cs"?> |
|---|
| 2 | <?cs include "macros.cs"?> |
|---|
| 3 | |
|---|
| 4 | <div id="ctxtnav" class="nav"></div> |
|---|
| 5 | |
|---|
| 6 | <div id="content" class="wiki"> |
|---|
| 7 | |
|---|
| 8 | <h2>XML-RPC exported functions</h2> |
|---|
| 9 | |
|---|
| 10 | <div id="searchable"> |
|---|
| 11 | <dl> |
|---|
| 12 | <?cs each:namespace = xmlrpc.functions ?> |
|---|
| 13 | |
|---|
| 14 | <dt><h3 id=xmlrpc.<?cs var:namespace.namespace ?>><?cs var:namespace.namespace ?> - <?cs var:namespace.description ?></h3></dt> |
|---|
| 15 | <dd> |
|---|
| 16 | <table class="listing tickets"> |
|---|
| 17 | <thead> |
|---|
| 18 | <tr> |
|---|
| 19 | <th>Function</th> |
|---|
| 20 | <th>Description</th> |
|---|
| 21 | <th><nobr>Permission required</nobr></th> |
|---|
| 22 | </tr> |
|---|
| 23 | </thead> |
|---|
| 24 | |
|---|
| 25 | <?cs set idx = #0 ?> |
|---|
| 26 | <tbody> |
|---|
| 27 | <?cs each:function = namespace.methods ?> |
|---|
| 28 | <tr class="color3-<?cs if idx % #2 == 0 ?>even<?cs else ?>odd<?cs /if ?>" style=""> |
|---|
| 29 | <td><nobr><?cs var:function.0?></nobr></td><td><?cs var:function.1?></td><td><?cs var:function.2 ?></td> |
|---|
| 30 | </tr> |
|---|
| 31 | <?cs set idx = idx + #1 ?> |
|---|
| 32 | <?cs /each ?> |
|---|
| 33 | </tbody> |
|---|
| 34 | </table> |
|---|
| 35 | </dd> |
|---|
| 36 | <?cs /each ?> |
|---|
| 37 | </dl> |
|---|
| 38 | </div> |
|---|
| 39 | |
|---|
| 40 | <script type="text/javascript"> |
|---|
| 41 | addHeadingLinks(document.getElementById("searchable")); |
|---|
| 42 | </script> |
|---|
| 43 | |
|---|
| 44 | </div> |
|---|
| 45 | |
|---|
| 46 | <?cs include:"footer.cs"?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.