<head>
<title><var:string value="title"/></title>
- <meta name="description" content="ZideStore Web Interface" />
+ <meta name="description" content="SOGo Web Interface" />
<meta name="author" content="SKYRIX Software AG" />
<meta name="robots" content="stop" />
<div id="header">
<img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
<div id="headerhistory">
- <span id="navtitle">ZideStore UI - Experimental</span>
+ <span id="navtitle">SOGo</span>
</div>
</div>
<title>
<var:string value="title"/>
</title>
- <meta name="description" content="ZideStore Web Interface"/>
+ <meta name="description" content="SOGo Web Interface"/>
<meta name="author" content="SKYRIX Software AG"/>
<meta name="robots" content="stop"/>
<link type="text/css" rel="stylesheet" rsrc:href="zidestoreui.css"/>
<div id="header">
<img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
<div id="headerhistory">
- <span id="navtitle">ZideStore UI - Experimental</span>
+ <span id="navtitle">SOGo</span>
</div>
</div>
<br />
<tr>
<td>
<font class="skydockfont">
- <a href="/ZideStore/" class="skydockfont">SOGo (<var:string value="login" />)</a>
+ <a href="/sogod.woa/so/" class="skydockfont">SOGo (<var:string value="login" />)</a>
</font>
</td>
</tr>
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
- href="javascript:history.back()"><img border="0" alt="X" src="/ZideStore/so/ControlPanel/Products/CommonUI/Resources/closewindow.gif"/></a>
+ href="javascript:history.back()"><img border="0" alt="X" src="/sogod/so/ControlPanel/Products/CommonUI/Resources/closewindow.gif"/></a>
};
provides = {
- ZideStoreProducts = ( { name = CommonUIProduct; } );
-
classes = (
{ name = CommonUIProduct; },
{ name = UIxComponent; },
-/* ZideStore UI Stylesheet */
+/* SOGo UI Stylesheet */
/* common stuff */
# $Id$
-libSOGoLogic_LIBRARY_DEPENDS_UPON += \
+libSOGoLogic_LIBRARIES_DEPEND_UPON += \
-lNGiCal \
-lSaxObjC
/* fill */
- [self logWithFormat:@"root is: %@", root];
+ // [self logWithFormat:@"root is: %@", root];
if ([root isKindOfClass:[iCalEvent class]]) {
self->event = root;