From 9caaefd88bb8270a5bc4aff5a1280eec41ca3f3d Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 25 May 2004 18:13:52 +0000 Subject: [PATCH] 6.0.3 bugfix cycle --- docs/previousVersion.sql | 83 ++++++++++++++------------- docs/upgrades/upgrade_6.0.2-6.0.3.sql | 3 + lib/WebGUI.pm | 2 +- 3 files changed, 46 insertions(+), 42 deletions(-) create mode 100644 docs/upgrades/upgrade_6.0.2-6.0.3.sql diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index 7b1747670..c1248dc5f 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -1267,7 +1267,7 @@ INSERT INTO help VALUES (1,'Article',61,71,'2,Article;71,WebGUI;21,WebGUI;'); INSERT INTO help VALUES (27,'WebGUI',677,632,'1,Article;1,EventsCalendar;1,FileManager;1,HttpProxy;1,DataForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;1,Survey;1,SyndicatedContent;1,USS;1,WobjectProxy;21,WebGUI;'); INSERT INTO help VALUES (1,'Poll',61,71,'2,Poll;21,WebGUI;'); INSERT INTO help VALUES (1,'SiteMap',61,71,'2,SiteMap;21,WebGUI;'); -INSERT INTO help VALUES (1,'SQLReport',61,71,'21,WebGUI;'); +INSERT INTO help VALUES (1,'SQLReport',61,71,'2,SQLReport;21,WebGUI;'); INSERT INTO help VALUES (18,'WebGUI',668,623,'52,WebGUI;78,WebGUI;'); INSERT INTO help VALUES (17,'WebGUI',667,622,'10,WebGUI;'); INSERT INTO help VALUES (2,'WebGUI',652,607,'12,WebGUI;'); @@ -1306,14 +1306,14 @@ INSERT INTO help VALUES (7,'Product',62,63,'1,Product;51,WebGUI;'); INSERT INTO help VALUES (1,'Survey',3,4,'21,WebGUI;'); INSERT INTO help VALUES (49,'WebGUI',785,786,'53,WebGUI;54,WebGUI;56,WebGUI;20,WebGUI;61,WebGUI;55,WebGUI;'); INSERT INTO help VALUES (50,'WebGUI',825,826,'33,WebGUI;'); -INSERT INTO help VALUES (2,'Article',72,73,'1,Article;51,WebGUI;'); +INSERT INTO help VALUES (2,'Article',72,73,'1,Article;79,WebGUI;51,WebGUI;'); INSERT INTO help VALUES (51,'WebGUI',827,828,'2,Article;3,DataForm;3,EventsCalendar;3,FileManager;2,MessageBoard;7,Product;2,SiteMap;2,SyndicatedContent;33,WebGUI;2,USS;'); INSERT INTO help VALUES (3,'EventsCalendar',94,95,'1,EventsCalendar;79,WebGUI;51,WebGUI;'); -INSERT INTO help VALUES (3,'FileManager',75,76,'1,FileManager;51,WebGUI;'); +INSERT INTO help VALUES (3,'FileManager',75,76,'1,FileManager;79,WebGUI;51,WebGUI;'); INSERT INTO help VALUES (4,'EventsCalendar',96,97,'2,EventsCalendar;51,WebGUI;'); INSERT INTO help VALUES (2,'MessageBoard',73,74,'75,WebGUI;76,WebGUI;73,WebGUI;77,WebGUI;72,WebGUI;74,WebGUI;1,MessageBoard;51,WebGUI;'); INSERT INTO help VALUES (2,'SiteMap',72,73,'1,SiteMap;51,WebGUI;'); -INSERT INTO help VALUES (2,'USS',74,75,'1,USS;51,WebGUI;'); +INSERT INTO help VALUES (2,'USS',74,75,'79,WebGUI;1,USS;51,WebGUI;'); INSERT INTO help VALUES (3,'USS',76,77,'1,USS;51,WebGUI;'); INSERT INTO help VALUES (52,'WebGUI',829,830,'1,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (53,'WebGUI',831,832,'49,WebGUI;19,WebGUI;'); @@ -1371,6 +1371,7 @@ INSERT INTO help VALUES (1,'Auth/WebGUI/Expired',1,2,'51,WebGUI;'); INSERT INTO help VALUES (83,'WebGUI',1098,1093,'58,WebGUI;85,WebGUI;84,WebGUI;34,WebGUI;'); INSERT INTO help VALUES (84,'WebGUI',1094,1095,'58,WebGUI;85,WebGUI;83,WebGUI;'); INSERT INTO help VALUES (85,'WebGUI',1096,1097,'58,WebGUI;83,WebGUI;84,WebGUI;50,WebGUI;'); +INSERT INTO help VALUES (2,'SQLReport',72,73,'79,WebGUI;1,SQLReport;51,WebGUI;'); -- -- Table structure for table `incrementer` @@ -5167,7 +5168,7 @@ INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit', INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1066583066,NULL); INSERT INTO international VALUES (61,'Poll',1,'Poll, Add/Edit',1050183732,NULL); INSERT INTO international VALUES (61,'SiteMap',1,'Site Map, Add/Edit',1038890147,NULL); -INSERT INTO international VALUES (61,'SQLReport',1,'SQL Report, Add/Edit',1031514049,NULL); +INSERT INTO international VALUES (61,'SQLReport',1,'SQL Report, Add/Edit',1082365503,NULL); INSERT INTO international VALUES (61,'DataForm',1,'Data Form, Add/Edit',1053885941,NULL); INSERT INTO international VALUES (62,'DataForm',1,'Data Form Fields, Add/Edit',1052047004,NULL); INSERT INTO international VALUES (71,'FileManager',1,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n

\r\n\r\nTemplate
\r\nChoose a layout for the file manager.\r\n

\r\n\r\nPaginate After
\r\nHow many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?\r\n

\r\n\r\nProceed to add download?
\r\nIf you wish to start adding files to download right away, leave this checked.\r\n

\r\n\r\n',1038887335,NULL); @@ -5186,7 +5187,8 @@ INSERT INTO international VALUES (73,'Poll',1,'Poll Template',1050183668,NULL); INSERT INTO international VALUES (74,'Poll',1,'The following variables are available to the poll template:\r\n\r\ncanVote
\r\nA condition indicating whether the user has the right to vote on this poll.\r\n

\r\n\r\nquestion
\r\nThe poll question.\r\n

\r\n\r\nform.start
\r\nThe beginning of the vote form.\r\n

\r\n\r\nanswer_loop
\r\nA loop containing information about the answers in the poll.\r\n

\r\n\r\n

\r\n\r\nanswer.form
\r\nThe radio button for this answer.\r\n

\r\n\r\nanswer.text
\r\nThe text of the answer.\r\n

\r\n\r\nanswer.number
\r\nThe number of this answer. As in 1, 2, 3, etc.\r\n

\r\n\r\nanswer.graphWidth
\r\nThe width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.\r\n

\r\n\r\n\r\nanswer.percent
\r\nThe percentage of the vote that this answer has received.\r\n

\r\n\r\nanswer.total
\r\nThe total number of votes that this answer has received.\r\n

\r\n\r\n

\r\n\r\n\r\nform.submit
\r\nThe submit button for the poll form.\r\n

\r\n\r\nform.end
\r\nThe end of the poll form.\r\n

\r\n\r\nresponses.label
\r\nThe label for the total responses. \"Total Votes\"\r\n

\r\n\r\nresponses.total
\r\nThe total number of votes that have been placed on this poll.\r\n

\r\n\r\n',1050183668,NULL); INSERT INTO international VALUES (71,'SiteMap',1,'Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.\r\n

\r\n\r\nTemplate
\r\nChoose a layout for this site map.\r\n

\r\n\r\nStart With
\r\nSelect the page that this site map should start from.\r\n

\r\n\r\nDepth To Traverse
\r\nHow many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are.\r\n

\r\n\r\nIndent
\r\nHow many characters should indent each level?\r\n

\r\n\r\nAlphabetic?
\r\nIf this setting is true, site map entries are sorted alphabetically. If this setting is false, site map entries are sorted by the page sequence order (editable via the up and down arrows in the page toolbar).\r\n

\r\n\r\n',1039908464,NULL); INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1078570360,NULL); -INSERT INTO international VALUES (71,'SQLReport',1,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.\r\n

\r\n\r\n\r\nPreprocess macros on query?
\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n

\r\n\r\n\r\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\r\n

\r\n\r\n\r\nQuery
\r\nThis is a standard SQL query. If you are unfamiliar with SQL, Plain Black Software provides training courses in SQL and database management. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n

\r\n\r\n\r\nReport Template
\r\nLayout a template of how this report should look. Usually you\'ll use HTML tables to generate a report. An example is included below. If you leave this field blank a template will be generated based on your result set.\r\n

\r\n\r\n\r\nThere are special macro characters used in generating SQL Reports. They are ^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed regardless of whether you checked the process macros box above. The ^- macro represents split points in the document where the report will begin and end looping. The numeric macros represent the data fields that will be returned from your query. There is an additional macro, ^rownum; that counts the rows of the query starting at 1 for use where the lines of the output need to be numbered.\r\n

\r\n\r\nDatabase Link
\r\nThe administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the DSN, Username, and Password. If a database is selected from this list, the DSN, User, and Password fields will be ignored.
\r\n
\r\nIf the database you need to use is not configured as a Database Link, you can enter the DSN, User, and Password.\r\n

\r\n\r\nDSN
\r\nData Source Name is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host]. \r\n

\r\n\r\n\r\nExample: DBI:mysql:WebGUI:localhost\r\n

\r\n\r\n\r\nDatabase User\r\nThe username you use to connect to the DSN.\r\n

\r\n\r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN.\r\n

\r\n\r\n\r\nPaginate After\r\nHow many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?\r\n

\r\n\r\n\r\nConvert carriage returns?\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (<br>).\r\n

\r\n\r\n',1056151382,NULL); +INSERT INTO international VALUES (71,'SQLReport',1,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.\r\n

\r\n\r\n\r\nPreprocess macros on query?
\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n

\r\n\r\n\r\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\r\n

\r\n\r\n\r\nQuery
\r\nThis is a standard SQL query. If you are unfamiliar with SQL then you\'ll likely not want to use this wobject. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n

\r\n\r\nDatabase Link
\r\nThe administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the connectivity information.\r\n

\r\n\r\nPaginate After\r\nHow many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?\r\n

\r\n\r\n\r\n',1082365503,NULL); +INSERT INTO international VALUES (73,'SQLReport',1,'The following variables are made available from SQL Reports:\r\n

\r\n\r\ncolumns_loop
\r\nA loop containing information about each column.\r\n

\r\n

\r\n\r\ncolumn.number
\r\nAn integer starting with 1 and counting through the number of columns.\r\n

\r\n\r\ncolumn.name
\r\nThe name of this column as returned by the query.\r\n

\r\n\r\n
\r\n\r\nrows_loop
\r\nA loop containing the data returned from the query.\r\n

\r\n
\r\n\r\nrow.number
\r\nAn integer starting with 1 and counting through the total list of rows.\r\n

\r\n\r\nrow.field.NAME.value
\r\nThe data for a given field in this row where NAME is the name of the field as it is returned by the query.\r\n

\r\n\r\nrow.field_loop
\r\nA loop containing all of the fields for this row.\r\n

\r\n
\r\n\r\nfield.number
\r\nAn integer starting with 1 and counting through the number of fields in this row. This is the same as column.number in the column_loop.\r\n

\r\n\r\nfield.name
\r\nThe name of the field as it is returned by the query.\r\n

\r\n\r\nfield.value
\r\nThe data in this field.\r\n

\r\n\r\n
\r\n\r\n
\r\n\r\nrows.count
\r\nThe total number of rows returned by the query.\r\n

\r\n\r\nrows.count.isZero
\r\nA boolean indicating that the query returned zero rows.\r\n

