Last change
on this file since 9698 was
8088,
checked in by Eric, 14 years ago
|
merge from trunk to branch 2.16
|
-
Property svn:eol-style set to
LF
|
File size:
923 bytes
|
Rev | Line | |
---|
[8088] | 1 | {html_head}<link rel="stylesheet" type="text/css" href="template/confmail.css">{/html_head} |
---|
| 2 | |
---|
| 3 | <div id="content" class="content"> |
---|
| 4 | <div class="titrePage"> |
---|
| 5 | <ul class="categoryActions"> |
---|
| 6 | <li> |
---|
| 7 | {if $REDIRECT} |
---|
| 8 | <a href="{$ROOT_URL}identification.php" title="{'return to homepage'|@translate}"> |
---|
| 9 | <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"> |
---|
| 10 | </a> |
---|
| 11 | {else} |
---|
| 12 | <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}"> |
---|
| 13 | <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"> |
---|
| 14 | </a> |
---|
| 15 | {/if} |
---|
| 16 | </li> |
---|
| 17 | </ul> |
---|
| 18 | <h2 class="confmail">{'title_confirm_mail'|@translate}</h2> |
---|
| 19 | </div> |
---|
| 20 | <ul> |
---|
| 21 | {if $STATUS == true} |
---|
| 22 | <div class="infos">{$CONFIRM_MAIL_MESSAGE}</div> |
---|
| 23 | {elseif $STATUS == false} |
---|
| 24 | <div class="errors">{$CONFIRM_MAIL_MESSAGE}</div> |
---|
| 25 | {/if} |
---|
| 26 | </ul> |
---|
| 27 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.