1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
php-phpbb/phpBB/templates/subSilver/groupcp_user_body.tpl
Paul S. Owen a711e6d677 Changes related to private messaging + some bug fixes
git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-01 23:22:18 +00:00

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}&nbsp;{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>