\r\n\r\nrows.count.isZero.label
\r\nThe default label for rows.count.isZero.\r\n

\r\n\r\n',1082365471,NULL); INSERT INTO international VALUES (71,'DataForm',1,'This wobject creates a simple multipurpose data-entry form.\r\n

\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they submit their data..\r\n

\r\n\r\nMail entries?
\r\nIf set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.\r\n

\r\nNOTE: The \"To\" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.\r\n

\r\n\r\nTemplate
\r\nChoose a template for your form.\r\n

\r\n\r\nEmail Template
\r\nChoose a template for the data that will be sent via email.\r\n

\r\n\r\nAcknowlegement Template
\r\nChoose a template that will be used to display the acknowlegement.\r\n

\r\n\r\nList Template
\r\nChoose a template that will be used to display the list of stored records in this Data Form.\r\n

',1053885941,NULL); INSERT INTO international VALUES (83,'DataForm',1,'The following template variables are available for Data Form templates.\r\n

\r\n\r\nacknowledgement
\r\nThe acknowledgement specified in the wobject\'s properties. This message should be displayed after a user submits data.\r\n

\r\nexport.tab.url
\r\nFollowing this URL will export the data stored to this data form as a tab delimited file.\r\n

\r\n\r\nexport.tab.label
\r\nThe default label for the export.tab.url variable.\r\n

\r\n\r\nentryList.url
\r\nFollowing this URL will display a list of all the record entries in this data form.\r\n

\r\n\r\nentryList.label
\r\nThe default label for the entryList.url variable.\r\n

\r\n\r\ncanEdit\r\nA conditional indicating whether the current user has the privileges to edit an existing entry or export the form\'s data.\r\n

\r\n\r\nback.url
\r\nA url that will take you back to the default page in the form.\r\n

\r\n\r\nback.label
\r\nThe default label for the back.url variable.\r\n

\r\n\r\nusername*
\r\nThe username of the user that submitted the data.\r\n

\r\n\r\nuserId*
\r\nThe user id of the user that submitted the data.\r\n

\r\n\r\ndate*
\r\nThe date that this data was submitted or last updated formatted as the user\'s preferred date/time format.\r\n

\r\n\r\n\r\nepoch*
\r\nThe date that this data was submitted or last updated formatted as an epoch date.\r\n

\r\n\r\nipAddress*
\r\nThe IP address of the user that submitted the data.\r\n

\r\n\r\nedit.url*
\r\nThe URL to the page to edit this entry.\r\n

\r\n\r\nerror_loop*
\r\nA loop containing error information, for instance if someone doesn\'t fill out a required field.\r\n

\r\n\r\n

\r\n\r\nerror.message*
\r\nAn error message indicating what the user might have done wrong.\r\n\r\n
\r\n\r\naddField.url
\r\nThe URL that content managers will visit to add a new field to the form.\r\n

\r\n\r\naddField.label
\r\nThe default label for the addField.url variable.\r\n

\r\n\r\nform.start
\r\nThe beginning of the form.\r\n

\r\n\r\nfield_loop
\r\nA loop containing all of the field information.\r\n

\r\n\r\n

\r\n\r\nfield.form
\r\nThe form element for this field.\r\n

\r\n\r\nfield.name
\r\nThe name of this field.\r\n

\r\n\r\nfield.value
\r\nThe value of this field. If this is new data, then the default value will be used.\r\n

\r\n\r\nfield.label
\r\nThe text label for this field.\r\n

\r\n\r\nfield.isHidden
\r\nA conditional indicating whether this field is supposed to be hidden. \r\n

\r\n\r\nfield.isDisplayed
\r\nA conditional indicating whether this field is supposed to be displayed. \r\n

\r\n\r\nfield.isEditable
\r\nA conditional indicating whether this field is editable. \r\n

\r\n\r\nfield.isRequired
\r\nA conditional indicating whether this field is required. \r\n

\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field is present only to facilitate sending an email. \r\n

\r\n\r\n\r\nfield.subtext
\r\nA description of the field so that users know what to put in the field.\r\n

\r\n\r\nfield.controls
\r\nWebGUI\'s administrative controls for this field.\r\n

\r\n\r\n

\r\n\r\nform.send
\r\nA form button with the word \"send\" printed on it.\r\n

\r\n\r\nform.save/b>
\r\nA form button with the word \"save\" printed on it.\r\n

\r\n\r\nform.end
\r\nThe end of the form.\r\n

\r\n\r\n*Only available if the user has already submitted the form.',1053948922,NULL); INSERT INTO international VALUES (72,'DataForm',1,'You may add as many additional fields to your Data Form as you like.\r\n

\r\n\r\nLabel
\r\nThis is an informative text label to let the user know what this field represents.\r\n

\r\n\r\nField Name
\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n

\r\n\r\nSubtext
\r\nAn extension of the label, this is a description of what should go in the field or optional instructions for the field.\r\n

\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n

\r\n\r\nType
\r\nChoose the type of form element for this field. \r\n

\r\n\r\nWidth
\r\nSet the number of characters wide this field will be.\r\n

\r\n\r\nHeight
\r\nSet the number of characters tall this field will be. Only used on textarea and HTMLArea.\r\n

\r\n\r\nPossible Values
\r\nThis field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.\r\n

\r\n\r\nDefault Value (optional)
\r\nEnter the default value (if any) for the field. For Yes/No fields, enter \"yes\" to select \"Yes\" and \"no\" to select \"No\".\r\n

