blob: 1c55ee5c7674f3a4ffa29b2c141e4ceef7155474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
[% INCLUDE 'others/header.tt' %]
<div id="cloudcontent_subtitle">[% c.localize('what') %] :</div>
<div id="cloudcontent_paragraph">
[% c.localize('whatpar1') %]
</div>
<h1>[% c.localize('whath1') %]</h1>
<div id="cloudcontent_paragraph">
[% c.localize('whatpar2') %]
</div>
<div id="cloudcontent_paragraph">
<strong>
[% c.localize('whatdbi') %]
</strong>
[% c.localize('whatpar3') %]
<br/><br/>
<cite>
[% c.localize('whatpar4') %]
</cite>
</div>
<div id="cloudcontent_paragraph">
[% c.localize('whatpar5') %]
</div>
<div id="cloudcontent_paragraph">
<strong>
[% c.localize('tagcloud') %]
</strong>
[% c.localize('whatpar6') %]
</div>
<div id="cloudcontent_paragraph">
[% c.localize('whatpar7') %]
</div>
[% INCLUDE 'others/footer.tt' %]
|