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, Copyright © 1996 - 2000, Roxen IS. // // Fredrik Noring et al // // Several modifications by Francesco Chemolli.
-
constant cvs_version = "$Id: obox.pike,v 1.
34
2001/03/
07
13
:
42
:
12
kuntri
Exp $";
+
constant cvs_version = "$Id: obox.pike,v 1.
35
2001/03/
08
14
:
35
:
47
per
Exp $";
constant thread_safe=1; #include <module.h> // #include <roxen.h> inherit "module"; // begin locale stuff //<locale-token project="mod_obox">LOCALE</locale-token> //<locale-token project="mod_obox">SLOCALE</locale-token> #define SLOCALE(X,Y) _STR_LOCALE("mod_obox",X,Y) #define LOCALE(X,Y) _DEF_LOCALE("mod_obox",X,Y) // end locale stuff constant module_type = MODULE_TAG;
-
LocaleString module_name = LOCALE(1,"Outlined box");
+
LocaleString module_name = LOCALE(1,"
Tags:
Outlined box");
LocaleString module_doc = LOCALE(2,"This module provides the <tt><obox></tt> tag that " "draws outlined boxes."); constant unit_gif = "/internal-roxen-unit"; static string img_placeholder (mapping args) { int width=((int)args->outlinewidth)||1;