egroupware_official/api/templates/default/about.index.xet
ralf 219d8a8419 activate links in changelog
thought something's broken in the et2-textarea widget, as the link does NOT open on click
2023-03-28 13:34:04 +02:00

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="&lt;strong&gt;This is a list of your available applications.&lt;/strong&gt;&lt;br /&gt;For a complete list of applications available for EGroupware visit &lt;a href=&quot;http://www.egroupware.org/applications&quot; target=&quot;_blank&quot;&gt;www.egroupware.org/applications&lt;/a&gt;"/>
</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 &amp; 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>