2012-09-26 11:28:20 +00:00
|
|
|
<div id="global-container" class="relative clearfix">
|
|
|
|
{include_template_file file='blocks/groups/group_left.html' group=$group}
|
|
|
|
|
|
|
|
<div class="pull-left">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="global-sidebar-column pull-right">
|
2012-10-01 10:40:38 +00:00
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="" class="global-content-column pull-left view-group">
|
2012-09-27 14:03:48 +00:00
|
|
|
{include_template_file file='blocks/groups/group_head.html'}
|
2012-10-01 10:40:38 +00:00
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
|
|
|
|
{include_template_file file='blocks/groups/add_topic.html' }
|
|
|
|
|
|
|
|
|
2012-10-01 10:40:38 +00:00
|
|
|
{if $mode=='view_videos'}
|
|
|
|
<div id="group-videos">
|
|
|
|
{include_template_file file='blocks/groups/view_videos.html'}
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
</div>
|
2012-10-01 10:40:38 +00:00
|
|
|
<div class="clearfix"></div>
|
|
|
|
<div class="height10"></div>
|
|
|
|
<a href="javascript:void(0)"
|
|
|
|
data-ref="load_more"
|
|
|
|
data-loading-text="{lang code='loading...'}"
|
|
|
|
onclick="load_more_videos('{$group.group_id}',{$total_pages});"
|
|
|
|
class="btn btn-block">{lang code='Load more'}</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{else}
|
2012-09-26 11:28:20 +00:00
|
|
|
|
|
|
|
|
2012-10-01 10:40:38 +00:00
|
|
|
<div id="group-topics">
|
|
|
|
{if $topics}
|
|
|
|
{foreach $topics as $topic}
|
|
|
|
{include_template_file file='blocks/groups/group_topic.html' topic=$topic}
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
2012-09-26 11:28:20 +00:00
|
|
|
</div>
|
2012-10-01 10:40:38 +00:00
|
|
|
|
|
|
|
<div class="height10"></div>
|
|
|
|
<a href="javascript:void(0)"
|
|
|
|
data-ref="load_more"
|
|
|
|
data-loading-text="{lang code='loading...'}"
|
|
|
|
onclick="load_more_topics('{$group.group_id}',{$total_topic_pages});"
|
|
|
|
class="btn btn-block">{lang code='Load more'}</a>
|
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-26 11:28:20 +00:00
|
|
|
</div>
|
2012-10-01 10:40:38 +00:00
|
|
|
<div id="global-content-full-height"></div>
|
|
|
|
</div>
|
2012-09-26 11:28:20 +00:00
|
|
|
</div>
|