2 <form action="{S_GROUPCP_ACTION}" method="post">
4 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
6 <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
10 {TPL_HDR1}<span class="cattitle">{L_GROUP_INFORMATION}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0">
12 <td class="row1" width="20%"><span class="gen">{L_GROUP_NAME}:</span></td>
13 <td class="row2"><span class="gen"><b>{GROUP_NAME}</b></span></td>
16 <td class="row1" width="20%"><span class="gen">{L_GROUP_DESC}:</span></td>
17 <td class="row2"><span class="gen">{GROUP_DESC}</span></td>
20 <td class="row1" width="20%"><span class="gen">{L_GROUP_MEMBERSHIP}:</span></td>
21 <td class="row2"><span class="gen">{GROUP_DETAILS}
22 <!-- BEGIN switch_subscribe_group_input -->
23 <input class="mainoption" type="submit" name="joingroup" value="{L_JOIN_GROUP}" />
24 <!-- END switch_subscribe_group_input -->
25 <!-- BEGIN switch_unsubscribe_group_input -->
26 <input class="mainoption" type="submit" name="unsub" value="{L_UNSUBSCRIBE_GROUP}" />
27 <!-- END switch_unsubscribe_group_input -->
30 <!-- BEGIN switch_mod_option -->
32 <td class="row1" width="20%"><span class="gen">{L_GROUP_TYPE}:</span></td>
33 <td class="row2"><span class="gen"><span class="gen"><input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN} <input class="mainoption" type="submit" name="groupstatus" value="{L_UPDATE}" /></span></td>
35 <!-- END switch_mod_option -->
42 <form action="{S_GROUPCP_ACTION}" method="post" name="post">
43 {TPL_HDR1}<span class="cattitle">{L_GROUP_MODERATOR}</span>{TPL_HDR2}<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
45 <th class="thCornerL" height="25">{L_PM}</th>
46 <th class="thTop">{L_USERNAME}</th>
47 <th class="thTop">{L_POSTS}</th>
48 <th class="thTop">{L_FROM}</th>
49 <th class="thTop">{L_EMAIL}</th>
50 <th class="thTop">{L_WEBSITE}</th>
51 <th class="thCornerR">{L_SELECT}</th>
54 <td class="row4" align="center"> {MOD_PM_IMG} </td>
55 <td class="row1" align="center" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{U_MOD_VIEWPROFILE}'"><span class="gen"><a href="{U_MOD_VIEWPROFILE}" class="gen">{MOD_USERNAME}</a></span></td>
56 <td class="row2" align="center" valign="middle"><span class="gen">{MOD_POSTS}</span></td>
57 <td class="row1" align="center" valign="middle"><span class="gen">{MOD_FROM}</span></td>
58 <td class="row2" align="center" valign="middle"><span class="gen">{MOD_EMAIL_IMG}</span></td>
59 <td class="row3" align="center">{MOD_WWW_IMG}</td>
60 <td class="row4" align="center"> </td>
65 {TPL_HDR1}<span class="cattitle">{L_GROUP_MEMBERS}</span>{TPL_HDR2}<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
67 <th class="thCornerL" height="25">{L_PM}</th>
68 <th class="thTop">{L_USERNAME}</th>
69 <th class="thTop">{L_POSTS}</th>
70 <th class="thTop">{L_FROM}</th>
71 <th class="thTop">{L_EMAIL}</th>
72 <th class="thTop">{L_WEBSITE}</th>
73 <th class="thCornerR">{L_SELECT}</th>
75 <!-- BEGIN member_row -->
77 <td class="row4" align="center"> {member_row.PM_IMG} </td>
78 <td class="row1" align="center" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{member_row.U_VIEWPROFILE}'"><span class="gen"><a href="{member_row.U_VIEWPROFILE}" class="gen">{member_row.USERNAME}</a></span></td>
79 <td class="row2" align="center"><span class="gen">{member_row.POSTS}</span></td>
80 <td class="row1" align="center"><span class="gen"> {member_row.FROM}</span></td>
81 <td class="row2" align="center" valign="middle"><span class="gen">{member_row.EMAIL_IMG}</span></td>
82 <td class="row3" align="center"> {member_row.WWW_IMG}</td>
83 <td class="row4" align="center">
84 <!-- BEGIN switch_mod_option -->
85 <input type="checkbox" name="members[]" value="{member_row.USER_ID}" />
86 <!-- END switch_mod_option -->
89 <!-- END member_row -->
90 <!-- BEGIN switch_no_members -->
92 <td class="row1" colspan="7" align="center"><span class="gen">{L_NO_MEMBERS}</span></td>
94 <!-- END switch_no_members -->
95 <!-- BEGIN switch_hidden_group -->
97 <td class="row1" colspan="7" align="center"><span class="gen">{L_HIDDEN_MEMBERS}</span></td>
99 <!-- END switch_hidden_group -->
100 <!-- BEGIN switch_mod_option -->
102 <td class="row4" colspan="8" align="right"><span class="gen">
103 <input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" />
106 <!-- END switch_mod_option -->
109 <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
111 <td align="left" valign="top">
112 <!-- BEGIN switch_mod_option -->
113 <span class="genmed"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="submit" name="add" value="{L_ADD_MEMBER}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></span><br /><br />
114 <!-- END switch_mod_option -->
115 <span class="nav">{PAGE_NUMBER}</span></td>
116 <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
122 {S_HIDDEN_FIELDS}</form>
124 <table width="100%" cellspacing="2" border="0" align="center">
126 <td valign="top" align="right">{JUMPBOX}</td>