diff options
Diffstat (limited to '')
| -rw-r--r-- | root/others/how.tt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/root/others/how.tt b/root/others/how.tt new file mode 100644 index 0000000..56631e2 --- /dev/null +++ b/root/others/how.tt @@ -0,0 +1,23 @@ +[% INCLUDE 'others/header.tt' %] + + <div id="cloudcontent_subtitle">[% c.localize('how') %] :</div> + + <div id="cloudcontent_paragraph"> + <strong> + [% c.localize('howtitle1') %] + </strong><br/><br /> + [% c.localize('howpar1') %] + </div> + + <div id="cloudcontent_paragraph"> + [% c.localize('howpar2') %] + </div> + + <div id="cloudcontent_paragraph"> + <strong> + [% c.localize('source') %] + </strong> + [% c.localize('howpar3') %] + </div> + +[% INCLUDE 'others/footer.tt' %]
\ No newline at end of file |
