Changeset 913
- Timestamp:
- 06/04/10 23:25:54 (20 months ago)
- Location:
- trunk/templates/skin/new/notify
- Files:
-
- 13 added
- 4 modified
-
english (added)
-
english/notify.blog_invite_new.tpl (added)
-
english/notify.comment_new.tpl (added)
-
english/notify.comment_reply.tpl (added)
-
english/notify.invite.tpl (added)
-
english/notify.registration.tpl (added)
-
english/notify.registration_activate.tpl (added)
-
english/notify.reminder_code.tpl (added)
-
english/notify.reminder_password.tpl (added)
-
english/notify.talk_comment_new.tpl (added)
-
english/notify.talk_new.tpl (added)
-
english/notify.topic_new.tpl (added)
-
english/notify.user_friend_new.tpl (added)
-
russian/notify.blog_invite_new.tpl (modified) (1 diff)
-
russian/notify.invite.tpl (modified) (1 diff)
-
russian/notify.registration_activate.tpl (modified) (1 diff)
-
russian/notify.user_friend_new.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/skin/new/notify/russian/notify.blog_invite_new.tpl
r620 r913 1 Пользователь «<a href="{ router page='profile'}{$oUserFrom->getLogin()}/">{$oUserFrom->getLogin()}</a>»</b> приглашает вас вступить в блог <a href="{$oBlog->getUrlFull()}">"{$oBlog->getTitle()}"</a>.1 Пользователь «<a href="{$oUserFrom->getUserWebPath()}">{$oUserFrom->getLogin()}</a>»</b> приглашает вас вступить в блог <a href="{$oBlog->getUrlFull()}">"{$oBlog->getTitle()}"</a>. 2 2 <br /><br /> 3 3 <a href='{$sPath}'>Посмотреть приглашение</a> (Не забудьте предварительно авторизоваться!) -
trunk/templates/skin/new/notify/russian/notify.invite.tpl
r620 r913 1 Пользователь <a href="{ router page='profile'}{$oUserFrom->getLogin()}/">{$oUserFrom->getLogin()}</a> пригласил вас зарегистрироваться на сайте <a href="{cfg name='path.root.web'}">{cfg name='view.name'}</a><br>1 Пользователь <a href="{$oUserFrom->getUserWebPath()}">{$oUserFrom->getLogin()}</a> пригласил вас зарегистрироваться на сайте <a href="{cfg name='path.root.web'}">{cfg name='view.name'}</a><br> 2 2 Код приглашения: <b>{$oInvite->getCode()}</b><br> 3 3 Для регистрации вам будет необходимо ввести код приглашения на <a href="{router page='login'}">странице входа</a> -
trunk/templates/skin/new/notify/russian/notify.registration_activate.tpl
r620 r913 5 5 <br> 6 6 Для завершения регистрации вам необходимо активировать аккаунт пройдя по ссылке: 7 <a href="{ cfg name='path.root.web'}/registration/activate/{$oUser->getActivateKey()}/">{cfg name='path.root.web'}/registration/activate/{$oUser->getActivateKey()}/</a>7 <a href="{router page='registration'}activate/{$oUser->getActivateKey()}/">{router page='registration'}activate/{$oUser->getActivateKey()}/</a> 8 8 9 9 <br><br> -
trunk/templates/skin/new/notify/russian/notify.user_friend_new.tpl
r620 r913 1 Пользователь «<a href="{ router page='profile'}{$oUserFrom->getLogin()}/">{$oUserFrom->getLogin()}</a>»</b> хочет добавить вас в друзья.1 Пользователь «<a href="{$oUserFrom->getUserWebPath()}">{$oUserFrom->getLogin()}</a>»</b> хочет добавить вас в друзья. 2 2 <br /><br /> 3 3 <i>{$sText}</i>
