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.
125
1999/05/
18
03
:
54
:
10
per Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
126
1999/05/
19
09
:
43
:
14
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:1182:
int nunfolded(object o) { int i; if(o = o->down) do { i+=!o->folded; } while(o=o->next); return i; } object module_font = resolve_font("haru 42");
-
object button_font = resolve_font("haru
64
");
+
object button_font = resolve_font("haru
32
");
mapping auto_image(string in, object id) { string key, value; array trans = ({ dR, dG, dB }); mapping r; mixed e; object i; in = charset_decode_from_url( in );