Last change
on this file since 14182 was
4446,
checked in by grum, 15 years ago
|
[Template:Gally] Add template to subversion
|
-
Property svn:executable set to
*
|
File size:
798 bytes
|
Line | |
---|
1 | <!-- **GBL** >PROFILE> --> |
---|
2 | |
---|
3 | <div id="content" class="content"> |
---|
4 | |
---|
5 | {if isset($errors) and count($errors)} |
---|
6 | <div id="div_errors" class="errors"> |
---|
7 | <div> |
---|
8 | <ul> |
---|
9 | {foreach from=$errors item=error} |
---|
10 | <li>{$error}</li> |
---|
11 | {/foreach} |
---|
12 | </ul> |
---|
13 | <form> |
---|
14 | <input class="submit" type="button" value="{'ok'|@translate}" onclick="closeDiv('div_errors');"> |
---|
15 | </form> |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | {/if} |
---|
19 | |
---|
20 | <div class="titrePage"> |
---|
21 | <ul class="categoryActions"> |
---|
22 | <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"><!--<img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>--></a></li> |
---|
23 | </ul> |
---|
24 | <h2>{'Profile'|@translate}</h2> |
---|
25 | </div> |
---|
26 | |
---|
27 | {$PROFILE_CONTENT} |
---|
28 | </div> <!-- content --> |
---|
29 | |
---|
30 | |
---|
31 | <!-- **GBL** <PROFILE< --> |
---|
Note: See
TracBrowser
for help on using the repository browser.