13 lines
560 B
PHP
13 lines
560 B
PHP
<div class="account-container stacked">
|
|
<div class="content clearfix">
|
|
<h1>Nearly there!</h1>
|
|
<p>While we have successfully authenticated you with <?php echo $type; ?>, your account is not linked.</p>
|
|
|
|
<p>To complete the link, you need to login to OSB just once, then you wont need to do it anymore.</p>
|
|
|
|
<p>Please press the button below to login and complete the process.</p>
|
|
|
|
<?php echo HTML::anchor('oauth/link/'.$type,'Link',array('class'=>'button btn btn-warning btn-large')); ?>
|
|
</div> <!-- /content -->
|
|
</div> <!-- /account-container -->
|