\r\n\r\n',1053855075,NULL); @@ -8365,18 +8367,19 @@ INSERT INTO international VALUES (830,'WebGUI',1,'Page templates are used to org INSERT INTO international VALUES (825,'WebGUI',1,'Template, Language',1038865669,NULL); INSERT INTO international VALUES (826,'WebGUI',1,'WebGUI has a powerful templating language built to give you maximum control over the layout of your content. The following is a list of the template language syntax.\r\n\r\n

\r\nNOTE: Please note that the words foo and bar are used below as placeholders for the actual variable names that you\'ll use. They are not part of the template language.\r\n\r\n

\r\nVariables
\r\nVariables are the most basic of the template commands. They are used to position pieces of content.\r\n\r\n

\r\nSyntax: <tmpl_var foo> or <tmpl_var name=\"foo\">\r\n

\r\n\r\nExample: <tmpl_var name>\r\n

\r\n\r\nConditions
\r\nTo programmers conditions are nothing new, but to designers they can often be confusing at first. Conditions are really just true or false questions, and if you think of them that way, you\'ll have no trouble at all.\r\n

\r\n\r\nSyntax: <tmpl_if foo> <tmpl_else> </tmpl_if>\r\n
\r\nSyntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless>\r\n

\r\n\r\nExample: <tmpl_if isTrue> It was true!<tmpl_else> It was false! </tmpl_if>\r\n

\r\n\r\nLoops
\r\nLoops iterate over a list of data output for each pass in the loop. Loops are slightly more complicated to use than plain variables, but are considerably more powerful.\r\n

\r\n\r\nSyntax: <tmpl_loop foo> </tmpl_loop>\r\n

\r\n\r\nExample:
\r\n<tmpl_loop users>
\r\n   Name: <tmpl_var first_name><br/>
\r\n</tmpl_loop>\r\n

\r\n\r\nLoop Conditions
\r\nLoops come with special condition variables of their own. They are __FIRST__, __ODD__, __INNER__, and __LAST__.\r\n

\r\n\r\nExamples:
\r\n

\r\n   <TMPL_LOOP FOO>\r\n      <TMPL_IF __FIRST__>\r\n        This only outputs on the first pass.\r\n      </TMPL_IF>\r\n\r\n      <TMPL_IF __ODD__>\r\n        This outputs every other pass, on the odd passes.\r\n      </TMPL_IF>\r\n\r\n      <TMPL_UNLESS __ODD__>\r\n        This outputs every other pass, on the even passes.\r\n      </TMPL_UNLESS>\r\n\r\n      <TMPL_IF __INNER__>\r\n        This outputs on passes that are neither first nor last.\r\n      </TMPL_IF>\r\n\r\n      <TMPL_IF __LAST__>\r\n        This only outputs on the last pass.\r\n      <TMPL_IF>\r\n   </TMPL_LOOP>\r\n
\r\n\r\n

\r\nNOTE:Both the template language and template variables are case-insensitive.',1038865669,NULL); INSERT INTO international VALUES (74,'USS',1,'User Submission System Template',1038865585,NULL); -INSERT INTO international VALUES (75,'USS',1,'This is the listing of template variables available in user submission system templates.\r\n

\r\n\r\nreadmore.label
\r\nA translated label that indicates that the user should click to read more.\r\n

\r\n\r\nresponses.label
\r\nA translated label that indicates that the user should click to view the responses to this submission.\r\n

\r\n\r\ncanPost
\r\nA condition that indicates whether a user can add a new submission.\r\n

\r\n\r\npost.url
\r\nThe URL to add a new submission.\r\n

\r\n\r\npost.label
\r\nA translated label for the post link.\r\n

\r\n\r\naddquestion.label
\r\nA translated label that prompts the user to add a question to the USS.\r\n

\r\n\r\naddlink.label
\r\nA translated label that prompts the user to add a link to the USS.\r\n

\r\n\r\nsearch.label
\r\nA translated label for the search link.\r\n

\r\n\r\nsearch.url
\r\nThe URL to toggle on/off WebGUI\'s power search form.\r\n

\r\n\r\nsearch.form
\r\nWebGUI\'s power search form.\r\n

\r\n\r\nrss.url
\r\nThe URL to generate an RSS feed from the content in the USS.\r\n

\r\n\r\ncanModerate
\r\nA condition indicating whether the current user has the rights to moderate posts in this USS.\r\n

\r\n\r\ntitle.label
\r\nA translated label for the title column.\r\n

\r\n\r\nthumbnail.label
\r\nA translated label for the thumbnail column.\r\n

\r\n\r\ndate.label
\r\nA translated label for the date column.\r\n

\r\n\r\ndate.updated.label
\r\nThe translated label indicating what date this submission was last edited.\r\n

\r\n\r\nby.label
\r\nA translated label stating who the submission was submitted by.\r\n

\r\n\r\nsubmission.edit.label
\r\nA translated text label that prompts the user to edit a particular submission.\r\n

\r\n\r\nsubmissions_loop
\r\nA loop containing each submission.\r\n

\r\n\r\nsubmission.id
\r\nA unique identifier for this submission.\r\n

\r\n\r\nsubmission.url
\r\nThe URL to view this submission.\r\n

\r\n\r\nsubmission.content
\r\nThe abbreviated text content of this submission.\r\n

\r\n\r\nsubmission.content.full
\r\nThe full text content of this submission.\r\n

\r\n\r\n\r\nsubmission.responses
\r\nThe number of responses to this submission.\r\n

\r\n\r\nsubmission.title
\r\nThe title for this submission.\r\n

\r\n\r\nsubmission.userDefined1 - submission.userDefined5
\r\nA series of user defined fields to add custom functionality to the USS.\r\n

\r\n\r\nsubmission.userId
\r\nThe user id of the user that posted this submission.\r\n

\r\n\r\nsubmission.username
\r\nThe username of the person that posted this submission.\r\n

\r\n\r\nsubmission.status
\r\nThe status of this submission (approved, pending, denied).\r\n

\r\n\r\nsubmission.thumbnail
\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n

\r\n\r\nsubmission.image
\r\nThe URL of the image attached to this submission.\r\n

\r\n\r\n\r\nsubmission.date
\r\nThe that this submission was posted.\r\n

\r\n\r\nsubmission.date.updated
\r\nA human readable date that displays the date and time this submission was last edited.\r\n

\r\n\r\nsubmission.currentUser
\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n

\r\n\r\nsubmission.userProfile
\r\nThe URL to the profile of the user that posted this submission.\r\n

\r\n\r\nsubmission.edit.url
\r\nThe URL to edit this submission.\r\n

\r\n\r\n\r\nsubmission.secondColumn
\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n

\r\n\r\nsubmission.thirdColumn
\r\nA condition indicating whether or not this submission would belong in the third column, in a multi-column layout.\r\n

\r\n\r\nsubmission.fourthColumn
\r\nA condition indicating whether or not this submission would belong in the fourth column, in a multi-column layout.\r\n

\r\n\r\nsubmission.fifthColumn
\r\nA condition indicating whether or not this submission would belong in the fifth column, in a multi-column layout.\r\n

\r\n\r\nsubmission.controls
\r\nThe administrative toolbar for each submission.\r\n

\r\n\r\n

\r\n

\r\n\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n

\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n

\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n

\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n

\r\n',1070197639,NULL); +INSERT INTO international VALUES (75,'USS',1,'This is the listing of template variables available in user submission system templates.\r\n

\r\n\r\nreadmore.label
\r\nA translated label that indicates that the user should click to read more.\r\n

\r\n\r\nresponses.label
\r\nA translated label that indicates that the user should click to view the responses to this submission.\r\n

\r\n\r\ncanPost
\r\nA condition that indicates whether a user can add a new submission.\r\n

\r\n\r\npost.url
\r\nThe URL to add a new submission.\r\n

\r\n\r\npost.label
\r\nA translated label for the post link.\r\n

\r\n\r\naddquestion.label
\r\nA translated label that prompts the user to add a question to the USS.\r\n

\r\n\r\naddlink.label
\r\nA translated label that prompts the user to add a link to the USS.\r\n

\r\n\r\nsearch.label
\r\nA translated label for the search link.\r\n

\r\n\r\nsearch.url
\r\nThe URL to toggle on/off WebGUI\'s power search form.\r\n

\r\n\r\nsearch.form
\r\nWebGUI\'s power search form.\r\n

\r\n\r\nrss.url
\r\nThe URL to generate an RSS feed from the content in the USS.\r\n

\r\n\r\ncanModerate
\r\nA condition indicating whether the current user has the rights to moderate posts in this USS.\r\n

\r\n\r\ntitle.label
\r\nA translated label for the title column.\r\n

\r\n\r\nthumbnail.label
\r\nA translated label for the thumbnail column.\r\n

\r\n\r\ndate.label
\r\nA translated label for the date column.\r\n

\r\n\r\ndate.updated.label
\r\nThe translated label indicating what date this submission was last edited.\r\n

\r\n\r\nby.label
\r\nA translated label stating who the submission was submitted by.\r\n

\r\n\r\nsubmission.edit.label
\r\nA translated text label that prompts the user to edit a particular submission.\r\n

\r\n\r\nsubmissions_loop
\r\nA loop containing each submission.\r\n

\r\n\r\nsubmission.id
\r\nA unique identifier for this submission.\r\n

\r\n\r\nsubmission.url
\r\nThe URL to view this submission.\r\n

\r\n\r\nsubmission.content
\r\nThe abbreviated text content of this submission.\r\n

\r\n\r\nsubmission.content.full
\r\nThe full text content of this submission.\r\n

\r\n\r\n\r\nsubmission.responses
\r\nThe number of responses to this submission.\r\n

\r\n\r\nsubmission.title
\r\nThe title for this submission.\r\n

\r\n\r\nsubmission.userDefined1 - submission.userDefined5
\r\nA series of user defined fields to add custom functionality to the USS.\r\n

\r\n\r\nsubmission.userId
\r\nThe user id of the user that posted this submission.\r\n

\r\n\r\nsubmission.username
\r\nThe username of the person that posted this submission.\r\n

\r\n\r\nsubmission.status
\r\nThe status of this submission (approved, pending, denied).\r\n

\r\n\r\nsubmission.thumbnail
\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n

\r\n\r\nsubmission.image
\r\nThe URL of the image attached to this submission.\r\n

\r\n\r\n\r\nsubmission.date
\r\nThe that this submission was posted.\r\n

\r\n\r\nsubmission.date.updated
\r\nA human readable date that displays the date and time this submission was last edited.\r\n

\r\n\r\nsubmission.currentUser
\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n

\r\n\r\nsubmission.userProfile
\r\nThe URL to the profile of the user that posted this submission.\r\n

\r\n\r\nsubmission.edit.url
\r\nThe URL to edit this submission.\r\n

\r\n\r\n\r\nsubmission.secondColumn
\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n

\r\n\r\nsubmission.thirdColumn
\r\nA condition indicating whether or not this submission would belong in the third column, in a multi-column layout.\r\n

\r\n\r\nsubmission.fourthColumn
\r\nA condition indicating whether or not this submission would belong in the fourth column, in a multi-column layout.\r\n

\r\n\r\nsubmission.fifthColumn
\r\nA condition indicating whether or not this submission would belong in the fifth column, in a multi-column layout.\r\n

\r\n\r\nsubmission.controls
\r\nThe administrative toolbar for each submission.\r\n

\r\n\r\n

\r\n

\r\n\r\n',1082367203,NULL); INSERT INTO international VALUES (73,'MessageBoard',1,'Message Board Template',1066584179,NULL); INSERT INTO international VALUES (74,'MessageBoard',1,'The following is the list of template variables available in message board templates.\r\n

\r\n\r\nforum.add.url
\r\nA url that will add a forum to this message board.\r\n

\r\n\r\nforum.add.label
\r\nThe default label for forum.add.url.\r\n

\r\n\r\ntitle.label
\r\nThe default label for the title columnn.\r\n

\r\n\r\nviews.label
\r\nThe default label for the views column.\r\n

\r\n\r\nrating.label
\r\nThe default label for the ratings column.\r\n

\r\n\r\nthreads.label
\r\nThe default label for the threads column.\r\n

\r\n\r\nreplies.label
\r\nThe default label for the replies column.\r\n

\r\n\r\nlastpost.label
\r\nThe default label for the last post column.\r\n

\r\n\r\n\r\nforum_loop
\r\nA loop containing the data for each of the forums contained in this message board.\r\n

\r\n\r\n

\r\n\r\nforum.controls
\r\nThe editing controls for this forum.\r\n

\r\n\r\nforum.count
\r\nAn integer displaying the forum count as it goes through the loop.\r\n

\r\n\r\nforum.title
\r\nThe title of this forum.\r\n

\r\n\r\nforum.description
\r\nThe description of this forum.\r\n

\r\n\r\nforum.replies
\r\nThe number of replies all the threads in this forum have received.\r\n

\r\n\r\nforum.rating
\r\nThe average rating of all the posts in the forum.\r\n

\r\n\r\nforum.views
\r\nThe total number of views of all the posts in the forum.\r\n

\r\n\r\nforum.threads
\r\nThe total number of threads in this forum.\r\n

\r\n\r\nforum.url
\r\nThe url to view this forum.\r\n

\r\n\r\nforum.lastpost.url
\r\nThe url to view the last post in this forum.\r\n

\r\n\r\nforum.lastpost.date
\r\nThe human readable date of the last post in this forum.\r\n

\r\n\r\nforum.lastpost.time
\r\nThe human readable time of the last post in this forum.\r\n

\r\n\r\nforum.lastpost.epoch
\r\nThe epoch date of the last post in this forum.\r\n

\r\n\r\nforum.lastpost.subject
\r\nThe subject of the last post in this forum.\r\n

\r\n\r\nforum.lastpost.user.id
\r\nThe userid of the last poster.\r\n

\r\n\r\nforum.lastpost.user.name
\r\nThe username of the last poster.\r\n

\r\n\r\nforum.lastpost.user.profile
\r\nThe url to the last poster\'s profile.\r\n

\r\n\r\nforum.lastpost.user.isVisitor
\r\nA condition indicating where the last poster was a visitor.\r\n

\r\n\r\n\r\n

\r\n

\r\n\r\ndefault.listing
\r\nA full forum rendered using the forum template.\r\n

\r\n\r\ndefault.description
\r\nThe description of the default forum.\r\n

\r\n\r\ndefault.title
\r\nThe title of the default forum.\r\n

\r\n\r\ndefault.controls
\r\nThe controls for the default forum.\r\n

\r\n\r\nareMultipleForums
\r\nA condition indicating whether there is more than one forum.\r\n

\r\n',1066584179,NULL); INSERT INTO international VALUES (72,'SiteMap',1,'Site Map Template',1047855100,NULL); INSERT INTO international VALUES (73,'SiteMap',1,'This is the list of template variables available for site map templates.\r\n

\r\n\r\npage_loop
\r\nThis loop contains all of the pages in the site map.\r\n

\r\n\r\npage.indent
\r\nThe indent spacer for this page indicating the depth of the page in the tree.\r\n

\r\n\r\npage.url
\r\nThe URL to the page.\r\n

\r\n\r\npage.id
\r\nThe unique identifier for this page that WebGUI uses internally.\r\n

\r\n\r\npage.title
\r\nThe title of this page.\r\n

\r\n\r\npage.menutitle
\r\nThe title of this page that appears in navigation.\r\n

\r\n\r\npage.synopsis
\r\nThe description of the contents of this page (if any).\r\n

\r\n\r\npage.isRoot
\r\nA condition indicating whether or not this page is a root.\r\n

\r\n\r\npage.isTop
\r\nA condition indicating whether or not this page is at the top of the navigation tree.\r\n

\r\n\r\n\r\n

\r\n

',1047855100,NULL); INSERT INTO international VALUES (75,'FileManager',1,'File Manager Template',1038853712,NULL); -INSERT INTO international VALUES (76,'FileManager',1,'This is the list of template variables available in File Manager templates.\r\n

\r\n\r\ntitleColumn.url
\r\nThe URL to sort by the title.\r\n

\r\n\r\ntitleColumn.label
\r\nThe translated label for the title.\r\n

\r\n\r\ndescriptionColumn.label
\r\nThe translated label for the description.\r\n

\r\n\r\ndescriptionColumn.url
\r\nThe URL to sort by the description.\r\n

\r\n\r\ndateColumn.label
\r\nThe translated label for the upload date.\r\n

\r\n\r\ndateColumn.url
\r\nThe URL to sort by the date uploaded.\r\n

\r\n\r\nsearch.form
\r\nWebGUI\'s power search form.\r\n

\r\n\r\nsearch.url
\r\nThe URL to toggle search mode on and off.\r\n

\r\n\r\nsearch.label
\r\nThe translated label for the search link.\r\n

\r\n\r\naddfile.url
\r\nThe URL to add a file to the file manager.\r\n

\r\n\r\naddfile.label
\r\nThe translated label for the add file link.\r\n

\r\n\r\nfile_loop
\r\nA loop containing the information about each file uploaded to this file manager.\r\n

\r\nfile.canView
\r\nA condition as to whether the current user has the privileges to view this file.\r\n

\r\nfile.controls
\r\nThe WebGUI management controls for this file.\r\n

\r\nfile.title
\r\nThe title for this file.\r\n

\r\nfile.version1.name
\r\nThe filename for the first version of this file.\r\n

\r\nfile.version1.url
\r\nThe download URL for the first version of this file.\r\n

\r\nfile.version1.icon
\r\nThe URL to the icon for the file type of the first version of this file.\r\n

\r\nfile.version1.size
\r\nThe storage size of the first version of this file.\r\n

\r\nfile.version1.type
\r\nThe type (or file extension) of the first version of this file.\r\n

\r\nfile.version1.thumbnail
\r\nThe URL to the thumbnail for the first version of this file.\r\n

\r\nfile.version1.isImage
\r\nA conditional indicating whether the first version of this file is an image or not.\r\n

\r\nfile.version2.name
\r\nThe filename for the second version of this file.\r\n

\r\nfile.version2.url
\r\nThe download URL for the second version of this file.\r\n

\r\nfile.version2.icon
\r\nThe URL to the icon for the file type of the second version of this file.\r\n

\r\nfile.version2.size
\r\nThe storage size of the second version of this file.\r\n

\r\nfile.version2.type
\r\nThe type (or file extension) of the second version of this file.\r\n

\r\nfile.version2.thumbnail
\r\nThe URL to the thumbnail for the second version of this file.\r\n

\r\nfile.version2.isImage
\r\nA conditional indicating whether the second version of this file is an image or not.\r\n

\r\nfile.version3.name
\r\nThe filename for the third version of this file.\r\n

\r\nfile.version3.url
\r\nThe download URL for the third version of this file.\r\n

\r\nfile.version3.icon
\r\nThe URL to the icon for the file type of the third version of this file.\r\n

\r\nfile.version3.size
\r\nThe storage size of the third version of this file.\r\n

\r\nfile.version3.type
\r\nThe type (or file extension) of the third version of this file.\r\n

\r\nfile.version3.thumbnail
\r\nThe URL to the thumbnail for the third version of this file.\r\n

\r\nfile.version3.isImage
\r\nA conditional indicating whether the third version of this file is an image or not.\r\n

\r\nfile.description
\r\nThe description of this file.\r\n

\r\nfile.date
\r\nThe date that this file was uploaded.\r\n

\r\nfile.time
\r\nThe time that this file was uploaded.\r\n

\r\n

\r\n

\r\nnoresults.message
\r\nA translated message stating that this file manager has no files for this user to view.\r\n

\r\nnoresults
\r\nA conditional indicating whether there are any files for this user to view.\r\n

\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n

\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n

\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n

\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n

\r\n',1038853712,NULL); +INSERT INTO international VALUES (76,'FileManager',1,'This is the list of template variables available in File Manager templates.\r\n

\r\n\r\ntitleColumn.url
\r\nThe URL to sort by the title.\r\n

\r\n\r\ntitleColumn.label
\r\nThe translated label for the title.\r\n

\r\n\r\ndescriptionColumn.label
\r\nThe translated label for the description.\r\n

\r\n\r\ndescriptionColumn.url
\r\nThe URL to sort by the description.\r\n

\r\n\r\ndateColumn.label
\r\nThe translated label for the upload date.\r\n

\r\n\r\ndateColumn.url
\r\nThe URL to sort by the date uploaded.\r\n

\r\n\r\nsearch.form
\r\nWebGUI\'s power search form.\r\n

\r\n\r\nsearch.url
\r\nThe URL to toggle search mode on and off.\r\n

\r\n\r\nsearch.label
\r\nThe translated label for the search link.\r\n

\r\n\r\naddfile.url
\r\nThe URL to add a file to the file manager.\r\n

\r\n\r\naddfile.label
\r\nThe translated label for the add file link.\r\n

\r\n\r\nfile_loop
\r\nA loop containing the information about each file uploaded to this file manager.\r\n

\r\nfile.canView
\r\nA condition as to whether the current user has the privileges to view this file.\r\n

\r\nfile.controls
\r\nThe WebGUI management controls for this file.\r\n

\r\nfile.title
\r\nThe title for this file.\r\n

\r\nfile.version1.name
\r\nThe filename for the first version of this file.\r\n

\r\nfile.version1.url
\r\nThe download URL for the first version of this file.\r\n

\r\nfile.version1.icon
\r\nThe URL to the icon for the file type of the first version of this file.\r\n

\r\nfile.version1.size
\r\nThe storage size of the first version of this file.\r\n

\r\nfile.version1.type
\r\nThe type (or file extension) of the first version of this file.\r\n

\r\nfile.version1.thumbnail
\r\nThe URL to the thumbnail for the first version of this file.\r\n

\r\nfile.version1.isImage
\r\nA conditional indicating whether the first version of this file is an image or not.\r\n

\r\nfile.version2.name
\r\nThe filename for the second version of this file.\r\n

\r\nfile.version2.url
\r\nThe download URL for the second version of this file.\r\n

\r\nfile.version2.icon
\r\nThe URL to the icon for the file type of the second version of this file.\r\n

\r\nfile.version2.size
\r\nThe storage size of the second version of this file.\r\n

\r\nfile.version2.type
\r\nThe type (or file extension) of the second version of this file.\r\n

\r\nfile.version2.thumbnail
\r\nThe URL to the thumbnail for the second version of this file.\r\n

\r\nfile.version2.isImage
\r\nA conditional indicating whether the second version of this file is an image or not.\r\n

\r\nfile.version3.name
\r\nThe filename for the third version of this file.\r\n

\r\nfile.version3.url
\r\nThe download URL for the third version of this file.\r\n

\r\nfile.version3.icon
\r\nThe URL to the icon for the file type of the third version of this file.\r\n

\r\nfile.version3.size
\r\nThe storage size of the third version of this file.\r\n

\r\nfile.version3.type
\r\nThe type (or file extension) of the third version of this file.\r\n

\r\nfile.version3.thumbnail
\r\nThe URL to the thumbnail for the third version of this file.\r\n

\r\nfile.version3.isImage
\r\nA conditional indicating whether the third version of this file is an image or not.\r\n

\r\nfile.description
\r\nThe description of this file.\r\n

\r\nfile.date
\r\nThe date that this file was uploaded.\r\n

\r\nfile.time
\r\nThe time that this file was uploaded.\r\n

\r\n

\r\n

\r\nnoresults.message
\r\nA translated message stating that this file manager has no files for this user to view.\r\n

\r\nnoresults
\r\nA conditional indicating whether there are any files for this user to view.\r\n

\r\n\r\n',1082371148,NULL); INSERT INTO international VALUES (96,'EventsCalendar',1,'Event Template',1078568518,NULL); INSERT INTO international VALUES (97,'EventsCalendar',1,'The following is the list of template variables available in event templates.\r\n

\r\n\r\ntitle
\r\nThe title of this event.\r\n

\r\n\r\nstart.label
\r\nThe translated label for the start date.\r\n

\r\n\r\nstart.date
\r\nThe date this event starts.\r\n

\r\n\r\nstart.time
\r\nThe time this event starts.\r\n

\r\n\r\nend.date
\r\nThe date this event ends.\r\n

\r\n\r\nend.time
\r\nThe time this event ends.\r\n

\r\n\r\nend.label
\r\nThe translated label for the end date.\r\n

\r\n\r\ncanEdit
\r\nA condition indicating whether the current user can edit an event.\r\n

\r\n\r\nedit.url
\r\nThe URL to edit this event.\r\n

\r\n\r\nedit.label
\r\nThe translated label for the edit URL.\r\n

\r\n\r\ndelete.url
\r\nThe URL to delete this event.\r\n

\r\n\r\ndelete.label
\r\nThe translated label for the delete URL.\r\n

\r\n\r\nprevious.url
\r\nThe URL to view the event before this one.\r\n

\r\n\r\nprevious.label
\r\nThe translated label for the previous URL.\r\n

\r\n\r\nnext.label
\r\nThe translated label for the next URL.\r\n

\r\n\r\nnext.url
\r\nThe URL to view the event after this one.\r\n

\r\n\r\ndescription
\r\nThe description of this event.\r\n

\r\n',1078568518,NULL); INSERT INTO international VALUES (94,'EventsCalendar',1,'Events Calendar Template',1078520840,NULL); INSERT INTO international VALUES (95,'EventsCalendar',1,'The following template variables are available for you to customize your events calendar.\r\n

\r\naddevent.url
\r\nThe URL to add an event to the calendar.\r\n

\r\n\r\naddevent.label
\r\nThe translated label for the add event link.\r\n

\r\n\r\nmonth_loop
\r\nA loop containing all the months in the calendar.\r\n

\r\n\r\n

\r\n\r\ndaysInMonth
\r\nThe number of days in this month.\r\n

\r\n\r\nday_loop
\r\nA loop containing all the days in the month.\r\n

\r\n\r\n

\r\n\r\ndayOfWeek
\r\nThe day number for the day in the week.\r\n

\r\n\r\nday
\r\nThe day of the month.\r\n

\r\n\r\nisStartOfWeek
\r\nA boolean indicating this is the first day in the week.\r\n

\r\n\r\nisEndOfWeek
\r\nA boolean indicating this is the last day in the week.\r\n

\r\n\r\nisToday
\r\nA boolean indicating that this day is today.\r\n

\r\n\r\nevent_loop
\r\nA loop containing all of the events in this day.\r\n

\r\n\r\n

\r\n\r\ndescription
\r\nThe description or detail of this event.\r\n

\r\n\r\nname
\r\nThe name or title of this event.\r\n

\r\n\r\nstart.date.human
\r\nThe human representation of the start date of this event.\r\n

\r\n\r\nstart.time.human
\r\nThe human representation of the start time of this event.\r\n

\r\n\r\nstart.date.epoch
\r\nThe epoch representation of the start date of this event.\r\n

\r\n\r\nstart.year
\r\nThe year this event starts.\r\n

\r\n\r\nstart.month
\r\nThe month this event starts.\r\n

\r\n\r\nstart.day
\r\nThe day this event starts.\r\n

\r\n\r\nend.date.human
\r\nThe human representation of the end date of this event.\r\n

\r\n\r\nend.time.human
\r\nThe human representation of the end time of this event.\r\n

\r\n\r\nend.date.epoch
\r\nThe epoch representation of the end date of this event.\r\n

\r\n\r\nend.year
\r\nThe year this event ends.\r\n

\r\n\r\nend.month
\r\nThe month this event ends.\r\n

\r\n\r\nend.day
\r\nThe day this event ends.\r\n

\r\n\r\nstartEndYearMatch
\r\nA boolean indicating whether the start and end year match.\r\n

\r\n\r\nstartEndMonthMatch
\r\nA boolean indicating whether the start and end month match.\r\n

\r\n\r\nstartEndDayMatch
\r\nA boolean indicating whether the start and end day match.\r\n

\r\n\r\nisFirstDayOfEvent
\r\nA boolean indicating whether this day is the first day of the event.\r\n

\r\n\r\ndateIsSameAsPrevious
\r\nA boolean indicating whether the start and end date of this event are the same as the previous event\'s start and end date.\r\n

\r\n\r\ndaysInEvent
\r\nThe length of this event in days.\r\n

\r\n\r\nurl
\r\nThe URL to view this event in detail.\r\n

\r\n\r\n\r\n\r\n

\r\n\r\n\r\nurl
\r\nA URL to today\'s events.\r\n

\r\n\r\n\r\n\r\n

\r\n\r\nprepad_loop
\r\nA loop containing info to prepad the days in the month before the start day.\r\n

\r\n\r\n

\r\ncount
\r\nThe day of the week for this pad.\r\n

\r\n\r\n\r\n

\r\n\r\npostpad_loop
\r\nA loop containing the info to postpad the days in the month after the last day.\r\n

\r\n\r\n

\r\ncount
\r\nThe day of the week for this pad.\r\n

\r\n\r\n

\r\n\r\nmonth
\r\nThe name of this month.\r\n

\r\n\r\nyear
\r\nThe name of this year.\r\n

\r\n\r\n\r\n\r\n

\r\n\r\nsunday.label
\r\nA label representing \"Sunday\".\r\n

\r\n\r\nmonday.label
\r\nA label representing \"Monday\".\r\n

\r\n\r\ntuesday.label
\r\nA label representing \"Tuesday\".\r\n

\r\n\r\nwednesday.label
\r\nA label representing \"Wednesday\".\r\n

\r\n\r\nthursday.label
\r\nA label representing \"Thursday\".\r\n

\r\n\r\nfriday.label
\r\nA label representing \"Friday\".\r\n

\r\n\r\nsaturday.label
\r\nA label representing \"Saturday\".\r\n

\r\n\r\n\r\nsunday.label.short
\r\nA label representing the abbreviated version of \"Sunday\".\r\n

\r\n\r\nmonday.label.short
\r\nA label representing the abbreviated version of \"Monday\".\r\n

\r\n\r\ntuesday.label.short
\r\nA label representing the abbreviated version of \"Tuesday\".\r\n

\r\n\r\nwednesday.label.short
\r\nA label representing the abbreviated version of \"Wednesday\".\r\n

\r\n\r\nthursday.label.short
\r\nA label representing the abbreviated version of \"Thursday\".\r\n

\r\n\r\nfriday.label.short
\r\nA label representing the abbreviated version of \"Friday\".\r\n

\r\n\r\nsaturday.label.short
\r\nA label representing the abbreviated version of \"Saturday\".\r\n

\r\n\r\n',1078520840,NULL); -INSERT INTO international VALUES (73,'Article',1,'The following template variables are available for article templates.\r\n

\r\n\r\nnew.template
\r\nArticles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):

