Parent Directory
|
Revision Log
Revision 1814 - (view) (download) (as text)
| 1 : | kpinte | 1774 | <?xml version="1.0"?> |
| 2 : | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
| 3 : | <xsl:template name="levelrequest"> | ||
| 4 : | se4_2006 | 1814 | <h1>Permission request</h1> |
| 5 : | kpinte | 1774 | <table> |
| 6 : | <tr> | ||
| 7 : | <td> | ||
| 8 : | se4_2006 | 1814 | <form method="get" action="configcontroller.cgi" name="levelrequest"> |
| 9 : | <input type="hidden" name="operation" value="add_pending_permission" /> | ||
| 10 : | <select name="permission"> | ||
| 11 : | kpinte | 1774 | <option>event_organiser</option> |
| 12 : | <option>moderator</option> | ||
| 13 : | <option>administrator</option> | ||
| 14 : | </select> | ||
| 15 : | <input type="submit" value="Request" name="request" /> | ||
| 16 : | </form> | ||
| 17 : | </td> | ||
| 18 : | </tr> | ||
| 19 : | </table> | ||
| 20 : | </xsl:template> | ||
| 21 : | </xsl:stylesheet> | ||
| 22 : |
|
Kevin Pinte Powered by ViewVC 1.0-dev |
ViewVC Help |