Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
16
1996/12/
03
02
:
04
:
06
per Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
17
1996/12/
04
07
:
15
:
11
per Exp $";
inherit "roxenlib"; inherit "config/draw_things"; #include <confignode.h> #include <module.h> #define dR "00" #define dG "20" #define dB "50"
Roxen.git/server/base_server/mainconfig.pike:923:
break; case "selected": i=draw_selected_button(value,button_font); break; case "unselected": i=draw_unselected_button(value,button_font); break; }
-
i->map_closest(i->select_colors(
31
)+({trans}));
+
i->map_closest(i->select_colors(
64
)+({trans}));
if(i) r = http_string_answer(i->togif(@trans),"image/gif"); i=0; cache_set("config_images", in, r); return r; } mapping configuration_parse(object id) { array (string) res=({});