\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n

\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n

\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n

\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.\r\n

\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n

\r\n\r\nattachment.icon
\r\nThe URL to the icon image for this attachment type.\r\n

\r\n\r\nattachment.name
\r\nThe filename for this attachment.\r\n

\r\n\r\nattachment.url
\r\nThe URL to download this attachment.\r\n

\r\n\r\nimage.thumbnail
\r\nThe URL to the thumbnail for the attached image.\r\n

\r\n\r\nimage.url
\r\nThe URL to the attached image.\r\n

\r\n\r\npost.label
\r\nThe translated label to add a comment to this article.\r\n

\r\n\r\n\r\npost.URL
\r\nThe URL to add a comment to this article.\r\n

\r\n\r\nreplies.count
\r\nThe number of comments attached to this article.\r\n

\r\n\r\nreplies.label
\r\nThe translated text indicating that you can view the replies.\r\n

\r\n\r\nreplies.url
\r\nThe URL to view the replies to this article.\r\n

\r\n\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n

\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n

\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n

\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n

\r\n\r\nisFirstPage
\r\nA conditional indicating whether the visitor is viewing the first page.\r\n

\r\n\r\nisLastPage
\r\nA conditional indicating whether the visitor is viewing the last page.\r\n

\r\n\r\n',1053770001,NULL); +INSERT INTO international VALUES (73,'Article',1,'The following template variables are available for article templates.\r\n

