|
Revision 15017, 0.7 kB
(checked in by kumatch, 5 years ago)
|
|
Changed the template variables property access for picture.
|
-
Property svn:keywords set to
Id Rev
|
| Line | |
|---|
| 1 | <div id="wrapper"> |
|---|
| 2 | <div id="main"> |
|---|
| 3 | <h2 style="margin-bottom: 25px;" class="thumb"> |
|---|
| 4 | |
|---|
| 5 | <img src="/profile_images/{user.id}/{user.imageNormal}" id="profile-image" alt="{user.userName}" class="friendicon" if="user.image" /> |
|---|
| 6 | <img src="/profile_images/default_profile_normal.png" id="profile-image" alt="Default_profile_normal" class="friendicon" if="!user.image" /> |
|---|
| 7 | |
|---|
| 8 | <span key="user.userName">Username</span> |
|---|
| 9 | </h2> |
|---|
| 10 | |
|---|
| 11 | <p key="status.comment"> |
|---|
| 12 | <a href="#replySample">@hogehoge</a> 漢字、ひらがな、カタカナ、数字の123、Alphabetが混ざったサンプルテキストです。 |
|---|
| 13 | </p> |
|---|
| 14 | |
|---|
| 15 | </div> |
|---|
| 16 | <!-- / #main --> |
|---|
| 17 | </div> |
|---|
| 18 | <!-- / #wrapper --> |
|---|