Roxen.git
/
server
/
modules
/
tags
/
obox.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/tags/obox.pike:1:
// The outlined box module // // Fredrik Noring et al // // Several modifications by Francesco Chemolli.
-
constant cvs_version = "$Id: obox.pike,v 1.
8
1998/
10
/
18
00
:
25
:
26
mast
Exp $";
+
constant cvs_version = "$Id: obox.pike,v 1.
9
1998/
11
/
22
17
:
02
:
50
per
Exp $";
constant thread_safe=1; #include <module.h> inherit "module"; inherit "roxenlib"; constant unit_gif = "/internal-roxen-unit"; static private int loaded;
Roxen.git/server/modules/tags/obox.pike:162:
break; } return s; } array register_module() { return ({ MODULE_PARSER,
-
"Outlined box",
+
([
+
"
standard":"
Outlined box",
+
"svenska":"Ramlåda",
+
]),
+
([
+
"standard":
"This is a container tag making outlined boxes.<p>"
-
"<tt><obox help></obox></tt> gives help.\n\n<
p
>"
+doc()
,
-
0, 1 });
+
"<tt><obox help></obox></tt> gives help.\n\n
"
+
"
<
obox title=example
>
contents</obox>
",
+
"svenska":
+
"<tt><obox help></obox></tt> är en tag som ramar "
+
"in det som står i den. <obox title=exempel>innehåll</obox>",
+
]),
0, 1 });
} void start(int num, object configuration) { loaded = 1; } mapping query_container_callers() { return ([ "obox":container_obox, ]); }