\r\n\r\nnew.template
\r\nArticles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):

\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n

\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n

\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n

\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n

\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.\r\n

\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n

\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n

\r\n\r\nattachment.icon
\r\nThe URL to the icon image for this attachment type.\r\n

\r\n\r\nattachment.name
\r\nThe filename for this attachment.\r\n

\r\n\r\nattachment.url
\r\nThe URL to download this attachment.\r\n

\r\n\r\nimage.thumbnail
\r\nThe URL to the thumbnail for the attached image.\r\n

\r\n\r\nimage.url
\r\nThe URL to the attached image.\r\n

\r\n\r\npost.label
\r\nThe translated label to add a comment to this article.\r\n

\r\n\r\n\r\npost.URL
\r\nThe URL to add a comment to this article.\r\n

\r\n\r\nreplies.count
\r\nThe number of comments attached to this article.\r\n

\r\n\r\nreplies.label
\r\nThe translated text indicating that you can view the replies.\r\n

\r\n\r\nreplies.url
\r\nThe URL to view the replies to this article.\r\n

\r\n\r\n',1082370724,NULL); +INSERT INTO international VALUES (27,'WSClient',1,'Cache expires',1055349028,NULL); INSERT INTO international VALUES (72,'Article',1,'Article Template',1038794871,NULL); INSERT INTO international VALUES (827,'WebGUI',1,'Wobject Template',1052046436,NULL); INSERT INTO international VALUES (828,'WebGUI',1,'Most wobjects have templates that allow you to change the layout of the wobject\'s user interface. Those wobjects that do have templates all have a common set of template variables that you can use for layout, as well as their own custom variables. The following is a list of the common template variables shared among all wobjects.\r\n

\r\ntitle
\r\nThe title for this wobject.\r\n

\r\n\r\ndisplayTitle
\r\nA conditional variable for whether or not the title should be displayed.\r\n

\r\n\r\ndescription
\r\nThe description of this wobject.\r\n

\r\n\r\nwobjectId
\r\nThe unique identifier that WebGUI uses to control this wobject.\r\n

\r\n\r\nisShortcut
\r\nA conditional indicating if this wobject is a shortcut to an original wobject.\r\n

\r\n\r\noriginalURL
\r\nIf this wobject is a shortcut, then this URL will direct you to the original wobject.\r\n

',1053469640,NULL); @@ -10986,7 +10989,7 @@ INSERT INTO international VALUES (23,'Navigation',1,'Navigation properties',1077 INSERT INTO international VALUES (76,'FileManager',12,'\r\n

Dette er en liste over variabler som er tilgjengelig i FilBehandler \r\nTemplates.
 
titleColumn.url
The URL to sort by \r\nthe title.

\r\n

titleColumn.label
The translated label for the title. \r\n

\r\n

descriptionColumn.label
The translated label for the \r\ndescription.

\r\n

descriptionColumn.url
The URL to sort by the description. \r\n

\r\n

dateColumn.label
The translated label for the upload \r\ndate.

\r\n

dateColumn.url
The URL to sort by the date uploaded.

\r\n

search.form
WebGUI\'s power search form.

\r\n

search.url
The URL to toggle search mode on and off.

\r\n

search.label
The translated label for the search link. \r\n

\r\n

addfile.url
The URL to add a file to the file manager. \r\n

\r\n

addfile.label
The translated label for the add file link. \r\n

\r\n

file_loop
A loop containing the information about each \r\nfile uploaded to this file manager.

\r\n

file.canView
A condition as to whether the current user \r\nhas the privileges to view this file.
file.controls
The WebGUI management \r\ncontrols for this file.

\r\n

file.title
The title for this file.

\r\n

file.version1.name
The filename for the first version of \r\nthis file.

\r\n

file.version1.url
The download URL for the first version \r\nof this file.

\r\n

file.version1.icon
The URL to the icon for the file type \r\nof the first version of this file.

\r\n

file.version1.size
The storage size of the first version \r\nof this file.

\r\n

file.version1.type
The type (or file extension) of the \r\nfirst version of this file.

\r\n

file.version1.thumbnail
The URL to the thumbnail for the \r\nfirst version of this file.

\r\n

file.version1.isImage
A conditional indicating whether \r\nthe first version of this file is an image or not.

\r\n

file.version2.name
The filename for the second version of \r\nthis file.

\r\n

file.version2.url
The download URL for the second version \r\nof this file.

\r\n

file.version2.icon
The URL to the icon for the file type \r\nof the second version of this file.

\r\n

file.version2.size
The storage size of the second version \r\nof this file.

\r\n

file.version2.type
The type (or file extension) of the \r\nsecond version of this file.

\r\n

file.version2.thumbnail
The URL to the thumbnail for the \r\nsecond version of this file.

\r\n

file.version2.isImage
A conditional indicating whether \r\nthe second version of this file is an image or not.

\r\n

file.version3.name
The filename for the third version of \r\nthis file.

\r\n

file.version3.url
The download URL for the third version \r\nof this file.

\r\n

file.version3.icon
The URL to the icon for the file type \r\nof the third version of this file.

\r\n

file.version3.size
The storage size of the third version \r\nof this file.

\r\n

file.version3.type
The type (or file extension) of the \r\nthird version of this file.

\r\n

file.version3.thumbnail
The URL to the thumbnail for the \r\nthird version of this file.

\r\n

file.version3.isImage
A conditional indicating whether \r\nthe third version of this file is an image or not.

\r\n

file.description
The description of this file.

\r\n

file.date
The date that this file was uploaded.

\r\n

file.time
The time that this file was uploaded.

\r\n


noresults.message
A translated message stating that \r\nthis file manager has no files for this user to view.

\r\n

noresults
A conditional indicating whether there are any \r\nfiles for this user to view.

\r\n

firstPage
A link to the first page in the paginator.

\r\n

lastPage
A link to the last page in the paginator.

\r\n

nextPage
A link to the next page forward in the \r\npaginator.

\r\n

previousPage
A link to the next page backward in the \r\npaginator.

\r\n

pageList
A list of links to all the pages in the \r\npaginator.

\r\n

multiplePages
A conditional indicating whether there is \r\nmore than one page in the paginator.

',1046017969,NULL); INSERT INTO international VALUES (73,'FileManager',12,'\r\n

Fil Tittel
Tittelen som vil vises for denne filen. Om den \r\ner blank vil filens navn brukes.

\r\n

File
Velg en fil fra din harddisk som du vil laste \r\nopp.

\r\n

Alternativ Versjon #1
En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.

\r\n

Alternativ Versjon #2
En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.

\r\n

Kort Beskrivelse
En kort beskrivelse av filen. Prøv å \r\nbenytte nøkkelord som det er naturlig å søke etter.

\r\n

Gruppe som kan Laste Ned
Velg den gruppen som kan laste \r\nned denne filen.

\r\n

Hva nå?
Om du ønsker å legge til en fil til etter denne, \r\nså velg \"Legg til Fil\", ellers velger du \"gå tilbake til side\".

',1046017744,NULL); INSERT INTO international VALUES (71,'FileManager',12,'\r\n

FilBehandleren er designet for å hjelpe deg å administrere filhhåndtering på \r\nWEB-stedet ditt. Den gir deg mulighet til å bestemme hvem som kan se på eller \r\nlaste ned filer fra WEB-stedet.

\r\n

Template
Velg et utseende for FilBehandleren.

\r\n

Sideskift Etter
Hvor mange filer skal vises før listen \r\nsplittes på flere sider. Med andre ord! Hvor mange filer vises pr. side.

\r\n

Fortsett til Legg til Fil?
Om du ønsker å legge til filer \r\nmed en gang, så la den stå merket.

',1046017666,NULL); -INSERT INTO international VALUES (1086,'WebGUI',1,'Many wobjects have pagination features. Though some wobjects define their own pagination variables, most use a common set of pagination variables. These are those:\r\n\r\npagination.firstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\npagination.lastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\n\r\npagination.nextPage
\r\nA link to the next page in the paginator relative to the current page.\r\n

\r\n\r\npagination.previousPage
\r\nA link to the previous page in the paginator relative to the current page.\r\n

\r\n\r\npagination.pageNumber
\r\nThe current page number.\r\n

\r\n\r\npagination.pageCount
\r\nThe total number of pages.\r\n

\r\n\r\npagination.pageCount.isMultiple
\r\nA boolean indicating whether there is more than one page.\r\n

\r\n\r\npagination.pageList
\r\nA list of links to every page in the paginator.\r\n

\r\n\r\n\r\npagination.pageList.upTo20
\r\nA list of links to the 20 nearest in the paginator relative to the current page. So if you\'re on page 60, you\'ll see links for 50-70.\r\n

\r\n\r\npagination.pageList.upTo10
\r\nA list of links to the 10 nearest in the paginator relative to the current page. So if you\'re on page 20, you\'ll see links for 15-25.\r\n

\r\n\r\n',1078243385,NULL); +INSERT INTO international VALUES (1086,'WebGUI',1,'Many wobjects have pagination features. Though some wobjects define their own pagination variables, most use a common set of pagination variables. These are those:\r\n\r\n

\r\n\r\npagination.firstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\npagination.isFirstPage
\r\nA boolean indicating whether the current page is the first page.\r\n

\r\n\r\n\r\npagination.lastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\npagination.isLastPage
\r\nA boolean indicating whether the current page is the last page.\r\n

\r\n\r\npagination.nextPage
\r\nA link to the next page in the paginator relative to the current page.\r\n

\r\n\r\npagination.previousPage
\r\nA link to the previous page in the paginator relative to the current page.\r\n

\r\n\r\npagination.pageNumber
\r\nThe current page number.\r\n

\r\n\r\npagination.pageCount
\r\nThe total number of pages.\r\n

