diff options
author | ivan <ivan> | 2002-01-29 17:46:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-01-29 17:46:41 +0000 |
commit | ea0d3938b57a079ce4aa6db0cae316e3ac6da654 (patch) | |
tree | 1ee44728e7a81e1c7671ef154aee3c77fc565a7a /httemplate/docs/man/FS/CGI.html | |
parent | c5c0ba135749164ec8ba75d18f76c29625e1bc7e (diff) |
these are all auto-generated by the installation; don't check them into CVS
(probably should generate them for a release tarball though)
Diffstat (limited to 'httemplate/docs/man/FS/CGI.html')
-rw-r--r-- | httemplate/docs/man/FS/CGI.html | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/httemplate/docs/man/FS/CGI.html b/httemplate/docs/man/FS/CGI.html deleted file mode 100644 index 54a0bf39b..000000000 --- a/httemplate/docs/man/FS/CGI.html +++ /dev/null @@ -1,100 +0,0 @@ -<HTML> -<HEAD> -<TITLE>FS::CGI - Subroutines for the web interface</TITLE> -<LINK REV="made" HREF="mailto:perl@packages.debian.org"> -</HEAD> - -<BODY> - -<A NAME="__index__"></A> -<!-- INDEX BEGIN --> - -<UL> - - <LI><A HREF="#name">NAME</A></LI> - <LI><A HREF="#synopsis">SYNOPSIS</A></LI> - <LI><A HREF="#description">DESCRIPTION</A></LI> - <LI><A HREF="#subroutines">SUBROUTINES</A></LI> - <LI><A HREF="#bugs">BUGS</A></LI> - <LI><A HREF="#see also">SEE ALSO</A></LI> -</UL> -<!-- INDEX END --> - -<HR> -<P> -<H1><A NAME="name">NAME</A></H1> -<P>FS::CGI - Subroutines for the web interface</P> -<P> -<HR> -<H1><A NAME="synopsis">SYNOPSIS</A></H1> -<PRE> - use FS::CGI qw(header menubar idiot eidiot popurl);</PRE> -<PRE> - print header( 'Title', '' ); - print header( 'Title', menubar('item', 'URL', ... ) );</PRE> -<PRE> - idiot "error message"; - eidiot "error message";</PRE> -<PRE> - $url = popurl; #returns current url - $url = popurl(3); #three levels up</PRE> -<P> -<HR> -<H1><A NAME="description">DESCRIPTION</A></H1> -<P>Provides a few common subroutines for the web interface.</P> -<P> -<HR> -<H1><A NAME="subroutines">SUBROUTINES</A></H1> -<DL> -<DT><STRONG><A NAME="item_header">header TITLE, MENUBAR</A></STRONG><BR> -<DD> -Returns an HTML header. -<P></P> -<DT><STRONG><A NAME="item_menubar_ITEM%2C_URL%2C_%2E%2E%2E">menubar ITEM, URL, ...</A></STRONG><BR> -<DD> -Returns an HTML menubar. -<P></P> -<DT><STRONG><A NAME="item_idiot">idiot ERROR</A></STRONG><BR> -<DD> -This is depriciated. Don't use it. -<P>Sends headers and an HTML error message.</P> -<P></P> -<DT><STRONG><A NAME="item_eidiot">eidiot ERROR</A></STRONG><BR> -<DD> -This is depriciated. Don't use it. -<P>Sends headers and an HTML error message, then exits.</P> -<P></P> -<DT><STRONG><A NAME="item_popurl">popurl LEVEL</A></STRONG><BR> -<DD> -Returns current URL with LEVEL levels of path removed from the end (default 0). -<P></P> -<DT><STRONG><A NAME="item_table">table</A></STRONG><BR> -<DD> -Returns HTML tag for beginning a table. -<P></P> -<DT><STRONG><A NAME="item_itable">itable</A></STRONG><BR> -<DD> -Returns HTML tag for beginning an (invisible) table. -<P></P> -<DT><STRONG><A NAME="item_ntable">ntable</A></STRONG><BR> -<DD> -This is getting silly. -<P></P> -<DT><STRONG><A NAME="item_small_custview_CUSTNUM_%7C%7C_CUST_MAIN_OBJECT%2C_">small_custview CUSTNUM || CUST_MAIN_OBJECT, COUNTRYDEFAULT</A></STRONG><BR> -<DD> -Sheesh. I should just switch to Mason. -<P></P></DL> -<P> -<HR> -<H1><A NAME="bugs">BUGS</A></H1> -<P>Not OO.</P> -<P>Not complete.</P> -<P>small_custview sooooo doesn't belong here. i should just switch to Mason.</P> -<P> -<HR> -<H1><A NAME="see also">SEE ALSO</A></H1> -<P><A HREF=".././FS/CGI.html">the CGI manpage</A>, <A HREF="../CGI/Base.html">the CGI::Base manpage</A></P> - -</BODY> - -</HTML> |