Files
winix/html/fun_reload.html
Tomasz Sowa 5b8a9c0108 added: Patterns class (in templates)
ezc patterns are managed by this class
added: some work in groupitem plugin (not finished yet)
changed: ConfParser can read a string from memory now
         (need some testing yet)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@757 e52654a7-88a9-db11-a3e9-0013d4bc506e
2011-08-25 23:53:49 +00:00

21 lines
400 B
HTML
Executable File

<h1>{reload_header}</h1>
[include "error.html"]
<p>{reload_select}:</p>
<ul>
<li><a href="[doc_base_url][dir]reload/templates">{reload_templates}</a></li>
[if winix_has_plugin "ticket"]
<li><a href="[doc_base_url][dir]reload/tickets">{reload_tickets}</a></li>
[end]
[if winix_has_plugin "groupitem"]
<li><a href="[doc_base_url][dir]reload/groupitem">{reload_groupitem}</a></li>
[end]
</ul>