\r\n\r\npagination.pageCount.isMultiple
\r\nA boolean indicating whether there is more than one page.\r\n

\r\n\r\npagination.pageList
\r\nA list of links to every page in the paginator.\r\n

\r\n\r\n\r\npagination.pageList.upTo20
\r\nA list of links to the 20 nearest in the paginator relative to the current page. So if you\'re on page 60, you\'ll see links for 50-70.\r\n

\r\n\r\npagination.pageList.upTo10
\r\nA list of links to the 10 nearest in the paginator relative to the current page. So if you\'re on page 20, you\'ll see links for 15-25.\r\n

\r\n\r\n',1082370668,NULL); INSERT INTO international VALUES (97,'EventsCalendar',12,'\r\n

De følgende er en liste over Template variabler som kan benyttes i Event \r\nTemplates.

\r\n

title
The title of this event.

\r\n

start.label
The translated label for the start date.

\r\n

start.date
The date this event starts.

\r\n

end.date
The date this event ends.

\r\n

end.label
The translated label for the end date.

\r\n

canEdit
A condition indicating whether the current user \r\ncan edit an event.

\r\n

edit.url
The URL to edit this event.

\r\n

edit.label
The translated label for the edit URL.

\r\n

delete.url
The URL to delete this event.

\r\n

delete.label
The translated label for the delete URL. \r\n

\r\n

previous.url
The URL to view the event before this one. \r\n

\r\n

previous.label
The translated label for the previous URL. \r\n

\r\n

next.label
The translated label for the next URL.

\r\n

next.url
The URL to view the event after this one.

\r\n

description
The description of this event.

',1046016475,NULL); INSERT INTO international VALUES (95,'EventsCalendar',12,'\r\n

The following template variables are available for you to customize your \r\nevents calendar.

addevent.url
The URL to add an \r\nevent to the calendar.

\r\n

addevent.label
The translated label for the add event \r\nlink.

\r\n

calendar.big
A full page calendar.

\r\n

calendar.small
A small calendar showing only dates.

\r\n

calendar.firstPage
A link to the first page of the \r\ncalendar pagination.

\r\n

calendar.lastPage
A link to the last page of the calendar \r\npagination.

\r\n

calendar.nextPage
A link to the next page forward in the \r\ncalendar pagination.

\r\n

calendar.previousPage
A link to the next page backward in \r\nthe calendar pagination.

\r\n

calendar.pageList
A list of links to all the pages in the \r\ncalendar pagination.

\r\n

calendar.multiplePages
A conditional variable indicating \r\nwhether there is more than one page in the calendar pagination.

\r\n

list_loop
A loop containing the list view of an events \r\ncalendar.

\r\n

list.date
The date of this event.
\r\n
list.title
The title of this event.

\r\n

list.description
The description of this event.

\r\n

list.sameAsPrevious
A conditional indicating whether the \r\nthis event has the same date as the last event.

\r\n

list.url
The URL to the full page view of this event. \r\n

\r\n

list.controls
The WebGUI management controls for this \r\nevent.

\r\n


list.firstPage
A link to the first page of the \r\npagination.

\r\n

list.lastPage
A link to the last page of the pagination. \r\n

\r\n

list.nextPage
A link to the next page forward in the \r\npagination.

\r\n

list.previousPage
A link to the next page backward in the \r\npagination.

\r\n

list.pageList
A list of links to all the pages in the \r\npagination.

\r\n

list.multiplePages
A conditional variable indicating \r\nwhether there is more than one page in the pagination.

',1046016290,NULL); INSERT INTO international VALUES (73,'EventsCalendar',12,'\r\n

Tittel
Tittelen på denne Hendelsen

\r\n

Beskrivelse
Beskriver denne Hendelsen eller informasjon \r\nom hvor den foregår ....

\r\n

Start Dato
På hvilken dato vil Hendelsen Starte?

\r\n

Slutt Dato
På hvilken dato vil Hendelsen Slutte?

\r\n

Gjentaes hver
Velg et gjentakelses intervall for \r\nHendelsen.

\r\n

Hva Nå?
Velg \"Legg Til Hendelse\" om du ønsker å Legge Til \r\nen ny Hendelse, eller velg \" Gå Tilbake Til Side\".

',1046016111,NULL); @@ -17297,7 +17300,7 @@ CREATE TABLE language ( languageId int(11) NOT NULL default '0', language varchar(255) default NULL, characterSet varchar(255) default NULL, - toolbar varchar(35) NOT NULL default 'default', + toolbar varchar(35) NOT NULL default 'metal', PRIMARY KEY (languageId) ) TYPE=MyISAM; @@ -17310,7 +17313,7 @@ INSERT INTO language VALUES (6,'Svenska (Swedish)','ISO-8859-1','metal'); INSERT INTO language VALUES (5,'Português (Portuguese)','ISO-8859-1','metal'); INSERT INTO language VALUES (4,'Español (Spanish)','ISO-8859-1','spanish'); INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','dutch'); -INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','charcoal'); +INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','german'); INSERT INTO language VALUES (1,'English','ISO-8859-1','metal'); INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','iconic'); INSERT INTO language VALUES (7,'简体中文 (Chinese Simplified)','gb2312','metal'); @@ -17470,7 +17473,7 @@ CREATE TABLE settings ( INSERT INTO settings VALUES ('maxAttachmentSize','10000'); -INSERT INTO settings VALUES ('sessionTimeout','28000'); +INSERT INTO settings VALUES ('sessionTimeout','3600'); INSERT INTO settings VALUES ('smtpServer','localhost'); INSERT INTO settings VALUES ('companyEmail','info@mycompany.com'); INSERT INTO settings VALUES ('ldapURL','ldap://ldap.mycompany.com:389/o=MyCompany'); @@ -17480,7 +17483,7 @@ INSERT INTO settings VALUES ('ldapId','shortname'); INSERT INTO settings VALUES ('ldapIdName','LDAP Shortname'); INSERT INTO settings VALUES ('ldapPasswordName','LDAP Password'); INSERT INTO settings VALUES ('authMethod','WebGUI'); -INSERT INTO settings VALUES ('anonymousRegistration','1'); +INSERT INTO settings VALUES ('anonymousRegistration','0'); INSERT INTO settings VALUES ('notFoundPage','1'); INSERT INTO settings VALUES ('webguiRecoverPasswordEmail','Someone (probably you) requested your account information be sent. Your password has been reset. The following represents your new account information:'); INSERT INTO settings VALUES ('profileName','1'); @@ -17551,26 +17554,26 @@ CREATE TABLE template ( INSERT INTO template VALUES (1,'Default Site Map','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n

\r\n ·\">
\r\n','SiteMap',1,1); -INSERT INTO template VALUES (3,'Left Align Image','\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n \" align=\"left\" border=\"0\">\r\n\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n\r\n \r\n

\">\r\n \r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n\r\n','Article',1,1); -INSERT INTO template VALUES (2,'List with Thumbnails','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
\r\n \">\r\n \r\n · \">\r\n \r\n
\">\">\">
\r\n \r\n \r\n \r\n \">\r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n  · \r\n \">\" border=0 width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n \r\n \" border=0 align=\"middle\" hspace=\"3\">\r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
','FileManager',1,1); +INSERT INTO template VALUES (3,'Left Align Image','\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n \" align=\"left\" border=\"0\">\r\n\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n\r\n \r\n

\">\r\n \r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n\r\n','Article',1,1); +INSERT INTO template VALUES (2,'List with Thumbnails','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
\r\n \">\r\n \r\n · \">\r\n \r\n
\">\">\">
\r\n \r\n \r\n \r\n \">\r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n  · \r\n \">\" border=0 width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n \r\n \" border=0 align=\"middle\" hspace=\"3\">\r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
','FileManager',1,1); INSERT INTO template VALUES (3,'Calendar Month (Small)','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \">\r\n

\r\n\r\n\r\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n

 
HeaderData\" width=\"28\" valign=\"top\" align=\"left\">

\n \n \">\n \n \n \n

 
\n
\n\n\n\n

\n · · \n
\n
\n','EventsCalendar',1,1); INSERT INTO template VALUES (1,'Default Event','

\r\n\r\n\r\n\r\n\r\n
\r\n:
\r\n:
\r\n
\r\n\r\n\r\n \">
\r\n \">
\r\n
\r\n\r\n\r\n \">
\r\n
\r\n\r\n\r\n \">
\r\n
\r\n\r\n
\r\n','EventsCalendar/Event',1,1); -INSERT INTO template VALUES (1,'Default File Manager','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
\r\n \">\r\n \r\n · \">\r\n \r\n
\">\">\">
\r\n \r\n \r\n \r\n \">\r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n  · \r\n \">\" border=0 width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
','FileManager',1,1); +INSERT INTO template VALUES (1,'Default File Manager','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
\r\n \">\r\n \r\n · \">\r\n \r\n
\">\">\">
\r\n \r\n \r\n \r\n \">\r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n  · \r\n \">\" border=0 width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
','FileManager',1,1); INSERT INTO template VALUES (2,'Events List','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \">\r\n

\r\n\r\n\r\n\n\n \n \n \n \n \n ,\n - \n - - , \n \n \n

\n \n \">\n \n \n \n \n \n \n - \n \n
\n
\n \n \n\n\n\n\n\n
\n · · \n
\n
\n','EventsCalendar',1,1); -INSERT INTO template VALUES (2,'Center Image','\r\n

\r\n
\r\n\r\n\r\n\r\n
\" border=\"0\">
\r\n
\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n

\">\r\n \r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n','Article',1,1); -INSERT INTO template VALUES (1,'Default Article','\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n \" align=\"right\" border=\"0\">\r\n\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n\r\n \r\n

\">\r\n \r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n\r\n','Article',1,1); -INSERT INTO template VALUES (4,'Linked Image with Caption','\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n \r\n \">\r\n \" border=\"0\">\r\n
\r\n \r\n \" border=\"0\">\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n\r\n\r\n','Article',1,1); -INSERT INTO template VALUES (1,'Default USS','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \"> \r\n \r\n ()\r\n \r\n\">
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n','USS',1,1); -INSERT INTO template VALUES (16,'FAQ','\r\n\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n \n \">

\r\n\r\n\r\n

    \r\n\r\n
  • \">\r\n\r\n
\r\n

