X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=templates%2Fentry_show.tpl;h=36de36c18f4d52482670c6f40b919d21ef2390f0;hb=0fb2ccbc274ca6eb5db1189cfa7089827ef550ef;hp=da5f3914687b152af445c7c357f8712dd6393561;hpb=77d53c7d27865772028df4c45ee81b38ac13f0e7;p=contagged diff --git a/templates/entry_show.tpl b/templates/entry_show.tpl index da5f391..36de36c 100644 --- a/templates/entry_show.tpl +++ b/templates/entry_show.tpl @@ -1,123 +1,244 @@ -

- - {$entry.givenname} {$entry.name} -

-{if $entry.photo != ''} - -{/if} +{include file="header.tpl"} -{include file="ldaperror.tpl"} +
+{if $entry.photo != ''} + +{/if} +

+ + {$entry.givenname|h} {$entry.name|h} +

- +
+ + + +
- {$lang.business} -
- +

{$lang.business}

+
- {if $entry.phone} +{if $entry.phone} - - + + - {/if} - {if $entry.fax} +{/if} +{if $entry.switchboard} - - + + - {/if} - {if $entry.pager} +{/if} +{if $entry.fax} - - + + - {/if} - {if $entry.mail} +{/if} +{if $entry.pager} - - + + - {/if} +{/if} +{if $managername} + + + + +{/if} +{if $entry.position} + + + + +{/if} +{if $entry.department} + + + + +{/if} +
- {$entry.title} {$entry.givenname} {$entry.name}
- {if $entry.organization}{$entry.organization}
{/if} - {if $entry.office}{$entry.office}
{/if} - {if $entry.street}{$entry.street}
{/if} - {if $entry.location}{$entry.zip} {$entry.location}
{/if} -
+ + {$entry.title|h} {$entry.givenname|h} {$entry.name|h}
+{if $entry.organization} + {$entry.organization|h}
+{/if} +{if $entry.office} + {$entry.office|h}
+{/if} +{if $entry.street} + {$entry.street|h}
+{/if} +{if $entry.location} + {$entry.zip|h} {$entry.location|h}
+{/if} +{if $entry.state} + {$entry.state|h} +{/if} +{if $entry.country} + {$entry.country|h} +{/if} +

{$lang.phone}:{$entry.phone}{$lang.phone}:{$entry.phone|h}
{$lang.fax}:{$entry.fax}{$lang.switchboard}:{$entry.switchboard|h}
{$lang.pager}:{$entry.pager}{$lang.fax}:{$entry.fax|h}
{$lang.mail}: - {foreach from=$entry.mail item=mail} - {$mail}
- {/foreach} -
{$lang.pager}:{$entry.pager|h}
{$lang.manager}:{$managername}
{$lang.position}:{$entry.position|h}
{$lang.department}:{$entry.department|h}
-
- {if $conf.extended} - {include file="extended_show.tpl"} - {/if} +
- {$lang.private} -
- +

{$lang.private}

+
- {if $entry.homephone} +{if $entry.homephone} + + + + +{/if} +{if $entry.mobile} + + + + +{/if} +{if $entry.birthday} + + + + +{/if} +{if $entry.anniversary} - - + + - {/if} - {if $entry.mobile} +{/if} +{if $entry.spouse} - - + + - {/if} - {if $entry.url} +{/if} + +
- {if $entry.homestreet} - {$entry.givenname} {$entry.name}
- {$entry.homestreet|nl2br}

- {/if} + {$entry.title|h} {$entry.givenname|h} {$entry.name|h}
+{if $entry.homestreet} + {$entry.homestreet|h|nl2br}

+{/if}
{$lang.homephone}:{$entry.homephone|h}
{$lang.mobile}:{$entry.mobile|h}
{$lang.birthday}:{$entry.birthday|h}
{$lang.homephone}:{$entry.homephone}{$lang.anniversary}:{$entry.anniversary|date_format:$conf.dateformat|h}
{$lang.mobile}:{$entry.mobile}{$lang.spouse}:{$entry.spouse|h}
+ +

{$lang.communication}

+ +{if $entry.url} - - + + - {/if} +{/if} +{if $entry.mail} + + + + +{/if} +{if $entry.instantmessenger} + + + + +{/if} +{if $entry.ipphone} + + + + +{/if} +
{$lang.url}:{$entry.url}{$lang.url}:{$entry.url|http}
{$lang.mail}: + {foreach from=$entry.mail item=mail} + {$mail|h}
+ {/foreach} +
{$lang.instantmessenger}:{$entry.instantmessenger|h}
{$lang.ipphone}:{$entry.ipphone|h}
-
- {if $entry.note} - {$lang.note} -
- {$entry.note|nl2br} -
- {/if} +
+

{$lang.extended}

- {if $managername} - {$lang.manager} -
- +
+ + +
+ +{if $fields.note} - + + +{/if} +
- {$managername} + + {$lang.note}: +
 
+
+
+ {$entry.note|noteparser} +   +
+
+
+ +{if $fields._marker} + + + +{/if} +{if $entry.certificate} + + + + +{/if} +{if $entry.domain} + + + + +{/if} +{if $entry.timezone} + + + + +{/if}
+ {$lang.marker}: +
 
+
+ + {foreach from=$entry.marker item=marker} + {$marker|h} + {/foreach} +   +
{$lang.certificate}:
+ +
{$lang.domain}:{$entry.domain|h}
{$lang.timezone}:{$entry.timezone|h}
- - {/if} -
- {if $conf.openxchange} - {include file="openxchange_show.tpl"} - {/if} -


+ +
+ +{include file="footer.tpl"}