Welcome to mirror list, hosted at ThFree Co, Russian Federation.

firstWebsiteSetup.tpl « templates « Installation « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8d19f70afde5cdbd8964182b0ea1eca38e117dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


{if isset($displayGeneralSetupSuccess)}
<span id="toFade" class="success">
	{'Installation_GeneralSetupSuccess'|translate}
	<img src="themes/default/images/success_medium.png" />
</span>
{/if}

<h1>{'Installation_SetupWebsite'|translate}</h1>

{if isset($errorMessage)}
	<div class="error">
		<img src="themes/default/images/error_medium.png" />
		{'Installation_SetupWebsiteError'|translate}:
		<br />- {$errorMessage}
		
	</div>
{/if}

{if isset($form_data)}
	{include file=default/genericForm.tpl}
{/if}