mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
219d8a8419
thought something's broken in the et2-textarea widget, as the link does NOT open on click
92 lines
3.1 KiB
XML
92 lines
3.1 KiB
XML
<?xml version="1.0"?>
|
|
<overlay>
|
|
<template id="api.about.index.general" template="" lang="" group="0" version="1.8.001">
|
|
<grid width="600" height="100%" spacing="5" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<et2-image src="logo"></et2-image>
|
|
</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="100%" 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">
|
|
<et2-description id="applications"></et2-description>
|
|
<et2-description value="name"></et2-description>
|
|
<et2-description value="author"></et2-description>
|
|
<et2-description value="maintainer"></et2-description>
|
|
<et2-description value="version"></et2-description>
|
|
<et2-description value="license"></et2-description>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<et2-appicon align="center" src="$row_cont[app]" id="${row}[app]"></et2-appicon>
|
|
<et2-description id="${row}[title]"></et2-description>
|
|
<html id="${row}[author]" no_lang="1"/>
|
|
<html id="${row}[maintainer]" no_lang="1"/>
|
|
<et2-description id="${row}[version]" noLang="1"></et2-description>
|
|
<et2-description id="${row}[license]" statustext="$row_cont[license_title]" href="$row_cont[license_url]" extraLinkTarget="_blank" noLang="1"></et2-description>
|
|
</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="100%" overflow="auto">
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<et2-textarea id="changelog" readonly="true" activateLinks="true"></et2-textarea>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
<template id="api.about.index" template="" lang="" group="0" version="1.8.001">
|
|
<et2-tabbox id="general|applications|templates|languages|changelog">
|
|
<tabs>
|
|
<tab id="changelog" label="Changelog"/>
|
|
<tab id="general" label="About EGroupware"/>
|
|
<tab id="applications" label="Apps & License"/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<template id="api.about.index.changelog"/>
|
|
<template id="api.about.index.general"/>
|
|
<template id="api.about.index.applications"/>
|
|
</tabpanels>
|
|
</et2-tabbox>
|
|
</template>
|
|
</overlay> |