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.
117
1999/
01
/
15
12
:
34
:
59
neotron
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
118
1999/
04
/
22
09
:
20
:
47
per
Exp $";
//inherit "roxenlib"; inherit "config/draw_things"; // import Array; // import Stdio; string status_row(object node); string display_tabular_header(object node); object get_template(string t);
Roxen.git/server/base_server/mainconfig.pike:1095:
int nunfolded(object o) { int i; if(o = o->down) do { i+=!o->folded; } while(o=o->next); return i; }
-
object module_font =
get
_font(
"base_server
/
config
/font
",0,0,0,"left",1
.
0,1.0);
-
object button_font =
get
_font(
"base_server
/
config
/
button_
font
",0,0,0,"left",1
.
0,1.0);
+
object module_font =
resolve
_font(
0);
//
default
font.
+
object button_font =
resolve
_font(
0);
//
default
font.
mapping(string:object) my_colortable = ([]); mapping auto_image(string in, object id) { string key, value; array trans = ({ dR, dG, dB }); mapping r; mixed e; object i;