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.
42
1997/06/12
00
:
34
:
23
grubba
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
43
1997/06/12
02
:
41
:
40
per
Exp $";
inherit "roxenlib"; inherit "config/draw_things"; import Array; import Stdio; /* Work-around for Simulate.perror */ #define perror roxen_perror #include <confignode.h>
Roxen.git/server/base_server/mainconfig.pike:529:
res = ({default_head("Add a module")+"\n\n"+ "<h2>Select a module to add from the list below</h2>" }); foreach(mods, q) { if(b = module_nomore(q, a[q][2], node->config())) { if(b->sname != q) res += ({("<p>"+ (roxen->QUERY(BS)?"<h2>"+a[q][0]+"</h2>":
-
"<img alt=\""+a[q][0]+"\" src=/auto/module/"
+ a
[q][2]+"/"+
+
"<img alt=\""+a[q][0]+"\" src=/auto/module/"
+a
[q][2]+"/"+
q+" height=24 width=500>")+ "<br><blockquote>" + a[q][1] + "<p><i>A module of the same type is already enabled (" + b->name + "). <a href=\"/(delete)" + node->descend(b->name, 1)->path(1) + "?" + (bar++) + "\">Disable that module</a> if you want this one insted</i>" "\n<p><br><p></blockquote>")}); } else { res += ({"<p><a href=/(newmodule)"+node->path(1)+"?"+q+"=1>"+ (roxen->QUERY(BS)?"<h2>"+a[q][0]+"</h2>":
-
"<img border=0 alt=\""+a[q][0]+"\" src=/auto/module/"
+
-
a
[q][2]+"/"+q+" height=24 width=500>")+
+
"<img border=0 alt=\""+a[q][0]+"\" src=/auto/module/"
+
+a
[q][2]+"/"+q+" height=24 width=500>")+
"</a><blockquote><br>"+a[q][1]+"<p><br><p></blockquote>"}); } } return res*""; } mapping new_module(object id, object node) { string varname;