aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/uexport.tpl
blob: b9a1b95724a5f51db4912d0769dd806b728c8d74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="generic-content-wrapper">
	<div class="section-title-wrapper">
		<h2>{{$title}}</h2>
	</div>
	<div class="section-content-wrapper">
		<b><a href="uexport/basic">{{$basictitle}}</a></b></p>
		<p>{{$basic}}</p>

		<p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p>
		<p>{{$full}}</p>
	</div>
</div>