\r\n\r\n\r\n\r\n\r\n \n \n [\">]\n \n \n \n \n \r\n\r\n \">
\r\n \r\n

[top]

\r\n\r\n\r\n','USS',1,1); -INSERT INTO template VALUES (2,'Traditional with Thumbnails','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \"> \r\n \r\n ()\r\n \r\n\r\n \r\n \">\" border=\"0\">\r\n \r\n \">
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n\r\n','USS',1,1); -INSERT INTO template VALUES (3,'Weblog','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\r\n\">\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \r\n ()\r\n \r\n
\r\n \r\n \">\" border=\"0\" align=\"right\"/>\r\n \r\n \"> -
\r\n\r\n

( \">\r\n \r\n | \r\n \r\n )

\r\n

\r\n\r\n\r\n

\r\n · \r\n
\r\n
\r\n','USS',1,1); -INSERT INTO template VALUES (4,'Photo Gallery','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\r\n\">

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
\r\n \r\n \r\n \">\" border=\"0\"/>
\r\n
\r\n \">\r\n \r\n ()\r\n \r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n','USS',1,1); +INSERT INTO template VALUES (2,'Center Image','\r\n

\r\n
\r\n\r\n\r\n\r\n
\" border=\"0\">
\r\n
\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n

\">\r\n \r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n','Article',1,1); +INSERT INTO template VALUES (1,'Default Article','\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n \" align=\"right\" border=\"0\">\r\n\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n\r\n \r\n

\">\r\n \r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n\r\n','Article',1,1); +INSERT INTO template VALUES (4,'Linked Image with Caption','\r\n

\r\n
\r\n\r\n\r\n\r\n
\r\n
\r\n \r\n \">\r\n \" border=\"0\">\r\n
\r\n \r\n \" border=\"0\">\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n

\r\n
\r\n
\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n\r\n

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n\r\n\r\n','Article',1,1); +INSERT INTO template VALUES (1,'Default USS','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \"> \r\n \r\n ()\r\n \r\n\">
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n','USS',1,1); +INSERT INTO template VALUES (16,'FAQ','\r\n\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n \n \">

\r\n\r\n\r\n

    \r\n\r\n
  • \">\r\n\r\n
\r\n

\r\n\r\n\r\n\r\n\r\n \n \n [\">]\n \n \n [\">]\n \n \r\n\r\n \">
\r\n \r\n

[top]

\r\n\r\n\r\n','USS',1,1); +INSERT INTO template VALUES (2,'Traditional with Thumbnails','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \"> \r\n \r\n ()\r\n \r\n\r\n \r\n \">\" border=\"0\">\r\n \r\n \">
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n\r\n','USS',1,1); +INSERT INTO template VALUES (3,'Weblog','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\r\n\">\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \r\n ()\r\n \r\n
\r\n \r\n \">\" border=\"0\" align=\"right\"/>\r\n \r\n \"> -
\r\n\r\n

( \">\r\n \r\n | \r\n \r\n )

\r\n

\r\n\r\n\r\n

\r\n · \r\n
\r\n
\r\n','USS',1,1); +INSERT INTO template VALUES (4,'Photo Gallery','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\r\n\">

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
\r\n \r\n \r\n \">\" border=\"0\"/>
\r\n
\r\n \">\r\n \r\n ()\r\n \r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n','USS',1,1); INSERT INTO template VALUES (1,'Default Submission','

\n\n\n
\n: \">
\n:
\n:
\n:
\n
\n\n\n \">«
\n
\n\n \">»
\n
\n\n \">
\n \">
\n
\n\n \">
\n \">
\n
\n\n \">
\n
\n\">
\n\">
\n\n
\n\n \" border=\"0\">

\n\n

\n
\n\n

\n\n','USS/Submission',1,1); INSERT INTO template VALUES (1,'Default Forum','\n \">\n \n • \n \n \">\n \n \">\n \n \n •\n \">\n

\n\n\n\n\n \n \n \n \n \n \n \n\n\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n
\">\">\">\">\">
\">\"> @ \n \">\n by \n \n \n \n \">\n \n on @ \n
\n\n\n

\n · · \n
\n
\n\n\n\n','Forum',1,1); -INSERT INTO template VALUES (5,'Classifieds','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
\r\n

\">

\r\n \r\n ()\r\n \r\n
\r\n \r\n \">\" border=\"0\"/ align=\"right\">
\r\n
\r\n\r\n
\r\n\r\n\r\n

\r\n · · \r\n
\r\n
\r\n','USS',1,1); -INSERT INTO template VALUES (15,'Topics','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n \n \">

\r\n\r\n\r\n\r\n\r\n \n \n [\">]\n \n \n \n \n \r\n

\r\n \r\n

\r\n\r\n\r\n','USS',1,1); -INSERT INTO template VALUES (19,'Link List','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n\r\n \n \">

\r\n\r\n\r\n\r\n \r\n \n \n [\">]\n \n \n \n \r\n ·\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
\r\n
\r\n','USS',1,1); -INSERT INTO template VALUES (18,'Unordered List','\r\n

\r\n
\r\n\r\n\r\n

\r\n\r\n\r\n \n \">

\r\n\r\n\r\n

    \r\n\r\n
  • \r\n \n \n [\">]\n \n \n \n \r\n \r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
  • \r\n
    \r\n','USS',1,1); +INSERT INTO template VALUES (5,'Classifieds','\r\n

    \r\n
    \r\n\r\n\r\n

    \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">

    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
    \r\n

    \">

    \r\n \r\n ()\r\n \r\n
    \r\n \r\n \">\" border=\"0\"/ align=\"right\">
    \r\n
    \r\n\r\n
    \r\n\r\n\r\n

    \r\n · · \r\n
    \r\n
    \r\n','USS',1,1); +INSERT INTO template VALUES (15,'Topics','\r\n

    \r\n
    \r\n\r\n\r\n

    \r\n\r\n\r\n \n \">

    \r\n\r\n\r\n\r\n\r\n \n \n [\">]\n \n \n [\">]\n \n \r\n

    \r\n \r\n

    \r\n\r\n\r\n','USS',1,1); +INSERT INTO template VALUES (19,'Link List','\r\n

    \r\n
    \r\n\r\n\r\n

    \r\n\r\n\r\n\r\n \n \">

    \r\n\r\n\r\n\r\n \r\n \n \n [\">]\n \n \n [\">]\n \r\n ·\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
    \r\n
    \r\n','USS',1,1); +INSERT INTO template VALUES (18,'Unordered List','\r\n

    \r\n
    \r\n\r\n\r\n

    \r\n\r\n\r\n \n \">

    \r\n\r\n\r\n

      \r\n\r\n
    • \r\n \n \n [\">]\n \n \n [\">]\n \r\n \r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
    • \r\n
      \r\n','USS',1,1); INSERT INTO template VALUES (1,'Default Product','\r\n\r\n\r\n

      \r\n
      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n Price:
      \r\n
      \r\n\r\n\r\n Product Number:
      \r\n
      \r\n\r\n
      \r\n\r\n\r\n \">\" border=0 align=\"absmiddle\">
      \r\n
      \r\n\r\n\r\n \">\" border=0 align=\"absmiddle\">
      \r\n
      \r\n\r\n\r\n \">\" border=0 align=\"absmiddle\">
      \r\n
      \r\n\r\n

      \r\n\r\n \">\" border=\"0\" />

      \r\n\r\n\r\n \">\" border=\"0\" />

      \r\n\r\n\r\n \">\" border=\"0\" />

      \r\n\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n\r\n
      Features
      \r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n

      Benefits
      \r\n\r\n \">

      \r\n\r\n\r\n ·
      \r\n
      \r\n

      Specifications
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n

      Accessories
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n

      Related Products
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n

      \r\n\r\n','Product',1,1); INSERT INTO template VALUES (2,'Benefits Showcase','\r\n\r\n\r\n

      \r\n
      \r\n\r\n\r\n\r\n \" border=\"0\" />

      \r\n\r\n\r\n\r\n \r\n \r\n\r\n
      \r\n

      \r\n\r\n\r\n Benefits
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·
      \r\n
      \r\n\r\n

      \r\n\r\n\r\n \">\" border=\"0\" />

      \r\n\r\n\r\nSpecifications
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n\r\nOptions
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n\r\nOther Products
      \r\n\r\n \">

      \r\n\r\n\r\n ·\">
      \r\n
      \r\n\r\n

      \r\n\r\n','Product',1,1); INSERT INTO template VALUES (3,'Three Columns','\r\n\r\n\r\n\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
      \r\n\r\n \">\" border=\"0\" />\r\n\r\n\r\n\r\n \">\" border=\"0\" />\r\n\r\n\r\n\r\n \">\" border=\"0\" />\r\n\r\n
      \r\n\r\n\r\n \r\n \r\n \r\n\r\n
      \r\n\r\nFeatures
      \r\n\r\n \">

      \r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n\r\nBenefits
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n\r\n

      \r\n\r\nSpecifications
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n

      \r\n\r\nAccessories
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n

      \r\n\r\nRelated Products
      \r\n\r\n \">

      \r\n\r\n\r\n ·\">
      \r\n
      \r\n

      \r\n

      \r\n \r\n Price:
      \r\n
      \r\n\r\n\r\n Product Number:
      \r\n
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n
      \r\n\r\n\r\n','Product',1,1); @@ -17583,7 +17586,7 @@ INSERT INTO template VALUES (7,'Side By Side','\n INSERT INTO template VALUES (6,'Right Column','\n \n \n \n \n \n \n \r\n\r\n \r\n \r\n\r\n
      \n \n\n \n\n \n \n \">\n \n \n\n \n \n \n
      \n
      _div\" class=\"dragable\"> \n\n \n
      \" id=\"wobjectId\">\n \n \n \n \n \">\n \n \n
      \n
      \n \n
      \n
      \n
      \n
      \n \n\n \n\n \n \n \">\n \n \n\n \n \n \n
      \n
      _div\" class=\"dragable\"> \n\n \n
      \" id=\"wobjectId\">\n \n \n \n \n \">\n \n \n
      \n
      \n \n
      \n
      \n
      \n
      \r\n\n \n\n\n\n\n\n
      \n
       
      \n
      \n\n\n
      \n ','page',1,1); INSERT INTO template VALUES (1,'Default Page','\n \n \n \n \n \n \n \r\n\r\n\r\n\r\n
      \n \n\n \n\n \n \n \">\n \n \n\n \n \n \n
      \n
      _div\" class=\"dragable\"> \n\n \n
      \" id=\"wobjectId\">\n \n \n \n \n \">\n \n \n
      \n
      \n \n
      \n
      \n
      \n
      \r\n\n \n\n\n\n\n\n
      \n
       
      \n
      \n\n\n
      \n ','page',1,1); INSERT INTO template VALUES (2,'Descriptive Site Map','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \"> \r\n \r\n - \r\n \r\n

      \r\n','SiteMap',1,1); -INSERT INTO template VALUES (6,'Guest Book','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n\r\n\r\nOn \"> from \">the department wrote, \r\n\r\n\r\n
      \r\n
      \r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

      \r\n · \r\n
      \r\n\r\n','USS',1,1); +INSERT INTO template VALUES (6,'Guest Book','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n\r\n\r\nOn \"> from \">the department wrote, \r\n\r\n\r\n
      \r\n
      \r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

      \r\n · \r\n
      \r\n\r\n','USS',1,1); INSERT INTO template VALUES (1,'Default Syndicated Content','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n

      \r\n\r\n \" target=\"_blank\"> \r\n\r\n \r\n\r\n

      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

    • \r\n \r\n \" target=\"_blank\"> \r\n \r\n \r\n \r\n \r\n - \r\n \r\n
      \r\n\r\n','SyndicatedContent',1,1); INSERT INTO template VALUES (1,'Default Poll','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n
      \r\n\r\n\r\n\r\n \r\n \r\n
      \r\n
      \r\n

      \r\n \r\n \r\n\r\n\r\n\r\n \r\n



      \r\n \r\n \r\n \r\n
      \" class=\"pollColor\">  % ()
      \r\n \r\n
      :
      \r\n\r\n
      \r\n\r\n','Poll',1,1); INSERT INTO template VALUES (1,'Mail Form','\r\n

      \r\n
      \r\n\r\n\r\n
        \r\n\r\n
      • \r\n\r\n
      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">\r\n · \">\r\n \r\n · \">\r\n \r\n \r\n · \">\r\n · \">\r\n \r\n

      \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n
      \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n *\r\n
      \r\n
      \r\n\r\n\r\n','DataForm',1,1); @@ -17605,7 +17608,7 @@ INSERT INTO template VALUES (2,'FAQ Submission Form','

      \n\n\n \n \n \n \n \n \n \n \n \n \n
      \n\n','USS/SubmissionForm',1,1); INSERT INTO template VALUES (1,'Default Login Box','
      \n\n \n
      \n \n

      \n \n
      \n \n \n \n

      \">

      \n
      \n\n \n \">.\n \n \n \n \n
      \n
      \n','Macro/L_loginBox',1,1); INSERT INTO template VALUES (2,'Horizontal Login Box','
      \n\n \n \n \n \n \n \n \n \n \n \n \n \n
      \n \">\n \n\n \n \">.\n
      \n \n \n
      \n
      \n
      \n','Macro/L_loginBox',1,1); -INSERT INTO template VALUES (1,'Default SQL Report','\n

      \n
      \n\n\n

      \n\n\n\n

        \n \n
      • \n
        \n
      \n
      \n\n\n\n \n \n \n\n\n \n \n \n \n \n\n
      \n\n\n
      \n \n
      \n
      ','SQLReport',1,1); +INSERT INTO template VALUES (1,'Default SQL Report','\n

      \n
      \n\n\n

      \n\n\n\n

        \n \n
      • \n
        \n
      \n
      \n\n\n\n \n \n \n\n\n \n \n \n \n \n\n
      \n\n\n
      \n \n
      \n
      ','SQLReport',1,1); INSERT INTO template VALUES (1,'Default Messsage Log Display Template','

      \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
      \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n \r\n \r\n  \r\n \r\n  \r\n
      \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n\r\n
      \r\n · · \r\n
      \r\n
      \r\n
      \r\n
        \r\n \r\n
      • \r\n \r\n
      \r\n
      ','Operation/MessageLog/View',1,1); INSERT INTO template VALUES (1,'Default MessageLog Message Template','\r\n
      \r\n
      \r\n

      \r\n

      \r\n\r\n

      \r\n
        \r\n \r\n
      • \r\n \r\n \r\n
      • \r\n \r\n
      \r\n
      \r\n\r\n\r\n','Operation/MessageLog/Message',1,1); INSERT INTO template VALUES (1,'Default Edit Profile Template','\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n\r\n
      \r\n \r\n
      \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n \r\n
      \r\n\r\n\r\n
      \r\n
        \r\n \r\n
      • \r\n \r\n
      \r\n
      ','Operation/Profile/Edit',1,1); @@ -17635,7 +17638,7 @@ INSERT INTO template VALUES (7,'Cool Menus','\r\n\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\">\r\n\r\n\r\n \r\n \r\n \r\n
      \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n \r\n
      Search for:\' name=\"query\">in\r\n \r\n \r\n
      Content in language:\r\n \r\n \" \r\n checked=\"1\" >
      \r\n
      \r\n
      Created by:\r\n \r\n
      Type of content:\r\n \r\n Number of Results:\r\n \r\n
      \r\n
      \r\n\r\n

      \r\n\r\n

      Results - of about \r\n containing \"\". Search took seconds.

      \r\n
      \r\n
        \">\r\n\r\n\r\n
      1. \r\n \">\r\n No Title\r\n \r\n by \">\r\n \r\n
        \r\n \r\n
        \r\n
        \r\n \r\n
        \r\n
        \r\n
        \r\n
      2. \r\n
        \r\n\r\n
      \r\n\n\n\n\n
      \n · · \n
      \n
      \n','IndexedSearch',1,1); INSERT INTO template VALUES (3,'Search in Help','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n

      \r\n
      \r\n \r\n \r\n \r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n \' name=\"query\">\r\n
      In namespace: \r\n \r\n
      \r\n
      \r\n\r\n

      \r\n\r\n

      Results - of about \r\n containing \"\". Search took seconds.

      \r\n
      \r\n
        \">\r\n\r\n\r\n
      1. \r\n \">\r\n No Title\r\n
        \r\n \r\n
        \r\n
        \r\n Namespace: \r\n
        \r\n
        \r\n
        \r\n
      2. \r\n
        \r\n\r\n
      \r\n\n\n\n\n
      \n · · \n
      \n
      \n','IndexedSearch',1,1); INSERT INTO template VALUES (1,'Default Search','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n

      \r\n
      \r\n \r\n \r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
      \r\n \' name=\"query\">\r\n
      \r\n \r\n \" \r\n \r\n \r\n \r\n checked=\"1\"\r\n \r\n \r\n checked=\"1\"\r\n \r\n \r\n checked=\"1\"\r\n \r\n >\r\n
      \r\n
      \r\n
      \r\n \r\n \r\n \"\r\n \r\n \r\n \r\n checked=\"1\"\r\n \r\n \r\n checked=\"1\"\r\n \r\n \r\n checked=\"1\"\r\n \r\n >\r\n
      \r\n
      \r\n
      \r\n
      \r\n
      \r\n\r\n

      \r\n\r\n

      Results - of about \r\n containing \"\". Search took seconds.

      \r\n
        \">\r\n \r\n
      1. \r\n \">\r\n No Title\r\n
        \r\n \r\n
        \r\n
        \r\n Location: \r\n
        \r\n
        \r\n
        \r\n
      2. \r\n
        \r\n
      \r\n
      \n\n\n\n
      \n · · \n
      \n
      \n','IndexedSearch',1,1); -INSERT INTO template VALUES (14,'Job Listing','\n

      \n
      \n\n\n

      \n\n\n\n \n\n\n\n
      \n\n\n \">Add a job. ·\n\n\n\">\n\n
      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
      Job TitleLocationCompensationDate Posted
      \n \"> \n
      \n\n\n

      \n · · \n
      \n
      \n','USS',1,1); +INSERT INTO template VALUES (14,'Job Listing','\n

      \n
      \n\n\n

      \n\n\n\n \n\n\n\n
      \n\n\n \">Add a job. ·\n\n\n\">\n\n
      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
      Job TitleLocationCompensationDate Posted
      \n \"> \n
      \n\n\n

      \n · · \n
      \n
      \n','USS',1,1); INSERT INTO template VALUES (2,'Job','

      \n\n\n

      \nJob Description
      \n\n

      \n
      \n\n\n

      \nJob Requirements
      \n\n

      \n
      \n\n\n\n \n \n\n\n \n \n\n\n \n \n\n\n \n \n\n
      Date Posted
      Location
      Compensation
      Views
      \n\n

      \n\n \">« Previous Job ·\n\n\">List All Jobs\n\n · \">Next Job »\n\n

      \n\n\n\n

      \n \">Edit\n ·\n \">\n

      \n
      \n\n\n

      \nStatus: ||\n \">\n ·\n \">\n

      \n
      \n\n\n\n','USS/Submission',1,1); INSERT INTO template VALUES (4,'Job Submission Form','

      Edit Job Posting

      \n\n\n\n \n \n \n \n \n \n \n \n \n \n
      Job Title
      Job Description
      Job Requirements
      Compensation
      Location
      \n\n','USS/SubmissionForm',1,1); INSERT INTO template VALUES (8,'Synopsis','
      \r\n\r\n
      \r\n \">\r\n
      \r\n \r\n
      \r\n \r\n
      \r\n \r\n
      \r\n \r\n
      \r\n
      \r\n
      \r\n
      ','Navigation',1,1); @@ -17662,10 +17665,11 @@ INSERT INTO template VALUES (10,'htmlArea Image Manager','','style',0,0); INSERT INTO template VALUES (5,'Item','\r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n
      \r\n\r\n\r\n - \r\n \">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Article',1,1); INSERT INTO template VALUES (6,'Item w/pop-up Links','\r\n \r\n \" target=\"_blank\">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \" target=\"_blank\">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Article',1,1); -INSERT INTO template VALUES (17,'Q and A','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n \n \">

      \r\n\r\n\r\n\r\n\r\n \n \n [\">]\n \n \n \n \n \r\n Q:
      \r\n A: \r\n

      \r\n\r\n\r\n','USS',1,1); -INSERT INTO template VALUES (20,'Ordered List','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n \n \">

      \r\n\r\n\r\n

        \r\n\r\n
      1. \r\n \n \n [\">]\n \n \n \n \r\n\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
      2. \r\n
        \r\n
      ','USS',1,1); -INSERT INTO template VALUES (21,'Descriptive','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n \n \">

      \r\n\r\n\r\n\r\n \n \n [\">]\n \n \n \n
      \r\n
      \r\n\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n

      \r\n\r\n','USS',1,1); -INSERT INTO template VALUES (1000,'Titled Link List','\n

      \n
      \n\n\n

      \n\n\n \n \">

      \n\n\n\n \n \n [\">]\n \n \n \n
      \n
      \n\n \"\n \n target=\"_blank\"\n \n >\n\n \n
      \n
      \n

      \n\n','USS',1,1); +INSERT INTO template VALUES (17,'Q and A','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n \n \">

      \r\n\r\n\r\n\r\n\r\n \n \n [\">]\n \n \n [\">]\n \n \r\n Q:
      \r\n A: \r\n

      \r\n\r\n\r\n','USS',1,1); +INSERT INTO template VALUES (20,'Ordered List','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n \n \">

      \r\n\r\n\r\n

        \r\n\r\n
      1. \r\n \n \n [\">]\n \n \n [\">]\n \r\n\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
      2. \r\n
        \r\n
      ','USS',1,1); +INSERT INTO template VALUES (21,'Descriptive','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n \n \">

      \r\n\r\n\r\n\r\n \n \n [\">]\n \n \n [\">]\n
      \r\n
      \r\n\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n

      \r\n\r\n','USS',1,1); +INSERT INTO template VALUES (1000,'Titled Link List','\n

      \n
      \n\n\n

      \n\n\n \n \">

      \n\n\n\n \n \n [\">]\n \n \n [\">]\n
      \n
      \n\n \"\n \n target=\"_blank\"\n \n >\n\n \n
      \n
      \n

      \n\n','USS',1,1); +INSERT INTO template VALUES (3,'Link','

      \r\n\r\n\r\n

      \r\nLink Description
      \r\n\r\n

      \r\n
      \r\n\r\nLink URL
      \r\n\">\r\n\r\n

      \r\n\">List All Links\r\n

      \r\n\r\n\r\n\r\n

      \r\n \">Edit\r\n ·\r\n \">\r\n

      \r\n
      \r\n\r\n\r\n

      \r\nStatus: ||\r\n \">\r\n ·\r\n \">\r\n

      \r\n
      \r\n\r\n\r\n\r\n','USS/Submission',1,1); -- -- Table structure for table `theme` @@ -17861,6 +17865,7 @@ INSERT INTO userSession VALUES ('46ZH2lWWxIb1o',1056507480,1056479480,0,'',1); INSERT INTO userSession VALUES ('86B3dgfvo8kYc',1066694125,1066666125,0,'',1); INSERT INTO userSession VALUES ('14OZTAw8AMqos',1069040618,1069012618,0,'',1); INSERT INTO userSession VALUES ('58qIk5WZvWqVc',1078710434,1078682434,0,'',1); +INSERT INTO userSession VALUES ('65yqW0d/2SYpQ',1083516102,1083512502,0,'',1); -- -- Table structure for table `userSessionScratch` @@ -17918,7 +17923,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('6.0.1','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('6.0.2','initial install',unix_timestamp()); -- -- Table structure for table `wobject` @@ -17969,8 +17974,4 @@ INSERT INTO wobject VALUES (5,1001,'USS',2,'Your Next Step',0,' To learn more ab INSERT INTO wobject VALUES (6,1002,'SyndicatedContent',1,'The Latest News',0,'This is the latest news from Plain Black and WebGUI pulled directly from the site every hour.',1076708567,3,1076709040,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1000,3,3,7,NULL); INSERT INTO wobject VALUES (7,1003,'DataForm',1,'Tell A Friend',0,'Tell a friend about WebGUI.',1076709292,3,1076709522,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,NULL); INSERT INTO wobject VALUES (8,1004,'SiteMap',0,'Site Map',0,'',1001744792,3,1016077239,3,1,1001744792,1336444487,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,3,3,7,NULL); -update settings set value=0 where name='anonymousRegistration'; -update settings set value=3600 where name='sessionTimeout'; - - diff --git a/docs/upgrades/upgrade_6.0.2-6.0.3.sql b/docs/upgrades/upgrade_6.0.2-6.0.3.sql new file mode 100644 index 000000000..57aa90d86 --- /dev/null +++ b/docs/upgrades/upgrade_6.0.2-6.0.3.sql @@ -0,0 +1,3 @@ +insert into webguiVersion values ('6.0.3','upgrade',unix_timestamp()); + + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 5e8af59f8..d7eadb803 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "6.0.2"; +our $VERSION = "6.0.3"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2004 Plain Black LLC.