2015-10-01 06:19:35 +00:00
|
|
|
{{if $page}}
|
2015-10-03 10:55:55 +00:00
|
|
|
<div id="right_pages" class="widget">
|
2018-12-15 01:42:24 +00:00
|
|
|
<div>{{$page nofilter}}</div>
|
2015-10-01 06:19:35 +00:00
|
|
|
</div>
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/if}}
|
2015-10-01 06:19:35 +00:00
|
|
|
|
|
|
|
{{if $comunity_profiles_title}}
|
2015-10-03 10:55:55 +00:00
|
|
|
<div id="right_profiles" class="widget">
|
2018-12-14 03:28:12 +00:00
|
|
|
<h3>{{$comunity_profiles_title}}</h3>
|
2015-10-01 06:19:35 +00:00
|
|
|
<div id='lastusers-wrapper' class='items-wrapper'>
|
|
|
|
{{foreach $comunity_profiles_items as $i}}
|
2018-12-15 01:42:24 +00:00
|
|
|
{{$i nofilter}}
|
2015-10-01 06:19:35 +00:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2015-12-29 01:01:17 +00:00
|
|
|
<div class="clear"></div>
|
2015-10-01 06:19:35 +00:00
|
|
|
</div>
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/if}}
|
2015-10-01 06:19:35 +00:00
|
|
|
|
|
|
|
{{if $helpers}}
|
2015-10-03 10:55:55 +00:00
|
|
|
<div id="right_helpers" class="widget">
|
2015-10-01 06:19:35 +00:00
|
|
|
<h3>{{$helpers.title.1}}</h3>
|
|
|
|
<ul role="menu">
|
2015-10-03 10:55:55 +00:00
|
|
|
{{foreach $helpers_items as $i}}
|
2018-12-15 01:42:24 +00:00
|
|
|
{{$i nofilter}}
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/foreach}}
|
2015-10-01 06:19:35 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/if}}
|
2015-10-01 06:19:35 +00:00
|
|
|
|
|
|
|
{{if $con_services}}
|
2015-10-03 10:55:55 +00:00
|
|
|
<div id="right_services" class="widget">
|
2015-10-01 06:19:35 +00:00
|
|
|
<h3>{{$con_services.title.1}}</h3>
|
2015-10-03 10:55:55 +00:00
|
|
|
<div id="right_services_icons">
|
|
|
|
{{foreach $connector_items as $i}}
|
2018-12-15 01:42:24 +00:00
|
|
|
{{$i nofilter}}
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/foreach}}
|
2015-10-01 06:19:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/if}}
|
2015-10-01 06:19:35 +00:00
|
|
|
|
|
|
|
{{if $nv}}
|
2019-05-18 15:33:35 +00:00
|
|
|
{{include file='widget/peoplefind.tpl' nv=$nv}}
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/if}}
|
2015-10-01 06:19:35 +00:00
|
|
|
|
|
|
|
{{if $lastusers_title}}
|
2015-10-03 10:55:55 +00:00
|
|
|
<div id="right_lastusers" class="widget">
|
2018-12-14 03:28:12 +00:00
|
|
|
<h3>{{$lastusers_title}}</h3>
|
2015-10-01 06:19:35 +00:00
|
|
|
<div id='lastusers-wrapper' class='items-wrapper'>
|
|
|
|
{{foreach $lastusers_items as $i}}
|
2018-12-15 01:42:24 +00:00
|
|
|
{{$i nofilter}}
|
2015-10-01 06:19:35 +00:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2015-12-29 01:01:17 +00:00
|
|
|
<div class="clear"></div>
|
2015-10-01 06:19:35 +00:00
|
|
|
</div>
|
2015-10-03 10:55:55 +00:00
|
|
|
{{/if}}
|
2015-10-01 06:19:35 +00:00
|
|
|
|
|
|
|
{{if $activeusers_title}}
|
2018-12-14 03:28:12 +00:00
|
|
|
<h3>{{$activeusers_title}}</h3>
|
2015-10-01 06:19:35 +00:00
|
|
|
<div class='items-wrapper'>
|
|
|
|
{{foreach $activeusers_items as $i}}
|
2018-12-15 01:42:24 +00:00
|
|
|
{{$i nofilter}}
|
2015-10-01 06:19:35 +00:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|