1{* $Id$ *}
2
3<h1 class="pagetitle"><a href="tiki-invited.php">{tr}Invitation{/tr}</a></h1>
4
5{if $error}
6	{$error|escape}
7{else}
8
9	<div class="wikitext">{$parsed}</div>
10
11	{if $user}
12		You are currently logged as "{$user|escape}", if you want to validate this invitation on this account, click here :
13		<form method='POST'><input type='submit' name='validate-existing-account' value='Validate'></form>
14	{else}
15		<div>
16			If you want to validate this invitation on an already existing account, please login first: : <a href='tiki-login_scr.php'>login</a>
17		</div>
18		<div>
19			If you don't have any account yet, you can create one <a href="tiki-register.php?invit={$invit|escape:'url'}&amp;email={$email|escape:'url'}{if !empty($prefs.registerKey)}&amp;key={$prefs.registerKey|escape:'url'}{/if}"{if !empty($prefs.registerKey)} rel="nofollow"{/if}>here</a>
20		</div>
21	{/if}
22{/if}
23