| Line | |
|---|
| 1 | <!-- INCLUDE overall_header.html -->
|
|---|
| 2 |
|
|---|
| 3 | <form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
|---|
| 4 | <div class="panel">
|
|---|
| 5 | <div class="inner"><span class="corners-top"><span></span></span>
|
|---|
| 6 |
|
|---|
| 7 | <h2>{MESSAGE_TITLE}</h2>
|
|---|
| 8 | <p>{MESSAGE_TEXT}</p>
|
|---|
| 9 |
|
|---|
| 10 | <fieldset class="submit-buttons">
|
|---|
| 11 | {S_HIDDEN_FIELDS}
|
|---|
| 12 | <input type="submit" name="confirm" value="{L_YES}" class="button2" />
|
|---|
| 13 | <input type="submit" name="cancel" value="{L_NO}" class="button2" />
|
|---|
| 14 | </fieldset>
|
|---|
| 15 |
|
|---|
| 16 | <span class="corners-bottom"><span></span></span></div>
|
|---|
| 17 | </div>
|
|---|
| 18 | </form>
|
|---|
| 19 |
|
|---|
| 20 | <!-- INCLUDE overall_footer.html -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.