root/CPSSkins4Five/trunk/zmi/addCPSSkinsSiteForm.dtml

Revision 2921, 328 bytes (checked in by jmorliaguet, 3 years ago)

- created a CPSSkins Site object that can act as a site manager

- added an site installer accessible directly through the ZMI

  • Property svn:eol-style set to native
Line 
1
2 <dtml-var manage_page_header>
3
4 <h1>Add a CPSSkins v3 site</h1>
5
6 <form action="manage_addCPSSkinsSite" method="post">
7   <p>
8     <label for="siteid">Site id</label>
9     <input type="text" id="siteid" name="id" value="" />
10   <p>
11   </p>
12     <button type="submit">Create site</button>
13   </p>
14 </form>
15
16 <dtml-var manage_page_footer>
17
Note: See TracBrowser for help on using the browser.