2024-08-24 20:23:27 +02:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{if $page}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_pages" class="widget">
|
2018-12-14 20:42:24 -05:00
|
|
|
<div>{{$page nofilter}}</div>
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
2023-03-21 23:17:08 -04:00
|
|
|
{{if $community_profiles_title}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_profiles" class="widget">
|
2023-03-21 23:17:08 -04:00
|
|
|
<h3>{{$community_profiles_title}}</h3>
|
2015-10-01 08:19:35 +02:00
|
|
|
<div id='lastusers-wrapper' class='items-wrapper'>
|
2023-03-21 23:17:08 -04:00
|
|
|
{{foreach $community_profiles_items as $i}}
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$i nofilter}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2015-12-29 02:01:17 +01:00
|
|
|
<div class="clear"></div>
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $helpers}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_helpers" class="widget">
|
2015-10-01 08:19:35 +02:00
|
|
|
<h3>{{$helpers.title.1}}</h3>
|
|
|
|
<ul role="menu">
|
2015-10-03 12:55:55 +02:00
|
|
|
{{foreach $helpers_items as $i}}
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$i nofilter}}
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/foreach}}
|
2015-10-01 08:19:35 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $con_services}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_services" class="widget">
|
2015-10-01 08:19:35 +02:00
|
|
|
<h3>{{$con_services.title.1}}</h3>
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_services_icons">
|
|
|
|
{{foreach $connector_items as $i}}
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$i nofilter}}
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/foreach}}
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $nv}}
|
2019-05-18 11:33:35 -04:00
|
|
|
{{include file='widget/peoplefind.tpl' nv=$nv}}
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $lastusers_title}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_lastusers" class="widget">
|
2018-12-13 22:28:12 -05:00
|
|
|
<h3>{{$lastusers_title}}</h3>
|
2015-10-01 08:19:35 +02:00
|
|
|
<div id='lastusers-wrapper' class='items-wrapper'>
|
|
|
|
{{foreach $lastusers_items as $i}}
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$i nofilter}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2015-12-29 02:01:17 +01:00
|
|
|
<div class="clear"></div>
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $activeusers_title}}
|
2018-12-13 22:28:12 -05:00
|
|
|
<h3>{{$activeusers_title}}</h3>
|
2015-10-01 08:19:35 +02:00
|
|
|
<div class='items-wrapper'>
|
|
|
|
{{foreach $activeusers_items as $i}}
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$i nofilter}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|