mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
69 lines
2.4 KiB
Smarty
69 lines
2.4 KiB
Smarty
|
|
<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%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
|
<tr>
|
|
<th colspan="2" align="center" class="thHead" height="25">{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="viewinfo2" 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="catSides" 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="viewinfo2" 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>
|