aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/my-evolution-html.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-20 23:43:30 +0800
committernobody <nobody@localhost>2001-08-20 23:43:30 +0800
commit2a079c32c95a23ccc5eeb5766d103f21d2332ac6 (patch)
treeec1f6913db147c635df98f914ab6b3a1711e0fac /my-evolution/my-evolution-html.h
parentdb79f8266e5055e6d5512016dfa518f71ce1a8cc (diff)
downloadgsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.tar
gsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.tar.gz
gsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.tar.bz2
gsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.tar.lz
gsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.tar.xz
gsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.tar.zst
gsoc2013-evolution-2a079c32c95a23ccc5eeb5766d103f21d2332ac6.zip
This commit was manufactured by cvs2svn to create tagGTKHTML_0_12_0
'GTKHTML_0_12_0'. svn path=/tags/GTKHTML_0_12_0/; revision=12303
Diffstat (limited to 'my-evolution/my-evolution-html.h')
-rw-r--r--my-evolution/my-evolution-html.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h
deleted file mode 100644
index b1f031f54b..0000000000
--- a/my-evolution/my-evolution-html.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * my-evolution-html.h: HTML as a #define
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * Authors: Jakub Steiner <jimmac@ximian.com>
- * Iain Holmes <iain@ximian.com>
- */
-
-#ifdef NOT_ETTORE
-#define HTML_1 "<html><head></head><body background=\"bcg.png\" "\
-"bgcolor=\"white\" text=\"#000000\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\
-"<img src=\"myevo.png\" alt=\"My Evolution\" width=\"200\" height=\"31\" border=\"0\"><br>"\
-"<img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"20\">"\
-"<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"\
-"<tbody><tr>"
-#else
-#define HTML_1 "<html><head></head><body background=\"bcg.png\" "\
-"bgcolor=\"white\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\
-"<img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"20\">"\
-"<table border=\"0\" numcols=\"5\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"\
-"<tbody><tr>"
-#endif
-
-/* Needs a stringified date */
-#define HTML_2 "<td align=\"Right\" colspan=\"5\"><b>%s</b><br> <img src=\"empty.gif\" width=\"1\" height=\"3\"></td>"
-
-#define HTML_3 "</tr><tr><td colspan=\"5\" bgcolor=\"#000000\"><img src=\"empty.gif\" width=\"1\" height=\"1\"></td></tr>"\
-"<tr valign=\"Top\">" \
-"<td width=\"100%\">"\
-
-/* Weather stuff goes here */
-
-/* RDF Stuff goes here */
-
-#define HTML_4 "</td><td>&#160;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"empty.gif\" width=\"1\" height=\"1\"></td>"\
-"<td width=\"15\" background=\"pattern.png\">&nbsp&nbsp&nbsp</td>"\
-"<td width=\"0\" background=\"pattern.png\">"
-
-/* Mail stuff ici s'il vous plait */
-
-/* And then the calendar stuff */
-
-#ifdef NOT_ETTORE
-#define HTML_5 "<p align=\"Center\"><img src=\"evologo-big.png\" width=\"200\" height=\"216\" alt=\"\"></p><p>"\
-"<img src=\"empty.gif\" alt=\"\" width=\"290\" height=\"1\"></p></td>"\
-"<tr bgcolor=\"#000000\"><td colspan=\"\"><img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"20\"></td></tr>"\
-"</tbody></table></body></html>"
-#else
-#define HTML_5 "<img src=\"empty.gif\" alt=\"\" width=\"290\" height=\"1\"></p></td>"\
-"<tr bgcolor=\"#000000\"><td colspan=\"5\"><img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"1\"></td></tr>"\
-"</tbody></table></body></html>"
-#endif
-