2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2009-04-27 12:31:23 +02:00
|
|
|
<overlay>
|
2012-07-03 16:03:57 +02:00
|
|
|
<template id="admin.accesslog.rows" template="" lang="" group="0" version="1.9.003">
|
2009-04-27 12:31:23 +02:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
2014-08-26 18:57:15 +02:00
|
|
|
<column width="30%"/>
|
|
|
|
<column width="80" disabled="@no_sessionstatus"/>
|
|
|
|
<column width="30%"/>
|
|
|
|
<column width="120"/>
|
|
|
|
<column width="130"/>
|
|
|
|
<column disabled="@no_lo" width="130"/>
|
|
|
|
<column disabled="@no_total" width="80"/>
|
|
|
|
<column width="80"/>
|
|
|
|
<column width="40%"/>
|
2019-12-14 12:09:22 +01:00
|
|
|
<column width="30%"/>
|
2009-04-27 12:31:23 +02:00
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-nextmatch-header-account id="account_id" emptyLabel="LoginID"/>
|
2011-04-13 16:11:09 +02:00
|
|
|
<nextmatch-header label="Login-Status" id="sessionstatus"/>
|
2012-07-03 16:03:57 +02:00
|
|
|
<nextmatch-sortheader label="Loginid" id="loginid"/>
|
|
|
|
<nextmatch-sortheader label="IP" id="ip"/>
|
2009-04-27 12:31:23 +02:00
|
|
|
<nextmatch-sortheader label="Login" id="li"/>
|
|
|
|
<nextmatch-sortheader label="Logout" id="lo"/>
|
|
|
|
<nextmatch-header label="Total" id="total"/>
|
2011-04-13 16:11:09 +02:00
|
|
|
<nextmatch-sortheader label="Idle" id="session_dla"/>
|
2012-07-03 16:03:57 +02:00
|
|
|
<nextmatch-sortheader label="User-Agent" id="user_agent"/>
|
2019-12-14 12:09:22 +01:00
|
|
|
<nextmatch-header label="Action" id="session_action"/>
|
2009-04-27 12:31:23 +02:00
|
|
|
</row>
|
2014-05-26 19:39:59 +02:00
|
|
|
<row class="row $row_cont[class]">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox>
|
|
|
|
<et2-select-account label="" id="${row}[account_id]" readonly="true"></et2-select-account>
|
|
|
|
<et2-description id="${row}[alt_loginid]"></et2-description>
|
|
|
|
</et2-hbox>
|
|
|
|
<et2-description id="${row}[sessionstatus]"></et2-description>
|
|
|
|
<et2-description id="${row}[loginid]"></et2-description>
|
|
|
|
<et2-description id="${row}[ip]"></et2-description>
|
|
|
|
<et2-date-time id="${row}[li]" readonly="true"></et2-date-time>
|
|
|
|
<et2-date-time id="${row}[lo]" readonly="true"></et2-date-time>
|
|
|
|
<et2-date-duration id="${row}[total]" readonly="true" ></et2-date-duration>
|
|
|
|
<et2-date-since id="${row}[session_dla]" readonly="true"></et2-date-since>
|
|
|
|
<et2-description statustext="$row_cont[user_agent]" id="${row}[os_browser]" class="admin_userAgent"></et2-description>
|
|
|
|
<et2-description id="${row}[session_action]"></et2-description>
|
2009-04-27 12:31:23 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2011-04-13 16:11:09 +02:00
|
|
|
<template id="admin.accesslog" template="" lang="" group="0" version="1.9.001">
|
2009-04-27 12:31:23 +02:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row disabled="!@msg">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description align="center" id="msg" span="all" class="message"></et2-description>
|
|
|
|
<et2-description></et2-description>
|
2009-04-27 12:31:23 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
2012-06-01 15:13:06 +02:00
|
|
|
<nextmatch id="nm" options="admin.accesslog.rows" span="all"/>
|
2009-04-27 12:31:23 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox cellpadding="0" cellspacing="0" >
|
|
|
|
<et2-description value="Percent of users that logged out" readonly="true"></et2-description>
|
|
|
|
<et2-number label=": %s %" id="percent" precision="1" readonly="true"></et2-number>
|
|
|
|
</et2-hbox>
|
2009-04-27 12:31:23 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<styles>
|
|
|
|
.selectAllArrow { padding-right: 12px; }
|
|
|
|
</styles>
|
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|