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.
96
1998/02/20
11
:
16
:
34
per
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
97
1998/02/20
23
:
54
:
55
noring
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:1215:
"<tr><td valign=bottom align=left><a href=\"$docurl"+ node->path(1)+"\">" "<img border=0 src=\"/image/roxen-icon-gray.gif\" alt=\"\"></a>" "</td>\n<td> </td><td width=100% height=39>" "<table cellpadding=0 cellspacing=0 width=100% border=0>\n" "<tr width=\"100%\">\n" "<td width=\"100%\" align=right valigh=center height=28>" +describe_node_path(node)+"</td>" "</tr><tr width=\"100%\">" "<td bgcolor=\"#003366\" align=right height=12 width=\"100%\">"
-
"<font color=white size=-2>Administration Interface
</font>
"
-
"</td></tr></table></td>"
+
"<font color=white size=-2>Administration Interface"
+
"
</
font></
td></tr></table></td>"
"\n</tr>\n</table><br>"); } mapping logged = ([ ]); void check_login(object id) { if(logged[id->remoteaddr] + 1000 < time()) { report_notice("Administrator logged on from " + roxen->blocking_ip_to_host(id->remoteaddr) + ".");