0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-invited.tpl
{* $Id: tiki-invited.tpl 53256 2014-12-03 16:22:35Z jyhem $ *} <h1 class="pagetitle"><a href="tiki-invited.php">{tr}Invitation{/tr}</a></h1> {if $error} {$error|escape} {else} <div class="wikitext">{$parsed}</div> {if $user} You are currently logged as "{$user|escape}", if you want to validate this invitation on this account, click here : <form method='POST'><input type='submit' name='validate-existing-account' value='Validate'></form> {else} <div> If you want to validate this invitation on an already existing account, please login first: : <a href='tiki-login_scr.php'>login</a> </div> <div> If you don't have any account yet, you can create one <a href="tiki-register.php?invit={$invit|escape:'url'}&email={$email|escape:'url'}{if !empty($prefs.registerKey)}&key={$prefs.registerKey|escape:'url'}{/if}"{if !empty($prefs.registerKey)} rel="nofollow"{/if}>here</a> </div> {/if} {/if}