mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4816 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2bbaa9bdd6
commit
be1224b253
3 changed files with 19 additions and 12 deletions
|
|
@ -57,7 +57,7 @@
|
|||
<!--@if($oDocument->getProfileImage() || $oDocument->getSignature())-->
|
||||
<div class="memberSignature">
|
||||
<!--@if($oDocument->getProfileImage())-->
|
||||
<div class="profile"><img src="{$oDocument->getProfileImage()}" alt="profile" /></div>
|
||||
<img src="{$oDocument->getProfileImage()}" alt="profile" class="profile" />
|
||||
<!--@end-->
|
||||
<!--@if($oDocument->getSignature())-->
|
||||
<div class="signature">{$oDocument->getSignature()}</div>
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
<div class="userNameAndPw">
|
||||
<dl>
|
||||
<dt><label for="userName">{$lang->writer}</label> :</dt>
|
||||
<dd class="userName"><input type="text" name="nick_name" value="{$oDocument->getNickName()}" class="inputText" id="userName"/></dd>
|
||||
<dd class="userName"><input type="text" name="nick_name" value="" class="inputText" id="userName"/></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="userPw">{$lang->password}</label> :</dt>
|
||||
|
|
@ -190,11 +190,11 @@
|
|||
</dl>
|
||||
<dl>
|
||||
<dt><label for="emailAddress">{$lang->email_address}</label> :</dt>
|
||||
<dd class="emailAddress"><input type="text" name="email_address" value="{htmlspecialchars($oDocument->get('email_address'))}" id="emailAddress" class="inputText"/></dd>
|
||||
<dd class="emailAddress"><input type="text" name="email_address" value="" id="emailAddress" class="inputText"/></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="homePage">{$lang->homepage}</label> :</dt>
|
||||
<dd class="homePage"><input type="text" name="homepage" value="{htmlspecialchars($oDocument->get('homepage'))}" id="homePage" class="inputText"/></dd>
|
||||
<dd class="homePage"><input type="text" name="homepage" value="" id="homePage" class="inputText"/></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue