Changeset 866 for trunk/template
- Timestamp:
- Sep 18, 2005, 2:29:49 AM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/content.css
r862 r866 16 16 BODY#theAboutPage #content, 17 17 BODY#thePopuphelpPage #content, 18 BODY#thePasswordPage #content, 18 19 BODY#theNotificationPage #content 19 20 { -
trunk/template/yoga/identification.tpl
r859 r866 4 4 <div class="titrePage"> 5 5 <ul class="categoryActions"> 6 <li><a href="{U_LOST_PASSWORD}" title="{lang:Forgot your password?}"><img src="template/yoga/theme/lost_password.png" alt="{lang:Forgot your password?}"></a></li> 6 7 <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="./template/yoga/theme/register.png" alt="{lang:register}"/></a></li> 7 8 <li><a href="{U_HOME}" title="{lang:Go through the gallery as a visitor}"><img src="./template/yoga/theme/home.png" alt="{lang:home}"/></a></li> … … 49 50 <p> 50 51 <a href="{U_REGISTER}"><img src="template/yoga/theme/register.png" alt=""> {L_REGISTER}</a> 52 <a href="{U_LOST_PASSWORD}"><img src="template/yoga/theme/lost_password.png" alt=""> {lang:Forgot your password?}</a> 51 53 </p> 52 54 -
trunk/template/yoga/register.tpl
r859 r866 43 43 <label for="mail_address">{lang:Mail address}</label> 44 44 <input type="text" name="mail_address" id="mail_address" value="{F_EMAIL}" onfocus="this.className='focus';" onblur="this.className='nofocus';"> 45 ({lang:useful when password forgotten}) 45 46 </li> 46 47 </ul>
Note: See TracChangeset
for help on using the changeset viewer.