From 28f3d7be5a104bc1f1e1eff2e22fd19b4ab3a2d1 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sun, 9 Nov 2014 00:18:26 +0100 Subject: New layout for directory --- view/tpl/direntry.tpl | 23 +++++++++++++++++++---- view/tpl/direntry_large.tpl | 43 ------------------------------------------- 2 files changed, 19 insertions(+), 47 deletions(-) delete mode 100755 view/tpl/direntry_large.tpl (limited to 'view/tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index a6252bb9a..691905ecd 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -3,12 +3,27 @@
{{$entry.alttext}} -
-
- -
{{$entry.name}}
{{if $entry.connect}}
{{$entry.conn_label}}
{{/if}} + + + +
+
{{$entry.name}}{{if $entry.online}} {{/if}}
+
{{$entry.details}}
+{{if $entry.hometown}} +
{{$entry.hometown}}
+{{/if}} +{{if $entry.about}} +
{{$entry.about}}
+{{/if}} +{{if $entry.homepage}} +
{{$entry.homepage}}{{$entry.homepageurl}}
+{{/if}} +{{if $entry.kw}} +
{{$entry.kw}} {{$entry.keywords}}
+{{/if}} +
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl deleted file mode 100755 index da6ea1a44..000000000 --- a/view/tpl/direntry_large.tpl +++ /dev/null @@ -1,43 +0,0 @@ -
-
- -
-
- {{$alttext}} -
-
- QR -
-
- -
- - -
{{$name}}{{if $online}} {{/if}}
-{{if $connect}} - -{{/if}} - -
{{$address}}
- -
{{$details}}
-{{if $marital}} -
{{$marital}}
-{{/if}} -{{if $sexual}} -
{{$sexual}}
-{{/if}} -{{if $homepage}} -
{{$homepage}}
-{{/if}} -{{if $hometown}} -
{{$hometown}}
-{{/if}} -{{if $about}} -
{{$about}}
-{{/if}} -{{if $kw}} -
{{$kw}} {{$keywords}}
-{{/if}} -
-
-- cgit v1.2.3