Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2015 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6e81baa602147d7b79c1 to your computer and use it in GitHub Desktop.
Save anonymous/6e81baa602147d7b79c1 to your computer and use it in GitHub Desktop.
<div class="forum">
<div style="float:left;width:164px;height:378px;border-right:1px solid #ddd;padding:10px 15px 10px 5px" align="center">
<div class="pic" style="width:140px">{users:picture}</div>
{if:own_profile}
<br /><br />
<a href="{url:picture}">{lang:profile_pic}</a> | <a href="{url:profile}">{lang:profile}</a><br />
<a href="{url:users_setup}">{lang:setup}</a> | <a href="{url:users_password}">{lang:password}</a><br />
<br />
{lang:board}<br />
<a href="{url:board_avatar}">{lang:avatar}</a> | <a href="{url:board_signature}">{lang:signature}</a><br />
<a href="{url:board_center}">{lang:board_abo}</a>
{stop:own_profile}
</div>
<div class="titlehead" style="float:left;width:416px">
<span style="float:left">{users:nick}</span>
{if:old_nick}<span style="float:left;font-size:11px">&nbsp;&nbsp;({lang:old_nick}: {users:old_nick})</span>{stop:old_nick}
<span style="float:right"><a href="{url:message_create}" title="{lang:message_send}">{icon:mail_send}</a></span>
</div>
<div style="float:left;padding:10px 15px">
<div class="leftd"><span style="font-weight:bold">{lang:name}:</span> {users:name} {users:surname}</div>
<div class="leftd"><span style="font-weight:bold">{lang:position}:</span> {users:access_name}</div>
<div class="leftd"><span style="font-weight:bold">{lang:sex}:</span> {users:sex}</div>
<div class="leftd"><span style="font-weight:bold">{lang:birth_age}:</span> {users:age}</div>
<div class="leftd"><span style="font-weight:bold">{lang:height}:</span> {users:height}</div>
<div class="leftd"><span style="font-weight:bold">{lang:adress}:</span> {users:adress}</div>
<div class="leftd"><span style="font-weight:bold">{lang:postal_place}:</span> {users:postal_place}</div>
<div class="leftd"><span style="font-weight:bold">{lang:country}:</span> {users:country}</div>
<div class="leftd"><span style="font-weight:bold">{lang:registered}:</span> {users:registered}</div>
<div class="leftd"><span style="font-weight:bold">{lang:laston}:</span> {users:laston}</div>
</div>
</div>
<div class="forum">
<div style="float:left;width:618px;padding:10px">
<div class="leftd"><span style="font-weight:bold">{lang:email}:</span> {users:email}</div>
<div class="leftd"><span style="font-weight:bold">{lang:url}:</span> {users:url}</div>
<div class="leftd"><span style="font-weight:bold">{lang:skype}:</span> {users:skype}</div>
<div class="leftd"><span style="font-weight:bold">{lang:phone}:</span> {users:phone}</div>
<div class="leftd"><span style="font-weight:bold">{lang:mobile}:</span> {users:mobile}</div>
</div>
</div>
<div class="forum">
<div style="float:left;width:124px;border-right:1px solid #ddd;padding:10px 15px 10px 5px" align="center">
<div class="avatarpic" style="width:140px">{board:avatar}</div>
{if:own_profile}
<br />
<a href="{url:board_avatar}">{lang:avatar}</a> | <a href="{url:board_signature}">{lang:signature}</a><br />
<a href="{url:board_center}">{lang:board_abo}</a>
{stop:own_profile}
</div>
<div style="float:right;width:463px;padding:10px 15px">
<div class="leftd"><span style="font-weight:bold">{lang:board_rank}:</span> {board:rank}</div>
<div class="leftd"><span style="font-weight:bold">{lang:board_comments}:</span> {board:comments_count}</div>
<div class="leftd"><span style="font-weight:bold">{lang:board_comments_day}:</span> {board:comments_per_day}</div>
</div>
</div>
<div class="forum">
<div style="float:left;width:618px;padding:10px">
<div class="leftd">{users:info}</div>
</div>
</div>
{loop:medalsuser}
<table class="forum2" cellpadding="0" cellspacing="{page:cellspacing}" style="width:214px;height:370px">
<tr>
<td class="centerb" colspan="2"><img src="{page:path}{medalsuser:img_src}" alt="" /></td>
</tr>
<tr>
<td class="centerb" colspan="2" style="font-weight:bold;color:#000">{medalsuser:medals_name}</td>
</tr>
<tr>
<td class="leftc">{lang:medals_since}:</td>
<td class="rightb">{medalsuser:medals_date}</td>
</tr>
<tr>
<td class="centerb" colspan="2">{medalsuser:medals_text}</td>
</tr>
</table>
{stop:medalsuser}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment