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.
59
1997/08/12 23:
09
:
15
per Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
60
1997/08/12 23:
26
:
32
per Exp $";
inherit "roxenlib"; inherit "config/draw_things"; import Array; import Stdio; string status_row(object node); string display_tabular_header(object node); /* Work-around for Simulate.perror */ #define perror roxen_perror
Roxen.git/server/base_server/mainconfig.pike:52:
private string show_me(string s) { string name=path(1); if(folded) return ("<a name=\""+name+"\" href=\"/(unfold)" + name + "?"+(bar++)+ "\">\n<img border=0 align=baseline src=/auto/unfold" +(changed?"2":"")+" alt=\""+(changed?"*-":"--")+"\">" "</a>\n "+s+"\n"); else
-
return ("<a
name=\""+name+"
\href
=\"/(fold)" + name + "?"+(bar++)+
+
return ("<a name=\""+name+"
\" href
=\"/(fold)" + name + "?"+(bar++)+
"\">\n<img border=0 src=/auto/fold"+(changed?"2":"") +" alt="+(changed?"**":"\"\\/\"")+">" "</a>\n "+s+"\n"); } mixed describe(int i, object id) { array (string) res=({""}); object node,prevnode; mixed tmp;