From: <ope...@li...> - 2002-06-28 02:10:24
|
Update of /cvsroot/openposs/Server/theme/Default In directory usw-pr-cvs1:/tmp/cvs-serv6139 Modified Files: theme.css theme.php Log Message: Made major style changes to default style Index: theme.css =================================================================== RCS file: /cvsroot/openposs/Server/theme/Default/theme.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** theme.css 25 Jun 2002 03:18:00 -0000 1.1 --- theme.css 28 Jun 2002 02:10:22 -0000 1.2 *************** *** 1,93 **** ! BODY { ! background: #00003F; ! color: #FFFFFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: normal; ! margin-bottom: 0; ! margin-left: 0; ! margin-right: 0; ! margin-top: 0; ! text-decoration: none; ! } ! ! TD { ! color: #FFFFFF ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! } ! ! TH { ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 15px; ! } ! ! TEXTAREA { ! border-bottom-width: 1px; ! border-color: #00007F; ! border-left-width: 1px; ! border-right-width: 1px; ! border-style: solid; ! border-top-width: 1px; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! text-indent: 2px; ! } ! ! INPUT { ! background-color: transparent; ! border-bottom-width: 1px; ! border-color: #366FFF; ! border-left-width: 1px; ! border-right-width: 1px; ! border-top-width: 1px; ! color: #366FFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: normal; ! text-indent: 2px; ! } ! ! INPUT.r-button { ! background-color: transparent; ! font-family: Tahoma, Verdana, sans-serif; ! } ! ! SELECT { ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! } ! ! A:link { ! background-color: transparent; ! color: #7F7FFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: none; ! } ! ! A:visited { ! background-color: transparent; ! color: #7F7FFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: none; ! } ! ! A:hover { ! background-color: transparent; ! color: #7F7FFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: underline; ! } ! ! A:active { ! background-color: transparent; ! color: #7F7FFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: none; ! } --- 1,129 ---- ! BODY { ! background: #ffffffF; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: normal; ! margin-bottom: 0; ! margin-left: 0; ! margin-right: 0; ! margin-top: 0; ! text-decoration: none; ! } ! ! TD { ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! } ! ! TH { ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 15px; ! } ! ! /*TEXTAREA { ! border-bottom-width: 1px; ! border-color: #00007F; ! border-left-width: 1px; ! border-right-width: 1px; ! border-style: solid; ! border-top-width: 1px; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! text-indent: 2px; ! } ! ! INPUT { ! background-color: transparent; ! border-bottom-width: 1px; ! border-color: #366FFF; ! border-left-width: 1px; ! border-right-width: 1px; ! border-top-width: 1px; ! color: #366FFF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: normal; ! text-indent: 2px; ! } ! */ ! INPUT.r-button { ! background-color: transparent; ! font-family: Tahoma, Verdana, sans-serif; ! } ! ! SELECT { ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! } ! ! A:link{ ! background-color: transparent; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: none; ! } ! ! A:visited { ! background-color: transparent; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: none; ! } ! ! A:hover { ! background-color: transparent; ! color: #0700FF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: underline; ! } ! ! A:active { ! background-color: transparent; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! text-decoration: none; ! } ! ! A:link.menu { ! background-color: transparent; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! text-decoration: none; ! } ! ! A:visited.menu { ! background-color: transparent; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! text-decoration: none; ! } ! ! A:hover.menu { ! background-color: transparent; ! color: #0700FF; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! text-decoration: underline; ! } ! ! A:active.menu { ! background-color: transparent; ! color: #000000; ! font-family: Tahoma, Verdana, sans-serif; ! font-size: 13px; ! font-weight: bold; ! text-decoration: none; ! } Index: theme.php =================================================================== RCS file: /cvsroot/openposs/Server/theme/Default/theme.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** theme.php 25 Jun 2002 05:45:43 -0000 1.2 --- theme.php 28 Jun 2002 02:10:22 -0000 1.3 *************** *** 1,232 **** ! <? ! ! /****************************************************************************** ! * Function: Theme_Open_Page() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML code for the start of a webpage * ! * and should be called before any of the functions below. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Title: This is a string of text to be used in the page title. * ! ******************************************************************************/ ! function Theme_Open_Page($Title) { ! $Output = "<HTML><HEAD><TITLE>"._OPENPOSTITLE." :: $Title</TITLE>"; ! $Output .= "<LINK href=\"theme/Default/theme.css\" rel=\"stylesheet\" type=\"text/css\"><BODY><DIV ALIGN=\"CENTER\"><H1>openPOS $Title</H1></DIV>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Page() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML code to finish off the webpage * ! * and should be called after all other function calls within this module * ! * have been completed. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Page() { ! $Output = "</BODY></HTML>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Table() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the <TABLE> HTML tags for the beginning * ! * of a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Width: (OPTIONAL) the value of the table width which can be either a * ! * fixed number of pixels, or a percentage. * ! ******************************************************************************/ ! function Theme_Open_Table($Width = "") { ! $Output = "<TABLE BORDER=\"0\" CELLPADDING=\"2\" CELLSPACING=\"2\""; ! if (isset($Width)) { ! $Output .= " WIDTH=\"$Width\""; ! } ! $Output .= ">"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Table() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the closing tag for a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Table() { ! $Output = "</TABLE>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Row() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet for starting a row in a * ! * HTML webpage table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Open_Row() { ! $Output = "<TR>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Row() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet for finishing a row in * ! * a HTML webpage table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Row() { ! $Output = "</TR>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Header_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet used to create a header * ! * cell in a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Align: (OPTIONAL) alignment of the contents of the cell. * ! ******************************************************************************/ ! function Theme_Open_Header_Cell($Align = "LEFT") { ! $Output = "<TH ALIGN=\"$Align\">"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Header_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet used to end a header * ! * cell in a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Header_Cell() { ! $Output = "</TH>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Data_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate a HTML snippet to create a normal data * ! * cell within a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Align: (OPTIONAL) alignment of the contents of the cell. * ! * $Width: (OPTIONAL) width of the cell relative to the width of the table. * ! ******************************************************************************/ ! function Theme_Open_Data_Cell($Align = "LEFT", $Width = "") { ! $Output = "<TD ALIGN=\"$Align\""; ! if (isset($Width)) { ! $Output .= " WIDTH=\"$Width\""; ! } ! $Output .= ">"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Data_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate a HTML snippet to close off a normal * ! * data cell within a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Data_Cell() { ! $Output = "</TD>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: ReadConfigFromDatabase() * ! * -------------------------------------------------------------------------- * ! * This function is used to create a HTML link snippet. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $URI: URI of the location the link points to. * ! * $Label: The text of the link. * ! ******************************************************************************/ ! function Theme_Add_Link($URI, $Label) { ! $Output = "<A HREF=\"$URI\">$Label</A>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Login_Screen() * ! * -------------------------------------------------------------------------- * ! * This function is used to produce a HTML web page that is used as the login * ! * page for the openPOS System. * ! * * ! * Returned Values * ! * HTML Webpage. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Login_Screen() { ! $Output = Theme_Open_Page(_OPENPOSLOGINTITLE)."<DIV ALIGN=\"CENTER\">"; ! $Output .= "<FORM ACTION=\"/Server/\" METHOD=\"GET\">"; ! $Output .= Theme_Open_Table().Theme_Open_Row().Theme_Open_Data_Cell("Right"); ! $Output .= "Username".Theme_Close_Data_Cell().Theme_Open_Data_Cell(); ! $Output .= "<INPUT TYPE=\"TEXT\" NAME=\"username\">".Theme_Close_Data_Cell(); ! $Output .= Theme_Close_Row().Theme_Open_Row().Theme_Open_Data_Cell("Right"); ! $Output .= "Password".Theme_Close_Data_Cell().Theme_Open_Data_Cell(); ! $Output .= "<INPUT TYPE=\"PASSWORD\" NAME=\"password\">".Theme_Close_Data_Cell(); ! $Output .= Theme_Close_Row().Theme_Open_Row().Theme_Open_Data_Cell("Right"); ! $Output .= "<INPUT TYPE=\"HIDDEN\" NAME=\"action\" VALUE=\"submitlogin\">"; ! $Output .= "<BUTTON NAME=\"submit\" VALUE=\"submit\" TYPE=\"submit\">Login</BUTTON>"; ! $Output .= Theme_Close_Data_Cell().Theme_Open_Data_Cell(); ! $Output .= "<BUTTON NAME=\"cancel\" TITLE=\"Cancel\" TYPE=\"submit\">Cancel</BUTTON>".Theme_Close_Data_Cell(); ! $Output .= Theme_Close_Row(); ! $Output .= Theme_Close_Table()."</FORM></DIV>".Theme_Close_Page(); ! return $Output; ! } ! ! ?> --- 1,315 ---- ! <? ! ! /****************************************************************************** ! * Function: Theme_Open_Page() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML code for the start of a webpage * ! * and should be called before any of the functions below. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Title: This is a string of text to be used in the page title. * ! ******************************************************************************/ ! function Theme_Open_Page($Title) { ! ! $Output = "<HTML><HEAD><TITLE>".$Title." :: $Title</TITLE>"; ! $Output .= "<LINK href=\"theme/Default/theme.css\" rel=\"stylesheet\" type=\"text/css\"><BODY><DIV ALIGN=\"CENTER\"><H1>openPOS $Title</H1></DIV>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Page() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML code to finish off the webpage * ! * and should be called after all other function calls within this module * ! * have been completed. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Page() { ! $Output = "</BODY></HTML>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Table() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the <TABLE> HTML tags for the beginning * ! * of a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Width: (OPTIONAL) the value of the table width which can be either a * ! * fixed number of pixels, or a percentage. * ! ******************************************************************************/ ! function Theme_Open_Table($Width = "") { ! $Output = "<TABLE BORDER=\"0\" CELLPADDING=\"2\" CELLSPACING=\"2\""; ! if (isset($Width)) { ! $Output .= " WIDTH=\"$Width\""; ! } ! $Output .= ">"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Table() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the closing tag for a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Table() { ! $Output = "</TABLE>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Row() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet for starting a row in a * ! * HTML webpage table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Open_Row() { ! $Output = "<TR>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Row() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet for finishing a row in * ! * a HTML webpage table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Row() { ! $Output = "</TR>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Header_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet used to create a header * ! * cell in a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Align: (OPTIONAL) alignment of the contents of the cell. * ! ******************************************************************************/ ! function Theme_Open_Header_Cell($Align = "LEFT") { ! $Output = "<TH ALIGN=\"$Align\">"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Header_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the HTML snippet used to end a header * ! * cell in a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Header_Cell() { ! $Output = "</TH>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Open_Data_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate a HTML snippet to create a normal data * ! * cell within a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Align: (OPTIONAL) alignment of the contents of the cell. * ! * $Width: (OPTIONAL) width of the cell relative to the width of the table. * ! ******************************************************************************/ ! function Theme_Open_Data_Cell($Align = "LEFT", $Width = "") { ! $Output = "<TD ALIGN=\"$Align\""; ! if (isset($Width)) { ! $Output .= " WIDTH=\"$Width\""; ! } ! $Output .= ">"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Close_Data_Cell() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate a HTML snippet to close off a normal * ! * data cell within a HTML table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Close_Data_Cell() { ! $Output = "</TD>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Menu_Open () * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the <TABLE> HTML tags for the beginning * ! * of a the menu for the system * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $Width: (OPTIONAL) WIDTH OF the menu releative to the rest of the table * ! * $Title: (OPTIONAL) Title for the table * ! * * ! ******************************************************************************/ ! function Theme_Menu_Open($Width="",$Title = "") ! { ! if(!(isset($Width))) ! { ! $Width = "150"; ! } ! ! if(!(isset($Title))) ! { ! $Title=_OPENPOSNAVTITLE; ! } ! ! $Width2 = $Width -8; ! $Width2 = $Width -12; ! $Output = "<table width=\"$Width\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> ! <tr> ! <td width=8 height=22><img src=\"theme/Default/images/menutopleft.png\" width=\"8\" height=\"22\" alt=\"\" border=\"0\"></td> ! <td background=\"theme/Default/images/menutop.png\" align=\"center\" valign=\"middle\" height=\"22\" width=\"$Width2\">".$Title."</td> ! <td width=12 height=22><img src=\"theme/Default/images/menutopright.png\" width=\"12\" height=\"22\" border=\"0\"></td> ! </tr> ! <tr> ! <td background=\"theme/Default/images/menuleft.png\"> </td> ! <td>"; ! ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Menu_Close() * ! * -------------------------------------------------------------------------- * ! * This function is used to generate the closing tag for the menu table. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Menu_Close() { ! $Output = "</td> ! <td background=\"theme/Default/images/menuright.png\"> </td> ! </tr> ! <tr> ! <td width=8 height=12><img src=\"theme/Default/images/menubottomleft.png\" width=\"8\" height=\"12\" alt=\"\" border=\"0\"></td> ! <td background=\"theme/Default/images/menubottom.png\"> </td> ! <td width=12 height=12><img src=\"theme/Default/images/menubottomright.png\" width=\"12\" height=\"12\" alt=\"\" border=\"0\"></td> ! </tr> ! </table>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Add_Menu_Link() * ! * -------------------------------------------------------------------------- * ! * This function is used to create a HTML link snippet for the main menu. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $URI: URI of the location the link points to. * ! * $Label: The text of the link. * ! ******************************************************************************/ ! function Theme_Add_Menu_Link($URI, $Label) { ! $Output = "<A CLASS=\"menu\" HREF=\"$URI\">$Label</A>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: ReadConfigFromDatabase() * ! * -------------------------------------------------------------------------- * ! * This function is used to create a HTML link snippet. * ! * * ! * Returned Values * ! * HTML code snippet. * ! * * ! * Input Values * ! * $URI: URI of the location the link points to. * ! * $Label: The text of the link. * ! ******************************************************************************/ ! function Theme_Add_Link($URI, $Label) { ! $Output = "<A HREF=\"$URI\">$Label</A>"; ! return $Output; ! } ! ! /****************************************************************************** ! * Function: Theme_Login_Screen() * ! * -------------------------------------------------------------------------- * ! * This function is used to produce a HTML web page that is used as the login * ! * page for the openPOS System. * ! * * ! * Returned Values * ! * HTML Webpage. * ! * * ! * Input Values * ! * None. * ! ******************************************************************************/ ! function Theme_Login_Screen() { ! $Output = Theme_Open_Page(_OPENPOSLOGINTITLE)."<DIV ALIGN=\"CENTER\">"; ! $Output .= "<FORM ACTION=\"./\" METHOD=\"GET\">"; ! $Output .= Theme_Menu_Open("300"," ")."<CENTER>".Theme_Open_Table().Theme_Open_Row().Theme_Open_Data_Cell("Right"); ! $Output .= "Username".Theme_Close_Data_Cell().Theme_Open_Data_Cell(); ! $Output .= "<INPUT TYPE=\"TEXT\" NAME=\"username\">".Theme_Close_Data_Cell(); ! $Output .= Theme_Close_Row().Theme_Open_Row().Theme_Open_Data_Cell("Right"); ! $Output .= "Password".Theme_Close_Data_Cell().Theme_Open_Data_Cell(); ! $Output .= "<INPUT TYPE=\"PASSWORD\" NAME=\"password\">".Theme_Close_Data_Cell(); ! $Output .= Theme_Close_Row().Theme_Open_Row().Theme_Open_Data_Cell("Right"); ! $Output .= "<BUTTON NAME=\"submit\" VALUE=\"submit\" TYPE=\"submit\">Login</BUTTON>"; ! $Output .= Theme_Close_Data_Cell().Theme_Open_Data_Cell(); ! $Output .= "<BUTTON NAME=\"cancel\" TITLE=\"Cancel\" TYPE=\"submit\">Cancel</BUTTON>".Theme_Close_Data_Cell(); ! $Output .= Theme_Close_Row(); ! $Output .= Theme_Close_Table()."<CENTER>".Theme_Menu_Close()."</FORM></DIV>".Theme_Close_Page(); ! ! return $Output; ! } ! ! ?> |