mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
263 lines
9.3 KiB
XML
263 lines
9.3 KiB
XML
|
<!-- $Id$ -->
|
||
|
|
||
|
<xsl:template name="users">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="account_list">
|
||
|
<xsl:apply-templates select="account_list"/>
|
||
|
</xsl:when>
|
||
|
<xsl:when test="group_edit">
|
||
|
<xsl:apply-templates select="user_edit"/>
|
||
|
</xsl:when>
|
||
|
</xsl:choose>
|
||
|
</xsl:template>
|
||
|
|
||
|
<!-- BEGIN user_list -->
|
||
|
|
||
|
<xsl:template match="account_list">
|
||
|
<center>
|
||
|
<table border="0" cellspacing="2" cellpadding="2">
|
||
|
<tr>
|
||
|
<td colspan="6" width="100%">
|
||
|
<xsl:call-template name="nextmatchs"/>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="6" width="100%" align="right">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="search_access = 'yes'">
|
||
|
<xsl:call-template name="search_field"/>
|
||
|
</xsl:when>
|
||
|
</xsl:choose>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<xsl:apply-templates select="user_header"/>
|
||
|
<xsl:apply-templates select="user_data"/>
|
||
|
<xsl:apply-templates select="user_add"/>
|
||
|
</table>
|
||
|
</center>
|
||
|
</xsl:template>
|
||
|
|
||
|
<!-- BEGIN user_header -->
|
||
|
|
||
|
<xsl:template match="user_header">
|
||
|
<xsl:variable name="sort_lid" select="sort_lid"/>
|
||
|
<xsl:variable name="sort_firstname" select="sort_firstname"/>
|
||
|
<xsl:variable name="sort_lastname" select="sort_lastname"/>
|
||
|
<xsl:variable name="lang_sort_statustext" select="lang_sort_statustext"/>
|
||
|
<tr class="th">
|
||
|
<td width="20%"><a href="{$sort_lid}" onMouseover="window.status='{$lang_sort_statustext}';return true;" onMouseout="window.status='';return true;" class="th_text"><xsl:value-of select="lang_lid"/></a></td>
|
||
|
<td width="20%"><a href="{$sort_firstname}" onMouseover="window.status='{$lang_sort_statustext}';return true;" onMouseout="window.status='';return true;" class="th_text"><xsl:value-of select="lang_firstname"/></a></td>
|
||
|
<td width="20%"><a href="{$sort_lastname}" onMouseover="window.status='{$lang_sort_statustext}';return true;" onMouseout="window.status='';return true;" class="th_text"><xsl:value-of select="lang_lastname"/></a></td>
|
||
|
<td width="8%" align="center"><xsl:value-of select="lang_view"/></td>
|
||
|
<td width="8%" align="center"><xsl:value-of select="lang_edit"/></td>
|
||
|
<td width="8%" align="center"><xsl:value-of select="lang_delete"/></td>
|
||
|
</tr>
|
||
|
</xsl:template>
|
||
|
|
||
|
<!-- BEGIN user_data -->
|
||
|
|
||
|
<xsl:template match="user_data">
|
||
|
<xsl:variable name="lang_view_statustext"><xsl:value-of select="lang_view_statustext"/></xsl:variable>
|
||
|
<xsl:variable name="lang_edit_statustext"><xsl:value-of select="lang_edit_statustext"/></xsl:variable>
|
||
|
<xsl:variable name="lang_delete_statustext"><xsl:value-of select="lang_delete_statustext"/></xsl:variable>
|
||
|
<tr>
|
||
|
<xsl:attribute name="class">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="@class">
|
||
|
<xsl:value-of select="@class"/>
|
||
|
</xsl:when>
|
||
|
<xsl:when test="position() mod 2 = 0">
|
||
|
<xsl:text>row_off</xsl:text>
|
||
|
</xsl:when>
|
||
|
<xsl:otherwise>
|
||
|
<xsl:text>row_on</xsl:text>
|
||
|
</xsl:otherwise>
|
||
|
</xsl:choose>
|
||
|
</xsl:attribute>
|
||
|
<td><xsl:value-of select="lid"/></td>
|
||
|
<td><xsl:value-of select="firstname"/></td>
|
||
|
<td><xsl:value-of select="lastname"/></td>
|
||
|
<td align="center">
|
||
|
<xsl:variable name="view_url" select="view_url"/>
|
||
|
<a href="{$view_url}" onMouseover="window.status='{$lang_view_statustext}';return true;" onMouseout="window.status='';return true;" class="th_text"><xsl:value-of select="lang_view"/></a>
|
||
|
</td>
|
||
|
<td align="center">
|
||
|
<xsl:variable name="edit_url" select="edit_url"/>
|
||
|
<a href="{$edit_url}" onMouseover="window.status='{$lang_edit_statustext}';return true;" onMouseout="window.status='';return true;" class="th_text"><xsl:value-of select="lang_edit"/></a>
|
||
|
</td>
|
||
|
<td align="center">
|
||
|
<xsl:variable name="delete_url" select="delete_url"/>
|
||
|
<a href="{$delete_url}" onMouseover="window.status='{$lang_delete_statustext}';return true;" onMouseout="window.status='';return true;" class="th_text"><xsl:value-of select="lang_delete"/></a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</xsl:template>
|
||
|
|
||
|
<!-- BEGIN user_add -->
|
||
|
|
||
|
<xsl:template match="user_add">
|
||
|
<tr>
|
||
|
<td height="50" valign="bottom">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="add_access = 'yes'">
|
||
|
<xsl:variable name="add_url"><xsl:value-of select="add_url"/></xsl:variable>
|
||
|
<xsl:variable name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
|
||
|
<form method="post" action="{$add_url}">
|
||
|
<input type="submit" name="add" value="{$lang_add}" onMouseout="window.status='';return true;">
|
||
|
<xsl:attribute name="onMouseover">
|
||
|
<xsl:text>window.status='</xsl:text>
|
||
|
<xsl:value-of select="lang_add_statustext"/>
|
||
|
<xsl:text>'; return true;</xsl:text>
|
||
|
</xsl:attribute>
|
||
|
</input>
|
||
|
</form>
|
||
|
</xsl:when>
|
||
|
</xsl:choose>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td height="50" valign="bottom">
|
||
|
<xsl:variable name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
|
||
|
<xsl:variable name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
|
||
|
<form method="post" action="{$done_url}">
|
||
|
<input type="submit" name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
|
||
|
<xsl:attribute name="onMouseover">
|
||
|
<xsl:text>window.status='</xsl:text>
|
||
|
<xsl:value-of select="lang_done_statustext"/>
|
||
|
<xsl:text>'; return true;</xsl:text>
|
||
|
</xsl:attribute>
|
||
|
</input>
|
||
|
</form>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</xsl:template>
|
||
|
|
||
|
<!-- END user_list -->
|
||
|
|
||
|
<!-- BEGIN group_edit -->
|
||
|
|
||
|
<xsl:template match="group_edit">
|
||
|
<table border="0" cellpadding="2" cellspacing="2" align="center" width="79%">
|
||
|
<tr>
|
||
|
<td><xsl:value-of select="error"/></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top">
|
||
|
<!-- {rows} -->
|
||
|
</td>
|
||
|
<td valign="top">
|
||
|
<table border="0" width="100%">
|
||
|
<xsl:variable name="edit_url"><xsl:value-of select="edit_url"/></xsl:variable>
|
||
|
<xsl:variable name="account_id" select="account_id"/>
|
||
|
<xsl:variable name="select_size" select="select_size"/>
|
||
|
<form action="{$edit_url}" method="POST">
|
||
|
<input type="hidden" name="values[account_id]" value="{$account_id}"/>
|
||
|
<tr>
|
||
|
<td><xsl:value-of select="lang_account_name"/></td>
|
||
|
<td><input name="values[account_name]">
|
||
|
<xsl:attribute name="value">
|
||
|
<xsl:value-of select="value_account_name"/>
|
||
|
</xsl:attribute>
|
||
|
</input>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><xsl:value-of select="lang_include_user"/></td>
|
||
|
<td>
|
||
|
<select name="account_user[]" multiple="multiple" size="{$select_size}">
|
||
|
<xsl:apply-templates select="user_list"/>
|
||
|
</select>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><xsl:value-of select="lang_file_space"/></td>
|
||
|
<td>
|
||
|
<!-- {account_file_space}{account_file_space_select} -->
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><xsl:value-of select="lang_permissions"/></td>
|
||
|
<td>
|
||
|
<table width="100%" border="0" cellpadding="2" cellspacing="2">
|
||
|
<tr class="th">
|
||
|
<td><xsl:value-of select="lang_application"/></td>
|
||
|
<td> </td>
|
||
|
<td><xsl:value-of select="lang_acl"/></td>
|
||
|
</tr>
|
||
|
<xsl:apply-templates select="app_list"/>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td colspan="2" align="left">
|
||
|
<xsl:variable name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
|
||
|
<input type="submit" name="values[save]" value="{$lang_save}"/>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</form>
|
||
|
<tr>
|
||
|
<xsl:variable name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
|
||
|
<xsl:variable name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
|
||
|
<form method="POST" action="{$done_url}">
|
||
|
<td align="left">
|
||
|
<input type="submit" name="done" value="{$lang_done}"/>
|
||
|
</td>
|
||
|
</form>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</xsl:template>
|
||
|
|
||
|
<xsl:template match="user_list">
|
||
|
<xsl:variable name="account_id" select="account_id"/>
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="selected != ''">
|
||
|
<option value="{$account_id}" selected="selected"><xsl:value-of select="account_name"/></option>
|
||
|
</xsl:when>
|
||
|
<xsl:otherwise>
|
||
|
<option value="{$account_id}"><xsl:value-of select="account_name"/></option>
|
||
|
</xsl:otherwise>
|
||
|
</xsl:choose>
|
||
|
</xsl:template>
|
||
|
|
||
|
<xsl:template match="app_list">
|
||
|
<xsl:variable name="checkbox_name" select="checkbox_name"/>
|
||
|
<tr>
|
||
|
<xsl:attribute name="class">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="@class">
|
||
|
<xsl:value-of select="@class"/>
|
||
|
</xsl:when>
|
||
|
<xsl:when test="position() mod 2 = 0">
|
||
|
<xsl:text>row_off</xsl:text>
|
||
|
</xsl:when>
|
||
|
<xsl:otherwise>
|
||
|
<xsl:text>row_on</xsl:text>
|
||
|
</xsl:otherwise>
|
||
|
</xsl:choose>
|
||
|
</xsl:attribute>
|
||
|
<td width="40%"><xsl:value-of select="app_name"/></td>
|
||
|
<td width="5%" align="center">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="checked != ''">
|
||
|
<input type="checkbox" name="{$checkbox_name}" value="True" checked="checked"/>
|
||
|
</xsl:when>
|
||
|
<xsl:otherwise>
|
||
|
<input type="checkbox" name="{$checkbox_name}" value="True"/>
|
||
|
</xsl:otherwise>
|
||
|
</xsl:choose>
|
||
|
</td>
|
||
|
<td width="5%" align="center">
|
||
|
<xsl:choose>
|
||
|
<xsl:when test="acl_url != ''">
|
||
|
<xsl:variable name="acl_url" select="acl_url"/>
|
||
|
<xsl:variable name="acl_img" select="acl_img"/>
|
||
|
<xsl:variable name="img_name" select="img_name"/>
|
||
|
<a href="{$acl_url}"><img src="{$acl_img}" border="0" hspace="3" align="absmiddle" alt="{$img_name}" name="{$img_name}"/></a>
|
||
|
</xsl:when>
|
||
|
</xsl:choose>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</xsl:template>
|