Is sharing contacts and documents with your business partners and your social network a useful feature for you? Then you should definitely check out Open-Xchange's innovative social features and learn how to benefit from them.
Create your own test account here: http://ox.io. You are convinced? Sign up here
This entry was published with Open-Xchange's Infostore using its Social OX Feature extending your reach!
<#list infostore as infoitem>
<@render key="ox_title" title="Title" value=infoitem.title!"" />
<@render key="ox_url" title="URL" value=infoitem.URL!"" />
<@render_scalar key="ox_version" title="Version" value=infoitem.version!"" />
<@render key="ox_creationDate" title="Creation Date" value=timeFormat.format(infoitem.creationDate) />
<@render key="ox_lastModified" title="Last Modified" value=timeFormat.format(infoitem.lastModified) />
<@render key="ox_tags" title="Tags" value=infoitem.categories!"" />
<@render key="ox_comment" title="Comment" value=infoitem.description!"" />
<#if infoitem.fileName??>
<@render key="ox_fileName" title="File Name" value=infoitem.fileName!"" />
<@render_scalar key="ox_fileSize" title="File Size" value=infoitem.fileSize!"" />
<@render key="ox_MIMEType" title="MIME Type" value=infoitem.fileMIMEType!"" />
<@fileMicroformatted infoitem/>
#if>
#list>