aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/setup_done.html
blob: c79a2122d012462f698efec44ddc4b48dc1b8857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<ste:load name="setup_master.html" />
<ste:block name="content">
	<ste:if>$notice
		<ste:then>
			<div class="notice">$notice</div>
		</ste:then>
	</ste:if>
	<h2><ste:get_translation for="setup_almost_done" /></h2>
	
	<p><ste:get_translation for="setup_configfile_instructions" /></p>
	<textarea cols="80" rows="15" readonly="readonly"><ste:escape>$config</ste:escape></textarea>
	
	<p><ste:get_translation for="setup_delete_setup_instructions_and_pointers" /></p>
	
	<p>
		<a href="$rel_path_to_root"><ste:get_translation for="setup_link_yourpage" /></a><br />
		<a href="$rel_path_to_root/backend"><ste:get_translation for="setup_link_backend" /></a></a>
	</p>
</ste:block>