Zeile 63 | Zeile 63 |
---|
</tr> {$sendemail} <tr>
|
</tr> {$sendemail} <tr>
|
<td class="trow2"><strong>{$lang->pm}</strong></td> <td class="trow2"><a href="private.php?action=send&uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
| <td class="{$bgcolors['pm']}"><strong>{$lang->pm}</strong></td> <td class="{$bgcolors['pm']}"><a href="private.php?action=send&uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
|
</tr> <tr>
|
</tr> <tr>
|
<td class="trow1"><strong>{$lang->icq_number}</strong></td> <td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=icq&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>
| <td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td> <td class="{$bgcolors['icq']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=icq&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>
|
</tr> <tr>
|
</tr> <tr>
|
<td class="trow2"><strong>{$lang->aim_screenname}</strong></td> <td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=aim&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
| <td class="{$bgcolors['aim']}"><strong>{$lang->aim_screenname}</strong></td> <td class="{$bgcolors['aim']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=aim&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
|
</tr> <tr>
|
</tr> <tr>
|
<td class="trow1"><strong>{$lang->yahoo_id}</strong></td> <td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=yahoo&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
| <td class="{$bgcolors['yahoo']}"><strong>{$lang->yahoo_id}</strong></td> <td class="{$bgcolors['yahoo']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=yahoo&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
|
</tr> <tr>
|
</tr> <tr>
|
<td class="trow2"><strong>{$lang->msn}</strong></td> <td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=msn&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
| <td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td> <td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=msn&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
|
</tr> </table> </td>
| </tr> </table> </td>
|