Roxen.git
/
server
/
modules
/
tags
/
obox.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/tags/obox.pike:12:
// #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_deprecated = true;
constant module_type = MODULE_TAG; 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"; protected string img_placeholder (mapping args)