#include "openLogin.h"#include "cgiTemplates.h"#include "objectBase.h"#include "connectstring"#include "forms.h"#include "siteLimit.h"

Go to the source code of this file.
Classes | |
| class | pageObject |
Functions | |
| void | page_menuList (cgiScript &script, cgiInput &args, cgiTemplates &htmlDoc, ocString &bottom1, string &id) |
| void | paragraphList (cgiScript &script, cgiInput &args, cgiTemplates &htmlDoc, ocString &bottom1, string &id) |
| void | pageForm (cgiScript &script, openLogin &login) |
| int | main (int argcount, char **args) |
| int main | ( | int | argcount, | |
| char ** | args | |||
| ) |
Definition at line 206 of file pageForm.cpp.
References cgiScriptLite::closeHeader(), isSignedOn, pageForm(), cgiScriptLite::Redirect(), and openLogin::testLoginStatus().
| void page_menuList | ( | cgiScript & | script, | |
| cgiInput & | args, | |||
| cgiTemplates & | htmlDoc, | |||
| ocString & | bottom1, | |||
| string & | id | |||
| ) |
Definition at line 75 of file pageForm.cpp.
References CONNECTSTRING, basicField::format(), openRS::getField(), cgiTemplates::getParagraph(), mySqlRS::next(), mySqlRS::open(), and ocString::replace().
Referenced by pageForm().
Definition at line 153 of file pageForm.cpp.
References cgiEnvironment::ClientArguments(), formButtons(), cgiTemplates::getParagraph(), cgiTemplates::load(), page_menuList(), and paragraphList().
Referenced by main().
| void paragraphList | ( | cgiScript & | script, | |
| cgiInput & | args, | |||
| cgiTemplates & | htmlDoc, | |||
| ocString & | bottom1, | |||
| string & | id | |||
| ) |
Definition at line 114 of file pageForm.cpp.
References CONNECTSTRING, basicField::format(), openRS::getField(), cgiTemplates::getParagraph(), mySqlRS::next(), mySqlRS::open(), and ocString::replace().
Referenced by pageForm().
1.5.5