From d09d4962997e9056652815aab81f49311a6a59a8 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 8 Jun 2001 20:47:52 +0000 Subject: Committing the new My Evolution. svn path=/trunk/; revision=10163 --- my-evolution/my-evolution-html.h | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 my-evolution/my-evolution-html.h (limited to 'my-evolution/my-evolution-html.h') diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h new file mode 100644 index 0000000000..9be8ec0c1b --- /dev/null +++ b/my-evolution/my-evolution-html.h @@ -0,0 +1,52 @@ +/* + * my-evolution-html.h: HTML as a #define + * + * Copyright (C) 2001 Ximian, Inc. + * + * Authors: Jakub Steiner + * Iain Holmes + */ + +#ifdef NOT_ETTORE +#define HTML_1 ""\ +"\"My
"\ +"\"\""\ +""\ +"" +#else +#define HTML_1 ""\ +"\"\""\ +"
"\ +"" +#endif + +/* Needs a stringified date */ +#define HTML_2 "" + +#define HTML_3 ""\ +"" \ +""\ +""\ +""\ +"
%s
"\ + +/* Weather stuff goes here */ + +/* RDF Stuff goes here */ + +#define HTML_4 " " + +/* Mail stuff ici s'il vous plait */ + +/* And then the calendar stuff */ + +#ifdef NOT_ETTORE +#define HTML_5 "

\"\"

"\ +"\"\"

\"\"
" +#else +#define HTML_5 "\"\"

"\ +"\"\""\ +"" +#endif -- cgit v1.2.3