You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
682 B

<h1 class="pagetitle">{tr}Your OpenID identity is valid{/tr}</h1>
<p>
{tr}Your identity gives you access to multiple user accounts.{/tr}
</p>
<form method="get" action="tiki-login_openid.php">
<fieldset>
<legend>{tr}Select account{/tr}</legend>
{foreach item=username from=$openid_userlist}
<div>
<input type="radio" name="select" id="oid_{$username}" value="{$username}">
<label for="oid_{$username}">{$username}</label>
</div>
{/foreach}
<input type="hidden" name="action" value="select">
<input type="submit" class="btn btn-primary btn-sm" value="{tr}Select{/tr}">
</fieldset>
</form>