Roxen.git
/
server
/
modules
/
graphics
/
gbutton.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/graphics/gbutton.pike:1:
// Button module. Generates graphical buttons for use in Roxen config // interface, Roxen SiteBuilder and other places. //
-
// Copyright © 1999-2000 Roxen IS. Author: Jonas Walldén, <
jonasw@idonex
.
se
>
+
// Copyright © 1999-2000 Roxen IS. Author: Jonas Walldén, <
jonasw@roxen
.
com
>
// Usage: // // <gbutton // bgcolor -- background color inside/outside button // bordercolor -- button border color // textcolor -- button text color // href -- button URL // alt -- alternative button alt text
Roxen.git/server/modules/graphics/gbutton.pike:18:
// icon_src -- icon reference // icon_data -- inline icon data // align -- left|center|right text alignment // align_icon -- left|center_before|center_after|right icon alignment // >Button text</gbutton> // // Alignment restriction: when text alignment is either left or right, icons // must also be aligned left or right.
-
constant cvs_version = "$Id: gbutton.pike,v 1.
38
2000/03/
14
05
:
52
:
28
nilsson Exp $";
+
constant cvs_version = "$Id: gbutton.pike,v 1.
39
2000/03/
16
17
:
30
:
24
nilsson Exp $";
constant thread_safe = 1; #include <module.h> inherit "module"; inherit "roxenlib"; roxen.ImageCache button_cache; constant module_type = MODULE_PARSER;