WebGUI 3.0.2 release

This commit is contained in:
JT Smith 2002-01-23 04:14:00 +00:00
parent 237925b365
commit 2845282544
8 changed files with 49 additions and 20 deletions

View file

@ -9,7 +9,7 @@
#
CREATE TABLE Article (
widgetId int(11) default NULL,
widgetId int(11) NOT NULL default '0',
startDate int(11) default NULL,
endDate int(11) default NULL,
body mediumtext,
@ -17,7 +17,8 @@ CREATE TABLE Article (
linkTitle varchar(255) default NULL,
linkURL text,
attachment varchar(255) default NULL,
convertCarriageReturns int(11) NOT NULL default '0'
convertCarriageReturns int(11) NOT NULL default '0',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
@ -113,10 +114,11 @@ CREATE TABLE FAQ_question (
#
CREATE TABLE Item (
widgetId int(11) default NULL,
widgetId int(11) NOT NULL default '0',
description text,
linkURL text,
attachment varchar(255) default NULL
attachment varchar(255) default NULL,
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
@ -166,10 +168,11 @@ CREATE TABLE LinkList_link (
#
CREATE TABLE MessageBoard (
widgetId int(11) default NULL,
widgetId int(11) NOT NULL default '0',
groupToPost int(11) default NULL,
messagesPerPage int(11) NOT NULL default '50',
editTimeout int(11) default NULL
editTimeout int(11) default NULL,
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
@ -2375,6 +2378,7 @@ INSERT INTO international VALUES (36,'UserSubmission','English','Delete file.');
INSERT INTO international VALUES (378,'WebGUI','English','User ID');
INSERT INTO international VALUES (379,'WebGUI','English','Group ID');
INSERT INTO international VALUES (380,'WebGUI','English','Style ID');
INSERT INTO international VALUES (381,'WebGUI','English','WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.');
#
# Table structure for table 'messageLog'
@ -2631,7 +2635,7 @@ INSERT INTO users VALUES (25,'Reserved','No Login',NULL,'WebGUI',NULL,NULL,'Engl
CREATE TABLE widget (
widgetId int(11) NOT NULL default '0',
pageId int(11) default NULL,
widgetType varchar(35) default NULL,
namespace varchar(35) default NULL,
sequenceNumber int(11) NOT NULL default '1',
title varchar(255) default NULL,
displayTitle int(11) NOT NULL default '1',

View file

@ -2366,6 +2366,15 @@ INSERT INTO international VALUES (375,'WebGUI','English','Select Package To Depl
INSERT INTO international VALUES (376,'WebGUI','English','Package');
INSERT INTO international VALUES (377,'WebGUI','English','No packages have been defined by your package manager(s) or administrator(s).');
INSERT INTO international VALUES (11,'Poll','English','Vote!');
INSERT INTO international VALUES (31,'UserSubmission','English','Content');
INSERT INTO international VALUES (32,'UserSubmission','English','Image');
INSERT INTO international VALUES (33,'UserSubmission','English','Attachement');
INSERT INTO international VALUES (34,'UserSubmission','English','Convert Carriage Returns');
INSERT INTO international VALUES (35,'UserSubmission','English','Title');
INSERT INTO international VALUES (36,'UserSubmission','English','Delete file.');
INSERT INTO international VALUES (378,'WebGUI','English','User ID');
INSERT INTO international VALUES (379,'WebGUI','English','Group ID');
INSERT INTO international VALUES (380,'WebGUI','English','Style ID');
#
# Table structure for table 'messageLog'
@ -2414,7 +2423,7 @@ CREATE TABLE page (
# Dumping data for table 'page'
#
INSERT INTO page VALUES (1,0,'Home',-5,3,1,1,1,1,0,1,0,1,'','home',1,'Default');
INSERT INTO page VALUES (1,0,'Home',-3,3,1,1,1,1,0,1,0,1,'','home',1,'Default');
INSERT INTO page VALUES (6,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Default');
INSERT INTO page VALUES (7,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Default');
INSERT INTO page VALUES (8,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Default');
@ -2435,7 +2444,7 @@ INSERT INTO page VALUES (22,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Def
INSERT INTO page VALUES (23,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Default');
INSERT INTO page VALUES (24,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Default');
INSERT INTO page VALUES (25,0,'Reserved',0,0,1,1,NULL,1,0,1,0,1,NULL,NULL,0,'Default');
INSERT INTO page VALUES (4,0,'Page Not Found',-2,3,1,1,1,1,0,1,0,1,'','page_not_found',0,'Default');
INSERT INTO page VALUES (4,0,'Page Not Found',-3,3,1,1,1,1,0,1,0,1,'','page_not_found',0,'Default');
INSERT INTO page VALUES (3,0,'Trash',4,3,1,1,3,1,1,0,0,1,'','trash',0,'Default');
INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,1,'','clipboard',0,'Default');
INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,1,'','packages',0,'Default');
@ -2515,9 +2524,9 @@ CREATE TABLE style (
#
INSERT INTO style VALUES (1,'Packages','<body>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PACKAGES</b><br>^FlexMenu;</td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>','</td></tr></table>\r\n<hr>\r\n^H; / ^a;\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
INSERT INTO style VALUES (-3,'WebGUI','<body bgcolor=\"#000000\" text=\"#C9E200\" link=\"#ED4400\" marginwidth=\"0\" leftmargin=\"0\">\r\n<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>\r\n<tr><td valign=\"top\" width=\"200\">\r\n<a href=\"/\"><img src=\"/extras/styles/webgui/logo.gif\" border=0></a>\r\n<table cellpadding=0 border=0 cellspacing=0>\r\n<tr><td colspan=3><img src=\"/extras/styles/webgui/menuTop.gif\" width=\"200\"></td></tr>\r\n<tr>\r\n <td bgcolor=\"#C9E200\"><img src=\"/extras/spacer.gif\" width=5></td>\r\n <td bgcolor=\"#C9E200\">^FlexMenu;</td>\r\n <td bgcolor=\"#C9E200\"><img src=\"/extras/spacer.gif\" width=5></td>\r\n</tr>\r\n<tr><td colspan=3><img src=\"/extras/styles/webgui/menuBottom.gif\" width=\"200\"></td></tr>\r\n</table>\r\n^L;\r\n</td>\r\n<td><img src=\"/extras/spacer.gif\" width=20></td>\r\n<td valign=\"top\" width=\"100%\">\r\n\r\n','</td></tr></table>\r\n<p>\r\n<div align=\"center\">\r\n<a href=\"\"><img src=\"/extras/styles/webgui/icon.gif\" border=0></a><br>\r\n©2001-2002 Plain Black Software<br>\r\n</div>\r\n</body>','<style>\r\n\r\n.content, body {\r\n background-color: #000000;\r\n color: #C9E200;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n scrollbar-base-color: #000000;\r\n scrollbar-track-color: #444444;\r\n scrollbar-face-color: #000000;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #ED4400;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000000;\r\n background-color: #C9E200;\r\n}\r\n\r\nA {\r\n color: #ED4400;\r\n}\r\n\r\nA:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #000000;\r\n}\r\n\r\n.verticalMenu A:hover {\r\n color: #ED4400;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #ED4400;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #444444;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #444444;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #555555;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #C9E200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #aaaaaa;\r\n}\r\n</style>');
INSERT INTO style VALUES (-3,'WebGUI','<body bgcolor=\"#000000\" text=\"#C9E200\" link=\"#ED4400\" marginwidth=\"0\" leftmargin=\"0\">\r\n<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>\r\n<tr><td valign=\"top\" width=\"200\">\r\n<a href=\"/\"><img src=\"/extras/styles/webgui/logo.gif\" border=0></a>\r\n<table cellpadding=0 border=0 cellspacing=0>\r\n<tr><td colspan=3><img src=\"/extras/styles/webgui/menuTop.gif\" width=\"200\"></td></tr>\r\n<tr>\r\n <td bgcolor=\"#C9E200\"><img src=\"/extras/spacer.gif\" width=5></td>\r\n <td bgcolor=\"#C9E200\">^FlexMenu;</td>\r\n <td bgcolor=\"#C9E200\"><img src=\"/extras/spacer.gif\" width=5></td>\r\n</tr>\r\n<tr><td colspan=3><img src=\"/extras/styles/webgui/menuBottom.gif\" width=\"200\"></td></tr>\r\n</table>\r\n^L;\r\n</td>\r\n<td><img src=\"/extras/spacer.gif\" width=20></td>\r\n<td valign=\"top\" width=\"100%\">\r\n\r\n','</td></tr></table>\r\n<p>\r\n<div align=\"center\">\r\n<a href=\"/\"><img src=\"/extras/styles/webgui/icon.gif\" border=0></a><br>\r\n©2001-2002 Plain Black Software<br>\r\n</div>\r\n</body>','<style>\r\n\r\n.content, body {\r\n background-color: #000000;\r\n color: #C9E200;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n scrollbar-base-color: #000000;\r\n scrollbar-track-color: #444444;\r\n scrollbar-face-color: #000000;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #ED4400;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000000;\r\n background-color: #C9E200;\r\n}\r\n\r\nA {\r\n color: #ED4400;\r\n}\r\n\r\nA:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #000000;\r\n}\r\n\r\n.verticalMenu A:hover {\r\n color: #ED4400;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #ED4400;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #444444;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #444444;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #555555;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #C9E200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #aaaaaa;\r\n}\r\n</style>');
INSERT INTO style VALUES (2,'Fail Safe','<body>\r\n^H; / ^t; / ^m; / ^a;\r\n<hr>','<hr>\r\n^H; / ^t; / ^m; / ^a;\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
INSERT INTO style VALUES (-2,'Plain Black Software (black)','<body text=\"#ffffff\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#ffffff\"><a href=\"/\"><img src=\"/extras/styles/plainblack/logo-white.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"50%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"/extras/spacer.gif\" width=\"5\"><img src=\"/extras/styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"/extras/styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"/extras/styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"/extras/styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#000000\" rowspan=\"2\" valign=\"top\">','</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"/extras/styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\">^r(\'<img src=\"/extras/styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\">\');</td>\r\n</tr>\r\n</table>\r\n</body>\r\n','<style>\r\n\r\n.content{\r\n background-color: #000000;\r\n color: #ffffff;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #cee700;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #535558;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #38393C;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #38393C;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #ffffff;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #cee700;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (-2,'Plain Black Software (black)','<body text=\"#ffffff\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#ffffff\"><a href=\"/\"><img src=\"/extras/styles/plainblack/logo-white.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"/extras/spacer.gif\" width=\"5\"><img src=\"/extras/styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"/extras/styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"/extras/styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"/extras/styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"/extras/spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#000000\" rowspan=\"2\" valign=\"top\">','</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"/extras/styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\">^r(\'<img src=\"/extras/styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\">\');</td>\r\n</tr>\r\n</table>\r\n</body>\r\n','<style>\r\n\r\n.content{\r\n background-color: #000000;\r\n color: #ffffff;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #cee700;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #535558;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #38393C;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #38393C;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #ffffff;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #cee700;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (4,'Trash / Clipboard','<body>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PAGES</b><br>^M(0);</td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>','</td></tr></table>\r\n<hr>\r\n^H; / ^a;\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
INSERT INTO style VALUES (5,'Reserved','<body>','</body></html>',NULL);
INSERT INTO style VALUES (6,'Reserved','<body>','</body></html>',NULL);
@ -2543,7 +2552,7 @@ INSERT INTO style VALUES (-1,'Yahoo!','<html><head><title>Yahoo!</title><meta ht
INSERT INTO style VALUES (-4,'Demo Style','<body bgcolor=\"#666666\">\r\n\r\n<table border=\"0\" width=\"700\" background=\"/extras/styles/demo/topbg-3.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td width=\"324\" height=\"80\"><img src=\"/extras/styles/demo/top-3.jpg\" border=0 width=\"324\"></td>\r\n <td width=\"100%\"><h3 style=\"color:white\">Your Company Name Here</h3><div style=\"color:white\">Address: 1903 Sunrise St. City, State 65977<br>\r\nTel: 915.888.8888<br>\r\nEmail: service@company.com</div></td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"21\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\" align=center>\r\n <tr>\r\n <td><img src=\"/extras/styles/demo/mid-3.jpg\" border=0 width=\"140\" height=\"21\"></td>\r\n <td width=\"100%\">^t;</td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"500\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td bgcolor=\"#990000\" width=\"140\" style=\"background-image: url(\'/extras/styles/demo/leftbg-3.jpg\'); background-repeat: no-repeat; background-position: left top\" valign=\"top\"><img src=\"/extras/spacer.gif\" height=\"10\" width=\"140\" border=0>\r\n<table cellpadding=4><tr><td>\r\n^M;\r\n</td></tr></table>\r\n </td>\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\"><img src=\"/extras/styles/demo/x.gif\" height=\"4\" width=\"560\"><br>\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"black\" cellpadding=\"3\" cellspacing=\"1\">\r\n <tr><td bgcolor=\"#f9ecec\" style=\"background-image: url(\'/extras/styles/demo/contentbg-3.gif\'); background-repeat: no-repeat; background-position: right bottom\" height=\"100%\" valign=\"top\">\r\n ',' </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\">^H · ^a;</td></tr>\r\n</table>\r\n\r\n\r\n</body>\r\n','<style>\r\n\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n\r\nbody {\r\n font-family:arial; \r\n font-size: 12px; \r\n color: black;\r\n background: #666666;\r\n}\r\n\r\ntd { \r\n font-size: 11px;\r\n}\r\n\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 16pt;\r\n}\r\n\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nul { \r\n MARGIN-TOP: 3px; \r\n MARGIN-BOTTOM: 3px \r\n}\r\n\r\nA {\r\n color: #800000;\r\n TEXT-DECORATION: underline\r\n}\r\n\r\nA:hover {\r\n color: #990000;\r\n TEXT-DECORATION: none;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n text-align: center;\r\n font-size: 8pt;\r\n}\r\n\r\n.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #aaaaaa;\r\n}\r\n\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #F5DFDF;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #F5DFDF;\r\n font-size: 10pt;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ffddbb;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n color: #000000;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (3,'Make Page Printable','<body onLoad=\"window.print()\">\r\n<div align=\"center\"><a href=\"^\\;\"><img src=\"/extras/styles/plainblack/logo-white.gif\" border=\"0\"></a></div>','<div align=\"center\">© 2001-2002 Plain Black Software</div>\r\n</body>','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #dddddd;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cccccc;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cccccc;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #444444;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n font-weight: bold;\r\n color: #000000;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (25,'Reserved',NULL,NULL,NULL);
INSERT INTO style VALUES (-5,'Plain Black Software (white)','<body text=\"#000000\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#000000\"><a href=\"/\"><img src=\"/extras/styles/plainblack/logo-black.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"50%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"/extras/spacer.gif\" width=\"5\"><img src=\"/extras/styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"/extras/styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"/extras/styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"/extras/styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#ffffff\" rowspan=\"2\" valign=\"top\">','</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"/extras/styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\">^r(\'<img src=\"/extras/styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\">\');</td>\r\n</tr>\r\n</table>\r\n</body>\r\n','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #38393C;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cee700;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cee700;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #38393C;\r\n font-weight: bold;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (-5,'Plain Black Software (white)','<body text=\"#000000\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#000000\"><a href=\"/\"><img src=\"/extras/styles/plainblack/logo-black.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"/extras/spacer.gif\" width=\"5\"><img src=\"/extras/styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"/extras/styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"/extras/styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"/extras/styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"/extras/spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#ffffff\" rowspan=\"2\" valign=\"top\">','</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"/extras/styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\">^r(\'<img src=\"/extras/styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\">\');</td>\r\n</tr>\r\n</table>\r\n</body>\r\n','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #38393C;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cee700;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cee700;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #38393C;\r\n font-weight: bold;\r\n}\r\n\r\n</style>');
#
# Table structure for table 'users'
@ -2632,7 +2641,7 @@ CREATE TABLE widget (
addedBy int(11) default NULL,
lastEdited int(11) default NULL,
editedBy int(11) default NULL,
position char(1) NOT NULL default 'A',
templatePosition char(1) NOT NULL default 'A',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;

View file

@ -0,0 +1,9 @@
alter table widget change widgetType namespace varchar(35);
INSERT INTO international VALUES (381,'WebGUI','English','WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.');
alter table Article change widgetId widgetId int not null primary key;
alter table Item change widgetId widgetId int not null primary key;
alter table MessageBoard change widgetId widgetId int not null primary key;