updated XCode project file
[openjpeg.git] / OPJViewer / source / about_htm.h
1 wxString htmlaboutpage = wxT(\r
2 "<html>"\r
3 "<body bgcolor=#FFFFFF>"\r
4 "<table cellspacing=7 cellpadding=1 border=0 width=100%>"   \r
5 "<tr>"\r
6 "<td rowspan=3 valign=top align=center width=70>"\r
7 "<img src=\"memory:opj_logo.xpm\"><br><br>" \r
8 "</td>"\r
9 "<td align=center>"\r
10 "<font size=+0 color=#000000><b>" \r
11 OPJ_APPLICATION " " OPJ_APPLICATION_VERSION \r
12 "</b></font><br>"\r
13 "<font size=-1 color=#000000><b>A JPEG 2000 image viewer</b></font><br>"  \r
14 "<font size=-2 color=#000000><b>" OPJ_APPLICATION_PLATFORM " version</b></font>"  \r
15 "</td>"\r
16 "</tr>"\r
17 "<tr height=3 valign=center>"  \r
18 "<td valign=center  bgcolor=#cc3300></td>"   \r
19 "</tr>"\r
20 "<tr>"\r
21 "<td align=justify>"\r
22 "<center><font size=+0 color=#000000><a href=\"http://www.openjpeg.org/\">OpenJPEG</a></font></center>"\r
23 "<p><font size=-1 color=#000000>The OpenJPEG library is an open-source JPEG 2000 codec written in C language. "\r
24 "In addition to the basic codec, various other features are under development.</font></p><br>"\r
25 "<font size=-2 color=red>* Build: ")\r
26 #include "build.h"\r
27 wxT(", " __DATE__ ", " __TIME__ "</font><br>")\r
28 wxT("<font size=-2 color=red>* " wxVERSION_STRING "</font><br>")\r
29 wxT("<font size=-2 color=red>* OpenJPEG " OPENJPEG_VERSION " (")\r
30 #ifdef USE_JPWL\r
31 wxT("<font size=-2 color=green>JPWL</font> ")\r
32 #endif // USE_JPWL\r
33 #ifdef USE_JPSEC\r
34 wxT("<font size=-2 color=green>JPSEC</font> ")\r
35 #endif // USE_JPSEC\r
36 wxT(")</font><br>")\r
37 #ifdef USE_MXF\r
38 wxT("<font size=-2 color=red>* MXFLib " MXFLIB_VERSION_MAJOR "." MXFLIB_VERSION_MINOR "." MXFLIB_VERSION_TWEAK " (" MXFLIB_VERSION_BUILD ")</font><br>")\r
39 #endif // USE_MXF\r
40 wxT("</td>"\r
41 "</tr>"\r
42 "<tr>"\r
43 "<td colspan=2 bgcolor=#CC3300 height=3 valign=center></td>" \r
44 "</tr>"\r
45 "<tr>"\r
46 "<td colspan=2>"\r
47 "<font size=-2 color=#444444>OpenJPEG is &copy; 2002-2008 <a href=\"http://www.tele.ucl.ac.be/\">TELE</a> - <a href=\"http://www.uclouvain.be/\">Universite' Catholique de Louvain</a></font><br>"\r
48 "<font size=-2 color=#444444>OPJViewer is &copy; 2007-2008 <a href=\"http://dsplab.diei.unipg.it/\">DSPLab</a> - <a href=\"http://www.unipg.it/\">Universita' degli studi di Perugia</a></font>"\r
49 "</td>"\r
50 "</tr>"\r
51 "</table>"\r
52 "</body>"\r
53 "</html>"\r
54 );\r