diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/uexport.tpl | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl index 3b08c1853..8fea26404 100644 --- a/view/tpl/uexport.tpl +++ b/view/tpl/uexport.tpl @@ -8,10 +8,15 @@ <p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p> <p>{{$full}}</p> - - <p>{{$extra}}</p> - <p>{{$extra2}}</p> - <p>{{$extra3}}</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> |