blob: 04bc7c1f7c645b3b2466eccf07242980cfffc59f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr>
<td align="left" colspan="2" class="forumline">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="innerline">
<table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
<th colspan="2" align="center" height="25" class="secondary">{L_GROUP_MEMBERSHIP_DETAILS}</th>
</tr>
<tr>
<td class="row1"><span class="gen">{L_YOU_BELONG_GROUPS}</span></td>
<td class="row2" align="right">
<table width="90%" cellspacing="0" cellpadding="0" border="0">
<tr>
<form method="post" action="{S_USERGROUP_ACTION}">
<td width="40%"><span class="gensmall">{GROUP_MEMBER_SELECT}</span></td>
<td align="center" width="30%">
<input type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}" class="liteoption" /></td>
<td align="center" width="30%">
<input type="submit" name="unsubjoin" value="{L_UNSUBSCRIBE}" class="liteoption" /></td>
</form>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_PENDING_GROUPS}</span></td>
<td class="row2" align="right">
<table width="90%" cellspacing="0" cellpadding="0" border="0">
<tr>
<form method="post" action="{S_USERGROUP_ACTION}">
<td width="40%"><span class="gensmall">{GROUP_PENDING_SELECT}</span></td>
<td align="center" width="30%">
<input type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}" class="liteoption" /></td>
<td align="center" width="30%">
<input type="submit" name="unsubpending" value="{L_UNSUBSCRIBE}" class="liteoption" /></td>
</form>
</tr>
</table>
</td>
</tr>
<tr>
<td class="cat" colspan="2" align="center" height="28"><span class="cattitle"><b>{L_JOIN_A_GROUP}</b></span></td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_SELECT_A_GROUP}</span></td>
<td class="row2" align="right">
<table width="90%" cellspacing="0" cellpadding="0" border="0">
<tr>
<form method="post" action="{S_USERGROUP_ACTION}">
<td width="40%"><span class="gensmall">{GROUP_LIST_SELECT}</span></td>
<td align="center" width="30%">
<input type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}" class="liteoption" /></td>
<td align="center" width="30%">
<input type="submit" name="subnew" value="{L_SUBSCRIBE}" class="liteoption" /></td>
</form>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
|