source: branches/posledni/forum/styles/wowgreen/template/memberlist_group.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 891 bytes
Line 
1
2<table class="tablebg" width="100%" cellspacing="1">
3<tr>
4 <th colspan="3">{L_GROUP_INFORMATION}</th>
5</tr>
6<tr>
7 <td class="row1" width="20%"><b class="genmed">{L_GROUP_NAME}:</b></td>
8 <td class="row2"><b class="gen"<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR}"<!-- ENDIF -->>{GROUP_NAME}</b></td>
9<!-- IF AVATAR_IMG or RANK_IMG or GROUP_RANK or U_PM -->
10 <td class="row1" width="33%" rowspan="2" align="center"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<br /><!-- ENDIF --><!-- IF RANK_IMG -->{RANK_IMG}<!-- ENDIF --><!-- IF GROUP_RANK --><span class="gensmall">{GROUP_RANK}</span><br /><br /><!-- ENDIF --><!-- IF U_PM --><a href="{U_PM}">{PM_IMG}</a><!-- ENDIF --></td>
11<!-- ENDIF -->
12</tr>
13<tr>
14 <td class="row1" width="20%"><b class="genmed">{L_GROUP_DESC}:</b></td>
15 <td class="row2"><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>
16</tr>
17</table>
Note: See TracBrowser for help on using the repository browser.