Portal part of reauthentication (#1204)
parent
050cf20c72
commit
581f0e4c93
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,23 @@ |
||||
<TMPL_INCLUDE NAME="header.tpl"> |
||||
|
||||
<div class="message message-positive alert"><span trspan="askToUpgrade"></span></div> |
||||
<form action="/upgradesession" method="post" class="password" role="form"> |
||||
<div class="form"> |
||||
<div class="form-group input-group"> |
||||
<input type="hidden" name="confirm" value="<TMPL_VAR NAME="CONFIRMKEY">"> |
||||
<input type="hidden" name="url" value="<TMPL_VAR NAME="URL">"> |
||||
</div> |
||||
</div> |
||||
<div class="buttons"> |
||||
<button type="submit" class="btn btn-success"> |
||||
<span class="glyphicon glyphicon-log-in"></span> |
||||
<span trspan="upgradeSession">Upgrade session</span> |
||||
</button> |
||||
<a href="<TMPL_VAR NAME="PORTAL_URL">" class="btn btn-primary" role="button"> |
||||
<span class="glyphicon glyphicon-home"></span> |
||||
<span trspan="goToPortal">Go to portal</span> |
||||
</a> |
||||
</div> |
||||
</form> |
||||
|
||||
<TMPL_INCLUDE NAME="footer.tpl"> |
Loading…
Reference in new issue