| Revision 93,
572 bytes
checked in by francois.harvey, 2 years ago
(diff) |
|
Utilisation de Request
|
| Line | |
|---|
| 1 | <?php
|
|---|
| 2 | // WikiHelp::revert.php - Show Revert form
|
|---|
| 3 |
|
|---|
| 4 | include_once('config.php');
|
|---|
| 5 | $rev = Request::get('rev');
|
|---|
| 6 | ?>
|
|---|
| 7 |
|
|---|
| 8 | <div class="header">Revert to revision <?php echo htmlentities($rev); ?></div>
|
|---|
| 9 |
|
|---|
| 10 | <input type="hidden" id="rev" name="rev" value="<?php echo htmlentities($rev); ?>" />
|
|---|
| 11 |
|
|---|
| 12 | <div class="clear"></div>
|
|---|
| 13 | <div class="labelvar">Revision Comment:</div>
|
|---|
| 14 | <div class="field"><textarea id="revcomment" name="revcomment"></textarea></div>
|
|---|
| 15 | <div style='clear:both;height:18px;'></div>
|
|---|
| 16 | <div style="text-align:center;">
|
|---|
| 17 | <input type="submit" value="Update"/>
|
|---|
| 18 | </div>
|
|---|
| 19 |
|
|---|
Note: See
TracBrowser
for help on using the repository browser.