Monotone-Parent: 0a31b59516c9806b4aca1f194ea55dabe3a452d2

Monotone-Revision: 902728e5a33ce282632f568832f3de46adcda381

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-11T21:44:35
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-06-11 21:44:35 +00:00
parent 814ac534ba
commit 1561198d05
4 changed files with 0 additions and 85 deletions

View File

@ -41,7 +41,6 @@ SchedulerUI_OBJC_FILES = \
UIxCalDateLabel.m \
UIxDatePicker.m \
UIxTimeDateControl.m \
UIxCalInlineMonthAptView.m \
UIxCalParticipationStatusView.m \
UIxCalMonthOverview.m

View File

@ -1,32 +0,0 @@
/* UIxCalInlineMonthAptView.h - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef UIXCALINLINEMONTHAPTVIEW_H
#define UIXCALINLINEMONTHAPTVIEW_H
#import "UIxCalInlineAptView.h"
@interface UIxCalInlineMonthAptView : UIxCalInlineAptView
@end
#endif /* UIXCALINLINEMONTHAPTVIEW_H */

View File

@ -1,27 +0,0 @@
/* UIxCalInlineMonthAptView.m - this file is part of SOGo
*
* Copyright (C) 2007 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "UIxCalInlineMonthAptView.h"
@implementation UIxCalInlineMonthAptView
@end

View File

@ -1,25 +0,0 @@
<?xml version='1.0' standalone='yes'?>
<!DOCTYPE div>
<div
var:class="displayClasses"
var:aptCName="appointment.c_name"
var:owner="appointment.owner"
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">
<div class="shadow shadow1"><!-- space --></div
><div class="shadow shadow2"><!-- space --></div
><div class="shadow shadow3"><!-- space --></div
><div class="shadow shadow4"><!-- space --></div
><div var:class="innerDisplayClasses"
><div class="gradient"
><img rsrc:src="event-gradient.png" class="gradient"
/></div
><div class="text"
><span class="eventHeader"><var:string value="startHour"
const:escapeHTML="NO" />
<var:string value="appointment.title" const:escapeHTML="NO"
/></span></div>
</div>
</div>