X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fman%2FFS%2FCGI.html;fp=htdocs%2Fdocs%2Fman%2FFS%2FCGI.html;h=05f7823b4102ed977618e73aa0da35ec9db85694;hp=8bcb6a27a7d5325e8b946d89517815d7f1ff6ef2;hb=f3235d39d083518d47f21cd5585e5f9a13070763;hpb=ece31063b782031e21ba1f57476afab555af5363 diff --git a/htdocs/docs/man/FS/CGI.html b/htdocs/docs/man/FS/CGI.html index 8bcb6a27a..05f7823b4 100644 --- a/htdocs/docs/man/FS/CGI.html +++ b/htdocs/docs/man/FS/CGI.html @@ -1,114 +1,94 @@ FS::CGI - Subroutines for the web interface - + +

-

NAME

-

-FS::CGI - Subroutines for the web interface - +

NAME

+

FS::CGI - Subroutines for the web interface


-

SYNOPSIS

-

-

  use FS::CGI qw(header menubar idiot eidiot popurl);
-
-

-

  print header( 'Title', '' );
-  print header( 'Title', menubar('item', 'URL', ... ) );
-
-

-

  idiot "error message"; 
-  eidiot "error message";
-
-

-

  $url = popurl; #returns current url
-  $url = popurl(3); #three levels up
-
+

SYNOPSIS

+
+  use FS::CGI qw(header menubar idiot eidiot popurl);
+
+  print header( 'Title', '' );
+  print header( 'Title', menubar('item', 'URL', ... ) );
+
+  idiot "error message"; 
+  eidiot "error message";
+
+  $url = popurl; #returns current url
+  $url = popurl(3); #three levels up


-

DESCRIPTION

-

-Provides a few common subroutines for the web interface. - +

DESCRIPTION

+

Provides a few common subroutines for the web interface.


-

SUBROUTINES

+

SUBROUTINES

-
header TITLE, MENUBAR
-

+

header TITLE, MENUBAR
+
Returns an HTML header. - -
menubar ITEM, URL, ...
-

+

+
menubar ITEM, URL, ...
+
Returns an HTML menubar. - -
idiot ERROR
-

-This is depriciated. Don't use it. - -

-Sends headers and an HTML error message. - -

eidiot ERROR
-

-This is depriciated. Don't use it. - -

-Sends headers and an HTML error message, then exits. - -

popurl LEVEL
-

-Returns current URL with LEVEL levels of path removed from the end (default -0). - -

table
-

+

+
idiot ERROR
+
+This is depriciated. Don't use it. +

Sends headers and an HTML error message.

+

+
eidiot ERROR
+
+This is depriciated. Don't use it. +

Sends headers and an HTML error message, then exits.

+

+
popurl LEVEL
+
+Returns current URL with LEVEL levels of path removed from the end (default 0). +

+
table
+
Returns HTML tag for beginning a table. - -
itable
-

+

+
itable
+
Returns HTML tag for beginning an (invisible) table. - -
ntable
-

+

+
ntable
+
This is getting silly. - -
+


-

BUGS

-

-Not OO. - -

-Not complete. - +

BUGS

+

Not OO.

+

Not complete.


-

SEE ALSO

-

-the CGI manpage, CGI::Base - - +

SEE ALSO

+

the CGI manpage, the CGI::Base manpage