aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/uexport.tpl
blob: 8fea26404bfdf0486c66bd1216d07f5fb0d586b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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><em>{{$by_year}}</em></p>
		<p>{{$extra}}</p><br />
		<ul>
		<li>{{$extra2}}</li><br />
		<li>{{$extra3}}</li><br />
		</ul>
		<p>{{$extra4}}</p>
		<p>{{$extra5}}</p>
		<p><strong>{{$extra6}}</strong> {{$extra7}}</p>

	</div>
</div>