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.
62
1997/08/13
03
:
35
:
27
per
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
63
1997/08/13
04
:
17
:
41
neotron
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); /* Work-around for Simulate.perror */
Roxen.git/server/base_server/mainconfig.pike:574:
"</td>\n" "<tr><td colspan=2><table><tr><td align=left>" "<input type=submit name=ok value=\" Ok \"></td>" "<td align=right>" "<input type=submit name=no value=\" Cancel \"></td></tr>" "</table></td></tr></table></td></tr></table>" + "<p>The only thing the type change is the initial " "configuration of the server. <p>The types are:<dl>"+ configuration_docs() + "<dt><b>Copy of ...</b>:\n"
-
"<dd>Make an exact copy of the
mentined
virtual server.\n"
+
"<dd>Make an exact copy of the
mentioned
virtual server.\n"
"You should change at least the listen ports. <p>" "This can be very useful, since you can make 'template' virtual " "servers (servers without any open ports), that you can copy later " "on.\n</dl>\n</body>"); } mapping module_nomore(string name, int type, object conf) { mapping module;