mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-01 13:17:52 +02:00
Avatars into Default template'
git-svn-id: file:///svn/phpbb/trunk@356 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fb9aa3f905
commit
7103686e06
@ -1,5 +1,5 @@
|
||||
<tr>
|
||||
<td><form action="{S_PROFILE_ACTION}" method="POST">
|
||||
<td><form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
@ -58,6 +58,18 @@
|
||||
<td bgcolor="#DDDDDD"><b>{L_INTERESTS}:</b></td>
|
||||
<td bgcolor="#CCCCCC"><input type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_AVATAR}:</b><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_AVATAR_EXPLAIN}</font></td>
|
||||
<td bgcolor="#CCCCCC"><table cellspacing="2" cellpadding="0" border="0">
|
||||
<tr class="tablebody">
|
||||
<td align="center">{L_CURRENT_IMAGE}</font></td>
|
||||
<td rowspan="2" valign="bottom"> {L_UPLOAD_IMAGE}:<br> <input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}"><input type="file" name="avatar"><br> {L_DELETE_IMAGE}:<input type="checkbox" name="avatardel"></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td align="center"> {AVATAR} </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr class="tablebody">
|
||||
<td bgcolor="#DDDDDD"><b>{L_SIGNATURE}:</b><br><font style="{font-size: 8pt;}">{L_SIGNATURE_EXPLAIN}</font></td>
|
||||
<td bgcolor="#CCCCCC"><textarea name="signature" rows="6" cols="45">{SIGNATURE}</textarea></td>
|
||||
|
@ -68,6 +68,7 @@
|
||||
<font style="{font-size: 10pt; font-weight: bold;}">{postrow.POSTER_NAME}</font><br>
|
||||
{postrow.POSTER_RANK}<br>
|
||||
{postrow.RANK_IMAGE}<br>
|
||||
{postrow.POSTER_AVATAR}<br>
|
||||
<br>
|
||||
<font style="{font-size: 8pt;}">
|
||||
{L_JOINED}: {postrow.POSTER_JOINED}<br>{L_POSTS}: {postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
|
||||
@ -76,8 +77,7 @@
|
||||
<td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
|
||||
</tr>
|
||||
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
|
||||
<td colspan="3">
|
||||
{postrow.MESSAGE}<hr>
|
||||
<td colspan="3">{postrow.MESSAGE}<hr>
|
||||
{postrow.PROFILE_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_STATUS_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} <img src="images/div.gif"> {postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.PMSG_IMG} <img src="images/div.gif"> {postrow.IP_IMG} {postrow.DELPOST_IMG}
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user