108 lines
63 KiB
SQL
108 lines
63 KiB
SQL
insert into webguiVersion values ('5.2.0','upgrade',unix_timestamp());
|
||
alter table MailForm_field add column validation varchar(255) default NULL;
|
||
alter table MailForm_field add column subtext mediumtext default NULL;
|
||
alter table MailForm_field add column rows int(11) default NULL;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (27,1,'MailForm','Height', 1045210016);
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (28,1,'MailForm','Optional for TextArea', 1045210016);
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (29,1,'MailForm','is a required field.', 1045210016);
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (30,1,'MailForm','has to be a number.', 1045210016);
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (31,1,'MailForm','is not filled in correctly.', 1045210016);
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (32,1,'MailForm','is not a valid email address.', 1045210016);
|
||
update international set message="Possible Values" where namespace = "MailForm" and internationalId = 24 and languageId=1;
|
||
alter table groups change ipFilter ipFilter text;
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=623;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (623,1,'WebGUI','<a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets (CSS)</a> are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n<p>\r\n\r\n\r\nIf you are unfamiliar with how to use CSS, <a href="http://www.plainblack.com/">Plain Black Software</a> provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called <a href="http://www.bradsoft.com/topstyle/index.asp">Top Style</a>.\r\n<p>\r\n\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n<p>\r\n\r\n\r\n<b>A</b><br>\r\nThe links throughout the style.\r\n<p>\r\n\r\n\r\n<b>BODY</b><br>\r\nThe default setup of all pages within a style.\r\n<p>\r\n\r\n\r\n<b>H1</b><br>\r\nThe headers on every page.\r\n<p>\r\n\r\n\r\n<b>.accountOptions</b><br>\r\nThe links that appear under the login and account update forms.\r\n<p>\r\n\r\n\r\n<b>.adminBar </b><br>\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n<p>\r\n\r\n\r\n<b>.content</b><br>\r\nThe main content area on all pages of the style.\r\n<p>\r\n\r\n\r\n<b>.formDescription </b><br>\r\nThe tags on all forms next to the form elements. \r\n<p>\r\n\r\n\r\n<b>.formSubtext </b><br>\r\nThe tags below some form elements.\r\n<p>\r\n\r\n\r\n<b>.highlight </b><br>\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n<p>\r\n\r\n\r\n<b>.horizontalMenu </b><br>\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n<p>\r\n\r\n\r\n<b>.pagination </b><br>\r\nThe Previous and Next links on pages with pagination.\r\n<p>\r\n\r\n\r\n<b>.selectedMenuItem</b><br>\r\nUse this class to highlight the current page in any of the menu macros.\r\n<p>\r\n\r\n\r\n<b>.tableData </b><br>\r\nThe data rows on things like message boards and user contributions.\r\n<p>\r\n\r\n\r\n<b>.tableHeader </b><br>\r\nThe headings of columns on things like message boards and user contributions.\r\n<p>\r\n\r\n\r\n<b>.tableMenu </b><br>\r\nThe menu on things like message boards and user submissions.\r\n<p>\r\n\r\n\r\n<b>.verticalMenu </b><br>\r\nThe vertical menu (if you use a vertical menu macro).\r\n<p>\r\n\r\n\r\n<b>NOTE:</b> Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.\r\n<p>\r\n\r\n\r\n', 1046067403);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=668;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (668,1,'WebGUI','Style Sheets, Using', 1046067403);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=889;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (889,1,'WebGUI','Style Sheets, Tabs', 1046067380);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=890;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (890,1,'WebGUI','WebGUI has a sub-system that can create tabs. You\'ll see these in complex forms such as page editing. In order to make the tabs system look good and match your site, you\'ll need to add a section to your style\'s style sheet specifically for the tabs. \r\n<p>\r\nThe following style sheet classes are available:\r\n<p>\r\n\r\n<b>.tab</b><br>\r\nThe default look of each tab.\r\n<p>\r\n\r\n<b>div.tabs</b><br>\r\nThis also sets some properties for all of the tabs. This should be used for the text labels in the tabs.\r\n<p>\r\n\r\n\r\n<b>.tabBody</b><br>\r\nThe content area for each tab. This is where the form will show up. Note that for best results the background color of this should match the background color of .tabActive.\r\n<p>\r\n\r\n\r\n<b>.tabHover</b><br>\r\nThe look of a tab as the mouse hovers over it.\r\n<p>\r\n\r\n<b>.tabActive</b><br>\r\nThe look of the tab that is currently visible.\r\n<p>\r\n\r\n\r\n\r\n<i>Examples</i><br>\r\nYou can use these instead of creating your own if you wish. Or just use these as guidelines for creating your own.\r\n<p>\r\n<table width="100%"><tr><td valign="top">\r\n<b>White or Light Colored Styles</b>\r\n<pre>\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n</pre>\r\n</td><td valign="top">\r\n<b>Black or Dark Colored Styles</b>\r\n<pre>\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n</pre>\r\n</td></tr></table>\r\n\r\n\r\n\r\n', 1046067380);
|
||
update style set name='WebGUI 3', styleSheet='<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\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<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\r\n\r\n^-;\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>' where styleId=-3;
|
||
update style set styleSheet='<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\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<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\">\r\n\r\n^-;\r\n\r\n</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\"><a href=\"^r(linkonly);\"><img src=\"^Extras;styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n' where styleId=-2;
|
||
update style set styleSheet='<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\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #cccccc;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #bbbbbb; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #aaaaaa;\r\n}\r\n.tabActive { \r\n background-color: #bbbbbb; \r\n}\r\n\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<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 \r\n\r\n^-;\r\n\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; <20> ^a;</td></tr>\r\n</table>\r\n\r\n\r\n</body>\r\n' where styleId=-4;
|
||
update style set styleSheet='<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\r\n\r\n\r\n\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n\r\n\r\n\r\n</style>','^AdminBar;\r\n\r\n<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\">\r\n\r\n^-;\r\n\r\n</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\"><a href=\"^r(linkonly);\"><img src=\"^Extras;styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n' where styleId=-5;
|
||
update style set styleSheet='<META NAME=\"Keywords\" CONTENT=\"WebGUI Content Management System\">\r\n<style>\r\n<!--\r\nbody {font-family: Arial, Helvetica, sans-serif; }\r\na:active {color: #00CCCC; text-decoration: none; background-color: #FFFFCC; }\r\na:visited {color: #003399; text-decoration: none; }\r\na:link {color: #003399; text-decoration: none; }\r\n.myAccountLink {font-weight: bold; }\r\n.verticalMenu, .tableMenu {font-family: \"Times New Roman\", Times, serif; font-style: italic; }\r\n.crumbTrail {color: #990000; font-weight: bold; }\r\nh1 {color: #990000; }\r\nh2 {color: #990000; }\r\nh3 {color: #990000; }\r\nhr {size: 2px; color: #003399;}\r\n\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #eeeeee;\r\n font-size: 13px;\r\n}\r\n\r\n.tableData {\r\n font-size: 13px;\r\n background-color: #fafafa;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 11px;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ae2155;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n font-weight: bold;\r\n}\r\n.faqQuestion A {\r\n text-decoration: none;\r\n color: black;\r\n}\r\n\r\n\r\n\r\n.tab {\r\n border: 1px solid #800000;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid #800000;\r\n border-top: 1px solid #800000;\r\n border-left: 1px solid #800000;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n\r\n\r\n\r\n\r\n-->\r\n</style>','<body bgcolor=\"#FFFFFF\" text=\"#000000\" leftmargin=\"0\" topmargin=\"0\">\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><!-- top row -->\r\n<td align=\"left\" valign=\"top\"><a href=\"^H(linkonly);\"><img\r\n\r\n src=\"^Extras;styles/webgui/webgui4.jpg\"\r\n width=\"142\"\r\n height=\"48\"\r\n alt=\"WebGUI\" border=\"0\"></a></td>\r\n<td valign=\"top\">^AdminBar;</td>\r\n<td align=\"right\">\r\n<a href=\"^r(linkonly);\"><img src=\"^Extras;styles/webgui/print.png\" border=\"0\" alt=\"Print!\"></a>\r\n</td>\r\n</tr><tr>\r\n</tr>\r\n</table>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n<tr><!-- row for username and crumbtrail -->\r\n <td width=\"120\"\r\n height=\"20\"\r\n align=\"left\"\r\n valign=\"middle\"><table border=\"0\"><tr><td><strong>User:</strong>\r\n ^a(^@;);</td></tr></table></td>\r\n <td align=\"left\"\r\n valign=\"middle\"><strong>Location:</strong> ^C;</td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n</table>\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" height=\"50%\" cellpadding=\"0\" align=\"center\">\r\n<tr><!-- row for verticalmenu and content -->\r\n <td width=\"120\"\r\n align=\"left\"\r\n valign=\"top\">\r\n <!-- extra table -->\r\n <table border=\"0\">\r\n <tr><td>^FlexMenu;</td></tr>\r\n <tr><td height=\"30\"></td></tr>\r\n </table>\r\n <!-- /extra table -->\r\n </td>\r\n <td align=\"left\"\r\n valign=\"top\">\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n<p>\r\n</td>\r\n</tr>\r\n<tr>\r\n <td colspan=\"2\" height=\"1\"\r\n background=\"^Extras;styles/webgui/purplepixel.jpg\">\r\n </td>\r\n</tr>\r\n<tr><!-- row for date, printable and WebGUI link -->\r\n <td height=\"20\"\r\n align=\"center\">^D(\"%c %D %y\");</td><td align=\"center\">Powered by <a href=\"http://www.plainblack.com/webgui\">WebGUI</a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n\r\n' where styleId=-6;
|
||
update style set styleSheet='<style>\r\n.pageBorder {\r\n background-color: #FFFFFF;\r\n border: 10px #98AAB1 solid\r\n}\r\n.myBorder {\r\n border: #000000;\r\n border-type: solid;\r\n border-width: 1px 1px 1px 1px\r\n}\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #0055AA;\r\n font-weight: bold;\r\n}\r\n.verticalMenu A:hover {\r\n color: #CC7744;\r\n font-weight: bold;\r\n}\r\nbody {\r\n font-family:arial, helvetica;\r\n font-size: 12px;\r\n color: #004499;\r\n background: #E5E5E5;\r\n}\r\ntd { \r\n font-size: 14px;\r\n}\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 14pt;\r\n}\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nul { \r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\nA {\r\n color: #0077CC;\r\n TEXT-DECORATION: none;\r\n}\r\nA:hover {\r\n color: #997722;\r\n TEXT-DECORATION: none;\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.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #0055AA;\r\n}\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #0055AA;\r\n}\r\n.adminBar {\r\n background-color: #cccccc;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000022;\r\n}\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #d1dfe8;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n.tableHeader {\r\n background-color: #d1dfe8;\r\n font-size: 10pt;\r\n}\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n.pollColor {\r\n background-color: #00ddbb;\r\n}\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\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.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #d1dfe8; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #d1dfe8; \r\n}\r\n\r\n\r\n\r\n\r\n\r\n</style>\r\n','^AdminBar;\r\n\r\n<script LANGUAGE=\"JavaScript\" type=\"text/javascript\">\r\n<!--\r\n buttonOff = new Image;\r\n buttonOff.src = \"^Extras;styles/smoothblues/button_off.gif\";\r\n buttonOn = new Image;\r\n buttonOn.src = \"^Extras;/styles/smoothblues/button_on.gif\";\r\nfunction on(imgName) {\r\n document [imgName].src = eval(\"buttonOn.src\");\r\n }\r\n function off(imgName) {\r\n document [imgName].src = eval(\"buttonOff.src\");\r\n }\r\n//-->\r\n</script>\r\n\r\n<body>\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\r\n\r\n<tr><td style=\"background-color: #FFFFFF; border: 1px #98AAB1 solid\">\r\n\r\n<table border=\"0\" width=\"100%\" background=\"^Extras;styles/smoothblues/top_gradient.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"background-repeat: repeat-x\" >\r\n<tr><td height=\"2\"></td></tr>\r\n<tr> \r\n <td><img src=\"^Extras;styles/smoothblues/mainlogo.gif\" border=0></td>\r\n <td width=\"100%\" valign=\"center\">\r\n <table width=\"100%\">\r\n <tr><td height=\"24\"></td></tr>\r\n <tr align=\"center\">\r\n <td width=\"34%\" valign=\"center\">\r\n <a href=\"^H(linkonly);\" onMouseOver=\"on(\'button\')\" onMouseOut=\"off(\'button\')\"> \r\n <img name=\"button\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0>\r\n <BR>Home\r\n </a>\r\n </td>\r\n <td width=\"33%\" valign=\"center\">\r\n <a href=\"^r(linkonly);\" onMouseOver=\"on(\'button2\')\" onMouseOut=\"off(\'button2\')\"> \r\n <img name=\"button2\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0> \r\n <BR>Print!\r\n </a>\r\n </td>\r\n <td width=\"33%\" valign=\"center\">\r\n <a href=\"^a(linkonly);\" onMouseOver=\"on(\'button3\')\" onMouseOut=\"off(\'button3\')\"> \r\n <img name=\"button3\" src=\"^Extras;styles/smoothblues/button_off.gif\" border=0>\r\n <BR>My Account\r\n </a>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<table border=\"0\" width=\"100%\" height=\"21\" cellspacing=\"0\" cellpadding=\"3\" bgcolor=\"#ffffff\" align=\"center\">\r\n <tr>\r\n <td width=\"60%\" align=\"left\">^C;</td>\r\n <td width=\"40%\" align=\"right\">^?;</td>\r\n </tr>\r\n</table>\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td width=\"1%\"></td>\r\n <td style=\"border: #a1bfc8 solid; border-width: 1px 1px 1px 1px\" bgcolor=\"#dae1e9\" width=\"140\" valign=\"top\">\r\n <table width=\"100%\" background=\"^Extras;styles/smoothblues/header_gradient.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"background-repeat: repeat-x; border: #ffffff; border-style: solid; border-width: 1px 1px 1px 1px\" >\r\n <tr><td>\r\n <h3 align=\"center\" style=\"color:#002266\">Site Navigation</h3>\r\n </td></tr></table>\r\n <img src=\"^Extras;spacer.gif\" height=\"20\" width=\"140\" border=0>\r\n <table cellpadding=4>\r\n <tr><td> ^T(0); </td></tr>\r\n <tr height=\"300\"><td> ^L; </td></tr>\r\n </table>\r\n </td>\r\n\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\">\r\n\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"white\" cellpadding=\"3\" cellspacing=\"1\">\r\n\r\n <tr><td bgcolor=\"#FFFFFF\" height=\"100%\" valign=\"top\">\r\n \r\n\r\n^-;\r\n\r\n\r\n </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\" style=\"color:#0055AA\"><BR><BR><a href=\"http://www.openserve.org\" target=\"_blank\">This Design <20>2002 OpenServe</a></td></tr>\r\n</table>\r\n\r\n</td></tr></table>\r\n\r\n</body>' where styleId=-7
|
||
update style set styleSheet='<style>\r\n\r\n.content, body {\r\n font-size: 10pt;\r\n font-family: arial;\r\n color: #FFFFFF;\r\n scrollbar-base-color: #8C9CBD;\r\n scrollbar-track-color: #404040;\r\n scrollbar-face-color: #202020;\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: #FFFFFF;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000040;\r\n background-color: #FFFFFF;\r\n}\r\n\r\nA {\r\n color: #FFDE9C;\r\n}\r\n\r\n\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n text-decoration: none;\r\n font-weight: Bold;\r\n}\r\n\r\n.homeLink, .myAccountLink, .verticalMenu A, .verticalMenu A:visited {\r\n color: #EF4200;\r\n text-decoration: none;\r\n}\r\n\r\nA:hover, .verticalMenu A:hover {\r\n color: #FFFFFF;\r\n font-weight: Bold;\r\n text-decoration: Underline;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #CCCEF6;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: verdana, arial, helvetica;\r\n font-size: 17px;\r\n font-weight: bold; \r\n color: #dddddd;\r\n font-variant: small-caps;\r\n}\r\n\r\n.searchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #EF4200;\r\n font-size: 8pt;\r\n font-family: arial;\r\n color: #CCD6DF;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n font-weight: bold; \r\n font-family: arial;\r\n color: #FFFFFF;\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: #EF4200;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #202020;\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: #202020;\r\n font-size: 10pt;\r\n font-weight: bold; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-weight: none; \r\n font-family: arial;\r\n color: #FFFFFF;\r\n \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: #EF4200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-size: 10pt;\r\n text-decoration: none;\r\n font-weight: Bold;\r\n}\r\n\r\n.crumbtrail {\r\n font-family: arial;\r\n color: #FFFFFF;\r\n \r\n}\r\n\r\n\r\n\r\n\r\n.tab {\r\n border: 1px solid #EF4200;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid #EF4200;\r\n border-top: 1px solid #EF4200;\r\n border-left: 1px solid #EF4200;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n</style>','^AdminBar;\r\n<body bgcolor=\"#000000\" leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\r\n\r\n<!-- HEADER -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td rowspan=\"3\"><img src=\"^Extras;styles/webgui5/header-left.gif\" border=\"0\" /></td>\r\n <td colspan=\"2\" width=\"100%\" valign=\"top\" align=\"center\" background=\"^Extras;styles/webgui5/header-center.gif\"><a href=\"^H(linkonly);\"><img src=\"^Extras;styles/webgui5/webgui.gif\" border=\"0\" vspace=\"15\" /></a></td>\r\n <td rowspan=\"3\"><img src=\"^Extras;styles/webgui5/header-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n<tr style=\"font-size: 10px;\">\r\n<td>^C;</td>\r\n<td align=\"right\">User: ^a(^@;);</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" width=\"100%\" background=\"^Extras;styles/webgui5/header-center-bottom.gif\"><img src=\"^Extras;spacer.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<!-- BELOW CRUMBTRAIL -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"^Extras;styles/webgui5/white-top-left.gif\" border=\"0\" /></td>\r\n <td width=\"100%\" background=\"^Extras;styles/webgui5/white-top-center.gif\"><img src=\"^Extras;spacer.gif\" border=\"0\" /></td>\r\n <td><img src=\"^Extras;styles/webgui5/white-top-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n<!-- MAIN NAV and CONTENT -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td background=\"^Extras;styles/webgui5/leftborder.gif\"><img src=\"^Extras;spacer.gif\" width=\"53\" /></td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td valign=\"top\" class=\"verticalMenu\">\r\n <img src=\"^Extras;spacer.gif\" width=\"129\" height=\"1\" /><br>\r\n ^H;\r\n <br>\r\n ^FlexMenu;\r\n ^a;\r\n <br>\r\n <br>\r\n <br>\r\n <div align=\"center\"><a href=\"http://www.plainblack.com/webgui\"><img src=\"^Extras;styles/webgui5/icon.gif\" border=\"0\" /></a></div>\r\n </td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td background=\"^Extras;styles/webgui5/spacer.gif\"><img src=\"^Extras;spacer.gif\" width=\"10\" /></td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td width=\"100%\" valign=\"top\"> ^-; </td>\r\n <td><img src=\"^Extras;spacer.gif\" width=\"5\" /></td>\r\n <td background=\"^Extras;styles/webgui5/rightborder.gif\"><img src=\"^Extras;spacer.gif\" width=\"54\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\n<!-- FOOTER -->\r\n\r\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n<tr>\r\n <td><img src=\"^Extras;styles/webgui5/footer-left.gif\" border=\"0\" /></td>\r\n <td width=\"100%\" align=\"center\" background=\"^Extras;styles/webgui5/footer-center.gif\"><a href=\"http://www.plainblack.com\"><img src=\"^Extras;styles/webgui5/pbs-logo.gif\" border=\"0\" /></a></td>\r\n <td><img src=\"^Extras;styles/webgui5/footer-right.gif\" border=\"0\" /></td>\r\n</tr>\r\n</table>\r\n\r\n\r\n</body>' where styleId=-8;
|
||
CREATE TABLE HttpProxy (
|
||
wobjectId int(11) NOT NULL default '0',
|
||
ProxiedUrl varchar(255) default NULL,
|
||
timeout int(11) default NULL,
|
||
removeStyle int(11) default NULL,
|
||
filterHtml varchar(30) default NULL,
|
||
followExternal int(11) default NULL,
|
||
followRedirect int(11) default NULL,
|
||
cookiebox varchar(30) default NULL,
|
||
cacheHttp int(11) default '0',
|
||
useCache int(11) default '0',
|
||
debug int(11) default '0',
|
||
PRIMARY KEY (wobjectId)
|
||
) TYPE=MyISAM;
|
||
DELETE FROM international WHERE namespace='HttpProxy';
|
||
INSERT INTO international VALUES (3,'HttpProxy',1,'HTTP Proxy',1031510000);
|
||
INSERT INTO international VALUES (2,'HttpProxy',1,'Edit HTTP Proxy',1031510000);
|
||
INSERT INTO international VALUES (1,'HttpProxy',1,'URL',1031510000);
|
||
INSERT INTO international VALUES (4,'HttpProxy',1,'Timeout (sec)',1031510000);
|
||
INSERT INTO international VALUES (7,'HttpProxy',1,'Filter Content',1031510000);
|
||
INSERT INTO international VALUES (5,'HttpProxy',1,'Allow proxying of other domains',1031510000);
|
||
INSERT INTO international VALUES (6,'HttpProxy',1,'Remove Style from content',1031510000);
|
||
INSERT INTO international VALUES (8,'HttpProxy',1,'Follow redirects',1031510000);
|
||
INSERT INTO international VALUES (9,'HttpProxy',1,'Directory to save cookies',1031510000);
|
||
INSERT INTO international VALUES (9,'HttpProxy',2,'Verzeichnis zum Speichern der Cookies',1040395667);
|
||
INSERT INTO international VALUES (8,'HttpProxy',2,'Redirects folgen',1040395646);
|
||
INSERT INTO international VALUES (7,'HttpProxy',2,'Inhalt filtern',1040395634);
|
||
INSERT INTO international VALUES (6,'HttpProxy',2,'Style vom Inhalt entfernen',1040395623);
|
||
INSERT INTO international VALUES (5,'HttpProxy',2,'Externen Links folgen',1040395599);
|
||
INSERT INTO international VALUES (4,'HttpProxy',2,'Timeout (Sekunden)',1040395576);
|
||
INSERT INTO international VALUES (3,'HttpProxy',2,'HTTP Proxy',1040395372);
|
||
INSERT INTO international VALUES (2,'HttpProxy',2,'HTTP Proxy <20>ndern',1040395360);
|
||
INSERT INTO international VALUES (1,'HttpProxy',2,'URL',1040395344);
|
||
alter table wobject add column filterPost varchar(30) not null default 'javascript';
|
||
delete from settings where name='filterContributedHTML';
|
||
update international set namespace='Discussion' where internationalId=524 and namespace='WebGUI';
|
||
alter table wobject add column addEditStampToPosts int not null default 1;
|
||
alter table wobject drop column processMacros;
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=624;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (624,1,'WebGUI','WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n<p>\r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with a semicolon (;). Some macros can be extended/configured by taking the format of ^<i>x</i>("<b>config text</b>");. \r\n<p>\r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n<b>^-;,^0;,^1;,^2;,^3;, etc.</b><br>\r\n<p>\r\n', 1046656837);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=669;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (669,1,'WebGUI','Macros, Using', 1046656837);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=843;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (843,1,'WebGUI','User Macros', 1046656765);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=844;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (844,1,'WebGUI','These macros have to do with users and logins.\r\n<p/>\r\n\r\n<b>^a; or ^a(); - My Account Link</b><br>\r\nA link to your account information. In addition you can change the link text by creating a macro like this <b>^a("Account Info");</b>. \r\n<p>\r\n\r\n<b>NOTES:</b> You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n\r\n<b>^AdminText();</b><br>\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText("You are in admin mode!");\r\n<p>\r\n\r\n<b>^AdminToggle; or ^AdminToggle();</b><br>\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle("Edit On","Edit Off");\r\n<p>\r\n\r\n\r\n\r\n<b>^GroupText();</b><br>\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText("Visitors","You need an account to do anything cool on this site!");\r\n<p>\r\n\r\n<b>^L; or ^L(); - Login Box</b><br>\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n<p>\r\n\r\n<b>NOTE:</b> The .loginBox style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^LoginToggle; or ^LoginToggle();</b><br>\r\nDisplays a "Login" or "Logout" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle("Click here to log in.","Click here to log out.");\r\n<p>\r\n\r\n\r\n<b>^@; - Username</b><br>\r\nThe username of the currently logged in user.\r\n<p>\r\n\r\n\r\n<b>^#; - User ID</b><br>\r\nThe user id of the currently logged in user.\r\n<p>\r\n\r\n', 1046656765);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=839;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (839,1,'WebGUI','Programmer Macros', 1046656621);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=840;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (840,1,'WebGUI','These macros are designed to provide programming like functionality.\r\n<p/>\r\n\r\n<b>^D; or ^D(); - Date</b><br>\r\nThe current date and time.\r\n<p>\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this <b>^D("%c %D, %y");</b> it would output <b>September 26, 2001</b>. The following are the available date formatting symbols:\r\n<p>\r\n\r\n<table><tbody><tr><td>%%</td><td>%</td></tr><tr><td>%y</td><td>4 digit year</td></tr><tr><td>%Y</td><td>2 digit year</td></tr><tr><td>%m</td><td>2 digit month</td></tr><tr><td>%M</td><td>variable digit month</td></tr><tr><td>%c</td><td>month name</td></tr><tr><td>%d</td><td>2 digit day of month</td></tr><tr><td>%D</td><td>variable digit day of month</td></tr><tr><td>%w</td><td>day of week name</td></tr><tr><td>%h</td><td>2 digit base 12 hour</td></tr><tr><td>%H</td><td>variable digit base 12 hour</td></tr><tr><td>%j</td><td>2 digit base 24 hour</td></tr><tr><td>%J</td><td>variable digit base 24 hour</td></tr><tr><td>%p</td><td>lower case am/pm</td></tr><tr><td>%P</td><td>upper case AM/PM</td></tr><tr><td>%z</td><td>user preference date format</td></tr><tr><td>%Z</td><td>user preference time format</td></tr></tbody></table>\r\n<p>\r\n\r\n<b>^Env()</b><br>\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n<p>\r\n\r\nThe macro should be specified like this ^Env("REMOTE_ADDR");\r\n<p>\r\n\r\n<b>^Execute();</b><br>\r\nAllows a content manager or administrator to execute an external program. Takes the format of <b>^Execute("/this/file.sh");</b>.\r\n<p>\r\n\r\n\r\n<b>^FormParam();</b><br>\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam("phoneNumber");\r\n<p>\r\n\r\n<b>^Include();</b><br>\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n<p/>\r\n<i>Example:</i> ^Include("/this/file.html");\r\n<p>\r\n\r\n<b>^International();</b><br/>\r\nPull a translated message from the internationalization system.\r\n<p/>\r\n<i>Example:</i> ^International(45,"Article");\r\n<p/>\r\n\r\n\r\n<b>^Page();</b><br>\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page("urlizedTitle"); or to get the menu title like this ^Page("menuTitle");.\r\n<p>\r\n<b>^SQL();</b><br>\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:<p>\r\n ^SQL("select count(*) from users","There are ^0; users on this system.");\r\n<p>\r\n^SQL("select userId,username from users order by username","<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>");\r\n<p>\r\n<b>^URLEncode();</b><br>\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode("Is this my string?");\r\n<p>\r\n\r\n\r\n<b>^User();</b><br>\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User("email");\r\n<p>\r\n\r\n<b>^*; or ^*(); - Random Number</b><br>\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this <b>^*(100);</b> to create a random number between 0 and 100.\r\n<p>\r\n\r\n<b>^-;,^0;,^1;,^2;,^3;, etc.</b><br>\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n<p>\r\n', 1046656621);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=831;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (831,1,'WebGUI','Collateral Macros', 1046656420);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=832;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (832,1,'WebGUI','The collateral management system has several macros for its specific purpose.\r\n<p/>\r\n\r\n<b>^File();</b><br/>\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n<p/>\r\n\r\n<b>^I();</b><br/>\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n<p/>\r\n<i>Example:</i> ^I("logo");\r\n<p/>\r\n\r\n<b>^i();</b><br/>\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n<p/>\r\n<i>Example:</i> ^i("status report");\r\n<p/>\r\n\r\n<b>^Snippet();</b><br/>\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n<p />\r\n<i>Example:</i> ^Snippet("flash code");\r\n<p />\r\n\r\n<b>^Thumbnail();</b><br/>\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n<p/>\r\n<i>Example:</i> ^Thumbnail("logo");\r\n<p/>\r\n\r\n<b>^ThumbnailLinker();</b><br/>\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image.\r\n<p/>\r\n<i>Example:</i> ^ThumbnailLinker("logo");\r\n<p/>\r\n\r\n', 1046656420);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=841;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (841,1,'WebGUI','Navigation Macros', 1046656370);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=842;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (842,1,'WebGUI','These macros are used to create navigation on the site.\r\n<p/>\r\n\r\n<b>^C; or ^C(); - Crumb Trail</b><br>\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n<p>\r\n\r\n<b>NOTE:</b> The .crumbTrail style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^FlexMenu;</b><br>\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n<p>\r\n\r\n<b>^H; or ^H(); - Home Link</b><br>\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this <b>^H("Go Home");</b>.\r\n<p>\r\n\r\n<b>NOTES:</b> You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^M; or ^M(); - Current Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^M(3);</b>. If you set the macro to "0" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^m; - Current Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n<p>\r\n\r\n<b>^P; or ^P(); - Previous Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^P(3);</b>. If you set the macro to "0" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^p; - Previous Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n<p>\r\n\r\n<b>^rootmenu; or ^rootmenu(); (Horizontal)</b><br>\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n<p>\r\n\r\n\r\n<b>^S(); - Specific SubMenu (Vertical)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^S("home",0);</b>. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this <b>^S("home",3);</b>.\r\n<p>\r\n\r\n\r\n<b>^s(); - Specific SubMenu (Horizontal)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^s("home");</b>. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s("home",":--:");. The default delimeter is <EFBFBD>.\r\n<p>\r\n\r\n<b>^Synopsis; or ^Synopsis(); Menu</b><br>\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n<p>\r\n\r\n<b>NOTES:</b> The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n<p>\r\n\r\n<b>^T; or ^T(); - Top Level Menu (Vertical)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^T(3);</b>. If you set the macro to "0" it will track the entire site tree.\r\n<p>\r\n\r\n<b>^t; - Top Level Menu (Horizontal)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is <20>.\r\n<p>\r\n\r\n<b>^/; - System URL</b><br>\r\nThe URL to the gateway script (example: <i>/index.pl/</i>).\r\n<p>\r\n\r\n<b>^\\; - Page URL</b><br>\r\nThe URL to the current page (example: <i>/index.pl/pagename</i>).\r\n<p>\r\n\r\n', 1046656370);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=845;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (845,1,'WebGUI','Style Macros', 1046656109);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=846;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (846,1,'WebGUI','These macros are mainly useful in maintaining styles in WebGUI.\r\n<p/>\r\n\r\n<b>^AdminBar;</b><br>\r\nPlaces the administrative tool bar on the page. This is a required element in the "body" segment of the Style Manager.\r\n<p>\r\n\r\n\r\n<b>^c; - Company Name</b><br>\r\nThe name of your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n\r\n<b>^e; - Company Email Address</b><br>\r\nThe email address for your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n<b>^Extras;</b><br>\r\nReturns the path to the WebGUI "extras" folder, which contains things like WebGUI icons.\r\n<p>\r\n\r\n<b>^PageTitle;</b><br>\r\nDisplays the title of the current page.\r\n<p>\r\n\r\n<B>NOTE:</b> If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n<p>\r\n\r\n<b>^r; or ^r(); - Make Page Printable</b><br>\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this <b>^r("Print Me!");</b>.\r\n<p>\r\n\r\nBy default, when this link is clicked, the current page\'s style is replaced with the "Make Page Printable" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r("Print!","WebGUI");\r\n<p>\r\n\r\n<b>NOTES:</b> You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^RootTitle;</b><br>\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the "Home" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n<p>\r\n\r\n<b>^u; - Company URL</b><br>\r\nThe URL for your company specified in the settings by your Administrator.\r\n<p>\r\n\r\n<b>^?; - Search</b><br>\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n<p>\r\n\r\n<b>NOTE:</b> The .searchBox style sheet class is tied to this macro.\r\n<p>\r\n\r\n<b>^-;</b><br/>\r\nThis is known as the separator macro. It must appear exactly once in every style. Wherever it appears is where the content for any given page will be put.\r\n<p/>', 1046656109);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=421;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (421,1,'WebGUI','Remove everything except basic formating.', 1046611728);
|
||
delete from international where languageId=1 and namespace='Discussion' and internationalId=1;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (1,1,'Discussion','Filter Post', 1046607477);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=418;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (418,1,'WebGUI','Filter Content', 1046604931);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=419;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (419,1,'WebGUI','Leave only the text.', 1046604699);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=526;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (526,1,'WebGUI','Remove JavaScript and macros.', 1046604649);
|
||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=891;
|
||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (891,1,'WebGUI','Remove only macros.', 1046604579);
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|