aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/uexport.tpl
blob: 7eafd97a6a91f93e8f8ab98326b87810cd203670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>
	
		<p>{{$extra}}</p>
		<p>{{$extra2}}</p>
		<p>{{$extra3}}</p>

		<p>{{$extra4}}</p>

	</div>
</div>