Line 2 | Line 2 |
---|
|
|
<h2>{L_USERGROUPS}</h2>
| <h2<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR};"<!-- ENDIF -->>{L_USERGROUPS}<!-- IF GROUP_NAME --> :: {GROUP_NAME}<!-- ENDIF --></h2>
|
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<div class="panel"> <div class="inner"><span class="corners-top"><span></span></span>
|
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<div class="panel"> <div class="inner"><span class="corners-top"><span></span></span>
|
| <!-- IF S_ERROR --> <fieldset> <p class="error">{ERROR_MSG}</p> </fieldset> <!-- ENDIF -->
|
<p>{L_GROUPS_EXPLAIN}</p>
<!-- IF S_EDIT --> <h3>{L_GROUP_DETAILS}</h3>
|
<p>{L_GROUPS_EXPLAIN}</p>
<!-- IF S_EDIT --> <h3>{L_GROUP_DETAILS}</h3>
|
<!-- IF S_ERROR --> <div class="errorbox"> <h3>{L_WARNING}</h3> <p>{ERROR_MSG}</p> </div> <!-- ENDIF -->
| |
<fieldset> <dl>
| <fieldset> <dl>
|
Line 55 | Line 54 |
---|
<fieldset> <dl> <dt><label for="group_colour">{L_GROUP_COLOR}:</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></dt>
|
<fieldset> <dl> <dt><label for="group_colour">{L_GROUP_COLOR}:</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></dt>
|
<dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="7" maxlength="7" class="inputbox narrow" /> <span style="background-color: {GROUP_COLOUR};"> </span> [ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false;">{L_COLOUR_SWATCH}</a> ]</dd>
| <dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" class="inputbox narrow" /> <span style="background-color: #{GROUP_COLOUR};"> </span> [ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false;">{L_COLOUR_SWATCH}</a> ]</dd>
|
</dl> <dl> <dt><label for="group_rank">{L_GROUP_RANK}:</label></dt>
| </dl> <dl> <dt><label for="group_rank">{L_GROUP_RANK}:</label></dt>
|
Line 79 | Line 78 |
---|
<!-- ELSEIF S_LIST -->
|
<!-- ELSEIF S_LIST -->
|
| <!-- IF .leader -->
|
<table class="table1" cellspacing="1"> <thead> <tr>
| <table class="table1" cellspacing="1"> <thead> <tr>
|
Line 101 | Line 101 |
---|
<!-- END leader --> </tbody> </table>
|
<!-- END leader --> </tbody> </table>
|
| <!-- ENDIF -->
|
|
|
| <!-- BEGIN member --> <!-- IF member.S_PENDING -->
|
<table class="table1" cellspacing="1"> <thead> <tr>
|
<table class="table1" cellspacing="1"> <thead> <tr>
|
<th class="name">{L_GROUP_APPROVED}</th>
| <th class="name">{L_GROUP_PENDING}</th>
|
<th class="info">{L_GROUP_DEFAULT}</th> <th class="posts">{L_POSTS}</th> <th class="joined">{L_JOINED}</th>
| <th class="info">{L_GROUP_DEFAULT}</th> <th class="posts">{L_POSTS}</th> <th class="joined">{L_JOINED}</th>
|
Line 113 | Line 116 |
---|
</tr> </thead> <tbody>
|
</tr> </thead> <tbody>
|
<!-- BEGIN member --> <!-- IF member.S_PENDING -->
| <!-- ELSEIF member.S_APPROVED --> <!-- IF S_PENDING_SET -->
|
</tbody> </table>
|
</tbody> </table>
|
| <!-- ENDIF -->
|
<table class="table1" cellspacing="1"> <thead> <tr>
|
<table class="table1" cellspacing="1"> <thead> <tr>
|
<th class="name">{L_GROUP_PENDING}</th>
| <th class="name">{L_GROUP_APPROVED}</th>
|
<th class="info">{L_GROUP_DEFAULT}</th> <th class="posts">{L_POSTS}</th> <th class="joined">{L_JOINED}</th>
| <th class="info">{L_GROUP_DEFAULT}</th> <th class="posts">{L_POSTS}</th> <th class="joined">{L_JOINED}</th>
|
Line 139 | Line 142 |
---|
</tr> <!-- ENDIF --> <!-- BEGINELSE -->
|
</tr> <!-- ENDIF --> <!-- BEGINELSE -->
|
| <table class="table1" cellspacing="1"> <thead> <tr> <th class="name">{L_MEMBERS}</th> </tr> </thead> <tbody>
|
<tr>
|
<tr>
|
<td class="bg1" colspan="5">{L_GROUPS_NO_MEMBERS}</td>
| <td class="bg1">{L_GROUPS_NO_MEMBERS}</td>
|
</tr> <!-- END member --> </tbody>
| </tr> <!-- END member --> </tbody>
|
Line 166 | Line 176 |
---|
<h3>{L_ADD_USERS}</h3>
|
<h3>{L_ADD_USERS}</h3>
|
<p>{L_ADD_USERS_EXPLAIN}</p>
| <p>{L_ADD_USERS_UCP_EXPLAIN}</p>
|
<fieldset> <dl>
| <fieldset> <dl>
|