summaryrefslogtreecommitdiff
path: root/templates/show_contact_item.tpl
blob: b881b8bf4ad4fc22ade087ff53d1f586198500ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{if $gBitSystem->isPackageActive( 'pigeonholes' )}
	{include file="bitpackage:pigeonholes/display_paths.tpl"}
{/if}

<div class="display contact">
	<div class="header">
		<h1>Contact-{$contentInfo.content_id}</h1>
	</div>
	<div class="date">
		{tr}Created by {displayname user=$contentInfo.creator_user user_id=$contentInfo.creator_user_id real_name=$contentInfo.creator_real_name}, Last modification by {displayname user=$contentInfo.modifier_user user_id=$contentInfo.modifier_user_id real_name=$contentInfo.modifier_real_name} on {$contentInfo.last_modified|bit_short_datetime}{/tr}
	</div>

	{if $comments_at_top_of_page eq 'y' and $print_page ne 'y'}
		{include file="bitpackage:liberty/comments.tpl"}
	{/if}

	{if $gBitSystem->isPackageActive( 'stickies' )}
		{include file="bitpackage:stickies/display_bitsticky.tpl"}
	{/if}

	{include file="bitpackage:contact/page_display.tpl"}

	{if $print_page ne 'y'}
		{include file="bitpackage:contact/page_action_bar.tpl"}
	{/if}
</div>
{if $comments_at_top_of_page ne 'y' and $print_page ne 'y'}
	{include file="bitpackage:liberty/comments.tpl"}
{/if}

{if $gBitSystem->isPackageActive( 'pigeonholes' )}
	{include file="bitpackage:pigeonholes/display_members.tpl"}
{/if}