+2004-08-27 Helge Hess <helge.hess@skyrix.com>
+
+ * removed old components (UIxAppFrame, Header and Navigation) (v0.9.17)
+
2004-08-24 Maxime Wacker <mwacker@linagora.com>
* GNUmakefile.preamble: fixes for the build process (v0.9.16)
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_OBJC_FILES += \
- CommonUIProduct.m \
- UIxPageFrame.m \
- UIxPrintPageFrame.m \
- UIxAppFrame.m \
- UIxAppHeader.m \
- UIxAppNavigation.m \
- UIxWinClose.m \
- UIxAppNavView.m \
- \
- UIxElemBuilder.m \
- UIxTabView.m \
- UIxTabItem.m \
-
-
-CommonUI_RESOURCE_FILES += \
- Version \
- product.plist \
- UIxPageFrame.wox \
- UIxPrintPageFrame.wox \
- UIxAppFrame.wox \
- UIxAppHeader.wox \
- UIxAppNavigation.wox \
- UIxWinClose.wox \
- UIxAppNavView.wox \
+ CommonUIProduct.m \
+ UIxPageFrame.m \
+ UIxPrintPageFrame.m \
+ UIxWinClose.m \
+ UIxAppNavView.m \
+ \
+ UIxElemBuilder.m \
+ UIxTabView.m \
+ UIxTabItem.m \
+
+
+CommonUI_RESOURCE_FILES += \
+ Version \
+ product.plist \
+ UIxPageFrame.wox \
+ UIxPrintPageFrame.wox \
+ UIxWinClose.wox \
+ UIxAppNavView.wox \
\
uix.css \
calendar.css \
\
images/OGoLogo.gif \
- images/menu_logo_top.gif \
+ images/menu_logo_top.gif\
images/line_left.gif \
images/line_stretch.gif \
images/line_right.gif \
images/box_left.gif \
images/box_right.gif \
images/box_botleft.gif \
- images/box_bottom.gif\
- images/box_botright.gif\
- images/tab_selected.gif\
- images/tab_.gif\
- images/corner_right.gif\
+ images/box_bottom.gif \
+ images/box_botright.gif \
+ images/tab_selected.gif \
+ images/tab_.gif \
+ images/corner_right.gif \
images/closewindow.gif
# make
+++ /dev/null
-// $Id$
-
-#include <NGObjWeb/SoComponent.h>
-
-@interface UIxAppFrame : SoComponent
-@end
-
-#include "common.h"
-
-@implementation UIxAppFrame
-@end /* UIxAppFrame */
+++ /dev/null
-<?xml version='1.0' standalone='yes'?>
-
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:var="http://www.skyrix.com/od/binding"
- xmlns:const="http://www.skyrix.com/od/constant"
->
- <head>
- <title><var:string value="title"/></title>
-
- <meta name="description" content="SOGo Web Interface" />
- <meta name="author" content="SKYRIX Software AG" />
- <meta name="robots" content="stop" />
-
- <link href="mailto:hh@skyrix.com" rev="made" />
- </head>
-
- <frameset rows="48,*" frameborder="0" framespacing="0" border="0">
-
- <frame src="appheader"
- name="head"
- leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
- scrolling="no" noresize="yes" />
-
- <frameset cols="150,*">
-
- <frame src="appnavigation"
- name="navi"
- leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
- scrolling="yes" />
-
- <frame src="view"
- name="content"
- leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"
- scrolling="yes" />
-
- </frameset>
-
- </frameset>
-
- <noframes>
- This pages requires frame tags, which your browser does not support,
- sorry ;->
- </noframes>
-</html>
+++ /dev/null
-// $Id$
-
-#include <NGObjWeb/SoComponent.h>
-
-@interface UIxAppHeader : SoComponent
-@end
-
-#include "common.h"
-
-@implementation UIxAppHeader
-@end /* UIxAppHeader */
+++ /dev/null
-<?xml version='1.0' standalone='yes'?>
-
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:var="http://www.skyrix.com/od/binding"
- xmlns:const="http://www.skyrix.com/od/constant"
- xmlns:rsrc="OGo:url"
->
- <head>
- <link type="text/css" rel="stylesheet" rsrc:href="uix.css" />
-
- <script language="javascript">
- function viewInNavi(url) {
- parent.navi.location=url;
- return true
- }
- </script>
- </head>
-
- <body>
- <div id="header">
- <img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
- <div id="headerhistory">
- <span id="navtitle">SOGo</span>
- </div>
- </div>
-
- <div style="text-align: right; font-size: 8pt;">
- <a href="#" onClick="viewInNavi('appnavigation')">reload</a> -
- resistance is obsolete <entity name="trade"/> ;-)
- </div>
- </body>
-</html>
+++ /dev/null
-// $Id$
-
-#include <NGObjWeb/SoComponent.h>
-
-@interface UIxAppNavigation : SoComponent
-@end
-
-#include "common.h"
-
-@implementation UIxAppNavigation
-@end /* UIxAppNavigation */
+++ /dev/null
-<?xml version='1.0' standalone='yes'?>
-
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:var="http://www.skyrix.com/od/binding"
- xmlns:const="http://www.skyrix.com/od/constant"
- xmlns:rsrc="OGo:url"
->
- <head>
- <link type="text/css" rel="stylesheet" rsrc:href="uix.css" />
-
- <style>
- a:link, a:visited, a:active, a:hover {
- text-decoration: none;
- font-family: Arial, Helvetica, Helv, Sans-Serif;
- font-size: 9pt;
- color: #0000FF;
- }
- a.reloadlink {
- color: black;
- }
-
- ul {
- margin: 0; /*removes indent IE and Opera*/
- padding: 0; /*removes indent Mozilla and NN7*/
- /* list-style-type: none; */ /*turns off display of bullet*/
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14pt;
- }
-
- ul li {
- /* padding-left: 4px; */
- /* list-style: url(http://vesper.in.skyrix.com/SKYRiXgreen/WebServerResources/EN.lproj/nav_folder_open.gif); */
- list-style: url(http://move:9000/OpenGroupware.woa/WebServerResources/English.lproj/icon_folder.gif);
- }
-
- ul li a {
- display: block;
- border: 1px solid #FFFFFF;
- padding: 2px 2px 2px 24px;
- width: 80%;
- background-color: #EEEEEE;
- }
-
- ul li a:link, ul li a:visited {
- text-decoration: none;
- }
- ul li a:hover {
- border: 1px solid #333333;
- background-color: #CCCCCC;
- }
- </style>
-
- <script language="javascript"><![CDATA[
- function viewInContent(url) {
- parent.content.location=url;
- return true;
- }
- ]]></script>
- </head>
-
- <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
- <br />
- <ul>
- <li><a href="#">OGo</a></li>
- <li><a href="#" onclick="viewInContent('view')" >View</a></li>
- <li><a href="#" onclick="viewInContent('weekoverview')" >Week</a></li>
- <li><a href="#" onclick="viewInContent('monthoverview')">Month</a></li>
- <li><a href="#">OGo</a></li>
- </ul>
- <br />
-
- <div style="border-top: 1px solid #000000;">
- <a href="appnavigation" class="reloadlink"
- var:_o="context.contextID"><i>(reload)</i></a>
- </div>
-
- <br />
-
- <div style="border-top: 1px solid #000000; font-size: 8pt">
- <var:string value="context.contextID" />
- </div>
- <a href="http://www.projectseven.com/tutorials/css_menus/list_01/"
- target="extlink">CSS Menues</a>
- </body>
-</html>
# $Id$
-SUBMINOR_VERSION:=16
+SUBMINOR_VERSION:=17
categories = {
SOGoObject = {
methods = {
- "app" = {
- protectedBy = "View";
- pageName = "UIxAppFrame";
- };
- "appheader" = {
- protectedBy = "View";
- pageName = "UIxAppHeader";
- };
- "appnavigation" = {
- protectedBy = "View";
- pageName = "UIxAppNavigation";
- };
};
};
};