<dl>
<dt><label for="styleID">{lang}wcf.user.style{/lang}</label></dt>
<dd>
- <!-- TODO: Add some fancy JavaScript to display preview images, this should be common enough to use it in boardAdd.tpl too! -->
<select id="styleID" name="styleID">
<option value="0"></option>
{foreach from=$availableStyles item=style}
{if $__3rdPartyButtons|trim}
<fieldset>
<legend>{lang}wcf.user.login.3rdParty{/lang}</legend>
- <ul class="buttonGroup" style="text-align: center;"> {* todo: inline CSS *}
+ <ul class="buttonGroup" style="text-align: center;">
{@$__3rdPartyButtons}
</ul>
</fieldset>
{capture append=robotsOnlineList}
<li>
<div class="box48">
- {*todo: we need an avatar placeholder for search robots here*}
<p class="framed"><img src="{$__wcf->getPath()}images/avatars/avatar-default.svg" alt="" class="icon48" /></p>
<div class="details userInformation">
{capture append=guestsOnlineList}
<li>
<div class="box48">
- {*todo: we need an avatar placeholder for guests here*}
<p class="framed"><img src="{$__wcf->getPath()}images/avatars/avatar-default.svg" alt="" class="icon48" /></p>
<div class="details userInformation">