forked from extern/egroupware
163 lines
5.3 KiB
XML
163 lines
5.3 KiB
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="api.about.index.general" template="" lang="" group="0" version="1.8.001">
|
|
<grid width="600" height="500" spacing="5" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<image src="logo"/>
|
|
</row>
|
|
<row>
|
|
<html id="apiVersion"/>
|
|
</row>
|
|
<row>
|
|
<hrule/>
|
|
</row>
|
|
<row>
|
|
<html id="text_content"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="api.about.index.applications" template="" lang="" group="0" version="14.1">
|
|
<grid width="99%" height="500" border="0" spacing="5" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<html value="<strong>This is a list of your available applications.</strong><br />For a complete list of applications available for eGroupWare visit <a href="http://www.egroupware.org/applications" target="_blank">www.egroupware.org/applications</a>"/>
|
|
</row>
|
|
<row>
|
|
<grid id="applications" class="egwGridView_grid">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description id="applications"/>
|
|
<description value="name"/>
|
|
<description value="author"/>
|
|
<description value="maintainer"/>
|
|
<description value="version"/>
|
|
<description value="license"/>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<appicon align="center" src="$row_cont[app]" id="${row}[app]"/>
|
|
<description id="${row}[title]"/>
|
|
<html id="${row}[author]" no_lang="1"/>
|
|
<html id="${row}[maintainer]" no_lang="1"/>
|
|
<description id="${row}[version]" no_lang="1"/>
|
|
<description id="${row}[license]" statustext="$row_cont[license_title]" href="$row_cont[license_url]" extra_link_target="_blank" no_lang="1"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="api.about.index.templates" template="" lang="" group="0" version="1.8.001">
|
|
<grid width="99%" height="500" spacing="5" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<html value="<strong>This is a list of your available templates</strong><br />For a complete list of templates available for eGroupWare visit <a href="http://www.egroupware.org/templates" target="_blank">www.egroupware.org/templates</a>"/>
|
|
</row>
|
|
<row>
|
|
<grid id="templates" class="egwGridView_grid">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="name"/>
|
|
<description value="author"/>
|
|
<description value="maintainer"/>
|
|
<description value="version"/>
|
|
<description value="license"/>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<description id="${row}[title]" no_lang="1"/>
|
|
<html id="${row}[author]" no_lang="1"/>
|
|
<html id="${row}[maintainer]" no_lang="1"/>
|
|
<description id="${row}[version]" no_lang="1"/>
|
|
<description id="${row}[license]" extra_link_title="$row_cont[license_title]" href="$row_cont[license_url]" extra_link_target="_blank" no_lang="1"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="api.about.index.languages" template="" lang="" group="0" version="1.8.001">
|
|
<grid width="99%" height="500" spacing="5" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<html value="<b>This is a list of your available languages</b><br />For a complete list of languages available for EGroupware visit <a href="http://community.egroupware.org/languages" target="_blank">community.egroupware.org/languages</a>"/>
|
|
</row>
|
|
<row>
|
|
<grid id="translations" class="egwGridView_grid">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<description value="language"/>
|
|
</row>
|
|
<row class="row">
|
|
<description id="${row}[langName]" no_lang="1"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="api.about.index.changelog" template="" lang="" group="0" version="1.8.001">
|
|
<grid width="100%" height="500" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<textbox multiline="true" id="changelog" readonly="true"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="api.about.index" template="" lang="" group="0" version="1.8.001">
|
|
<tabbox id="general|applications|templates|languages|changelog">
|
|
<tabs>
|
|
<tab id="general" label="General"/>
|
|
<tab id="applications" label="Applications"/>
|
|
<tab id="templates" label="Templates"/>
|
|
<tab id="languages" label="Languages"/>
|
|
<tab id="changelog" label="Changelog"/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<template id="api.about.index.general"/>
|
|
<template id="api.about.index.applications"/>
|
|
<template id="api.about.index.templates"/>
|
|
<template id="api.about.index.languages"/>
|
|
<template id="api.about.index.changelog"/>
|
|
</tabpanels>
|
|
</tabbox>
|
|
</template>
|
|
</overlay> |