182 |
kaklik |
1 |
|
|
|
2 |
<form action="{S_GROUPCP_ACTION}" method="post"> |
|
|
3 |
|
|
|
4 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
5 |
<tr> |
|
|
6 |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
|
|
7 |
</tr> |
|
|
8 |
</table> |
|
|
9 |
|
|
|
10 |
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> |
|
|
11 |
<tr> |
|
|
12 |
<th class="thHead" colspan="7" height="25">{L_GROUP_INFORMATION}</th> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="row1" width="20%"><span class="gen">{L_GROUP_NAME}:</span></td> |
|
|
16 |
<td class="row2"><span class="gen"><b>{GROUP_NAME}</b></span></td> |
|
|
17 |
</tr> |
|
|
18 |
<tr> |
|
|
19 |
<td class="row1" width="20%"><span class="gen">{L_GROUP_DESC}:</span></td> |
|
|
20 |
<td class="row2"><span class="gen">{GROUP_DESC}</span></td> |
|
|
21 |
</tr> |
|
|
22 |
<tr> |
|
|
23 |
<td class="row1" width="20%"><span class="gen">{L_GROUP_MEMBERSHIP}:</span></td> |
|
|
24 |
<td class="row2"><span class="gen">{GROUP_DETAILS} |
|
|
25 |
<!-- BEGIN switch_subscribe_group_input --> |
|
|
26 |
<input class="mainoption" type="submit" name="joingroup" value="{L_JOIN_GROUP}" /> |
|
|
27 |
<!-- END switch_subscribe_group_input --> |
|
|
28 |
<!-- BEGIN switch_unsubscribe_group_input --> |
|
|
29 |
<input class="mainoption" type="submit" name="unsub" value="{L_UNSUBSCRIBE_GROUP}" /> |
|
|
30 |
<!-- END switch_unsubscribe_group_input --> |
|
|
31 |
</span></td> |
|
|
32 |
</tr> |
|
|
33 |
<!-- BEGIN switch_mod_option --> |
|
|
34 |
<tr> |
|
|
35 |
<td class="row1" width="20%"><span class="gen">{L_GROUP_TYPE}:</span></td> |
|
|
36 |
<td class="row2"><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> |
|
|
37 |
</tr> |
|
|
38 |
<!-- END switch_mod_option --> |
|
|
39 |
</table> |
|
|
40 |
|
|
|
41 |
{S_HIDDEN_FIELDS} |
|
|
42 |
|
|
|
43 |
</form> |
|
|
44 |
|
|
|
45 |
<form action="{S_GROUPCP_ACTION}" method="post" name="post"> |
|
|
46 |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
|
|
47 |
<tr> |
|
|
48 |
<th class="thCornerL" height="25">{L_PM}</th> |
|
|
49 |
<th class="thTop">{L_USERNAME}</th> |
|
|
50 |
<th class="thTop">{L_POSTS}</th> |
|
|
51 |
<th class="thTop">{L_FROM}</th> |
|
|
52 |
<th class="thTop">{L_EMAIL}</th> |
|
|
53 |
<th class="thTop">{L_WEBSITE}</th> |
|
|
54 |
<th class="thCornerR">{L_SELECT}</th> |
|
|
55 |
</tr> |
|
|
56 |
<tr> |
|
|
57 |
<td class="catSides" colspan="8" height="28"><span class="cattitle">{L_GROUP_MODERATOR}</span></td> |
|
|
58 |
</tr> |
|
|
59 |
<tr> |
|
|
60 |
<td class="row1" align="center"> {MOD_PM_IMG} </td> |
|
|
61 |
<td class="row1" align="center"><span class="gen"><a href="{U_MOD_VIEWPROFILE}" class="gen">{MOD_USERNAME}</a></span></td> |
|
|
62 |
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_POSTS}</span></td> |
|
|
63 |
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_FROM}</span></td> |
|
|
64 |
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_EMAIL_IMG}</span></td> |
|
|
65 |
<td class="row1" align="center">{MOD_WWW_IMG}</td> |
|
|
66 |
<td class="row1" align="center"> </td> |
|
|
67 |
</tr> |
|
|
68 |
<tr> |
|
|
69 |
<td class="catSides" colspan="8" height="28"><span class="cattitle">{L_GROUP_MEMBERS}</span></td> |
|
|
70 |
</tr> |
|
|
71 |
<!-- BEGIN member_row --> |
|
|
72 |
<tr> |
|
|
73 |
<td class="{member_row.ROW_CLASS}" align="center"> {member_row.PM_IMG} </td> |
|
|
74 |
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen"><a href="{member_row.U_VIEWPROFILE}" class="gen">{member_row.USERNAME}</a></span></td> |
|
|
75 |
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen">{member_row.POSTS}</span></td> |
|
|
76 |
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen"> {member_row.FROM} |
|
|
77 |
</span></td> |
|
|
78 |
<td class="{member_row.ROW_CLASS}" align="center" valign="middle"><span class="gen">{member_row.EMAIL_IMG}</span></td> |
|
|
79 |
<td class="{member_row.ROW_CLASS}" align="center"> {member_row.WWW_IMG}</td> |
|
|
80 |
<td class="{member_row.ROW_CLASS}" align="center"> |
|
|
81 |
<!-- BEGIN switch_mod_option --> |
|
|
82 |
<input type="checkbox" name="members[]" value="{member_row.USER_ID}" /> |
|
|
83 |
<!-- END switch_mod_option --> |
|
|
84 |
</td> |
|
|
85 |
</tr> |
|
|
86 |
<!-- END member_row --> |
|
|
87 |
|
|
|
88 |
<!-- BEGIN switch_no_members --> |
|
|
89 |
<tr> |
|
|
90 |
<td class="row1" colspan="7" align="center"><span class="gen">{L_NO_MEMBERS}</span></td> |
|
|
91 |
</tr> |
|
|
92 |
<!-- END switch_no_members --> |
|
|
93 |
|
|
|
94 |
<!-- BEGIN switch_hidden_group --> |
|
|
95 |
<tr> |
|
|
96 |
<td class="row1" colspan="7" align="center"><span class="gen">{L_HIDDEN_MEMBERS}</span></td> |
|
|
97 |
</tr> |
|
|
98 |
<!-- END switch_hidden_group --> |
|
|
99 |
|
|
|
100 |
<!-- BEGIN switch_mod_option --> |
|
|
101 |
<tr> |
|
|
102 |
<td class="catBottom" colspan="8" align="right"> |
|
|
103 |
<span class="cattitle"><input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" /></span> |
|
|
104 |
</td> |
|
|
105 |
</tr> |
|
|
106 |
<!-- END switch_mod_option --> |
|
|
107 |
</table> |
|
|
108 |
|
|
|
109 |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
|
|
110 |
<tr> |
|
|
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> |
|
|
117 |
</tr> |
|
|
118 |
</table> |
|
|
119 |
|
|
|
120 |
{PENDING_USER_BOX} |
|
|
121 |
|
|
|
122 |
{S_HIDDEN_FIELDS}</form> |
|
|
123 |
|
|
|
124 |
<table width="100%" cellspacing="2" border="0" align="center"> |
|
|
125 |
<tr> |
|
|
126 |
<td valign="top" align="right">{JUMPBOX}</td> |
|
|
127 |
</tr> |
|
|
128 |
</table> |