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.
20
2000/02/
07
17
:
43
:
04
kuntri
Exp $";
+
constant cvs_version = "$Id: obox.pike,v 1.
21
2000/02/
10
07:
13
:
28
nilsson
Exp $";
constant thread_safe=1; #include <module.h> inherit "module"; inherit "roxenlib"; TAGDOCUMENTATION #ifdef manual constant tagdoc=(["obox":([ "standard":#"<desc cont>Outlined box</desc>
Roxen.git/server/modules/tags/obox.pike:230:
s += contents; s += "</td></tr></table>\n" "</td><td bgcolor=\"" + args->outlinecolor + "\">" + img_placeholder(args) + "</td></tr>\n" + horiz_line(args) + "</table>\n"; return s; }
-
array
register_
module
()
-
{
-
return ({
-
MODULE_PARSER
,
+
constant
module
_
type
=
MODULE_PARSER;
+
constant
module_name
=
([ "standard":"Outlined box", "svenska":"Ramlåda",
-
])
,
+
])
;
+
constant module_doc =
([ "standard": "This is a container tag making outlined boxes.", "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 })
;
-
}
+
]);