diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-15 19:32:28 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-15 19:32:28 +0000 |
commit | c6d0695edff770863ea08e521e5a9961af3b2ef6 (patch) | |
tree | de7e03066bbc82f6d5cfc64cb2e3d31e99e53f36 /view/tpl/uexport.tpl | |
parent | 204a2c94cd3e8e7e60480dd8628e3dea96597c64 (diff) | |
download | volse-hubzilla-c6d0695edff770863ea08e521e5a9961af3b2ef6.tar.gz volse-hubzilla-c6d0695edff770863ea08e521e5a9961af3b2ef6.tar.bz2 volse-hubzilla-c6d0695edff770863ea08e521e5a9961af3b2ef6.zip |
Issue #743
Diffstat (limited to 'view/tpl/uexport.tpl')
-rw-r--r-- | view/tpl/uexport.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl new file mode 100644 index 000000000..5de995ba0 --- /dev/null +++ b/view/tpl/uexport.tpl @@ -0,0 +1,9 @@ +<div class="generic-content-wrapper"> +<h1>{{$title}}</h1> +<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> |