Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-12
1997-08-12 19:25:09 by Peter Bortas <zino@lysator.liu.se>
5aa6081b1668527a3366a65bd92903c579a5afc3 (
12
lines) (+
7
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Lynxifierade.
Rev: server/base_server/mainconfig.pike:1.56
1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
55
1997/08/12
17
:
03
:09 peter Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
56
1997/08/12
19
:
25
:09 peter Exp $";
inherit "roxenlib"; inherit "config/draw_things";
621:
res = ({default_head("Add a module")+"\n\n"+ status_row(node)+ // display_tabular_header(node)+
-
"<table><tr><td> <td><h2>Select a module to add"
+
"<table><tr><td> 
;
<td><h2>Select a module to add"
" from the list below, click on it's header to add it.</h2>" }); foreach(mods, q)
1171:
string status_row(object node) { return ("<table width=100% bgcolor=#dddddd border=0 cellpadding=0"
-
" cellspacing=0><tr><td valign=center align=left><a href=$docurl>
<img border=0
"
-
"src=/image/roxen-small.gif></a></td><td align=right valign=top>"+
-
describe_node_path(node)+"</td><td> </td></tr></table><br>");
+
" cellspacing=0><tr><td valign=center align=left><a href=$docurl>"
+
"
<img border=0
src=/image/roxen-small.gif
alt=\"Roxen\"
></a></td>
"
+
"
<td align=right valign=top>"+
+
describe_node_path(node)+"</td><td> 
;
</td></tr></table><br>");
} mapping logged = ([ ]);