Roxen.git/server/modules/tags/obox.pike:1:
// The outlined box module, Copyright © 1996 - 2001, Roxen IS.
//
// Fredrik Noring et al
//
// Several modifications by Francesco Chemolli.
- constant cvs_version = "$Id: obox.pike,v 1.36 2001/09/03 18:52:19 nilsson Exp $";
+ constant cvs_version = "$Id: obox.pike,v 1.37 2001/09/21 15:58:16 jhs 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)
Roxen.git/server/modules/tags/obox.pike:183:
horiz_line(args) + "</table>\n";
return s;
}
TAGDOCUMENTATION
#ifdef manual
constant tagdoc=([
"obox": ([
- "standard":#"<desc cont='cont'><p><short>
+ "standard":#"<desc type='cont'><p><short>
This tag creates an outlined box.</short>
</p></desc>
<attr name='align' value='left|right'><p>
Vertical alignment of the box.</p>
</attr>
<attr name='bgcolor' value='color'><p>
Color of the background and title label.</p>
</attr>
Roxen.git/server/modules/tags/obox.pike:260: Inside #if defined(manual)
<title>Sample box</title>
This is just a sample box.
</obox>
</ex>
</attr>",
- "svenska":#"<desc cont='cont'><p><short>
+ "svenska":#"<desc type='cont'><p><short>
Denna tagg skapar en ramlåda runt dess innehåll.</short>
</p></desc>
<attr name='align' value='left|right'><p>
Ramlådans vertikala position.</p>
</attr>
<attr name='bgcolor' value='färg'><p>
Färgen på bakgrunden samt titeln.</p>
</attr>