mirror of https://github.com/BOINC/boinc.git
111 lines
2.2 KiB
C
111 lines
2.2 KiB
C
// $Id$
|
|
//
|
|
// The contents of this file are subject to the BOINC Public License
|
|
// Version 1.0 (the "License"); you may not use this file except in
|
|
// compliance with the License. You may obtain a copy of the License at
|
|
// http://boinc.berkeley.edu/license_1.0.txt
|
|
//
|
|
// Software distributed under the License is distributed on an "AS IS"
|
|
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
|
// License for the specific language governing rights and limitations
|
|
// under the License.
|
|
//
|
|
// The Original Code is the Berkeley Open Infrastructure for Network Computing.
|
|
//
|
|
// The Initial Developer of the Original Code is the SETI@home project.
|
|
// Portions created by the SETI@home project are Copyright (C) 2002
|
|
// University of California at Berkeley. All Rights Reserved.
|
|
//
|
|
// Contributor(s):
|
|
//
|
|
// Revision History:
|
|
//
|
|
// $Log$
|
|
// Revision 1.2 2004/09/21 01:28:35 rwalton
|
|
// *** empty log message ***
|
|
//
|
|
//
|
|
|
|
/* XPM */
|
|
static const char *web_xpm[] = {
|
|
"16 16 63 1",
|
|
" c #FF00FF",
|
|
". c #B2B2B2",
|
|
"X c #969696",
|
|
"o c #C0C0C0",
|
|
"O c #E7E7D6",
|
|
"+ c #CCCC66",
|
|
"@ c #FFFFFF",
|
|
"# c #A0A0A4",
|
|
"$ c #FFCC33",
|
|
"% c #FFFF66",
|
|
"& c #FFCC66",
|
|
"* c #EFD6C6",
|
|
"= c #CCCCCC",
|
|
"- c #CBCBCB",
|
|
"; c #CC9999",
|
|
": c #999933",
|
|
"> c #CCCC33",
|
|
", c #868686",
|
|
"< c #F8F8F8",
|
|
"1 c #CCECFF",
|
|
"2 c #9999CC",
|
|
"3 c #CC9966",
|
|
"4 c #666600",
|
|
"5 c #999999",
|
|
"6 c #1C1C1C",
|
|
"7 c #FFFF99",
|
|
"8 c #99FF66",
|
|
"9 c #66CC66",
|
|
"0 c #33CC33",
|
|
"q c #CCCC99",
|
|
"w c #777777",
|
|
"e c #99CC66",
|
|
"r c #66FF66",
|
|
"t c #339900",
|
|
"y c #339999",
|
|
"u c #3366FF",
|
|
"i c #333333",
|
|
"p c #D7D7D7",
|
|
"a c #336600",
|
|
"s c #3399CC",
|
|
"d c #0099FF",
|
|
"f c #3366CC",
|
|
"g c #336633",
|
|
"h c #FFCC99",
|
|
"j c #666633",
|
|
"k c #333300",
|
|
"l c #99CCFF",
|
|
"z c #33FFFF",
|
|
"x c #33CCFF",
|
|
"c c #336699",
|
|
"v c #003300",
|
|
"b c #66CC33",
|
|
"n c #339933",
|
|
"m c #006600",
|
|
"M c #000000",
|
|
"N c #669933",
|
|
"B c #424242",
|
|
"V c #003399",
|
|
"C c #999966",
|
|
"Z c #808080",
|
|
"A c #DDDDDD",
|
|
"S c #999900",
|
|
"D c #5F5F5F",
|
|
" .Xo ",
|
|
" O+++.@@#o ",
|
|
" O$%&.@*=@#o ",
|
|
" +%&.@*-;*@#:>o ",
|
|
" +&,<oo;oo=1234 ",
|
|
"++++++++++++:56 ",
|
|
"+7%7%8900q77+w#o",
|
|
"+%7%er0tyu+77wip",
|
|
"+7%%19asdfg7hjk ",
|
|
"+777lzxxctv%hj4 ",
|
|
" >%7b9ndtma%h+M ",
|
|
" +77%NBufV+&hhM ",
|
|
" +++++444C++++k ",
|
|
" ZZZZZiBZZZZZo ",
|
|
"A.....:+SD.....A",
|
|
"p.....jZjD.....p"};
|