150 lines
No EOL
7.6 KiB
HTML
150 lines
No EOL
7.6 KiB
HTML
|
|
|
|
|
|
{if $show_group !="No"}
|
|
<table width="935" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
<td width="100%" align="left"><hr size="1" noshade></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td align="left" valign="top"><table width="74%" border="0" cellspacing="1" cellpadding="0">
|
|
<tr>
|
|
<td width="37%" height="25" align="right" valign="bottom" class="tips">{$LANG.videos}: </td>
|
|
<td width="63%" valign="bottom" class="tips">{$groups.videos}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right" valign="middle" class="tips">{$LANG.members}:</td>
|
|
<td valign="middle" class="tips">{$groups.members}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right" valign="middle" class="tips">{$LANG.grp_topics_title}:</td>
|
|
<td valign="middle" class="tips">{$groups.topics}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right" valign="middle" class="tips">{$LANG.grp_posts_title}:</td>
|
|
<td valign="middle" class="tips">{$groups.posts}</td>
|
|
</tr>
|
|
</table></td>
|
|
<td width="85%" align="left" valign="middle">{if $groups.videos !=0}<span class="header2">Recent {$LANG.videos}</span> <br />
|
|
{section name=v_list loop=$videos}
|
|
<div id="video_container_2"><a href="{$videos[v_list].url}"><img src="{$video_thumbs}/{$videos[v_list].thumb}" border="1"><br />
|
|
<span class="Tags"><strong>{$videos[v_list].title|truncate:20}</strong></span></a></div>
|
|
{/section}{else}<span class="header2">{$LANG.grp_no_vdo_err}</span>{/if}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td align="right" valign="top" class="tips">{if $groups.videos !=0}<a href="{$view_group_videos_link}{$groups.group_url}">» {$LANG.grp_viewl_all_videos} </a>{/if}</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="30" colspan="2" class="header2">{$LANG.grp_discus_title} (<span class="tips">{$groups.topics}</span>) </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="20" colspan="2" align="right" valign="top" class="tips"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="header2"><table width="99%" border="0" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td width="70%" height="15" class="header3">{$LANG.grp_topic_title}</td>
|
|
<td width="10%" class="header3">{$LANG.grp_author_title}</td>
|
|
<td width="10%" class="header3">{$LANG.grp_replies_title}</td>
|
|
<td width="10%" class="header3">{$LANG.grp_last_post_title}</td>
|
|
</tr>
|
|
<tr bgcolor="{$bgcolor}">
|
|
<td colspan="4" class="tips"><hr size="1" noshade="noshade" /></td>
|
|
</tr>
|
|
{assign var=bgcolor value="#FFFFFF"}
|
|
{section name=t_list loop=$topics}
|
|
<tr bgcolor="{$bgcolor}">
|
|
<form action="{$view_group_link}{$groups.group_url}" method="post" name="approve_topic{$topics[t_list].topic_id}">
|
|
<input name="approve_topic" value="{$topics[t_list].topic_id}" type="hidden"/>
|
|
<td height="25" class="tips"><a href="{$view_topic_link}{$topics[t_list].topic_id}"><strong>{$topics[t_list].topic_title}</strong></a>{if $owner == yes && $topics[t_list].approved==no}<a href="javascript:void(0)" onclick="document.approve_topic{$topics[t_list].topic_id}.submit();return false">({$LANG.approve})</a>{/if}</td>
|
|
<td class="tips"><a href="{$view_channel_link}{$topics[t_list].username}">{$topics[t_list].username}</a></td>
|
|
<td class="tips">{$topics[t_list].replies}</td>
|
|
<td class="tips">{$topics[t_list].last_reply|date_format}</td>
|
|
</form>
|
|
</tr>
|
|
{if $bgcolor == "#FFFFFF"}
|
|
{assign var=bgcolor value="#F3F3F3"}
|
|
{else}
|
|
{assign var=bgcolor value="#FFFFFF"}
|
|
{/if}
|
|
{/section}
|
|
</table></td>
|
|
</tr>
|
|
<tr>
|
|
<td height="40" colspan="2" class="header2"><hr size="1" noshade="noshade" /></td>
|
|
</tr>
|
|
{if $show_form==yes}
|
|
<!--TopicFom Starts-->
|
|
<tr>
|
|
<td colspan="2" class="header2">{$LANG.grp_add_new_topic}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="header2"><form id="add_topic" name="add_topic" method="post" action="">
|
|
<label></label>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td><textarea name="topic" cols="55" rows="5" id="topic"></textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="header2">{$LANG.grp_attach_video}</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="22"><label>
|
|
<select name="video" id="video" style="width:385px">
|
|
<option selected="selected" value="">Select From the List</option>
|
|
<option selected="selected" value="">------------------</option>
|
|
{section name=v_list loop=$videos}
|
|
<option value="{$videos[v_list].videokey}" {if $default_video==$videos[v_list].videokey} selected="selected" {/if}>{$videos[v_list].title}</option>
|
|
{/section}
|
|
|
|
</select>
|
|
</label></td>
|
|
</tr>
|
|
</table>
|
|
<label><br />
|
|
</label>
|
|
<label>
|
|
<input type="submit" name="add_topic" value="{$LANG.grp_add_topic}" id="button" />
|
|
</label>
|
|
<br />
|
|
</form> </td>
|
|
</tr>
|
|
<!--TopicFom Ends-->
|
|
{/if}{if $user_name =="" && $show_form !=yes}<tr><td height="35" colspan="2" class="header3"><a href="{$signup_link}">{$LANG.grp_please_login}</a></td>
|
|
</tr>{elseif $joined == no && $show_form !=yes}<tr><td height="35" colspan="2" class="header3"> <a href="{$join_group_link}{$groups.group_url}">{$LANG.grp_please_join} </a></td>
|
|
</tr>{/if}{if $joined != no && $active == no}<tr>
|
|
<td height="35" colspan="2" class="header3"> {$LANG.grp_inactive_account}</td>
|
|
</tr>{/if}
|
|
<tr>
|
|
<td colspan="2" valign="bottom" class="header2"><hr size="1" noshade="noshade" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td height="35" colspan="2" valign="bottom" class="header2">{$LANG.grp_about_this_grp}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="tips"><strong>{$LANG.category} : </strong>{$groups.category} </td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="tips"><strong>{$LANG.owner}:</strong> <a href="{$view_channel_link}{$groups.username}">{$groups.username}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="tips"><strong>{$LANG.created}:</strong> {$groups.date_added|date_format}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="tips"><strong>{$LANG.tag_title} </strong><a href="{$view_channel_link}{$groups.username}">{section name=t loop=$tags}<a href="{$search_result}?query={$tags[t]}&type=groups"> {$tags[t]}</a> {/section}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="tips"><strong>{$LANG.url}:</strong> <a href="{$view_group_link}{$groups.group_url}">{$view_group_link}{$groups.group_url}</a></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
{/if} |