diff --git a/docs/create.sql b/docs/create.sql index df5af7c16..f62a13bb5 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -132,6 +132,9 @@ CREATE TABLE ExtraColumn ( CREATE TABLE FAQ ( wobjectId int(11) NOT NULL default '0', + tocOn int(11) NOT NULL default '1', + topOn int(11) NOT NULL default '0', + qaOn int(11) NOT NULL default '0', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -365,6 +368,12 @@ CREATE TABLE UserSubmission ( submissionsPerPage int(11) NOT NULL default '50', defaultStatus varchar(30) default 'Approved', groupToApprove int(11) NOT NULL default '4', + allowDiscussion int(11) NOT NULL default '0', + editTimeout int(11) NOT NULL default '1', + groupToPost int(11) NOT NULL default '2', + groupToModerate int(11) NOT NULL default '4', + displayThumbnails int(11) NOT NULL default '0', + layout varchar(30) NOT NULL default 'traditional', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -390,6 +399,7 @@ CREATE TABLE UserSubmission_submission ( attachment varchar(255) default NULL, status varchar(30) default NULL, convertCarriageReturns int(11) NOT NULL default '0', + views int(11) NOT NULL default '0', PRIMARY KEY (submissionId) ) TYPE=MyISAM; @@ -414,6 +424,7 @@ CREATE TABLE discussion ( message text, dateOfPost int(11) default NULL, subId int(11) default NULL, + views int(11) NOT NULL default '0', PRIMARY KEY (messageId) ) TYPE=MyISAM; @@ -470,6 +481,7 @@ INSERT INTO groups VALUES (4,'Content Managers','Users that have privileges to e INSERT INTO groups VALUES (5,'Style Managers','Users that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.',314496000); INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to add, edit, and delete packages of widgets and pages to deploy.',314496000); INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000); +INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000); -- -- Table structure for table 'help' @@ -492,50 +504,52 @@ CREATE TABLE help ( -- -INSERT INTO help VALUES (1,'WebGUI','English','Add/Edit','Page','Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n

\r\nTitle
\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n

\r\nMenu Title
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n

\r\nPage URL
\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n

\r\nTemplate
\r\nBy default, WebGUI has one big content area to place widgets. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n

\r\nSynopsis
\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n

\r\nMeta Tags
\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called Meta Tag Builder that will help you build meta tags if you\'ve never done it before.\r\n

\r\nAdvanced Users: If you have other things (like JavaScript) you usually put in the <head> area of your pages, you may put them here as well.\r\n

\r\nUse default meta tags?
\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n

\r\nStyle
\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See Add Style for more details.\r\n

\r\nIf you check the box below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n

\r\nOwner
\r\nThe owner of a page is usually the person who created the page.\r\n

\r\nOwner can view?
\r\nCan the owner view the page or not?\r\n

\r\nOwner can edit?
\r\nCan the owner edit the page or not? Be careful, if you decide that the owner cannot edit the page and you do not belong to the page group, then you\'ll lose the ability to edit this page.\r\n

\r\nGroup
\r\nA group is assigned to every page for additional privilege control. Pick a group from the pull-down menu.\r\n

\r\nGroup can view?
\r\nCan members of this group view this page?\r\n

\r\nGroup can edit?
\r\nCan members of this group edit this page?\r\n

\r\nAnybody can view?
\r\nCan any visitor or member regardless of the group and owner view this page?\r\n

\r\nAnybody can edit?
\r\nCan any visitor or member regardless of the group and owner edit this page?\r\n

\r\nYou can optionally give these privileges to all pages under this page.\r\n','0'); +INSERT INTO help VALUES (20,'WebGUI','English','Add/Edit','Image','Name
\r\nThe label that this image will be referenced by to include it into pages.\r\n

\r\n\r\nFile
\r\nSelect a file from your local drive to upload to the server.\r\n

\r\n\r\nParameters
\r\nAdd any HTML <img&rt; parameters that you wish to act as the defaults for this image.\r\n

\r\nExample:
\r\nalign=\"right\"\r\nalt=\"This is an image\"','15'); +INSERT INTO help VALUES (1,'DownloadManager','English','Add/Edit','Download Manager','The Download Manager is designed to help you manage file distribution on your site. It allows you to specify who may download files from your site.\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\nDisplay thumbnails?
\r\nCheck this if you want to display thumbnails for any images that are uploaded. Note that the thumbnail is only displayed for the main attachment, not the alternate versions.\r\n

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

\r\n\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (23,'WebGUI','English','Delete','Image','When you delete an image it will be removed from the server and cannot be recovered. Therefore, be sure that you really wish to delete the image before you confirm the delete.','15'); +INSERT INTO help VALUES (26,'WebGUI','English','Manage','Image','Using the built in image manager in WebGUI you can upload images to one central location for use anywhere else in the site with no need for any special software or knowledge.\r\n

\r\nTo place the images you\'ve uploaded use the ^I(); and ^i(); macros. More information on them can be found in the Using Macros help.\r\n

\r\nTip: You can use the ^I(); macro (and therefore the images from the image manager) in places you may not have conisdered. For instance, you could place images in the titles of your wobjects. Or in wobjects like Link List and Site Map that use bullets, you could use image manager images as the bullets.','15'); +INSERT INTO help VALUES (28,'WebGUI','English','Manage','Root','Simply put, roots are pages with no parent. The first and most important root in WebGUI is the \"Home\" page. Many people will never add any additional roots, but a few power users will. Those power users will create new roots for many different reasons. Perhaps they\'ll create a staging area for content managers. Or maybe a hidden area for Admin tools. Or possibly even a new root just to place their search engine.','0'); +INSERT INTO help VALUES (31,'WebGUI','English','Add/Edit','Package','To create a package follow these simple steps:\r\n

    \r\n
  1. From the admin menu select \"Manage packages.\"\r\n
  2. Add a page and give it a name. The name of the page will be the name of the package.\r\n
  3. Go to the new page you created and start adding pages and wobjects. Any pages or wobjects you add will be created each time this package is deployed. \r\n
\r\nNotes:
\r\nIn order to add, edit, or delete packages you must be in the Package Mangers group or in the Admins group.\r\n

\r\nIf you add content to any of the wobjects, that content will automatically be copied when the package is deployed.\r\n

\r\nPrivileges and styles assigned to pages in the package will not be copied when the package is deployed. Instead the pages will take the privileges and styles of the area to which they are deployed.','0'); +INSERT INTO help VALUES (30,'WebGUI','English','Select','Package','Packages are groups of pages and wobjects that are predefined to be deployed together. A package manager may see the need to create a package several pages with a message board, an FAQ, and a Poll because that task is performed quite often. Packages are often defined to lessen the burden of repetitive tasks.\r\n

\r\nOne package that many people create is a Page/Article package. It is often the case that you want to add a page with an article on it for content. Instead of going through the steps of creating a page, going to the page, and then adding an article to the page, you may wish to simply create a package to do those steps all at once.','0'); +INSERT INTO help VALUES (25,'WebGUI','English','Using','Search Engine','Due to many requests by our customers, we\'ve built a small, but sturdy search engine into WebGUI. If you wish to use the internal search engine, you can use the ^?; macro or feel free to build your own form to access it.\r\n

\r\nWe do not recommend the built-in search engine\'s use on large sites as it can be very slow, but it works great for small sites and intranets. There are many great search engines available around the Internet that can be used with WebGUI.\r\n

\r\nMnoGo Search - A very powerful and very fast open-source search engine. We maintain an unsupported WebGUI widget on the Plain Black site that will allow you to use MnoGo search directly within WebGUI or you can use the super-powerful external search engine it provides.\r\n

\r\nht://Dig - Another great open-source search engine. We\'ve used it in many instances and it always proves to be reliable and fast.','0'); +INSERT INTO help VALUES (1,'Item','English','Add/Edit','Item','Like Articles, Items are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Item, though Items are usually used for smaller content than Articles.\r\n

\r\n\r\nLink URL
\r\nThis URL will be attached to the title of this Item.\r\n

\r\nExample: http://www.google.com\r\n

\r\n\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (6,'WebGUI','English','Edit','Company Information','Company Name
\r\nThe name of your company. It will appear on all emails and anywhere you use the Company Name macro.\r\n

\r\n\r\nCompany Email Address
\r\nA general email address at your company. This is the address that all automated messages will come from. It can also be used via the WebGUI macro system.\r\n

\r\n\r\nCompany URL
\r\nThe primary URL of your company. This will appear on all automated emails sent from the WebGUI system. It is also available via the WebGUI macro system.\r\n','6'); +INSERT INTO help VALUES (46,'WebGUI','English','Empty','Trash','If you choose to empty your trash, any items contained in it will be lost forever. If you\'re unsure about a few items, it might be best to cut them to your clipboard before you empty the trash.','0'); +INSERT INTO help VALUES (22,'WebGUI','English','Edit','Profile Settings','Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the users profile as you like.\r\n','6'); +INSERT INTO help VALUES (1,'UserSubmission','English','Add/Edit','User Submission System','User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n

\r\n\r\nLayout
\r\nWhat should this user submission system look like? Currently these are the views available:\r\n\r\n\r\nWho can approve?
\r\nWhat group is allowed to approve and deny content?\r\n

\r\n\r\nWho can contribute?
\r\nWhat group is allowed to contribute content?\r\n

\r\n\r\nSubmissions Per Page
\r\nHow many submissions should be listed per page in the submissions index?\r\n

\r\n\r\nDefault Status
\r\nShould submissions be set to Approved, Pending, or Denied by default?\r\n

\r\nNote: If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n

\r\n\r\nDisplay thumbnails?
\r\nIf there is an image present in the submission, the thumbnail will be displayed in the Layout (see above).\r\n

\r\n\r\nAllow discussion?
\r\nDo you wish to attach a discussion to this user submission system? If you do, users will be able to comment on each submission.\r\n

\r\n\r\nEdit Timeout
\r\nHow long (in hours) will you allow discussion responses to be editable? You shouldn\'t let this get too long or the true opinions of people will not be captured.\r\n

\r\n\r\nGroup To Post
\r\nWhich group of users should be allowed to contribute to the discussion?\r\n

\r\n\r\nGroup to Moderate
\r\nWhich group of users should be allowed to moderate the discussion?','1,2,3,4,5'); +INSERT INTO help VALUES (2,'WebGUI','English','Edit','Authentication Settings','Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n

\r\nAuthentication Method (default)
\r\nWhat should the default authentication method be for new accounts that are created? The two available options are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server.\r\n

\r\nNote: Authentication settings can be customized on a per user basis.\r\n

\r\nUsername Binding
\r\nBind the WebGUI username to the LDAP Identity. This requires the user to have the same username in WebGUI as they specified during the Anonymous Registration process. It also means that they won\'t be able to change their username later. This only in effect if the user is authenticating against LDAP.\r\n

\r\nLDAP URL (default)
\r\nThe default url to your LDAP server. The LDAP URL takes the form of ldap://[server]:[port]/[base DN]. Example: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n

\r\nLDAP Identity
\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process.\r\n

\r\nLDAP Identity Name
\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their Web Username. So you could enter that label here for consitency.\r\n

\r\nLDAP Password Name
\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\r\n\r\n','6'); +INSERT INTO help VALUES (11,'WebGUI','English','Edit','File Settings','Path to WebGUI Extras
\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n

\r\n\r\nMaximum Attachment Size
\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all widgets that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n

\r\n\r\nThumbnail Size
\r\nThe size of the longest side of thumbnails. The thumbnail generation maintains the aspect ratio of the image. Therefore, if this value is set to 100, and you have an image that\'s 400 pixels wide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels tall.\r\n

\r\nNote: Thumbnails are automatically generated as images are uploaded to the system.\r\n

\r\n\r\nWeb Attachment Path
\r\nThe web-path of the directory where attachments are to be stored.\r\n

\r\n\r\nServer Attachment Path
\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n','6'); +INSERT INTO help VALUES (1,'FAQ','English','Add/Edit','FAQ','It seems that almost every web site, intranet, and extranet in the world has a Frequently Asked Questions area. This wobject helps you build one, too.\r\n

\r\n\r\nTurn TOC on?
\r\nDo you wish to display a TOC (or Table of Contents) for this FAQ? A TOC is a list of links (questions) at the top of the FAQ that link down the answers.\r\n

\r\n\r\nTurn Q/A on?
\r\nSome people wish to display a Q: in front of each question and an A: in front of each answer. This switch enables that.\r\n

\r\n\r\nTurn [top] link on?
\r\nDo you wish to display a link after each answer that takes you back to the top of the page?\r\n

\r\n\r\nProceed to add question?
\r\nLeave this checked if you want to add questions to the FAQ directly after creating it.\r\n

\r\n\r\n


\r\nNote: The following style is specific to the FAQ.\r\n

\r\n.faqQuestion
\r\nAn F.A.Q. question. To distinguish it from an answer.\r\n\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (13,'WebGUI','English','Edit','Mail Settings','Recover Password Message
\r\nThe message that gets sent to a user when they use the \"recover password\" function.\r\n

\r\nSMTP Server
\r\nThis is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).\r\n\r\n','6'); +INSERT INTO help VALUES (1,'SyndicatedContent','English','Add/Edit','Syndicated Content','Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n

\r\n\r\nURL to RSS file
\r\nProvide the exact URL (starting with http://) to the syndicated content\'s RDF or RSS file. The syndicated content will be downloaded from this URL hourly.\r\n

\r\nYou can find syndicated content at the following locations:\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (1,'EventsCalendar','English','Add/Edit','Events Calendar','Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n

\r\n\r\nDisplay Layout
\r\nThis can be set to List or Calendar. When set to List the events will be listed by date of occurence (and events that have already passed will not be displayed). This type of layout is best suited for Events Calendars that have only a few events per month. When set to Calendar the Events Calendar will display a traditional monthly Calendar, which can be paged through month-by-month. This type of layout is generally used when there are many events in each month.\r\n

\r\n\r\nPaginate After
\r\nWhen using the list layout, how many events should be shown per page?\r\n

\r\nProceed to add event?
\r\nLeave this set to yes if you want to add events to the Events Calendar directly after creating it.\r\n

\r\n\r\nNote: Events that have already happened will not be displayed on the events calendar.\r\n

\r\n
\r\nNote: The following style is specific to the Events Calendar.\r\n

\r\n.eventTitle
\r\nThe title of an individual event.\r\n\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (1,'MessageBoard','English','Add/Edit','Message Board','Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n

\r\nWho can post?
\r\nWhat group can post to this Message Board?\r\n

\r\nMessages Per Page
\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n

\r\nEdit Timeout
\r\nEdit Timeout specifies how long a user\'s message will be available for him/her to edit. Edit Timeout is measured in hours.\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about message boards is that they are an accurate record of a discussion. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (1,'LinkList','English','Add/Edit','Link List','Link Lists are just what they sound like, a list of links. Many sites have a links section, and this wobject just automates the process.\r\n

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

\r\n\r\nLine Spacing
\r\nHow many carriage returns should be placed between each link?\r\n

\r\n\r\n\r\nBullet
\r\nSpecify what bullet should be used before each line item. You can leave this blank if you want to. You can also specify HTML bullets like &middot; and &raquo;. You can even use images from the image manager by specifying a macro like this ^I(bullet);.\r\n

\r\n\r\n\r\nProceed to add link?
\r\nLeave this set to yes if you want to add links to the Link List directly after creating it.\r\n

\r\n\r\nStyle
\r\nAn extra StyleSheet class has been added to this widget: .linkTitle. Use this to bold, colorize, or otheriwise manipulate the title of each link.\r\n

','1,2,3,4,5'); +INSERT INTO help VALUES (21,'WebGUI','English','Using','Wobject','Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of wobjects.\r\n

\r\nTo add a wobject to a page, first go to that page, then select Add Content... from the upper left corner of your screen. Each wobject has it\'s own help so be sure to read the help if you\'re not sure how to use it.\r\n','0'); +INSERT INTO help VALUES (1,'Article','English','Add/Edit','Article','Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.\r\n

\r\nImage
\r\nChoose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in your article.\r\n

\r\n\r\nAlign Image
\r\nChoose where you\'d like to position the image specified above.\r\n

\r\n\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n

\r\n\r\nLink Title
\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n

\r\nExample: Google\r\n

\r\n\r\nLink URL
\r\nIf you added a link title, now add the URL (uniform resource locator) here. \r\n

\r\nExample: http://www.google.com\r\n\r\n

\r\nConvert carriage returns?
\r\nIf you\'re publishing HTML there\'s generally no need to check this option, but if you aren\'t using HTML and you want a carriage return every place you hit your \"Enter\" key, then check this option.\r\n

\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to respond to this article. By default it is registered users.\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate the responses to this article. By default it is content managers.\r\n

\r\n\r\nEdit Timeout
\r\nHow long (in hours) should a user be able to edit their response before editing is locked to them?\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (1,'ExtraColumn','English','Add/Edit','Extra Column','Extra columns allow you to change the layout of your page for one page only. If you wish to have multiple columns on all your pages, perhaps you should consider altering the style applied to your pages or use a Template instead of an Extra Column. \r\n

\r\nColumns are always added from left to right. Therefore any existing content will be on the left of the new column.\r\n

\r\nSpacer
\r\nSpacer is the amount of space between your existing content and your new column. It is measured in pixels.\r\n

\r\nWidth
\r\nWidth is the actual width of the new column to be added. Width is measured in pixels.\r\n

\r\nStyleSheet Class
\r\nBy default the content style (which is the style the body of your site should be using) that is applied to all columns. However, if you\'ve created a style specifically for columns, then feel free to modify this class.\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (27,'WebGUI','English','Add/Edit','Wobject','You can add wobjects by selecting from the Add Content pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular wobject.\r\n

\r\nAlmost all wobjects share some properties. Those properties are:\r\n\r\nWobject ID
\r\nThis is the unique identifier WebGUI uses to keep track of this wobject instance. Normal users should never need to be concerned with the Wobject ID, but some advanced users may need to know it for things like SQL Reports.\r\n

\r\n\r\nTitle\r\nThe title of the wobject. This is typically displayed at the top of each wobject.\r\n

\r\nNote: You should always specify a title even if you are going to turn it off (with the next property). This is because the title shows up in the trash and clipboard and you\'ll want to be able to distinguish which wobject is which.\r\n

\r\n\r\nDisplay title?
\r\nDo you wish to display the title you specified? On some sites, displaying the title is not necessary.\r\n

\r\n\r\nProcess macros?
\r\nDo you wish to process macros in the content of this wobject? Sometimes you\'ll want to do this, but more often than not you\'ll want to say \"no\" to this question. By disabling the processing of macros on the wobjects that don\'t use them, you\'ll speed up your web server slightly.\r\n

\r\n\r\nTemplate Position
\r\nTemplate positions range from 0 (zero) to any number. How many are available depends upon the Template associated with this page. The default template has only one template position, others may have more. By selecting a template position, you\'re specifying where this wobject should be placed within the template.\r\n

\r\n\r\nStart Date
\r\nOn what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers.\r\n

\r\n\r\nEnd Date
\r\nOn what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.\r\n

\r\n\r\nDescription
\r\nA content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ.\r\n

','0'); +INSERT INTO help VALUES (1,'Poll','English','Add/Edit','Poll','Polls can be used to get the impressions of your users on various topics.\r\n

\r\nActive
\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n

\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n

\r\nGraph Width
\r\nThe width of the poll results graph. The width is measured in pixels.\r\n

\r\nQuestion
\r\nWhat is the question you\'d like to ask your users?\r\n

\r\nAnswers
\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n

\r\nReset votes.
\r\nReset the votes on this Poll.\r\n

\r\n


\r\nNote: The following style sheet entries are custom to the Poll widget:\r\n

\r\n.pollAnswer
\r\nAn answer on a poll.\r\n

\r\n.pollColor \r\nThe color of the percentage bar on a poll.\r\n

\r\n.pollQuestion \r\nThe question on a poll.\r\n\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (1,'SiteMap','English','Add/Edit','Site Map','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\nDisplay synopsis?
\r\nDo you wish to display page sysnopsis along-side the links to each page? Note that in order for this option to be valid, pages must have synopsis defined.\r\n

\r\n\r\nStarting from this level?
\r\nIf the Site Map should display the page tree starting from this level, then check this box. If you wish the Site Map to start from the home page then uncheck it.\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\nBullet
\r\nSpecify what bullet should be used before each line item. You can leave this blank if you want to. You can also specify HTML bullets like &middot; and &raquo;. You can even use images from the image manager by specifying a macro like this ^I(bullet);.\r\n

\r\n\r\nLine Spacing
\r\nSpecify how many carriage returns should go between each item in the Site Map. This should be set to 1 or higher.\r\n

','1,2,3,4,5'); +INSERT INTO help VALUES (1,'SQLReport','English','Add/Edit','SQL Report','SQL Reports are perhaps the most powerful widget 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\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\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\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\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\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\nSample Template:\r\n<table>\r\n<tr><th>Employee Name</th><th>Employee #</th><th>Vacation Days Remaining</th><th>Monthly Salary</th></tr>\r\n^-;\r\n<tr><td>^0;</td><td>^1;</td><td>^2;</td><td>^3;</td></tr>\r\n^-;\r\n</table>\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\nExample: DBI:mysql:WebGUI:localhost\r\n

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

\r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN.\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\nConvert carriage returns?\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (<br>).\r\n','1,2,3,4,5'); +INSERT INTO help VALUES (19,'WebGUI','English','Using','Macros','WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with w semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. The following is a description of all the macros in the WebGUI system.\r\n

\r\n\r\n^a; or ^a(); - My Account Link
\r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \r\n

\r\nNotes: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n

\r\n\r\n^AdminBar;
\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n

\r\n\r\n^AdminToggle;
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode.\r\n

\r\n\r\n^C; or ^C(); - Crumb Trail
\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

\r\nNote: The .crumbTrail style sheet class is tied to this macro.\r\n

\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\r\n\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
%%%
%y4 digit year
%Y2 digit year
%m2 digit month
%Mvariable digit month
%cmonth name
%d2 digit day of month
%Dvariable digit day of month
%wday of week name
%h2 digit base 12 hour
%Hvariable digit base 12 hour
%j2 digit base 24 hour
%Jvariable digit base 24 hour
%plower case am/pm
%Pupper case AM/PM
\r\n

\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^Env()
\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n

\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n

\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n

\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\r\n\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n

\r\n\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n

\r\n\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n

\r\nNotes: You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n

\r\n\r\n^I(); - Image Manager Image with Tag
\r\nThis macro returns an image tag with the parameters for an image defined in the image manager. Specify the name of the image using a tag like this ^I(\"imageName\");.\r\n

\r\n\r\n^i(); - Image Manager Image Path
\r\nThis macro returns the path of an image uploaded using the Image Manager. Specify the name of the image using a tag like this ^i(\"imageName\");.\r\n

\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. Takes the format of ^Include(\"/this/file.html\");\r\n

\r\n\r\n^L; or ^L(); - Login
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n

\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^M; or ^M(); - Current Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^m; - Current Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^p; - Previous Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^Page();
\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n

\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n

\r\nNote: If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n

\r\n\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n

\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n

\r\nNotes: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n

\r\n\r\n^RootTitle;
\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n

\r\n\r\n^S(); - Specific SubMenu (Vertical)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^S(\"home\",0);. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this ^S(\"home\",3);.\r\n

\r\n\r\n^s(); - Specific SubMenu (Horizontal)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^s(\"home\");. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is ·.\r\n

\r\n\r\n^Synopsis; or ^Synopsis(); Menu
\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n

\r\nNotes: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n

\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^t; - Top Level Menu (Horizontal)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^Thumbnail();
\r\nReturns the URL of a thumbnail for an image from the image manager. Specify the name of the image like this ^Thumbnail(\"imageName\");.\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis is a good way to create a quick and dirty screenshots page or a simple photo gallery. Simply specify the name of an image in the Image Manager like this: ^ThumbnailLinker(\"My Grandmother\"); and this macro will create a thumnail image with a title under it that links to the full size version of the image.\r\n

\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^URLEncode();
\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (including the domain for this site). This is often used within pages so that if your development server is on a domain different than your production server that your URLs will still worked when moved.\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (including the domain for this site). This is often used within pages so that if your development server is on a domain different than your production server that your URLs will still worked when moved.\r\n

\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n

\r\n\r\n^?; - Search
\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n

\r\nNote: The .searchBox style sheet class is tied to this macro.\r\n

\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n

\r\n\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n

\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report widget and the Body in the Style Manager.\r\n','0'); +INSERT INTO help VALUES (18,'WebGUI','English','Using','Style Sheets','Cascading Style Sheets (CSS) are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n

\r\n\r\nIf you are unfamiliar with how to use CSS, Plain Black Software provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called Top Style.\r\n

\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n

\r\n\r\nA
\r\nThe links throughout the style.\r\n

\r\n\r\nBODY
\r\nThe default setup of all pages within a style.\r\n

\r\n\r\nH1
\r\nThe headers on every page.\r\n

\r\n\r\n.accountOptions
\r\nThe links that appear under the login and account update forms.\r\n

\r\n\r\n.adminBar
\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n

\r\n\r\n.content
\r\nThe main content area on all pages of the style.\r\n

\r\n\r\n.formDescription
\r\nThe tags on all forms next to the form elements. \r\n

\r\n\r\n.formSubtext
\r\nThe tags below some form elements.\r\n

\r\n\r\n.highlight
\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n

\r\n\r\n.horizontalMenu
\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n

\r\n\r\n.pagination
\r\nThe Previous and Next links on pages with pagination.\r\n

\r\n\r\n.selectedMenuItem
\r\nUse this class to highlight the current page in any of the menu macros.\r\n

\r\n\r\n.tableData
\r\nThe data rows on things like message boards and user contributions.\r\n

\r\n\r\n.tableHeader
\r\nThe headings of columns on things like message boards and user contributions.\r\n

\r\n\r\n.tableMenu
\r\nThe menu on things like message boards and user submissions.\r\n

\r\n\r\n.verticalMenu
\r\nThe vertical menu (if you use a vertical menu macro).\r\n

\r\n\r\nNote: Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.\r\n\r\n','0'); +INSERT INTO help VALUES (17,'WebGUI','English','Add/Edit','Group','See Manage Group for a description of grouping functions and the default groups.\r\n

\r\n\r\nGroup Name
\r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n

\r\n\r\nDescription
\r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.\r\n\r\nExpire After
\r\nThe time (in seconds) that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time. Note that this can be overridden on a per-user basis.','0'); +INSERT INTO help VALUES (24,'WebGUI','English','Edit','Miscellaneous Settings','Session Timeout
\r\nThe time (in seconds) that a user session remains active (before needing to log in again). This timeout is reset each time a visitor hits a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n

\r\n\r\n1800 = half hour
\r\n3600 = 1 hour
\r\n28000 = 8 hours
\r\n86400 = 1 day
\r\n604800 = 1 week
\r\n1209600 = 2 weeks
\r\n\r\n\r\n

\r\nPrevent Proxy Caching
\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n\r\n\r\n

\r\nOn Critical Error
\r\nWhat do you want WebGUI to do if a critical error occurs. It can be a security risk to show debugging information, but you may want to show it if you are in development.\r\n\r\n','6'); +INSERT INTO help VALUES (15,'WebGUI','English','Delete','Group','As the function suggests you\'ll be deleting a group and removing all users from the group. Be careful not to orphan users from pages they should have access to by deleting a group that is in use.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); +INSERT INTO help VALUES (16,'WebGUI','English','Add/Edit','Style','Styles are WebGUI macro enabled. See Using Macros for more information.\r\n

\r\n\r\nStyle Name
\r\nA unique name to describe what this style looks like at a glance. The name has no effect on the actual look of the style.\r\n

\r\n\r\nBody
\r\nThe body is quite literally the HTML body of your site. It defines how the page navigation will be laid out and many other things like logo, copyright, etc. At bare minimum a body must consist of a few things. The following is that bare minimum:\r\n

\r\n<body>\r\n^AdminBar;\r\n^-;\r\n</body^gt;\r\n
\r\n

\r\n\r\nThe ^AdminBar; macro tells WebGUI where to display admin functions. The ^-; (splitter) macro tells WebGUI where to put the content of your page.\r\n

\r\n\r\nIf you are in need of assistance for creating a look for your site, or if you need help cutting apart your design, Plain Black Software provides support services for a small fee.\r\n

\r\n\r\nMany people will add WebGUI macros to their body for automated navigation, and other features.\r\n

\r\n\r\nStyle Sheet
\r\nPlace your style sheet entries here. Style sheets are used to control colors, sizes, and other properties of the elements on your site. See Using Style Sheets for more information.\r\n

\r\n\r\nAdvanced Users: for greater performance create your stylesheet on the file system (call it something like webgui.css) and add an entry like this to this area: \r\n<link href=\"/webgui.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\">','4,5'); +INSERT INTO help VALUES (14,'WebGUI','English','Delete','Wobject','This function permanently deletes the selected wobject from a page. If you are unsure whether you wish to delete this content you may be better served to cut the content to the clipboard until you are certain you wish to delete it.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); +INSERT INTO help VALUES (12,'WebGUI','English','Manage','Settings','Settings are items that allow you to adjust WebGUI to your particular needs.\r\n

\r\n\r\nEdit Authentication Settings
\r\nSettings concerning user identification and login, such as LDAP.\r\n

\r\n\r\nEdit Company Information
\r\nInformation specific about the company or individual who controls this installation of WebGUI.\r\n

\r\n\r\nEdit Content Settings
\r\nSettings related to content and content management.\r\n

\r\n\r\nEdit File Settings
\r\nSettings concerning attachments and images.\r\n

\r\n\r\nEdit Mail Settings
\r\nSettings concerning email and related functions.\r\n

\r\n\r\nEdit Miscellaneous Settings
\r\nEverything else.\r\n\r\nEdit Profile Settings
\r\nDefine what user profiles look like and what the users have the ability to edit.\r\n','7,8,9.10,11,12'); +INSERT INTO help VALUES (10,'WebGUI','English','Manage','Group','Groups are used to subdivide privileges and responsibilities within the WebGUI system. For instance, you may be building a site for a classroom situation. In that case you might set up a different group for each class that you teach. You would then apply those groups to the pages that are designed for each class.\r\n

\r\n\r\nThere are several groups built into WebGUI. They are as follows:\r\n

\r\n\r\nAdmins
\r\nAdmins are users who have unlimited privileges within WebGUI. A user should only be added to the admin group if they oversee the system. Usually only one to three people will be added to this group.\r\n

\r\n\r\nContent Managers
\r\nContent managers are users who have privileges to add, edit, and delete content from various areas on the site. The content managers group should not be used to control individual content areas within the site, but to determine whether a user can edit content at all. You should set up additional groups to separate content areas on the site.\r\n

\r\n\r\nEveryone
\r\nEveryone is a magic group in that no one is ever physically inserted into it, but yet all members of the site are part of it. If you want to open up your site to both visitors and registered users, use this group to do it.\r\n

\r\n\r\nPackage Managers
\r\nUsers that have privileges to add, edit, and delete packages of widgets and pages to deploy.\r\n

\r\n\r\nRegistered Users
\r\nWhen users are added to the system they are put into the registered users group. A user should only be removed from this group if their account is deleted or if you wish to punish a troublemaker.\r\n

\r\n\r\nStyle Managers
\r\nUsers that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.\r\n

\r\n\r\nTemplate Managers
\r\nUsers that have privileges to edit templates for this site.\r\n

\r\n\r\nVisitors
\r\nVisitors are users who are not logged in using an account on the system. Also, if you wish to punish a registered user you could remove him/her from the Registered Users group and insert him/her into the Visitors group.','0'); +INSERT INTO help VALUES (8,'WebGUI','English','Manage','User','Users are the accounts in the system that are given rights to do certain things. There are two default users built into the system: Admin and Visitor.\r\n

\r\n\r\nAdmin
\r\nAdmin is exactly what you\'d expect. It is a user with unlimited rights in the WebGUI environment. If it can be done, this user has the rights to do it.\r\n

\r\n\r\nVisitor
\r\nVisitor is exactly the opposite of Admin. Visitor has no rights what-so-ever. By default any user who is not logged in is seen as the user Visitor.\r\n

\r\n\r\nAdd a new user.
\r\nClick on this to go to the add user screen.\r\n

\r\n\r\nSearch
\r\nYou can search users based on username and email address. You can do partial searches too if you like.','0'); +INSERT INTO help VALUES (9,'WebGUI','English','Manage','Style','Styles are used to manage the look and feel of your WebGUI pages. With WebGUI, you can have an unlimited number of styles, so your site can take on as many looks as you like. You could have some pages that look like your company\'s brochure, and some pages that look like Yahoo!®. You could even have some pages that look like pages in a book. Using style management, you have ultimate control over all your designs.\r\n

\r\n\r\nThere are several styles built into WebGUI. The first of these are used by WebGUI can should not be edited or deleted. The last few are simply example styles and may be edited or deleted as you please.\r\n

\r\n\r\nClipboard
\r\nThis style is used by the clipboard system.\r\n

\r\n\r\nFail Safe
\r\nWhen you delete a style that is still in use on some pages, the Fail Safe style will be applied to those pages. This style has a white background and simple navigation.\r\n

\r\n\r\nMake Page Printable
\r\nThis style is used if you place an ^r; macro on your pages and the user clicks on it. This style allows you to put a simple logo and copyright message on your printable pages.\r\n

\r\n\r\nPackages
\r\nThis style is used by the package management system.\r\n

\r\n\r\nTrash
\r\nThis style is used by the trash system.\r\n

\r\n\r\n


\r\n

\r\n\r\nDemo Style
\r\nThis is a sample design taken from a templates site (www.freewebtemplates.com).\r\n

\r\n\r\nPlain Black Software (black) & (white)
\r\nThese designs are used on the Plain Black site.\r\n

\r\n\r\nYahoo!®
\r\nThis is the design of the Yahoo!® site. (Used without permission.)\r\n

\r\n\r\nWebGUI
\r\nThis is a simple design featuring WebGUI logos.\r\n\r\n','4,5'); +INSERT INTO help VALUES (7,'WebGUI','English','Delete','User','There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truely wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via widgets (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user\'s profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); +INSERT INTO help VALUES (32,'WebGUI','English','Edit','User Profile','Email Address
\r\nThe user\'s email address. This must only be specified if the user will partake in functions that require email.\r\n

\r\n\r\nLanguage
\r\nWhat language should be used to display system related messages.\r\n

\r\n\r\nICQ UIN
\r\nThe ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ is a very popular instant messaging platform.\r\n','0'); +INSERT INTO help VALUES (5,'WebGUI','English','Add/Edit','User','See Manage Users for additional details.\r\n

\r\n\r\nUsername
\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (Note: Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n

\r\n\r\nPassword
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n

\r\n\r\nAuthentication Method
\r\nSee Edit Settings for details.\r\n

\r\n\r\nLDAP URL
\r\nSee Edit Settings for details.\r\n

\r\n\r\nConnect DN
\r\nThe Connect DN is the cn (or common name) of a given user in your LDAP database. It should be specified as cn=John Doe. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n

\r\n\r\n\r\n\r\n','0'); INSERT INTO help VALUES (3,'WebGUI','English','Delete','Page','Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.\r\n

\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); INSERT INTO help VALUES (4,'WebGUI','English','Delete','Style','When you delete a style all pages using that style will be reverted to the fail safe (default) style. To ensure uninterrupted viewing, you should be sure that no pages are using a style before you delete it.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','4,5'); -INSERT INTO help VALUES (5,'WebGUI','English','Add/Edit','User','See Manage Users for additional details.\r\n

\r\n\r\nUsername
\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (Note: Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n

\r\n\r\nPassword
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n

\r\n\r\nAuthentication Method
\r\nSee Edit Settings for details.\r\n

\r\n\r\nLDAP URL
\r\nSee Edit Settings for details.\r\n

\r\n\r\nConnect DN
\r\nThe Connect DN is the cn (or common name) of a given user in your LDAP database. It should be specified as cn=John Doe. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n

\r\n\r\nEmail Address
\r\nThe user\'s email address. This must only be specified if the user will partake in functions that require email.\r\n

\r\n\r\nGroups
\r\nGroups displays which groups the user is in. Groups that are highlighted are groups that the user is assigned to. Those that are not highlighted are other groups that can be assigned. Note that you must hold down CTRL to select multiple groups.\r\n

\r\n\r\nLanguage
\r\nWhat language should be used to display system related messages.\r\n

\r\n\r\nICQ UIN
\r\nThe ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ is a very popular instant messaging platform.\r\n\r\n','0'); -INSERT INTO help VALUES (7,'WebGUI','English','Delete','User','There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truely wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via widgets (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user\'s profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); -INSERT INTO help VALUES (8,'WebGUI','English','Manage','User','Users are the accounts in the system that are given rights to do certain things. There are two default users built into the system: Admin and Visitor.\r\n

\r\n\r\nAdmin
\r\nAdmin is exactly what you\'d expect. It is a user with unlimited rights in the WebGUI environment. If it can be done, this user has the rights to do it.\r\n

\r\n\r\nVisitor
\r\nVisitor is exactly the opposite of Admin. Visitor has no rights what-so-ever. By default any user who is not logged in is seen as the user Visitor.\r\n

\r\n\r\nAdd a new user.
\r\nClick on this to go to the add user screen.\r\n

\r\n\r\nSearch
\r\nYou can search users based on username and email address. You can do partial searches too if you like.','0'); -INSERT INTO help VALUES (9,'WebGUI','English','Manage','Style','Styles are used to manage the look and feel of your WebGUI pages. With WebGUI, you can have an unlimited number of styles, so your site can take on as many looks as you like. You could have some pages that look like your company\'s brochure, and some pages that look like Yahoo!®. You could even have some pages that look like pages in a book. Using style management, you have ultimate control over all your designs.\r\n

\r\n\r\nThere are several styles built into WebGUI. The first of these are used by WebGUI can should not be edited or deleted. The last few are simply example styles and may be edited or deleted as you please.\r\n

\r\n\r\nFail Safe
\r\nWhen you delete a style that is still in use on some pages, the Fail Safe style will be applied to those pages. This style has a white background and simple navigation.\r\n

\r\n\r\nMake Page Printable
\r\nThis style is used if you place an ^r; macro on your pages and the user clicks on it. This style allows you to put a simple logo and copyright message on your printable pages.\r\n

\r\n\r\nPackages
\r\nThis style is used by the package management system.\r\n

\r\n\r\nTrash / Clipboard
\r\nThis style is used by the trash and clipboard system.\r\n

\r\n\r\n


\r\n

\r\n\r\nDemo Style
\r\nThis is a sample design taken from a templates site (www.freewebtemplates.com).\r\n

\r\n\r\nPlain Black Software (black) & (white)
\r\nThese designs are used on the Plain Black site.\r\n

\r\n\r\nYahoo!®
\r\nThis is the design of the Yahoo!® site. (Used without permission.)\r\n

\r\n\r\nWebGUI
\r\nThis is a simple design featuring WebGUI logos.\r\n\r\n','4,5'); -INSERT INTO help VALUES (10,'WebGUI','English','Manage','Group','Groups are used to subdivide privileges and responsibilities within the WebGUI system. For instance, you may be building a site for a classroom situation. In that case you might set up a different group for each class that you teach. You would then apply those groups to the pages that are designed for each class.\r\n

\r\n\r\nThere are four groups built into WebGUI. They are Admins, Content Managers, Visitors, and Registered Users.\r\n

\r\n\r\nAdmins
\r\nAdmins are users who have unlimited privileges within WebGUI. A user should only be added to the admin group if they oversee the system. Usually only one to three people will be added to this group.\r\n

\r\n\r\nContent Managers
\r\nContent managers are users who have privileges to add, edit, and delete content from various areas on the site. The content managers group should not be used to control individual content areas within the site, but to determine whether a user can edit content at all. You should set up additional groups to separate content areas on the site.\r\n

\r\n\r\nRegistered Users
\r\nWhen users are added to the system they are put into the registered users group. A user should only be removed from this group if their account is deleted or if you wish to punish a troublemaker.\r\n

\r\n\r\nVisitors
\r\nVisitors are users who are not logged in using an account on the system. Also, if you wish to punish a registered user you could remove him/her from the Registered Users group and insert him/her into the Visitors group.','0'); -INSERT INTO help VALUES (12,'WebGUI','English','Manage','Settings','Settings are items that allow you to adjust WebGUI to your particular needs.\r\n

\r\n\r\nEdit Authentication Settings
\r\nSettings concerning user identification and login, such as LDAP.\r\n

\r\n\r\nEdit Company Information
\r\nInformation specific about the company or individual who controls this installation of WebGUI.\r\n

\r\n\r\nEdit File Settings
\r\nSettings concerning attachments and images.\r\n

\r\n\r\nEdit Mail Settings
\r\nSettings concerning email and related functions.\r\n

\r\n\r\nEdit Miscellaneous Settings
\r\nEverything else.\r\n\r\n','7,8,9.10,11,12'); -INSERT INTO help VALUES (14,'WebGUI','English','Delete','Widget','This function permanently deletes the selected widget from a page. If you are unsure whether you wish to delete this content you may be better served to cut the content to the clipboard until you are certain you wish to delete it.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); -INSERT INTO help VALUES (15,'WebGUI','English','Delete','Group','As the function suggests you\'ll be deleting a group and removing all users from the group. Be careful not to orphan users from pages they should have access to by deleting a group that is in use.\r\n

\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0'); -INSERT INTO help VALUES (16,'WebGUI','English','Add/Edit','Style','Styles are WebGUI macro enabled. See Using Macros for more information.\r\n

\r\n\r\nStyle Name
\r\nA unique name to describe what this style looks like at a glance. The name has no effect on the actual look of the style.\r\n

\r\n\r\nHeader
\r\nThe header is the start of the look of your site. It is helpful to look at your design and cut it into three pieces. The top and left of your design is the header. The center part is the content, and the right and bottom is the footer. Cut the HTML from your header and paste it in the space provided.\r\n

\r\n\r\nIf you are in need of assistance for creating a look for your site, or if you need help cutting apart your design, Plain Black Software provides support services for a small fee.\r\n

\r\n\r\nMany people will add WebGUI macros to their header for automated navigation, and other features.\r\n

\r\n\r\nFooter
\r\nThe footer is the end of the look for your site. It is the right and bottom portion of your design. You may also place WebGUI macros in your footer.\r\n

\r\n\r\nStyle Sheet
\r\nPlace your style sheet entries here. Style sheets are used to control colors, sizes, and other properties of the elements on your site. See Using Style Sheets for more information.\r\n

\r\n\r\nAdvanced Users: for greater performance create your stylesheet on the file system (call it something like webgui.css) and add an entry like this to this area: \r\n<link href=\"/webgui.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\">','4,5'); -INSERT INTO help VALUES (17,'WebGUI','English','Add/Edit','Group','See Manage Group for a description of grouping functions and the default groups.\r\n

\r\n\r\nGroup Name
\r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n

\r\n\r\nDescription
\r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.','0'); -INSERT INTO help VALUES (24,'WebGUI','English','Edit','Miscellaneous Settings','Not Found Page
\r\nIf a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users.\r\n

\r\n\r\nSession Timeout
\r\nThe time (in seconds) that a user session remains active (before needing to log in again). This timeout is reset each time a visitor hits a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n

\r\n\r\n1800 = half hour
\r\n3600 = 1 hour
\r\n28000 = 8 hours
\r\n86400 = 1 day
\r\n604800 = 1 week
\r\n1209600 = 2 weeks
\r\n\r\n

\r\nDocument Type Declaration
\r\nThis setting allows you to specify what type of HTML you\'re generating with WebGUI. This is usually useful for HTML validation or for gaining special functionality in certain browsers. Most people should leave this at the default setting.\r\n\r\n

\r\nPrevent Proxy Caching
\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n\r\n\r\n

\r\nOn Critical Error
\r\nWhat do you want WebGUI to do if a critical error occurs. It can be a security risk to show debugging information, but you may want to show it if you are in development.\r\n\r\n

\r\nFilter Contributed HTML
\r\nChoose a setting that represents what you\'d like to do with user contributed HTML like that found in Message Boards and User Submission Systems. Note that it can be a security risk to not filter the HTML at all.\r\n','6'); -INSERT INTO help VALUES (18,'WebGUI','English','Using','Style Sheets','Cascading Style Sheets (CSS) are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n

\r\n\r\nIf you are unfamiliar with how to use CSS, Plain Black Software provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called Top Style.\r\n

\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n

\r\n\r\nA
\r\nThe links throughout the style.\r\n

\r\n\r\nBODY
\r\nThe default setup of all pages within a style.\r\n

\r\n\r\nH1
\r\nThe headers on every page.\r\n

\r\n\r\n.accountOptions
\r\nThe links that appear under the login and account update forms.\r\n

\r\n\r\n.adminBar
\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n

\r\n\r\n.content
\r\nThe main content area on all pages of the style.\r\n

\r\n\r\n.crumbTrail
\r\nThe crumb trail (if you\'re using that macro).\r\n

\r\n\r\n.formDescription
\r\nThe tags on all forms next to the form elements. \r\n

\r\n\r\n.formSubtext
\r\nThe tags below some form elements.\r\n

\r\n\r\n.highlight
\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n

\r\n\r\n.homeLink
\r\nUsed by the my home (^H;) macro.\r\n

\r\n\r\n.horizontalMenu
\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n

\r\n\r\n.loginBox
\r\nThe login box (^L;) macro.\r\n

\r\n\r\n.makePrintableLink
\r\nUsed by the make printable (^r;) macro.\r\n

\r\n\r\n.myAccountLink
\r\nUsed by the my account (^a;) macro.\r\n

\r\n\r\n.pagination
\r\nThe Previous and Next links on pages with pagination.\r\n

\r\n\r\n.synopsis_sub
\r\nUsed by the ^Synopsis; macro to display sub pages.\r\n

\r\n\r\n.synopsis_summary
\r\nUsed by the ^Synopsis; macro to display the synopsis from the page.\r\n

\r\n\r\n.synopsis_title
\r\nUsed by the ^Synopsis; macro to display the menu title of a page.\r\n

\r\n\r\n.searchBox
\r\nUsed by the search (^?;) macro.\r\n

\r\n\r\n.selectedMenuItem
\r\nUsed by the FlexMenu (^FlexMenu;) macro.\r\n

\r\n\r\n.tableData
\r\nThe data rows on things like message boards and user contributions.\r\n

\r\n\r\n.tableHeader
\r\nThe headings of columns on things like message boards and user contributions.\r\n

\r\n\r\n.tableMenu
\r\nThe menu on things like message boards and user submissions.\r\n

\r\n\r\n.verticalMenu
\r\nThe vertical menu (if you use a verticall menu macro).\r\n

\r\n\r\nNote: Some widgets have their own unique styles.\r\n\r\n','0'); -INSERT INTO help VALUES (19,'WebGUI','English','Using','Macros','WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with w semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. The following is a description of all the macros in the WebGUI system.\r\n

\r\n^a; or ^a(); - My Account Link
\r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \r\n

\r\nNote: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more.\r\n

\r\n^C; or ^C(); - Crumb Trail
\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
%%%
%y4 digit year
%Y2 digit year
%m2 digit month
%Mvariable digit month
%cmonth name
%d2 digit day of month
%Dvariable digit day of month
%wday of week name
%h2 digit base 12 hour
%Hvariable digit base 12 hour
%j2 digit base 24 hour
%Jvariable digit base 24 hour
%plower case am/pm
%Pupper case AM/PM
\r\n

\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n

\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n

\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n

\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n

\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n

\r\nNote: You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more.\r\n

\r\n^I(); - Image Manager Image with Tag
\r\nThis macro returns an image tag with the parameters for an image defined in the image manager. Specify the name of the image using a tag like this ^I(\"imageName\");.\r\n

\r\n^i(); - Image Manager Image Path
\r\nThis macro returns the path of an image uploaded using the Image Manager. Specify the name of the image using a tag like this ^i(\"imageName\");.\r\n

\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. Takes the format of ^Include(\"/this/file.html\");\r\n

\r\n^L; or ^L(); - Login
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n

\r\n^M; or ^M(); - Current Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n^m; - Current Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n

\r\n^P; or ^P(); - Previous Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n^p; - Previous Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n

\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n

\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n

\r\nNote: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more.\r\n

\r\n^S(); - Specific SubMenu (Vertical)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^S(\"home\",0);. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this ^S(\"home\",3);.\r\n

\r\n^s(); - Specific SubMenu (Horizontal)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^s(\"home\");. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is ·.\r\n

\r\n^Synopsis; or ^Synopsis(); Menu
\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n

\r\n^T; or ^T(); - Top Level Menu (Vertical)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n^t; - Top Level Menu (Horizontal)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is ·.\r\n

\r\n^Thumbnail();
\r\nReturns the URL of a thumbnail for an image from the image manager. Specify the name of the image like this ^Thumbnail(\"imageName\");.\r\n

\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n

\r\n^/; - System URL
\r\nThe URL to the gateway script (including the domain for this site). This is often used within pages so that if your development server is on a domain different than your production server that your URLs will still worked when moved.\r\n

\r\n^\\; - Page URL
\r\nThe URL to the current page (including the domain for this site). This is often used within pages so that if your development server is on a domain different than your production server that your URLs will still worked when moved.\r\n

\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n

\r\n^?; - Search
\r\nAdd a search box.\r\n

\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n

\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n

\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for widget-specific functions as in the SQL Report widget.\r\n','0'); -INSERT INTO help VALUES (1,'SQLReport','English','Add/Edit','SQL Report','SQL Reports are perhaps the most powerful widget 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\nTitle
\r\nThe title of this report.\r\n

\r\n\r\nDisplay the title?
\r\nDo you wish to disply the title?\r\n

\r\n\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\n\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\n\r\nDescription
\r\nDescribe the content of this report so your users will better understand what the report is all about.\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\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\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\nTemplate
\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\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\nSample Template:\r\n<table>\r\n<tr><th>Employee Name</th><th>Employee #</th><th>Vacation Days Remaining</th><th>Monthly Salary</th></tr>\r\n^-;\r\n<tr><td>^0;</td><td>^1;</td><td>^2;</td><td>^3;</td></tr>\r\n^-;\r\n</table>\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\nExample: DBI:mysql:WebGUI:localhost\r\n

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

\r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN.\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\nConvert carriage returns?\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (<br>).\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (21,'WebGUI','English','Using','Widget','Widgets are the true power of WebGUI. Widgets are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of widgets.\r\n

\r\nTo add a widget to a page, first go to that page, then select Add Content... from the upper left corner of your screen. Each widget has it\'s own help so be sure to read the help if you\'re not sure how to use a widget.\r\n','0'); -INSERT INTO help VALUES (1,'Article','English','Add/Edit','Article','Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article widget.\r\n

\r\nTitle
\r\nWhat\'s the title for this content? Even if you don\'t wish the title to appear, it\'s a good idea to title your content so that if it is ever copied to the clipboard it will have a name.\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros on this article? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nStart Date
\r\nWhat date do you want this article to appear on the site? Dates are in the format of MM/DD/YYYY. You can use the JavaScript wizard to choose your date from a calendar by clicking on the set date button. By default the date is set to 01/01/2000.\r\n

\r\nEnd Date
\r\nWhat date do you want this article to be removed from the site? By default the date is set to 100 years in the future, 01/01/2100.\r\n

\r\nBody
\r\nThe body of the article is where all content is placed. You may feel free to add HTML tags as necessary to format your content. Be sure to put a <p> between paragraphs to add white space to your content.\r\n

\r\nImage
\r\nChoose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in the upper-right corner of your article.\r\n

\r\nLink Title
\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n

\r\nExample: Google\r\n

\r\nLink URL
\r\nIf you added a link title, now add the URL (uniform resource locator) here. \r\n

\r\nExample: http://www.google.com\r\n

\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n

\r\nConvert carriage returns?
\r\nIf you\'re publishing HTML there\'s generally no need to check this option, but if you aren\'t using HTML and you want a carriage return every place you hit your \"Enter\" key, then check this option.\r\n

\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n

\r\nWho can post?
\r\nSelect the group that is allowed to respond to this article. By default it is registered users.\r\n

\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate the responses to this article. By default it is content managers.\r\n

\r\nEdit Timeout
\r\nHow long (in hours) should a user be able to edit their response before editing is locked to them?\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (1,'ExtraColumn','English','Add/Edit','Extra Column','Extra columns allow you to change the layout of your page for one page only. If you wish to have multiple columns on all your pages. Perhaps you should consider altering the style applied to your pages. \r\n

\r\nColumns are always added from left to right. Therefore any existing content will be on the left of the new column.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nSpacer
\r\nSpacer is the amount of space between your existing content and your new column. It is measured in pixels.\r\n

\r\nWidth
\r\nWidth is the actual width of the new column to be added. Width is measured in pixels.\r\n

\r\nStyleSheet Class
\r\nBy default the content style (which is the style the body of your site should be using) that is applied to all columns. However, if you\'ve created a style specifically for columns, then feel free to modify this class.\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (27,'WebGUI','English','Add/Edit','Widget','You can add widgets by selecting from the Add Content pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular widget.','0'); -INSERT INTO help VALUES (1,'Poll','English','Add/Edit','Poll','Polls can be used to get the impressions of your users on various topics.\r\n

\r\nTitle
\r\nThe title of the Poll. Even if you don\'t wish to display the title you should fill out this field so this poll will have a name if it is ever placed in the clipboard.\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nYou may provide a description for this Poll, or give the user some background information.\r\n

\r\nActive
\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n

\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n

\r\nGraph Width
\r\nThe width of the poll results graph. The width is measured in pixels.\r\n

\r\nQuestion
\r\nWhat is the question you\'d like to ask your users?\r\n

\r\nAnswers
\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n

\r\nReset votes.
\r\nReset the votes on this Poll.\r\n

\r\n


\r\nNote: The following style sheet entries are custom to the Poll widget:\r\n

\r\n.pollAnswer
\r\nAn answer on a poll.\r\n

\r\n.pollColor \r\nThe color of the percentage bar on a poll.\r\n

\r\n.pollQuestion \r\nThe question on a poll.\r\n\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (1,'SiteMap','English','Add/Edit','Site Map','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\nTitle
\r\nWhat title would you give to this Site Map? You should fill this field out even if you don\'t wish it to be displayed.\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nEnter a description as to why this Site Map is here and what purpose it serves.\r\n

\r\nDisplay synopsis?
\r\nDo you wish to display page sysnopsis along-side the links to each page? Note that in order for this option to be valid, pages must have synopsis defined.\r\n

\r\nStarting from this level?
\r\nIf the Site Map should display the page tree starting from this level, then check this box. If you wish the Site Map to start from the home page then uncheck it.\r\n

\r\nShow only one level?
\r\nShould the Site Map display only the current level of pages or all pages from this point forward? \r\n','1,2,3,4,5'); -INSERT INTO help VALUES (1,'MessageBoard','English','Add/Edit','Message Board','Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n

\r\nTitle
\r\nThe name of this Message Board.\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nBriefly describe what should be displayed on this Message Board.\r\n

\r\nWho can post?
\r\nWhat group can post to this Message Board?\r\n

\r\nMessages Per Page
\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n

\r\nEdit Timeout
\r\nEdit Timeout specifies how long a user\'s message will be available for him/her to edit. Timeout is measured in hours.\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about message boards is that they are an accurate record of a discussion. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (1,'LinkList','English','Add/Edit','Link List','Link Lists are just what they sound like, a list of links. Many sites have a links section, and this widget just automates the process.\r\n

\r\nTitle
\r\nWhat is the title of this Link List?\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nDescribe the purpose of the links in this list.\r\n

\r\nProceed to add link?
\r\nLeave this checked if you want to add links to the Link List directly after creating it.\r\n

\r\nAdd / Edit Links
\r\nYou\'ll notice at the bottom of the Edit screen that there are some options to add, edit, delete and reorder the links in your link lists. This process works exactly as the process for doing the same with widgets and pages. The three properties of links are Name, URL, and Description.\r\n

\r\nStyle
\r\nAn extra StyleSheet class has been added to this widget: linkTitle. Use this to bold, colorize, or otheriwise manipulate the title of each link.','1,2,3,4,5'); -INSERT INTO help VALUES (13,'WebGUI','English','Edit','Mail Settings','Recover Password Message
\r\nThe message that gets sent to a user when they use the \"recover password\" function.\r\n

\r\nSMTP Server
\r\nThis is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).\r\n\r\n','6'); -INSERT INTO help VALUES (1,'SyndicatedContent','English','Add/Edit','Syndicated Content','Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n

\r\nTitle
\r\nWhat is the title for this content? This is often the title of the site that the content comes from.\r\n

\r\nDisplay the title?
\r\nDo you wish to disply the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nBriefly describe the content being pulled so that your users will know what they are seeing.\r\n

\r\nURL to RSS file
\r\nProvide the exact URL (starting with http://) to the syndicated content\'s RDF or RSS file. The syndicated content will be downloaded from this URL hourly.\r\n

\r\nYou can find syndicated content at the following locations:\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (1,'EventsCalendar','English','Add/Edit','Events Calendar','Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n

\r\nTitle
\r\nWhat is the title of this Events Calendar?\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nBriefly describe this Events Calendar.\r\n

\r\nDisplay Layout
\r\nThis can be set to List or Calendar. When set to List the events will be listed by date of occurence (and events that have already passed will not be displayed). This type of layout is best suited for Events Calendars that have only a few events per month. When set to Calendar the Events Calendar will display a traditional monthly Calendar, which can be paged through month-by-month. This type of layout is generally used when there are many events in each month.\r\n

\r\nPaginate After
\r\nWhen using the list layout, how many events should be shown per page?\r\n

\r\nProceed to add event?
\r\nLeave this checked if you want to add events to the Events Calendar directly after creating it.\r\n

\r\nAdd / Edit Events
\r\nOn the edit screen you\'ll notice that there are options to add, edit, and delete the events in your events calendar. The properties for events are Name, Description, Start Date, and End Date.\r\n

\r\nNote: Events that have already happened will not be displayed on the events calendar.\r\n

\r\n
\r\nNote: The following style is specific to the Events Calendar.\r\n

\r\n.eventTitle
\r\nThe title of an individual event.\r\n\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (1,'FAQ','English','Add/Edit','FAQ','It seems that almost every web site, intranet, and extranet in the world has a Frequently Asked Questions area. This widget helps you build one, too.\r\n

\r\nTitle
\r\nWhat is the title for this FAQ section?\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nBriefly describe what this FAQ covers.\r\n

\r\nProceed to add question?
\r\nLeave this checked if you want to add questions to the FAQ directly after creating it.\r\n

\r\nAdd / Edit Questions
\r\nOn the edit screen you\'ll notice options for adding, editing, deleting, and reordering the questions in your FAQ. The two properties of FAQ questions are Question and Answer.\r\n

\r\n
\r\nNote: The following style is specific to the FAQ widget.\r\n

\r\n.faqQuestion
\r\nAn F.A.Q. question. To distinguish it from an answer.\r\n\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (11,'WebGUI','English','Edit','File Settings','Path to WebGUI Extras
\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n

\r\nMaximum Attachment Size
\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all widgets that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n

\r\nWeb Attachment Path
\r\nThe web-path of the directory where attachments are to be stored.\r\n

\r\nServer Attachment Path
\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n','6'); -INSERT INTO help VALUES (2,'WebGUI','English','Edit','Authentication Settings','Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n

\r\nAuthentication Method (default)
\r\nWhat should the default authentication method be for new accounts that are created? The two available options are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server.\r\n

\r\nNote: Authentication settings can be customized on a per user basis.\r\n

\r\nUsername Binding
\r\nBind the WebGUI username to the LDAP Identity. This requires the user to have the same username in WebGUI as they specified during the Anonymous Registration process. It also means that they won\'t be able to change their username later. This only in effect if the user is authenticating against LDAP.\r\n

\r\nLDAP URL (default)
\r\nThe default url to your LDAP server. The LDAP URL takes the form of ldap://[server]:[port]/[base DN]. Example: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n

\r\nLDAP Identity
\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process.\r\n

\r\nLDAP Identity Name
\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their Web Username. So you could enter that label here for consitency.\r\n

\r\nLDAP Password Name
\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\r\n\r\n','6'); -INSERT INTO help VALUES (1,'UserSubmission','English','Add/Edit','User Submission System','User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n

\r\nTitle
\r\nWhat is the title for this User Submission System?\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nBriefly describe why this User Submission System is here and what should be submitted to it.\r\n

\r\nWho can approve?
\r\nWhat group is allowed to approve and deny content?\r\n

\r\nWho can contribute?
\r\nWhat group is allowed to contribute content?\r\n

\r\nSubmissions Per Page
\r\nHow many submissions should be listed per page in the submissions index?\r\n

\r\nDefault Status
\r\nShould submissions be set to Approved, Pending, or Denied by default?\r\n

\r\nNote: If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (6,'WebGUI','English','Edit','Company Information','Company Name
\r\nThe name of your company. It will appear on all emails and anywhere you use the Company Name macro.\r\n

\r\nCompany Email Address
\r\nA general email address at your company. This is the address that all automated messages will come from. It can also be used via the WebGUI macro system.\r\n

\r\nCompany URL
\r\nThe primary URL of your company. This will appear on all automated emails sent from the WebGUI system. It is also available via the WebGUI macro system.\r\n','6'); -INSERT INTO help VALUES (46,'WebGUI','English','Empty','Trash','If you choose to empty your trash, any items contained in it will be lost forever. If you\'re unsure about a few items, it might be best to cut them to your clipboard before you empty the trash.','0'); -INSERT INTO help VALUES (22,'WebGUI','English','Edit','Profile Settings','Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. Use the following switches to turn the various profile sections on and off.\r\n

\r\nAllow real name?
\r\nDo you want users to enter and display their real names?\r\n

\r\nAllow extra contact information?
\r\nDo you want users to enter and display their extra contact information such as Instant Messenger IDs, cell phone numbers, and pager numbers?\r\n

\r\nAllow home information?
\r\nDo you want users to enter and display their home address and phone number?\r\n

\r\nAllow business information?
\r\nDo you want users to enter and display their work address and phone number?\r\n

\r\nAllow miscellaneous information?
\r\nDo you want users to enter and display any extra info such as gender, birthdate and home page?','6'); -INSERT INTO help VALUES (25,'WebGUI','English','Using','Search Engine','Due to many requests by our customers, we\'ve built a small, but sturdy search engine into WebGUI. If you wish to use the internal search engine, you can use the ^?; macro or feel free to build your own form to access it.\r\n

\r\nWe do not recommend the built-in search engine\'s use on large sites as it can be very slow. There are many great search engines available around the Internet that can be used with WebGUI.\r\n

\r\nMnoGo Search - A very powerful and very fast open-source search engine. We maintain an unsupported WebGUI widget on the Plain Black site that will allow you to use MnoGo search directly within WebGUI or you can use the super-powerful external search engine it provides.\r\n

\r\nht://Dig - Another great open-source search engine. We\'ve used it in many instances and it always proves to be reliable and fast.','0'); -INSERT INTO help VALUES (1,'Item','English','Add/Edit','Item','Like Articles, Items are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Item widget, though Items are usually used for smaller content than Articles.\r\n

\r\nTitle
\r\nWhat\'s the title for this content?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nThe long description of this Item.\r\n

\r\nLink URL
\r\nThis URL will be attached to the title of this Item.\r\n

\r\nExample: http://www.google.com\r\n

\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (30,'WebGUI','English','Select','Package','Packages are groups of pages and widgets that are predefined to be deployed together. A package manager may see the need to create a package several pages with a message board, an FAQ, and a Poll because that task is performed quite often. Packages are often defined to lessen the burden of repetitive tasks.\r\n

\r\nOne package that many people create is a Page/Article package. It is often the case that you want to add a page with an article on it for content. Instead of going through the steps of creating a page, going to the page, and then adding an article to the page, you may wish to simply create a package to do those steps all at once.','0'); -INSERT INTO help VALUES (31,'WebGUI','English','Add/Edit','Package','To create a package follow these simple steps:\r\n
    \r\n
  1. From the admin menu select \"View Packages.\"\r\n
  2. Add a page and give it a name. The name of the page will be the name of the package.\r\n
  3. Go to the new page you created and start adding pages and widgets. Any pages or widgets you add will be created each time this package is deployed. \r\n
\r\nNotes:
\r\nIn order to add, edit, or delete packages you must be in the Package Mangers group or in the Admins group.\r\n

\r\nIf you add content to any of the widgets, that content will automatically be copied also when the package is deployed.\r\n

\r\nPrivileges and styles assigned to pages in the package will not be copied when the package is deployed. Instead the pages will take the privileges and styles of the area to which they are deployed.','0'); -INSERT INTO help VALUES (20,'WebGUI','English','Add/Edit','Image','Name
\r\nThe label that this image will be referenced by to include it into pages.\r\n

\r\n\r\nFile
\r\nSelect a file from your local drive to upload to the server.\r\n

\r\n\r\nParameters
\r\nAdd any HTML <img&rt; parameters that you wish to act as the defaults for this image.\r\n

\r\nExample:
\r\nalign=\"right\"\r\nalt=\"This is an image\"','15'); -INSERT INTO help VALUES (1,'DownloadManager','English','Add/Edit','Download Manager','The Download Manager is designed to help you manage file distribution on your site. It allows you to specify who may download files from your site.\r\n

\r\nTitle
\r\nWhat is the title of this Download Manager?\r\n

\r\nDisplay the title?
\r\nDo you wish to display the title?\r\n

\r\nProcess macros?
\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n

\r\nPosition
\r\nSelect the position in the current page template where this widget should be placed.\r\n

\r\nDescription
\r\nDescribe the purpose of this Download 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\nDisplay thumbnails?
\r\nCheck this if you want to display thumbnails for any images that are uploaded. Note that the thumbnail is only displayed for the main attachment, not the alternate versions.\r\n

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

\r\n\r\nAdding Files
\r\nAfter you\'ve created a download manager you can add as many files as you wish to it. The properties for each file are Download File, Alternate Version #1, Alternate Version #2, File Title, Brief Synopsis, and Group to Download. All of these should be self explainatory except for the alternate versions. Alternate versions are used for when you\'re distributing different file formats of the same file, such as a Microsoft Word document and a PDF version. Or a JPEG, GIF, and TIFF.\r\n','1,2,3,4,5'); -INSERT INTO help VALUES (23,'WebGUI','English','Delete','Image','When you delete an image it will be removed from the server and cannot be recovered. Therefore, be sure that you really wish to delete the image before you confirm the delete.','15'); -INSERT INTO help VALUES (26,'WebGUI','English','Manage','Image','Using the built in image manager in WebGUI you can upload images to one central location for use anywhere else in the site with no need for any special software or knowledge.\r\n

\r\n To place the images you\'ve uploaded use the ^I(); and ^i(); macros. More information on them can be found in the Using Macros help.','15'); -INSERT INTO help VALUES (28,'WebGUI','English','Manage','Root','Simply put, roots are pages with no parent. The first and most important root in WebGUI is the \"Home\" page. Many people will never add any additional roots, but a few power users will. Those power users will create new roots for many different reasons. Perhaps they\'ll create a staging area for content managers. Or maybe a hidden area for Admin tools. Or possibly even a new root just to place their search engine.','0'); +INSERT INTO help VALUES (1,'WebGUI','English','Add/Edit','Page','Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n

\r\nTitle
\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n

\r\nMenu Title
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n

\r\nPage URL
\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n

\r\nTemplate
\r\nBy default, WebGUI has one big content area to place widgets. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n

\r\nSynopsis
\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n

\r\nMeta Tags
\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called Meta Tag Builder that will help you build meta tags if you\'ve never done it before.\r\n

\r\nAdvanced Users: If you have other things (like JavaScript) you usually put in the <head> area of your pages, you may put them here as well.\r\n

\r\nUse default meta tags?
\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n

\r\nStyle
\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See Add Style for more details.\r\n

\r\nIf you check the box below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n

\r\nOwner
\r\nThe owner of a page is usually the person who created the page.\r\n

\r\nOwner can view?
\r\nCan the owner view the page or not?\r\n

\r\nOwner can edit?
\r\nCan the owner edit the page or not? Be careful, if you decide that the owner cannot edit the page and you do not belong to the page group, then you\'ll lose the ability to edit this page.\r\n

\r\nGroup
\r\nA group is assigned to every page for additional privilege control. Pick a group from the pull-down menu.\r\n

\r\nGroup can view?
\r\nCan members of this group view this page?\r\n

\r\nGroup can edit?
\r\nCan members of this group edit this page?\r\n

\r\nAnybody can view?
\r\nCan any visitor or member regardless of the group and owner view this page?\r\n

\r\nAnybody can edit?
\r\nCan any visitor or member regardless of the group and owner edit this page?\r\n

\r\nYou can optionally give these privileges to all pages under this page.\r\n','0'); +INSERT INTO help VALUES (29,'WebGUI','English','Edit','Content Settings','Default Home Page
\r\nSome really small sites don\'t have a home page, but instead like to use one of their internal pages like \"About Us\" or \"Company Information\" as their home page. For that reason, you can set the default page of your site to any page in the site. That page will be the one people go to if they type in just your URL http://www.mywebguisite.com, or if they click on the Home link generated by the ^H; macro.\r\n

\r\n\r\nNot Found Page
\r\nIf a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users.\r\n

\r\n\r\nDocument Type Declaration
\r\nThese days it is very common to have a wide array of browsers accessing your site, including automated browsers like search engine spiders. Many of those browsers want to know what kind of content you are serving. The doctype tag allows you to specify that. By default WebGUI generates HTML 4.0 compliant content.\r\n

\r\n\r\nAdd edit stamp to posts?
\r\nTypically if a user edits a post on a message board, a stamp is added to that post to identify who made the edit, and at what time. On some sites that information is not necessary, therefore you can turn it off here.\r\n

\r\n\r\nFilter Contributed HTML
\r\nEspecially when running a public site where anybody can post to your message boards or user submission systems, it is often a good idea to filter their content for malicious code that can harm the viewing experience of your visitors; And in some circumstances, it can even cause security problems. Use this setting to select the level of filtering you wish to apply.\r\n

\r\n\r\nText Area Rows
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many rows of characters will be displayed in textareas on the site.\r\n

\r\n\r\nText Area Columns
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many columns of characters will be displayed in textareas on the site.\r\n

\r\n\r\nText Box Size
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how characters can be displayed at once in text boxes on the site.\r\n

\r\n\r\nEditor To Use
\r\nWebGUI has a very sophisticated Rich Editor that allows users to fomat content as though they were in Microsoft Word® or some other word processor. To use that functionality, select \"Built-In Editor\". Sometimes web sites have the need for even more complex rich editors for things like Spell Check. For that reason you can install an 3rd party editor called Real Objects Edit-On Pro® rich text editor. After you\'ve installed it change this option. If you need detailed instructions on how to integrate Edit-On Pro®), you can find them in Ruling WebGUI.\r\n

\r\n','6'); -- -- Table structure for table 'helpSeeAlso' @@ -617,6 +631,7 @@ INSERT INTO incrementer VALUES ('messageLogId',1); INSERT INTO incrementer VALUES ('downloadId',1); INSERT INTO incrementer VALUES ('imageId',1); INSERT INTO incrementer VALUES ('profileCategoryId',1000); +INSERT INTO incrementer VALUES ('templateId',1000); -- -- Table structure for table 'international' @@ -700,7 +715,7 @@ INSERT INTO international VALUES (2,'Item','English','Attachment'); INSERT INTO international VALUES (2,'LinkList','Dutch','Regel afstand'); INSERT INTO international VALUES (2,'LinkList','English','Line Spacing'); INSERT INTO international VALUES (2,'LinkList','Português','Espaço entre linhas'); -INSERT INTO international VALUES (14,'MessageBoard','Deutsch','Nächste\r\nDiskussion'); +INSERT INTO international VALUES (1,'Article','Dansk','Artikel'); INSERT INTO international VALUES (2,'MessageBoard','Dutch','Berichten bord'); INSERT INTO international VALUES (2,'MessageBoard','English','Message Board'); INSERT INTO international VALUES (2,'MessageBoard','Español','Table de Mensages'); @@ -1062,10 +1077,10 @@ INSERT INTO international VALUES (10,'LinkList','English','Edit Link List'); INSERT INTO international VALUES (10,'LinkList','Español','Editar Lista de Enlaces'); INSERT INTO international VALUES (10,'LinkList','Português','Modificar lista de hiperlinks'); INSERT INTO international VALUES (19,'UserSubmission','Deutsch','Beitrag\r\nbearbeiten'); -INSERT INTO international VALUES (10,'MessageBoard','Dutch','Vorige thread'); -INSERT INTO international VALUES (10,'MessageBoard','English','Previous Thread'); -INSERT INTO international VALUES (10,'MessageBoard','Español','Anterior'); -INSERT INTO international VALUES (10,'MessageBoard','Português','Anterior'); +INSERT INTO international VALUES (6,'Article','Dansk','Billede'); +INSERT INTO international VALUES (5,'Article','Dansk','Brødtekst'); +INSERT INTO international VALUES (4,'Article','Dansk','Til dato'); +INSERT INTO international VALUES (3,'Article','Dansk','Fra dato'); INSERT INTO international VALUES (10,'Poll','Dutch','Reset stemmen'); INSERT INTO international VALUES (10,'Poll','English','Reset votes.'); INSERT INTO international VALUES (10,'Poll','Português','Reinicializar os votos.'); @@ -1176,10 +1191,9 @@ INSERT INTO international VALUES (13,'WebGUI','Espa INSERT INTO international VALUES (13,'WebGUI','Português','Ver o indice da ajuda.'); INSERT INTO international VALUES (14,'Article','English','Align Image'); INSERT INTO international VALUES (22,'WebGUI','Deutsch','August'); -INSERT INTO international VALUES (14,'MessageBoard','Dutch','Volgende thread'); -INSERT INTO international VALUES (14,'MessageBoard','English','Next Thread'); -INSERT INTO international VALUES (14,'MessageBoard','Español','Siguiente'); -INSERT INTO international VALUES (14,'MessageBoard','Português','Próxima'); +INSERT INTO international VALUES (516,'WebGUI','English','Turn Admin On!'); +INSERT INTO international VALUES (517,'WebGUI','English','Turn Admin Off!'); +INSERT INTO international VALUES (515,'WebGUI','English','Add edit stamp to posts?'); INSERT INTO international VALUES (23,'Article','Deutsch','Datum'); INSERT INTO international VALUES (14,'UserSubmission','Dutch','Status'); INSERT INTO international VALUES (14,'UserSubmission','English','Status'); @@ -1596,10 +1610,6 @@ INSERT INTO international VALUES (82,'WebGUI','Dutch','Administratieve functies. INSERT INTO international VALUES (82,'WebGUI','English','Administrative functions...'); INSERT INTO international VALUES (82,'WebGUI','Español','Funciones Administrativas...'); INSERT INTO international VALUES (82,'WebGUI','Português','Funções administrativas...'); -INSERT INTO international VALUES (83,'WebGUI','Dutch','Voeg groep toe'); -INSERT INTO international VALUES (83,'WebGUI','English','Add Group'); -INSERT INTO international VALUES (83,'WebGUI','Español','Agregar Grupo'); -INSERT INTO international VALUES (83,'WebGUI','Português','Adicionar grupo'); INSERT INTO international VALUES (52,'WebGUI','Deutsch','Anmelden'); INSERT INTO international VALUES (49,'WebGUI','Deutsch','Hier können Sie\r\nsich abmelden.'); INSERT INTO international VALUES (84,'WebGUI','Dutch','Groep naam'); @@ -1828,15 +1838,7 @@ INSERT INTO international VALUES (135,'WebGUI','English','SMTP Server'); INSERT INTO international VALUES (135,'WebGUI','Español','Servidor SMTP'); INSERT INTO international VALUES (135,'WebGUI','Português','Servidor SMTP'); INSERT INTO international VALUES (71,'WebGUI','Deutsch','Passwort\r\nwiederherstellen'); -INSERT INTO international VALUES (136,'WebGUI','Dutch','Home pagina'); -INSERT INTO international VALUES (136,'WebGUI','English','Home Page'); -INSERT INTO international VALUES (136,'WebGUI','Español','Página de Inicio'); -INSERT INTO international VALUES (136,'WebGUI','Português','Página inicial'); INSERT INTO international VALUES (72,'WebGUI','Deutsch','wiederherstellen'); -INSERT INTO international VALUES (137,'WebGUI','Dutch','Pagina niet gevonden\' pagina'); -INSERT INTO international VALUES (137,'WebGUI','English','Page Not Found Page'); -INSERT INTO international VALUES (137,'WebGUI','Español','Página: Página No Encontrada'); -INSERT INTO international VALUES (137,'WebGUI','Português','Página de página não encontrada'); INSERT INTO international VALUES (138,'WebGUI','Dutch','Ja'); INSERT INTO international VALUES (138,'WebGUI','English','Yes'); INSERT INTO international VALUES (138,'WebGUI','Español','Si'); @@ -1889,22 +1891,14 @@ INSERT INTO international VALUES (149,'WebGUI','Dutch','Gebruikers'); INSERT INTO international VALUES (149,'WebGUI','English','Users'); INSERT INTO international VALUES (149,'WebGUI','Español','Usuarios'); INSERT INTO international VALUES (149,'WebGUI','Português','Utilizadores'); -INSERT INTO international VALUES (150,'WebGUI','Dutch','Stijl toevoegen'); -INSERT INTO international VALUES (150,'WebGUI','English','Add Style'); -INSERT INTO international VALUES (150,'WebGUI','Español','Agregar Estilo'); -INSERT INTO international VALUES (150,'WebGUI','Português','Adicionar estilo'); INSERT INTO international VALUES (151,'WebGUI','Dutch','Stijl naam'); INSERT INTO international VALUES (151,'WebGUI','English','Style Name'); INSERT INTO international VALUES (151,'WebGUI','Español','Nombre del Estilo'); INSERT INTO international VALUES (151,'WebGUI','Português','Nome do estilo'); -INSERT INTO international VALUES (152,'WebGUI','Dutch','Koptekst'); -INSERT INTO international VALUES (152,'WebGUI','English','Header'); -INSERT INTO international VALUES (152,'WebGUI','Español','Encabezado'); -INSERT INTO international VALUES (152,'WebGUI','Português','Cabeçalho'); -INSERT INTO international VALUES (153,'WebGUI','Dutch','Voettekst'); -INSERT INTO international VALUES (153,'WebGUI','English','Footer'); -INSERT INTO international VALUES (153,'WebGUI','Español','Pie'); -INSERT INTO international VALUES (153,'WebGUI','Português','Rodapé'); +INSERT INTO international VALUES (505,'WebGUI','English','Add a new template.'); +INSERT INTO international VALUES (504,'WebGUI','English','Template'); +INSERT INTO international VALUES (503,'WebGUI','English','Template ID'); +INSERT INTO international VALUES (502,'WebGUI','English','Are you certain you wish to delete this template and set all pages using this template to the default template?'); INSERT INTO international VALUES (154,'WebGUI','Dutch','Style sheet'); INSERT INTO international VALUES (154,'WebGUI','English','Style Sheet'); INSERT INTO international VALUES (154,'WebGUI','Español','Hoja de Estilo'); @@ -1928,7 +1922,7 @@ INSERT INTO international VALUES (158,'WebGUI','English','Add a new style.'); INSERT INTO international VALUES (158,'WebGUI','Español','Agregar nuevo Estilo'); INSERT INTO international VALUES (158,'WebGUI','Português','Adicionar novo estilo.'); INSERT INTO international VALUES (159,'WebGUI','Dutch','Berichten log'); -INSERT INTO international VALUES (159,'WebGUI','English','Message Log'); +INSERT INTO international VALUES (471,'WebGUI','Dansk','Rediger bruger profil felt'); INSERT INTO international VALUES (159,'WebGUI','Español','Contribuciones Pendientes'); INSERT INTO international VALUES (159,'WebGUI','Português','Log das mensagens'); INSERT INTO international VALUES (160,'WebGUI','Dutch','Invoer datum'); @@ -1967,7 +1961,6 @@ INSERT INTO international VALUES (167,'WebGUI','Dutch','Weet u zeker dat u deze INSERT INTO international VALUES (167,'WebGUI','English','Are you certain you want to delete this user? Be warned that all this user\'s information will be lost permanently if you choose to proceed.'); INSERT INTO international VALUES (167,'WebGUI','Español','Está seguro de querer eliminar éste usuario? Tenga en cuenta que toda la información del usuario será eliminada permanentemente si procede.'); INSERT INTO international VALUES (167,'WebGUI','Português','Tem a certeza que quer apagar este utilizador? Se o fizer perde todas as informações do utilizador.'); -INSERT INTO international VALUES (83,'WebGUI','Deutsch','Gruppe\r\nhinzufügen'); INSERT INTO international VALUES (168,'WebGUI','Dutch','Bewerk gebruiker'); INSERT INTO international VALUES (168,'WebGUI','English','Edit User'); INSERT INTO international VALUES (168,'WebGUI','Español','Editar Usuario'); @@ -2188,9 +2181,8 @@ INSERT INTO international VALUES (108,'WebGUI','Deutsch','Besitzer'); INSERT INTO international VALUES (343,'WebGUI','Dutch','Bekijk profiel.'); INSERT INTO international VALUES (343,'WebGUI','English','View profile.'); INSERT INTO international VALUES (343,'WebGUI','Português','Ver perfil.'); -INSERT INTO international VALUES (344,'WebGUI','Dutch','Bekijk berichten log.'); -INSERT INTO international VALUES (344,'WebGUI','English','View message log.'); -INSERT INTO international VALUES (344,'WebGUI','Português','Ver log de mensagens'); +INSERT INTO international VALUES (351,'WebGUI','English','Message'); +INSERT INTO international VALUES (468,'WebGUI','Dansk','Rediger bruger profil kategori'); INSERT INTO international VALUES (345,'WebGUI','Dutch','Geen lid'); INSERT INTO international VALUES (345,'WebGUI','English','Not A Member'); INSERT INTO international VALUES (345,'WebGUI','Português','Não é membro'); @@ -2213,16 +2205,15 @@ INSERT INTO international VALUES (350,'WebGUI','Dutch','Klaar'); INSERT INTO international VALUES (350,'WebGUI','English','Completed'); INSERT INTO international VALUES (350,'WebGUI','Português','Completo'); INSERT INTO international VALUES (351,'WebGUI','Dutch','Berichten log toevoeging'); -INSERT INTO international VALUES (351,'WebGUI','English','Message Log Entry'); INSERT INTO international VALUES (351,'WebGUI','Português','Entrada no log de mensagens'); INSERT INTO international VALUES (352,'WebGUI','Dutch','Datum van toevoeging'); INSERT INTO international VALUES (352,'WebGUI','English','Date Of Entry'); INSERT INTO international VALUES (352,'WebGUI','Português','Data de entrada'); INSERT INTO international VALUES (353,'WebGUI','Dutch','U heeft nu geen berichten log toevoegingen.'); -INSERT INTO international VALUES (353,'WebGUI','English','You have no message log entries at this time.'); +INSERT INTO international VALUES (471,'WebGUI','Svenska','Redigera Användar Profil Attribut'); INSERT INTO international VALUES (353,'WebGUI','Português','Actualmente não tem entradas no log de mensagens.'); INSERT INTO international VALUES (354,'WebGUI','Dutch','Bekijk berichten log.'); -INSERT INTO international VALUES (354,'WebGUI','English','View message log.'); +INSERT INTO international VALUES (471,'WebGUI','English','Edit User Profile Field'); INSERT INTO international VALUES (354,'WebGUI','Português','Ver o log das mensagens.'); INSERT INTO international VALUES (355,'WebGUI','Dutch','Standaar'); INSERT INTO international VALUES (355,'WebGUI','English','Default'); @@ -2291,7 +2282,6 @@ INSERT INTO international VALUES (16,'EventsCalendar','English','Calendar Layout INSERT INTO international VALUES (17,'EventsCalendar','English','List'); INSERT INTO international VALUES (18,'EventsCalendar','English','Calendar'); INSERT INTO international VALUES (19,'EventsCalendar','English','Paginate After'); -INSERT INTO international VALUES (382,'WebGUI','English','Add Image'); INSERT INTO international VALUES (383,'WebGUI','English','Name'); INSERT INTO international VALUES (384,'WebGUI','English','File'); INSERT INTO international VALUES (385,'WebGUI','English','Parameters'); @@ -2345,8 +2335,6 @@ INSERT INTO international VALUES (132,'WebGUI','Deutsch','Pfad f INSERT INTO international VALUES (131,'WebGUI','Deutsch','Pfad für\r\nDateianhänge im Web'); INSERT INTO international VALUES (133,'WebGUI','Deutsch','Maileinstellungen\r\nbearbeiten'); INSERT INTO international VALUES (134,'WebGUI','Deutsch','Passwortmeldung\r\nwiederherstellen'); -INSERT INTO international VALUES (136,'WebGUI','Deutsch','Homepage'); -INSERT INTO international VALUES (137,'WebGUI','Deutsch','\"Seite wurde\r\nnicht gefunden\" Seite'); INSERT INTO international VALUES (135,'WebGUI','Deutsch','SMTP Server'); INSERT INTO international VALUES (138,'WebGUI','Deutsch','Ja'); INSERT INTO international VALUES (139,'WebGUI','Deutsch','Nein'); @@ -2360,10 +2348,8 @@ INSERT INTO international VALUES (147,'WebGUI','Deutsch','sichtbare\r\nSeiten'); INSERT INTO international VALUES (146,'WebGUI','Deutsch','Aktive\r\nSitzungen'); INSERT INTO international VALUES (148,'WebGUI','Deutsch','Widgets'); INSERT INTO international VALUES (149,'WebGUI','Deutsch','Benutzer'); -INSERT INTO international VALUES (152,'WebGUI','Deutsch','Kopfzeile'); +INSERT INTO international VALUES (506,'WebGUI','English','Manage Templates'); INSERT INTO international VALUES (151,'WebGUI','Deutsch','Stil Name'); -INSERT INTO international VALUES (150,'WebGUI','Deutsch','Stil\r\nhinzufügen'); -INSERT INTO international VALUES (153,'WebGUI','Deutsch','Fußzeile'); INSERT INTO international VALUES (154,'WebGUI','Deutsch','Style Sheet'); INSERT INTO international VALUES (155,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diesen Stil löschen und alle Seiten die diesen Stil benutzen in\r\nden Stil \"Fail Safe\" überführen wollen?'); INSERT INTO international VALUES (156,'WebGUI','Deutsch','Stil\r\nbearbeiten'); @@ -2433,7 +2419,7 @@ INSERT INTO international VALUES (337,'WebGUI','Deutsch','Homepage URL'); INSERT INTO international VALUES (339,'WebGUI','Deutsch','männlich'); INSERT INTO international VALUES (338,'WebGUI','Deutsch','Profil\r\nbearbeiten'); INSERT INTO international VALUES (343,'WebGUI','Deutsch','Profil\r\nanschauen.'); -INSERT INTO international VALUES (344,'WebGUI','Deutsch','Beitrags Log\r\nanschauen.'); +INSERT INTO international VALUES (353,'WebGUI','English','You have no messages in your Inbox at this time.'); INSERT INTO international VALUES (342,'WebGUI','Deutsch','Benutzerkonto\r\nbearbeiten.'); INSERT INTO international VALUES (341,'WebGUI','Deutsch','Profil\r\nbearbeiten.'); INSERT INTO international VALUES (340,'WebGUI','Deutsch','weiblich'); @@ -2474,7 +2460,6 @@ INSERT INTO international VALUES (378,'WebGUI','Deutsch','Benutzer ID'); INSERT INTO international VALUES (381,'WebGUI','Deutsch','WebGUI hat eine\r\nverstümmelte Anfrage erhalten und kann nicht weitermachen. Üblicherweise\r\nwird das durch Sonderzeichen verursacht. Nutzen Sie bitte den \"Zurück\"\r\nButton Ihres Browsers und versuchen Sie es noch einmal.'); INSERT INTO international VALUES (380,'WebGUI','Deutsch','Stil ID'); INSERT INTO international VALUES (379,'WebGUI','Deutsch','Gruppen ID'); -INSERT INTO international VALUES (382,'WebGUI','Deutsch','Grafik\r\nhinzufügen'); INSERT INTO international VALUES (383,'WebGUI','Deutsch','Name'); INSERT INTO international VALUES (384,'WebGUI','Deutsch','Datei'); INSERT INTO international VALUES (386,'WebGUI','Deutsch','Bild\r\nbearbeiten'); @@ -2554,7 +2539,7 @@ INSERT INTO international VALUES (10,'WebGUI','Deutsch','M INSERT INTO international VALUES (10,'SQLReport','Deutsch','Fehler: Das\r\nSQL-Statement ist im falschen Format.'); INSERT INTO international VALUES (10,'UserSubmission','Deutsch','Standard\r\nstatus'); INSERT INTO international VALUES (10,'Poll','Deutsch','Abstimmung\r\nzurücksetzen'); -INSERT INTO international VALUES (10,'MessageBoard','Deutsch','Vorherige\r\nDiskussion'); +INSERT INTO international VALUES (7,'Article','Dansk','Titel på henvisning'); INSERT INTO international VALUES (10,'LinkList','Deutsch','Link Liste\r\nbearbeiten'); INSERT INTO international VALUES (10,'FAQ','Deutsch','Frage bearbeiten'); INSERT INTO international VALUES (10,'EventsCalendar','Deutsch','Sind Sie\r\nsicher, dass Sie diesen Termin'); @@ -2743,10 +2728,9 @@ INSERT INTO international VALUES (464,'WebGUI','English','Text Area Columns'); INSERT INTO international VALUES (465,'WebGUI','English','Text Box Size'); INSERT INTO international VALUES (466,'WebGUI','English','Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?'); INSERT INTO international VALUES (467,'WebGUI','English','Are you certain you wish to delete this field and all user data attached to it?'); -INSERT INTO international VALUES (468,'WebGUI','English','Add/Edit User Profile Category'); +INSERT INTO international VALUES (468,'WebGUI','Svenska','Redigera Användar Profil Kattegorier'); INSERT INTO international VALUES (469,'WebGUI','English','Id'); INSERT INTO international VALUES (470,'WebGUI','English','Name'); -INSERT INTO international VALUES (471,'WebGUI','English','Add/Edit User Profile Field'); INSERT INTO international VALUES (472,'WebGUI','English','Label'); INSERT INTO international VALUES (473,'WebGUI','English','Visible?'); INSERT INTO international VALUES (474,'WebGUI','English','Required?'); @@ -2827,7 +2811,7 @@ INSERT INTO international VALUES (10,'Article','Svenska','Konvertera radbrytning INSERT INTO international VALUES (10,'EventsCalendar','Svenska','Är du säker på att du vill radera denna händelse'); INSERT INTO international VALUES (10,'FAQ','Svenska','Redigera fråga'); INSERT INTO international VALUES (10,'LinkList','Svenska','Redigera Länk Lista'); -INSERT INTO international VALUES (10,'MessageBoard','Svenska','Föregående tråd'); +INSERT INTO international VALUES (2,'Article','Dansk','Tilføj artikel'); INSERT INTO international VALUES (10,'Poll','Svenska','Återställ röster.'); INSERT INTO international VALUES (10,'SQLReport','Svenska','<b>Debug:</b> Error: The SQL specified is of an improper format.'); INSERT INTO international VALUES (10,'UserSubmission','Svenska','Default Status'); @@ -2853,7 +2837,7 @@ INSERT INTO international VALUES (13,'MessageBoard','Svenska','Skicka svar'); INSERT INTO international VALUES (13,'UserSubmission','Svenska','Inlagt den'); INSERT INTO international VALUES (13,'WebGUI','Svenska','Visa hjälpindex.'); INSERT INTO international VALUES (14,'Article','Svenska','Justera Bild'); -INSERT INTO international VALUES (14,'MessageBoard','Svenska','Nästa tråd'); +INSERT INTO international VALUES (514,'WebGUI','English','Views'); INSERT INTO international VALUES (14,'UserSubmission','Svenska','Status'); INSERT INTO international VALUES (14,'WebGUI','Svenska','Visa väntande meddelanden.'); INSERT INTO international VALUES (15,'MessageBoard','Svenska','Författare'); @@ -2947,7 +2931,6 @@ INSERT INTO international VALUES (79,'WebGUI','Svenska','Cannot connect to LDAP INSERT INTO international VALUES (80,'WebGUI','Svenska','Kontot skapades utan problem!'); INSERT INTO international VALUES (81,'WebGUI','Svenska','Kontot uppdaterat utan problem!'); INSERT INTO international VALUES (82,'WebGUI','Svenska','Administrativa funktioner...'); -INSERT INTO international VALUES (83,'WebGUI','Svenska','Lägg till grupp'); INSERT INTO international VALUES (84,'WebGUI','Svenska','Grupp namn'); INSERT INTO international VALUES (85,'WebGUI','Svenska','Beskrivning'); INSERT INTO international VALUES (86,'WebGUI','Svenska','Är du säker på att du vill radera denna grupp? Var medveten om att alla rättigheter associerade med denna grupp kommer att raderas.'); @@ -3000,8 +2983,7 @@ INSERT INTO international VALUES (132,'WebGUI','Svenska','Server Attachment Path INSERT INTO international VALUES (133,'WebGUI','Svenska','Redigera Mail Inställningar'); INSERT INTO international VALUES (134,'WebGUI','Svenska','Rädda lösenords meddelande'); INSERT INTO international VALUES (135,'WebGUI','Svenska','SMTP Server'); -INSERT INTO international VALUES (136,'WebGUI','Svenska','Hemsida'); -INSERT INTO international VALUES (137,'WebGUI','Svenska','Page Not Found Page'); +INSERT INTO international VALUES (527,'WebGUI','English','Default Home Page'); INSERT INTO international VALUES (138,'WebGUI','Svenska','Ja'); INSERT INTO international VALUES (139,'WebGUI','Svenska','Nej'); INSERT INTO international VALUES (140,'WebGUI','Svenska','Redigera övriga inställningar'); @@ -3014,10 +2996,8 @@ INSERT INTO international VALUES (146,'WebGUI','Svenska','Aktiva sessioner'); INSERT INTO international VALUES (147,'WebGUI','Svenska','Sidor'); INSERT INTO international VALUES (148,'WebGUI','Svenska','Widgets'); INSERT INTO international VALUES (149,'WebGUI','Svenska','Användare'); -INSERT INTO international VALUES (150,'WebGUI','Svenska','Läggtill stil'); INSERT INTO international VALUES (151,'WebGUI','Svenska','Stil namn'); -INSERT INTO international VALUES (152,'WebGUI','Svenska','Header'); -INSERT INTO international VALUES (153,'WebGUI','Svenska','Footer'); +INSERT INTO international VALUES (501,'WebGUI','English','Body'); INSERT INTO international VALUES (154,'WebGUI','Svenska','Stil schema (Style Sheet)'); INSERT INTO international VALUES (155,'WebGUI','Svenska','Är du säker på att du vill radera denna stil och vilket resulterar i att alla sidor som använder den stilen kommer använda \"Fail Safe\" stilen?'); INSERT INTO international VALUES (156,'WebGUI','Svenska','Redigera stil'); @@ -3090,7 +3070,6 @@ INSERT INTO international VALUES (340,'WebGUI','Svenska','Kvinna'); INSERT INTO international VALUES (341,'WebGUI','Svenska','Redigera profil.'); INSERT INTO international VALUES (342,'WebGUI','Svenska','Redigera kontoinformation.'); INSERT INTO international VALUES (343,'WebGUI','Svenska','Visa profil.'); -INSERT INTO international VALUES (344,'WebGUI','Svenska','Visa medelande log.'); INSERT INTO international VALUES (345,'WebGUI','Svenska','Inte en medlem'); INSERT INTO international VALUES (346,'WebGUI','Svenska','Denna användare är inte längre medlem på vår site. Vi har ingen vidare information om användaren.'); INSERT INTO international VALUES (347,'WebGUI','Svenska','Visa profilen för'); @@ -3166,7 +3145,7 @@ INSERT INTO international VALUES (16,'EventsCalendar','Svenska','Kalender utseen INSERT INTO international VALUES (17,'EventsCalendar','Svenska','Lista'); INSERT INTO international VALUES (18,'EventsCalendar','Svenska','Kalender'); INSERT INTO international VALUES (19,'EventsCalendar','Svenska','Sidbrytning efter'); -INSERT INTO international VALUES (382,'WebGUI','Svenska','Lägg till bild'); +INSERT INTO international VALUES (354,'WebGUI','English','View Inbox.'); INSERT INTO international VALUES (383,'WebGUI','Svenska','Namn'); INSERT INTO international VALUES (384,'WebGUI','Svenska','Fil'); INSERT INTO international VALUES (385,'WebGUI','Svenska','Parametrar'); @@ -3268,10 +3247,10 @@ INSERT INTO international VALUES (464,'WebGUI','Svenska','Text F INSERT INTO international VALUES (465,'WebGUI','Svenska','Text Box Storlek'); INSERT INTO international VALUES (466,'WebGUI','Svenska','Är du säker på att du vill ta bort denna kategori och flytta alla dess attribut till Övrigt kattegorin.'); INSERT INTO international VALUES (467,'WebGUI','Svenska','Är du säker på att du vill ta bort detta attribut och all användar data som finns i det ?'); -INSERT INTO international VALUES (468,'WebGUI','Svenska','Läggtill/Redigera Användar Profil Kattegorier'); +INSERT INTO international VALUES (468,'WebGUI','English','Edit User Profile Category'); INSERT INTO international VALUES (469,'WebGUI','Svenska','Id'); INSERT INTO international VALUES (470,'WebGUI','Svenska','Namn'); -INSERT INTO international VALUES (471,'WebGUI','Svenska','Läggtill/Redigera Användar Profil Attribut'); +INSERT INTO international VALUES (159,'WebGUI','English','Inbox'); INSERT INTO international VALUES (472,'WebGUI','Svenska','Märke'); INSERT INTO international VALUES (473,'WebGUI','Svenska','Synligt?'); INSERT INTO international VALUES (474,'WebGUI','Svenska','Obligatoriskt?'); @@ -3294,6 +3273,618 @@ INSERT INTO international VALUES (490,'WebGUI','Svenska','L INSERT INTO international VALUES (491,'WebGUI','Svenska','Lägg till profilattribut.'); INSERT INTO international VALUES (492,'WebGUI','Svenska','Profil attribut lista.'); INSERT INTO international VALUES (493,'WebGUI','Svenska','Tillbaka till siten.'); +INSERT INTO international VALUES (507,'WebGUI','English','Edit Template'); +INSERT INTO international VALUES (508,'WebGUI','English','Manage templates.'); +INSERT INTO international VALUES (39,'UserSubmission','English','Post a Reply'); +INSERT INTO international VALUES (40,'UserSubmission','English','Posted by'); +INSERT INTO international VALUES (41,'UserSubmission','English','Date'); +INSERT INTO international VALUES (42,'UserSubmission','English','Edit Response'); +INSERT INTO international VALUES (43,'UserSubmission','English','Delete Response'); +INSERT INTO international VALUES (45,'UserSubmission','English','Return to Submission'); +INSERT INTO international VALUES (46,'UserSubmission','English','Read more...'); +INSERT INTO international VALUES (47,'UserSubmission','English','Post a Response'); +INSERT INTO international VALUES (48,'UserSubmission','English','Allow discussion?'); +INSERT INTO international VALUES (49,'UserSubmission','English','Edit Timeout'); +INSERT INTO international VALUES (50,'UserSubmission','English','Group To Post'); +INSERT INTO international VALUES (44,'UserSubmission','English','Group To Moderate'); +INSERT INTO international VALUES (51,'UserSubmission','English','Display thumbnails?'); +INSERT INTO international VALUES (52,'UserSubmission','English','Thumbnail'); +INSERT INTO international VALUES (53,'UserSubmission','English','Layout'); +INSERT INTO international VALUES (54,'UserSubmission','English','Web Log'); +INSERT INTO international VALUES (55,'UserSubmission','English','Traditional'); +INSERT INTO international VALUES (56,'UserSubmission','English','Photo Gallery'); +INSERT INTO international VALUES (57,'UserSubmission','English','Responses'); +INSERT INTO international VALUES (11,'FAQ','English','Turn TOC on?'); +INSERT INTO international VALUES (12,'FAQ','English','Turn Q/A on?'); +INSERT INTO international VALUES (13,'FAQ','English','Turn [top] link on?'); +INSERT INTO international VALUES (14,'FAQ','English','Q'); +INSERT INTO international VALUES (15,'FAQ','English','A'); +INSERT INTO international VALUES (16,'FAQ','English','[top]'); +INSERT INTO international VALUES (509,'WebGUI','English','Discussion Layout'); +INSERT INTO international VALUES (510,'WebGUI','English','Flat'); +INSERT INTO international VALUES (511,'WebGUI','English','Threaded'); +INSERT INTO international VALUES (512,'WebGUI','English','Next Thread'); +INSERT INTO international VALUES (513,'WebGUI','English','Previous Thread'); +INSERT INTO international VALUES (8,'Article','Dansk','henvisning URL'); +INSERT INTO international VALUES (9,'Article','Dansk','Vis besvarelser'); +INSERT INTO international VALUES (10,'Article','Dansk','Konverter linieskift?'); +INSERT INTO international VALUES (11,'Article','Dansk','\"(Kontroller at du ikke tilføjer <br> manuelt.)\"'); +INSERT INTO international VALUES (12,'Article','Dansk','rediger artikel'); +INSERT INTO international VALUES (13,'Article','Dansk','Slet'); +INSERT INTO international VALUES (14,'Article','Dansk','Placer billede'); +INSERT INTO international VALUES (15,'Article','Dansk','Højre'); +INSERT INTO international VALUES (16,'Article','Dansk','Venstre'); +INSERT INTO international VALUES (17,'Article','Dansk','Centreret'); +INSERT INTO international VALUES (18,'Article','Dansk','Tillad diskussion?'); +INSERT INTO international VALUES (19,'Article','Dansk','Hvem kan oprette indlæg?'); +INSERT INTO international VALUES (20,'Article','Dansk','Hvem kan moderere?'); +INSERT INTO international VALUES (21,'Article','Dansk','Rediger Timeout'); +INSERT INTO international VALUES (22,'Article','Dansk','Forfatter'); +INSERT INTO international VALUES (23,'Article','Dansk','Dato'); +INSERT INTO international VALUES (24,'Article','Dansk','Send respons'); +INSERT INTO international VALUES (25,'Article','Dansk','Rediger respons'); +INSERT INTO international VALUES (26,'Article','Dansk','Slet respons'); +INSERT INTO international VALUES (27,'Article','Dansk','Tilbage til artikel'); +INSERT INTO international VALUES (28,'Article','Dansk','Vis respons'); +INSERT INTO international VALUES (1,'DownloadManager','Dansk','Download Manager'); +INSERT INTO international VALUES (2,'DownloadManager','Dansk','Tilføj Download Manager'); +INSERT INTO international VALUES (3,'DownloadManager','Dansk','Fortsæt med at tilføje fil?'); +INSERT INTO international VALUES (4,'DownloadManager','Dansk','Tilføj Download'); +INSERT INTO international VALUES (5,'DownloadManager','Dansk','Navn på fil'); +INSERT INTO international VALUES (6,'DownloadManager','Dansk','Hent fil'); +INSERT INTO international VALUES (7,'DownloadManager','Dansk','Gruppe til Download'); +INSERT INTO international VALUES (8,'DownloadManager','Dansk','Kort beskrivelse'); +INSERT INTO international VALUES (9,'DownloadManager','Dansk','rediger Download Manager'); +INSERT INTO international VALUES (10,'DownloadManager','Dansk','rediger Download '); +INSERT INTO international VALUES (11,'DownloadManager','Dansk','Tilføj ny Download'); +INSERT INTO international VALUES (12,'DownloadManager','Dansk','Er du sikker på du vil slette denne Download?'); +INSERT INTO international VALUES (13,'DownloadManager','Dansk','Slet tilføjet fil?'); +INSERT INTO international VALUES (14,'DownloadManager','Dansk','Fil'); +INSERT INTO international VALUES (15,'DownloadManager','Dansk','Beskrivelse'); +INSERT INTO international VALUES (16,'DownloadManager','Dansk','Oprettelsesdato'); +INSERT INTO international VALUES (17,'DownloadManager','Dansk','Alternativ version nr. 1'); +INSERT INTO international VALUES (18,'DownloadManager','Dansk','Alternativ version nr. 2'); +INSERT INTO international VALUES (19,'DownloadManager','Dansk','Du har ikke nogen filer til Download'); +INSERT INTO international VALUES (20,'DownloadManager','Dansk','Slet efter'); +INSERT INTO international VALUES (21,'DownloadManager','Dansk','Hvis miniature?'); +INSERT INTO international VALUES (1,'EventsCalendar','Dansk','Fortsæt med at tilføje begivenhed?'); +INSERT INTO international VALUES (2,'EventsCalendar','Dansk','Begivenheds kalender'); +INSERT INTO international VALUES (3,'EventsCalendar','Dansk','Tilføj begivenheds kalender'); +INSERT INTO international VALUES (4,'EventsCalendar','Dansk','Begivenhed sker én gang'); +INSERT INTO international VALUES (5,'EventsCalendar','Dansk','dag'); +INSERT INTO international VALUES (6,'EventsCalendar','Dansk','uge'); +INSERT INTO international VALUES (7,'EventsCalendar','Dansk','Tilføj begivenhed '); +INSERT INTO international VALUES (8,'EventsCalendar','Dansk','Gentages hver'); +INSERT INTO international VALUES (9,'EventsCalendar','Dansk','indtil'); +INSERT INTO international VALUES (10,'EventsCalendar','Dansk','Er du sikker på du vil slette denne begivenhed'); +INSERT INTO international VALUES (11,'EventsCalendar','Dansk','og alle gentagelser af begivenhed'); +INSERT INTO international VALUES (12,'EventsCalendar','Dansk','rediger begivenheds kalender'); +INSERT INTO international VALUES (13,'EventsCalendar','Dansk','rediger begivenhed '); +INSERT INTO international VALUES (14,'EventsCalendar','Dansk','Fra dato'); +INSERT INTO international VALUES (15,'EventsCalendar','Dansk','Til dato'); +INSERT INTO international VALUES (16,'EventsCalendar','Dansk','Kalender layout'); +INSERT INTO international VALUES (17,'EventsCalendar','Dansk','Liste'); +INSERT INTO international VALUES (18,'EventsCalendar','Dansk','Kalender '); +INSERT INTO international VALUES (19,'EventsCalendar','Dansk','Slet efter '); +INSERT INTO international VALUES (1,'ExtraColumn','Dansk','Ekstra kolonne'); +INSERT INTO international VALUES (2,'ExtraColumn','Dansk','Tilføj ekstra kolonne'); +INSERT INTO international VALUES (3,'ExtraColumn','Dansk','Mellemrum'); +INSERT INTO international VALUES (4,'ExtraColumn','Dansk','Bredde'); +INSERT INTO international VALUES (5,'ExtraColumn','Dansk','stilarter klasse'); +INSERT INTO international VALUES (6,'ExtraColumn','Dansk','rediger ekstra kolonne'); +INSERT INTO international VALUES (1,'FAQ','Dansk','Fortsæt med at tilføje spørgsmål?'); +INSERT INTO international VALUES (2,'FAQ','Dansk','Ofte stillede spørgsmål (F.A.Q.)'); +INSERT INTO international VALUES (3,'FAQ','Dansk','Tilføj F.A.Q.'); +INSERT INTO international VALUES (4,'FAQ','Dansk','Tilføj spørgsmål'); +INSERT INTO international VALUES (5,'FAQ','Dansk','Spørgsmål'); +INSERT INTO international VALUES (6,'FAQ','Dansk','Svar'); +INSERT INTO international VALUES (7,'FAQ','Dansk','Er du sikker på du vil slette dette spørgsmål'); +INSERT INTO international VALUES (8,'FAQ','Dansk','Rediger F.A.Q.'); +INSERT INTO international VALUES (9,'FAQ','Dansk','Tilføj nyt spørgsmål'); +INSERT INTO international VALUES (10,'FAQ','Dansk','rediger spørgsmål'); +INSERT INTO international VALUES (1,'Item','Dansk','henvisning URL'); +INSERT INTO international VALUES (2,'Item','Dansk','Vedhæft'); +INSERT INTO international VALUES (3,'Item','Dansk','Slet vedhæft'); +INSERT INTO international VALUES (4,'Item','Dansk','Item'); +INSERT INTO international VALUES (5,'Item','Dansk','Hent vedhæftet'); +INSERT INTO international VALUES (1,'LinkList','Dansk','Indryk'); +INSERT INTO international VALUES (2,'LinkList','Dansk','Linie afstand'); +INSERT INTO international VALUES (3,'LinkList','Dansk','Skal der åbnes i nyt vindue?'); +INSERT INTO international VALUES (4,'LinkList','Dansk','Punkt'); +INSERT INTO international VALUES (5,'LinkList','Dansk','Fortsæt med at tilføje henvisning'); +INSERT INTO international VALUES (6,'LinkList','Dansk','Liste over henvisning'); +INSERT INTO international VALUES (7,'LinkList','Dansk','Tilføj henvisning'); +INSERT INTO international VALUES (8,'LinkList','Dansk','URL'); +INSERT INTO international VALUES (9,'LinkList','Dansk','Er du sikker på du vil slette denne henvisning'); +INSERT INTO international VALUES (10,'LinkList','Dansk','Rediger henvisnings liste'); +INSERT INTO international VALUES (11,'LinkList','Dansk','Tilføj henvisnings liste'); +INSERT INTO international VALUES (12,'LinkList','Dansk','Rediger henvisning '); +INSERT INTO international VALUES (13,'LinkList','Dansk','Tilføj ny henvisning'); +INSERT INTO international VALUES (1,'MessageBoard','Dansk','Tilføj opslagstavle'); +INSERT INTO international VALUES (2,'MessageBoard','Dansk','Opslagstavle'); +INSERT INTO international VALUES (3,'MessageBoard','Dansk','Hvem kan komme med indlæg?'); +INSERT INTO international VALUES (4,'MessageBoard','Dansk','Antal beskeder pr. side'); +INSERT INTO international VALUES (5,'MessageBoard','Dansk','Rediger Timeout'); +INSERT INTO international VALUES (6,'MessageBoard','Dansk','Rediger opslagstavle'); +INSERT INTO international VALUES (7,'MessageBoard','Dansk','Forfatter:'); +INSERT INTO international VALUES (8,'MessageBoard','Dansk','Dato:'); +INSERT INTO international VALUES (9,'MessageBoard','Dansk','Besked nr.:'); +INSERT INTO international VALUES (10,'MessageBoard','Dansk','Forrige tråd'); +INSERT INTO international VALUES (11,'MessageBoard','Dansk','Tilbage til oversigt'); +INSERT INTO international VALUES (12,'MessageBoard','Dansk','Rediger meddelelses'); +INSERT INTO international VALUES (13,'MessageBoard','Dansk','Send respons'); +INSERT INTO international VALUES (14,'MessageBoard','Dansk','Næste tråd'); +INSERT INTO international VALUES (15,'MessageBoard','Dansk','Forfatter'); +INSERT INTO international VALUES (16,'MessageBoard','Dansk','Dato'); +INSERT INTO international VALUES (17,'MessageBoard','Dansk','Ny meddelelse'); +INSERT INTO international VALUES (18,'MessageBoard','Dansk','Tråd startet'); +INSERT INTO international VALUES (19,'MessageBoard','Dansk','Antal svar'); +INSERT INTO international VALUES (20,'MessageBoard','Dansk','Seneste svar'); +INSERT INTO international VALUES (21,'MessageBoard','Dansk','Hvem kan moderere?'); +INSERT INTO international VALUES (22,'MessageBoard','Dansk','Slet besked'); +INSERT INTO international VALUES (1,'Poll','Dansk','Afstemning'); +INSERT INTO international VALUES (2,'Poll','Dansk','Tilføj afstemning'); +INSERT INTO international VALUES (3,'Poll','Dansk','Aktiv'); +INSERT INTO international VALUES (4,'Poll','Dansk','Hvem kan stemme'); +INSERT INTO international VALUES (5,'Poll','Dansk','Bredde på graf'); +INSERT INTO international VALUES (6,'Poll','Dansk','Spørgsmål'); +INSERT INTO international VALUES (7,'Poll','Dansk','Svar'); +INSERT INTO international VALUES (8,'Poll','Dansk','(Indtast ét svar pr. linie. Ikke mere end 20.)'); +INSERT INTO international VALUES (9,'Poll','Dansk','Rediger afstemning'); +INSERT INTO international VALUES (10,'Poll','Dansk','Nulstil afstemning'); +INSERT INTO international VALUES (11,'Poll','Dansk','Stem!'); +INSERT INTO international VALUES (1,'SiteMap','Dansk','Tilføj Site oversigt'); +INSERT INTO international VALUES (2,'SiteMap','Dansk','Site oversigt'); +INSERT INTO international VALUES (3,'SiteMap','Dansk','Startende fra dette niveau'); +INSERT INTO international VALUES (4,'SiteMap','Dansk','Dybde?'); +INSERT INTO international VALUES (5,'SiteMap','Dansk','Rediger Site oversigt'); +INSERT INTO international VALUES (6,'SiteMap','Dansk','Indryk'); +INSERT INTO international VALUES (7,'SiteMap','Dansk','Punkt'); +INSERT INTO international VALUES (8,'SiteMap','Dansk','Linie afstand'); +INSERT INTO international VALUES (9,'SiteMap','Dansk','Vis synopsis?'); +INSERT INTO international VALUES (1,'SQLReport','Dansk','SQL rapport'); +INSERT INTO international VALUES (2,'SQLReport','Dansk','Tilføj SQL rapport'); +INSERT INTO international VALUES (3,'SQLReport','Dansk','Rapport template'); +INSERT INTO international VALUES (4,'SQLReport','Dansk','Query'); +INSERT INTO international VALUES (5,'SQLReport','Dansk','DSN'); +INSERT INTO international VALUES (6,'SQLReport','Dansk','Database bruger'); +INSERT INTO international VALUES (7,'SQLReport','Dansk','Database Password'); +INSERT INTO international VALUES (8,'SQLReport','Dansk','Rediger SQL rapport'); +INSERT INTO international VALUES (9,'SQLReport','Dansk','Debug: Error: The DSN specified is of an improper format.'); +INSERT INTO international VALUES (10,'SQLReport','Dansk','Debug: Error: The SQL specified is of an improper format.'); +INSERT INTO international VALUES (11,'SQLReport','Dansk','Debug: Error: There was a problem with the query.'); +INSERT INTO international VALUES (12,'SQLReport','Dansk','Debug: Error: Could not connect to the database.'); +INSERT INTO international VALUES (13,'SQLReport','Dansk','Konverter linieskift?'); +INSERT INTO international VALUES (14,'SQLReport','Dansk','Slet efter'); +INSERT INTO international VALUES (15,'SQLReport','Dansk','Udfør makroer ved forespørgsel?'); +INSERT INTO international VALUES (16,'SQLReport','Dansk','Debut?'); +INSERT INTO international VALUES (17,'SQLReport','Dansk','Debug: Query:'); +INSERT INTO international VALUES (18,'SQLReport','Dansk','Der var ikke nogen svar til denne forespørgsel!'); +INSERT INTO international VALUES (1,'SyndicatedContent','Dansk','URL til RSS fil'); +INSERT INTO international VALUES (2,'SyndicatedContent','Dansk','Syndicated Content'); +INSERT INTO international VALUES (3,'SyndicatedContent','Dansk','Tilføj Syndicated Content'); +INSERT INTO international VALUES (4,'SyndicatedContent','Dansk','Rediger Syndicated Content'); +INSERT INTO international VALUES (5,'SyndicatedContent','Dansk','Sidst opdateret'); +INSERT INTO international VALUES (6,'SyndicatedContent','Dansk','Gældende indhold'); +INSERT INTO international VALUES (1,'UserSubmission','Dansk','Hvem kan godkende indlæg?'); +INSERT INTO international VALUES (2,'UserSubmission','Dansk','Hvem kan tilføje indlæg?'); +INSERT INTO international VALUES (3,'UserSubmission','Dansk','Du har nye indlæg til godkendelse'); +INSERT INTO international VALUES (4,'UserSubmission','Dansk','Dit indlæg er godkendt'); +INSERT INTO international VALUES (5,'UserSubmission','Dansk','Dit indlæg er afvist'); +INSERT INTO international VALUES (6,'UserSubmission','Dansk','Antal indlæg pr. side'); +INSERT INTO international VALUES (7,'UserSubmission','Dansk','Godkendt'); +INSERT INTO international VALUES (8,'UserSubmission','Dansk','Afvist'); +INSERT INTO international VALUES (9,'UserSubmission','Dansk','Afventer'); +INSERT INTO international VALUES (10,'UserSubmission','Dansk','Default Status'); +INSERT INTO international VALUES (11,'UserSubmission','Dansk','Tilføj indlæg'); +INSERT INTO international VALUES (12,'UserSubmission','Dansk','(Kryds ikke hvis du laver et HTML indlæg.)'); +INSERT INTO international VALUES (13,'UserSubmission','Dansk','Tilføjet dato'); +INSERT INTO international VALUES (14,'UserSubmission','Dansk','Status'); +INSERT INTO international VALUES (15,'UserSubmission','Dansk','Rediger/Slet'); +INSERT INTO international VALUES (16,'UserSubmission','Dansk','Ingen titel'); +INSERT INTO international VALUES (17,'UserSubmission','Dansk','Er du sikker på du vil slette dette indlæg?'); +INSERT INTO international VALUES (18,'UserSubmission','Dansk','Rediger User Submission System'); +INSERT INTO international VALUES (19,'UserSubmission','Dansk','Rediger indlæg'); +INSERT INTO international VALUES (20,'UserSubmission','Dansk','Lav nyt indlæg'); +INSERT INTO international VALUES (21,'UserSubmission','Dansk','Indsendt af'); +INSERT INTO international VALUES (22,'UserSubmission','Dansk','Indsendt af:'); +INSERT INTO international VALUES (23,'UserSubmission','Dansk','Indsendt dato:'); +INSERT INTO international VALUES (24,'UserSubmission','Dansk','Godkendt'); +INSERT INTO international VALUES (25,'UserSubmission','Dansk','Afvent '); +INSERT INTO international VALUES (26,'UserSubmission','Dansk','Afvist'); +INSERT INTO international VALUES (27,'UserSubmission','Dansk','Rediger'); +INSERT INTO international VALUES (28,'UserSubmission','Dansk','Tilbage til Submission oversigt'); +INSERT INTO international VALUES (29,'UserSubmission','Dansk','Bruger Indlæg'); +INSERT INTO international VALUES (30,'UserSubmission','Dansk','Tilføj bruger indlæg System'); +INSERT INTO international VALUES (31,'UserSubmission','Dansk','Indhold'); +INSERT INTO international VALUES (32,'UserSubmission','Dansk','Billede'); +INSERT INTO international VALUES (33,'UserSubmission','Dansk','Tillæg'); +INSERT INTO international VALUES (34,'UserSubmission','Dansk','Konverter linieskift?'); +INSERT INTO international VALUES (35,'UserSubmission','Dansk','Titel'); +INSERT INTO international VALUES (36,'UserSubmission','Dansk','Slet fil.'); +INSERT INTO international VALUES (37,'UserSubmission','Dansk','Slet'); +INSERT INTO international VALUES (1,'WebGUI','Dansk','Tilføj indhold'); +INSERT INTO international VALUES (2,'WebGUI','Dansk','Side'); +INSERT INTO international VALUES (3,'WebGUI','Dansk','Kopier fra udklipsholder'); +INSERT INTO international VALUES (4,'WebGUI','Dansk','administrer indstillinger'); +INSERT INTO international VALUES (5,'WebGUI','Dansk','administrer grupper'); +INSERT INTO international VALUES (6,'WebGUI','Dansk','administrer Stilarter'); +INSERT INTO international VALUES (7,'WebGUI','Dansk','administrer brugere'); +INSERT INTO international VALUES (8,'WebGUI','Dansk','Vis side_ikke_fundet'); +INSERT INTO international VALUES (9,'WebGUI','Dansk','Vis udklipsholder'); +INSERT INTO international VALUES (10,'WebGUI','Dansk','administrer skraldespand'); +INSERT INTO international VALUES (11,'WebGUI','Dansk','Tøm skraldespand'); +INSERT INTO international VALUES (12,'WebGUI','Dansk','Slå administration fra'); +INSERT INTO international VALUES (13,'WebGUI','Dansk','Vis hjælpe indeks'); +INSERT INTO international VALUES (14,'WebGUI','Dansk','Vis afventende indlæg'); +INSERT INTO international VALUES (15,'WebGUI','Dansk','Januar'); +INSERT INTO international VALUES (16,'WebGUI','Dansk','Februar'); +INSERT INTO international VALUES (17,'WebGUI','Dansk','Marts'); +INSERT INTO international VALUES (18,'WebGUI','Dansk','April'); +INSERT INTO international VALUES (19,'WebGUI','Dansk','Maj'); +INSERT INTO international VALUES (20,'WebGUI','Dansk','Juni'); +INSERT INTO international VALUES (21,'WebGUI','Dansk','Juli'); +INSERT INTO international VALUES (22,'WebGUI','Dansk','August'); +INSERT INTO international VALUES (23,'WebGUI','Dansk','September'); +INSERT INTO international VALUES (24,'WebGUI','Dansk','Oktober'); +INSERT INTO international VALUES (25,'WebGUI','Dansk','November'); +INSERT INTO international VALUES (26,'WebGUI','Dansk','December'); +INSERT INTO international VALUES (27,'WebGUI','Dansk','Søndag'); +INSERT INTO international VALUES (28,'WebGUI','Dansk','Mandag'); +INSERT INTO international VALUES (29,'WebGUI','Dansk','Tirsdag'); +INSERT INTO international VALUES (30,'WebGUI','Dansk','Onsdag'); +INSERT INTO international VALUES (31,'WebGUI','Dansk','Torsdag'); +INSERT INTO international VALUES (32,'WebGUI','Dansk','Fredag'); +INSERT INTO international VALUES (33,'WebGUI','Dansk','Lørdag'); +INSERT INTO international VALUES (34,'WebGUI','Dansk','Sæt dato'); +INSERT INTO international VALUES (35,'WebGUI','Dansk','Administrative funktioner'); +INSERT INTO international VALUES (36,'WebGUI','Dansk','Du skal være administrator for at udføre denne funktion. Kontakt en af følgende personer der er administratorer:'); +INSERT INTO international VALUES (37,'WebGUI','Dansk','Adgang nægtet!'); +INSERT INTO international VALUES (38,'WebGUI','Dansk','\"Du har ikke nødvendige rettigheder til at udføre denne funktion. Venligst log in ^a(log in med en konto); med nødvendige rettigheder før du prøver dette.\"'); +INSERT INTO international VALUES (39,'WebGUI','Dansk','Du har ikke rettigheder til at få adgang til denne side.'); +INSERT INTO international VALUES (40,'WebGUI','Dansk','Vital komponent'); +INSERT INTO international VALUES (41,'WebGUI','Dansk','DU forsøger at fjerne en VITAL system komponent. Hvis du fik lov til dette, ville systemet ikke virke mere …..'); +INSERT INTO international VALUES (42,'WebGUI','Dansk','Venligst bekræft'); +INSERT INTO international VALUES (43,'WebGUI','Dansk','Er du sikker på du vil slette dette indhold?'); +INSERT INTO international VALUES (44,'WebGUI','Dansk','Ja, jeg er sikker!'); +INSERT INTO international VALUES (45,'WebGUI','Dansk','Nej, jeg lavede en fejl'); +INSERT INTO international VALUES (46,'WebGUI','Dansk','Min konto'); +INSERT INTO international VALUES (47,'WebGUI','Dansk','Hjem'); +INSERT INTO international VALUES (48,'WebGUI','Dansk','Hej'); +INSERT INTO international VALUES (49,'WebGUI','Dansk','\"Klik her for at logge ud.\"'); +INSERT INTO international VALUES (50,'WebGUI','Dansk','Brugernavn'); +INSERT INTO international VALUES (51,'WebGUI','Dansk','Kodeord'); +INSERT INTO international VALUES (52,'WebGUI','Dansk','Login'); +INSERT INTO international VALUES (53,'WebGUI','Dansk','Print side'); +INSERT INTO international VALUES (54,'WebGUI','Dansk','Opret konto'); +INSERT INTO international VALUES (55,'WebGUI','Dansk','Kodeord (bekræft)'); +INSERT INTO international VALUES (56,'WebGUI','Dansk','Email Adresse'); +INSERT INTO international VALUES (57,'WebGUI','Dansk','Dette er kun nødvendigt hvis du bruger en funktion der kræver Email'); +INSERT INTO international VALUES (58,'WebGUI','Dansk','Jeg har allerede en konto'); +INSERT INTO international VALUES (59,'WebGUI','Dansk','Jeg har glemt mit kodeord (igen)'); +INSERT INTO international VALUES (60,'WebGUI','Dansk','Er du sikker på du vil deaktivere din konto. Kontoen kan IKKE åbnes igen.'); +INSERT INTO international VALUES (61,'WebGUI','Dansk','Opdater konto information'); +INSERT INTO international VALUES (62,'WebGUI','Dansk','Gem'); +INSERT INTO international VALUES (63,'WebGUI','Dansk','Slå administration til.'); +INSERT INTO international VALUES (64,'WebGUI','Dansk','Log ud.'); +INSERT INTO international VALUES (65,'WebGUI','Dansk','Venligst de-aktiver min konto permanent.'); +INSERT INTO international VALUES (66,'WebGUI','Dansk','Log In'); +INSERT INTO international VALUES (67,'WebGUI','Dansk','Opret ny konto'); +INSERT INTO international VALUES (68,'WebGUI','Dansk','Konto informationen er ikke gyldig. Enten eksisterer kontoen ikke, eller også er brugernavn/kodeord forkert'); +INSERT INTO international VALUES (69,'WebGUI','Dansk','Kontakt venligst systemadministratoren for yderligere hjælp!'); +INSERT INTO international VALUES (70,'WebGUI','Dansk','Fejl'); +INSERT INTO international VALUES (71,'WebGUI','Dansk','Genskab kodeord'); +INSERT INTO international VALUES (72,'WebGUI','Dansk','Genskab '); +INSERT INTO international VALUES (73,'WebGUI','Dansk','Log in.'); +INSERT INTO international VALUES (74,'WebGUI','Dansk','Konto information.'); +INSERT INTO international VALUES (75,'WebGUI','Dansk','Din konto information er sendt til den oplyste Email adresse'); +INSERT INTO international VALUES (76,'WebGUI','Dansk','Email adressen er ikke registreret i systemet'); +INSERT INTO international VALUES (77,'WebGUI','Dansk','Det brugernavn er desværre allerede brugt af en anden. Prøv evt. en af disse:'); +INSERT INTO international VALUES (78,'WebGUI','Dansk','Du har indtastet to forskellige kodeord - prøv igen!'); +INSERT INTO international VALUES (79,'WebGUI','Dansk','Kan ikke forbinde til LDAP server'); +INSERT INTO international VALUES (80,'WebGUI','Dansk','Konto er nu oprettet!'); +INSERT INTO international VALUES (81,'WebGUI','Dansk','Konto er nu opdateret.'); +INSERT INTO international VALUES (82,'WebGUI','Dansk','Administrative funktioner'); +INSERT INTO international VALUES (84,'WebGUI','Dansk','Gruppe navn'); +INSERT INTO international VALUES (85,'WebGUI','Dansk','Beskrivelse'); +INSERT INTO international VALUES (86,'WebGUI','Dansk','Er du sikker på du vil slette denne gruppe? - og dermed alle rettigheder der er knyttet hertil'); +INSERT INTO international VALUES (87,'WebGUI','Dansk','Rediger gruppe'); +INSERT INTO international VALUES (88,'WebGUI','Dansk','brugere i gruppe'); +INSERT INTO international VALUES (89,'WebGUI','Dansk','Grupper'); +INSERT INTO international VALUES (90,'WebGUI','Dansk','Tilføj gruppe'); +INSERT INTO international VALUES (91,'WebGUI','Dansk','Forrige side'); +INSERT INTO international VALUES (92,'WebGUI','Dansk','Næste side'); +INSERT INTO international VALUES (93,'WebGUI','Dansk','Hjælp'); +INSERT INTO international VALUES (94,'WebGUI','Dansk','Se også'); +INSERT INTO international VALUES (95,'WebGUI','Dansk','Hjælpe indeks'); +INSERT INTO international VALUES (96,'WebGUI','Dansk','Sorteret efter aktion'); +INSERT INTO international VALUES (97,'WebGUI','Dansk','Sorteret efter objekt'); +INSERT INTO international VALUES (98,'WebGUI','Dansk','Tilføj side'); +INSERT INTO international VALUES (99,'WebGUI','Dansk','Titel'); +INSERT INTO international VALUES (100,'WebGUI','Dansk','Meta Tags'); +INSERT INTO international VALUES (101,'WebGUI','Dansk','Er du sikker på du vil slette denne side, og alt indhold derunder?'); +INSERT INTO international VALUES (102,'WebGUI','Dansk','Rediger side'); +INSERT INTO international VALUES (103,'WebGUI','Dansk','Side specifikationer'); +INSERT INTO international VALUES (104,'WebGUI','Dansk','Side URL'); +INSERT INTO international VALUES (105,'WebGUI','Dansk','Stil'); +INSERT INTO international VALUES (106,'WebGUI','Dansk','Sæt kryds for at give denne stil til alle undersider'); +INSERT INTO international VALUES (107,'WebGUI','Dansk','Rettigheder'); +INSERT INTO international VALUES (108,'WebGUI','Dansk','Ejer'); +INSERT INTO international VALUES (109,'WebGUI','Dansk','Ejer kan se?'); +INSERT INTO international VALUES (110,'WebGUI','Dansk','Ejer kan redigere?'); +INSERT INTO international VALUES (111,'WebGUI','Dansk','Gruppe'); +INSERT INTO international VALUES (112,'WebGUI','Dansk','Gruppe kan se?'); +INSERT INTO international VALUES (113,'WebGUI','Dansk','Gruppe kan redigere?'); +INSERT INTO international VALUES (114,'WebGUI','Dansk','Alle kan se?'); +INSERT INTO international VALUES (115,'WebGUI','Dansk','Alle kan redigere?'); +INSERT INTO international VALUES (116,'WebGUI','Dansk','Sæt kryds for at give disse rettigheder til alle undersider'); +INSERT INTO international VALUES (117,'WebGUI','Dansk','Rediger autorisations indstillinger'); +INSERT INTO international VALUES (118,'WebGUI','Dansk','Anonym registrering'); +INSERT INTO international VALUES (119,'WebGUI','Dansk','autorisations metode (default)'); +INSERT INTO international VALUES (120,'WebGUI','Dansk','LDAP URL (default)'); +INSERT INTO international VALUES (121,'WebGUI','Dansk','LDAP Identitet (default)'); +INSERT INTO international VALUES (122,'WebGUI','Dansk','LDAP Identitets navn'); +INSERT INTO international VALUES (123,'WebGUI','Dansk','LDAP kodeord'); +INSERT INTO international VALUES (124,'WebGUI','Dansk','Rediger firma information'); +INSERT INTO international VALUES (125,'WebGUI','Dansk','Firma/organisations navn'); +INSERT INTO international VALUES (126,'WebGUI','Dansk','Firma/organisations Email'); +INSERT INTO international VALUES (127,'WebGUI','Dansk','Firma/organisation URL'); +INSERT INTO international VALUES (128,'WebGUI','Dansk','Rediger fil indstillinger'); +INSERT INTO international VALUES (129,'WebGUI','Dansk','Sti til WebGUI Extras'); +INSERT INTO international VALUES (130,'WebGUI','Dansk','Maksimal størrelse på vedhæftede filer'); +INSERT INTO international VALUES (131,'WebGUI','Dansk','Web Attachment sti'); +INSERT INTO international VALUES (132,'WebGUI','Dansk','Server Attachment sti'); +INSERT INTO international VALUES (133,'WebGUI','Dansk','Rediger Mail indstillinger'); +INSERT INTO international VALUES (134,'WebGUI','Dansk','Besked for genskab adgangskode'); +INSERT INTO international VALUES (135,'WebGUI','Dansk','SMTP Server'); +INSERT INTO international VALUES (138,'WebGUI','Dansk','Ja'); +INSERT INTO international VALUES (139,'WebGUI','Dansk','Nej '); +INSERT INTO international VALUES (140,'WebGUI','Dansk','Rediger diverse indstillinger'); +INSERT INTO international VALUES (141,'WebGUI','Dansk','Ikke fundet side'); +INSERT INTO international VALUES (142,'WebGUI','Dansk','Session Timeout'); +INSERT INTO international VALUES (143,'WebGUI','Dansk','administrer indstillinger'); +INSERT INTO international VALUES (144,'WebGUI','Dansk','Vis statistik'); +INSERT INTO international VALUES (145,'WebGUI','Dansk','WebGUI Build Version'); +INSERT INTO international VALUES (146,'WebGUI','Dansk','Aktive sessioner'); +INSERT INTO international VALUES (147,'WebGUI','Dansk','Sider'); +INSERT INTO international VALUES (148,'WebGUI','Dansk','Widgets'); +INSERT INTO international VALUES (149,'WebGUI','Dansk','brugere i gruppe'); +INSERT INTO international VALUES (151,'WebGUI','Dansk','Navn på stilart'); +INSERT INTO international VALUES (152,'WebGUI','Dansk','Hoved'); +INSERT INTO international VALUES (153,'WebGUI','Dansk','Fod'); +INSERT INTO international VALUES (154,'WebGUI','Dansk','Stilart Sheet'); +INSERT INTO international VALUES (155,'WebGUI','Dansk','\"Er du sikker på du vil slette denne stilart og overføre alle sider der bruger denne til \"\"Fail Safe\"\" stilarten ?\"'); +INSERT INTO international VALUES (156,'WebGUI','Dansk','Rediger stilart'); +INSERT INTO international VALUES (157,'WebGUI','Dansk','stilarter'); +INSERT INTO international VALUES (158,'WebGUI','Dansk','Tilføj ny stilart'); +INSERT INTO international VALUES (159,'WebGUI','Dansk','Meddelelses log'); +INSERT INTO international VALUES (160,'WebGUI','Dansk','Dato oprettet'); +INSERT INTO international VALUES (161,'WebGUI','Dansk','Oprettet af'); +INSERT INTO international VALUES (162,'WebGUI','Dansk','Er du sikker på du vil tømme skraldespanden?'); +INSERT INTO international VALUES (163,'WebGUI','Dansk','Tilføj bruger '); +INSERT INTO international VALUES (164,'WebGUI','Dansk','Metode for autorisation'); +INSERT INTO international VALUES (165,'WebGUI','Dansk','LDAP URL'); +INSERT INTO international VALUES (166,'WebGUI','Dansk','Connect DN'); +INSERT INTO international VALUES (167,'WebGUI','Dansk','Er du sikker på du vil slette denne bruger? (Du kan ikke fortryde)'); +INSERT INTO international VALUES (168,'WebGUI','Dansk','Rediger bruger'); +INSERT INTO international VALUES (169,'WebGUI','Dansk','Tilføj ny bruger'); +INSERT INTO international VALUES (170,'WebGUI','Dansk','Søg'); +INSERT INTO international VALUES (171,'WebGUI','Dansk','Avanceret redigering'); +INSERT INTO international VALUES (174,'WebGUI','Dansk','Vis titel på siden?'); +INSERT INTO international VALUES (175,'WebGUI','Dansk','Udfør makroer?'); +INSERT INTO international VALUES (228,'WebGUI','Dansk','Rediger besked…'); +INSERT INTO international VALUES (229,'WebGUI','Dansk','Emne'); +INSERT INTO international VALUES (230,'WebGUI','Dansk','Besked '); +INSERT INTO international VALUES (231,'WebGUI','Dansk','Oprettet ny besked …'); +INSERT INTO international VALUES (232,'WebGUI','Dansk','Intet emne'); +INSERT INTO international VALUES (233,'WebGUI','Dansk','(eom)'); +INSERT INTO international VALUES (234,'WebGUI','Dansk','Oprettet svar …'); +INSERT INTO international VALUES (237,'WebGUI','Dansk','Emne:'); +INSERT INTO international VALUES (238,'WebGUI','Dansk','Forfatter:'); +INSERT INTO international VALUES (239,'WebGUI','Dansk','Dato:'); +INSERT INTO international VALUES (240,'WebGUI','Dansk','Besked ID:'); +INSERT INTO international VALUES (244,'WebGUI','Dansk','Forfatter '); +INSERT INTO international VALUES (245,'WebGUI','Dansk','Dato'); +INSERT INTO international VALUES (304,'WebGUI','Dansk','Sprog'); +INSERT INTO international VALUES (306,'WebGUI','Dansk','Brugernavn binding'); +INSERT INTO international VALUES (307,'WebGUI','Dansk','Brug standard meta tags?'); +INSERT INTO international VALUES (308,'WebGUI','Dansk','Rediger profil indstillinger'); +INSERT INTO international VALUES (309,'WebGUI','Dansk','Tillad rigtige navne?'); +INSERT INTO international VALUES (310,'WebGUI','Dansk','Tillad ekstra kontakt information?'); +INSERT INTO international VALUES (311,'WebGUI','Dansk','Tillad hjemme information?'); +INSERT INTO international VALUES (312,'WebGUI','Dansk','Tillad arbejds information?'); +INSERT INTO international VALUES (313,'WebGUI','Dansk','Tillad diverse information?'); +INSERT INTO international VALUES (314,'WebGUI','Dansk','Fornavn'); +INSERT INTO international VALUES (315,'WebGUI','Dansk','Mellemnavn'); +INSERT INTO international VALUES (316,'WebGUI','Dansk','Efternavn'); +INSERT INTO international VALUES (317,'WebGUI','Dansk','\"ICQ UIN\"'); +INSERT INTO international VALUES (318,'WebGUI','Dansk','\"AIM Id\"'); +INSERT INTO international VALUES (319,'WebGUI','Dansk','\"MSN Messenger Id\"'); +INSERT INTO international VALUES (320,'WebGUI','Dansk','\"Yahoo! Messenger Id\"'); +INSERT INTO international VALUES (321,'WebGUI','Dansk','Bil tlf.'); +INSERT INTO international VALUES (322,'WebGUI','Dansk','OPS'); +INSERT INTO international VALUES (323,'WebGUI','Dansk','Hjemme adresse'); +INSERT INTO international VALUES (324,'WebGUI','Dansk','Hjemme by'); +INSERT INTO international VALUES (325,'WebGUI','Dansk','Hjemme stat'); +INSERT INTO international VALUES (326,'WebGUI','Dansk','Hjemme postnr.'); +INSERT INTO international VALUES (327,'WebGUI','Dansk','Hjemme amt'); +INSERT INTO international VALUES (328,'WebGUI','Dansk','Hjemme tlf.'); +INSERT INTO international VALUES (329,'WebGUI','Dansk','Arbejds adresse'); +INSERT INTO international VALUES (330,'WebGUI','Dansk','Arbejds by'); +INSERT INTO international VALUES (331,'WebGUI','Dansk','Arbejds stat'); +INSERT INTO international VALUES (332,'WebGUI','Dansk','Arbejds postnr.'); +INSERT INTO international VALUES (333,'WebGUI','Dansk','Arbejds amt'); +INSERT INTO international VALUES (334,'WebGUI','Dansk','Arbejds tlf.'); +INSERT INTO international VALUES (335,'WebGUI','Dansk','M/K'); +INSERT INTO international VALUES (336,'WebGUI','Dansk','Fødselsdag'); +INSERT INTO international VALUES (337,'WebGUI','Dansk','Hjemmeside URL'); +INSERT INTO international VALUES (338,'WebGUI','Dansk','Rediger profil '); +INSERT INTO international VALUES (339,'WebGUI','Dansk','Mand'); +INSERT INTO international VALUES (340,'WebGUI','Dansk','Kvinde'); +INSERT INTO international VALUES (341,'WebGUI','Dansk','Rediger profil'); +INSERT INTO international VALUES (342,'WebGUI','Dansk','Rediger konto information'); +INSERT INTO international VALUES (343,'WebGUI','Dansk','Vis profil'); +INSERT INTO international VALUES (345,'WebGUI','Dansk','Ikke medlem'); +INSERT INTO international VALUES (346,'WebGUI','Dansk','Denne bruger findes ikke længere på dette system. Jeg har ikke yderligere oplysninger om denne bruger'); +INSERT INTO international VALUES (347,'WebGUI','Dansk','Vis profil for'); +INSERT INTO international VALUES (348,'WebGUI','Dansk','Navn '); +INSERT INTO international VALUES (349,'WebGUI','Dansk','Seneste version'); +INSERT INTO international VALUES (350,'WebGUI','Dansk','Gennemført'); +INSERT INTO international VALUES (351,'WebGUI','Dansk','Message Log Entry'); +INSERT INTO international VALUES (352,'WebGUI','Dansk','Dato'); +INSERT INTO international VALUES (353,'WebGUI','Dansk','Du har ingen meddelelser i øjeblikket'); +INSERT INTO international VALUES (354,'WebGUI','Dansk','Vis meddelelses log'); +INSERT INTO international VALUES (355,'WebGUI','Dansk','Standard'); +INSERT INTO international VALUES (356,'WebGUI','Dansk','Template'); +INSERT INTO international VALUES (357,'WebGUI','Dansk','Nyheder'); +INSERT INTO international VALUES (358,'WebGUI','Dansk','Venstre kolonne'); +INSERT INTO international VALUES (359,'WebGUI','Dansk','Højre kolonne'); +INSERT INTO international VALUES (360,'WebGUI','Dansk','En over tre'); +INSERT INTO international VALUES (361,'WebGUI','Dansk','Tre over en'); +INSERT INTO international VALUES (362,'WebGUI','Dansk','Side ved side'); +INSERT INTO international VALUES (363,'WebGUI','Dansk','Template position'); +INSERT INTO international VALUES (364,'WebGUI','Dansk','Søg'); +INSERT INTO international VALUES (365,'WebGUI','Dansk','Søge resultater …'); +INSERT INTO international VALUES (366,'WebGUI','Dansk','Jeg fandt desværre ingen sider med de(t) søgeord'); +INSERT INTO international VALUES (367,'WebGUI','Dansk','Udløber efter'); +INSERT INTO international VALUES (368,'WebGUI','Dansk','Tilføj en ny gruppen til denne bruger.'); +INSERT INTO international VALUES (369,'WebGUI','Dansk','Udløbs dato'); +INSERT INTO international VALUES (370,'WebGUI','Dansk','Rediger gruppering'); +INSERT INTO international VALUES (371,'WebGUI','Dansk','Tilføj gruppering'); +INSERT INTO international VALUES (372,'WebGUI','Dansk','Rediger brugers gruppe'); +INSERT INTO international VALUES (373,'WebGUI','Dansk','Advarsel Når du retter ovenstående liste, vil du nulstille all udløbsinformation til den nye standard.'); +INSERT INTO international VALUES (374,'WebGUI','Dansk','administrer packages'); +INSERT INTO international VALUES (375,'WebGUI','Dansk','Vælg package der skal tages i brug'); +INSERT INTO international VALUES (376,'WebGUI','Dansk','Package'); +INSERT INTO international VALUES (377,'WebGUI','Dansk','\"Der er endnu ikke defineret nogle \"\"Packages\"\".\"'); +INSERT INTO international VALUES (378,'WebGUI','Dansk','Bruger ID'); +INSERT INTO international VALUES (379,'WebGUI','Dansk','Gruppe ID'); +INSERT INTO international VALUES (380,'WebGUI','Dansk','Stilart ID'); +INSERT INTO international VALUES (381,'WebGUI','Dansk','WebGUI modtog en fejlformateret besked og kan ikke fortsætte - dette skyldes typisk eb speciel karakter. Prøv evt. at trykke tilbage og prøv igen.'); +INSERT INTO international VALUES (383,'WebGUI','Dansk','Navn'); +INSERT INTO international VALUES (384,'WebGUI','Dansk','Fil '); +INSERT INTO international VALUES (385,'WebGUI','Dansk','Parametre'); +INSERT INTO international VALUES (386,'WebGUI','Dansk','Rediger billede'); +INSERT INTO international VALUES (387,'WebGUI','Dansk','Tilføjet af'); +INSERT INTO international VALUES (388,'WebGUI','Dansk','Tilføjet dato'); +INSERT INTO international VALUES (389,'WebGUI','Dansk','Billede ID'); +INSERT INTO international VALUES (390,'WebGUI','Dansk','Viser billede …'); +INSERT INTO international VALUES (391,'WebGUI','Dansk','Sletter vedhæftet fil'); +INSERT INTO international VALUES (392,'WebGUI','Dansk','Er du sikker på du vil slette dette billede'); +INSERT INTO international VALUES (393,'WebGUI','Dansk','administrer billeder'); +INSERT INTO international VALUES (394,'WebGUI','Dansk','administrer billeder.'); +INSERT INTO international VALUES (395,'WebGUI','Dansk','Tilføj nyt billede'); +INSERT INTO international VALUES (396,'WebGUI','Dansk','Vis billede'); +INSERT INTO international VALUES (397,'WebGUI','Dansk','Tilbage til billede oversigt'); +INSERT INTO international VALUES (398,'WebGUI','Dansk','Dokument type deklarering'); +INSERT INTO international VALUES (399,'WebGUI','Dansk','Valider denne side.'); +INSERT INTO international VALUES (400,'WebGUI','Dansk','Forhindre Proxy Caching'); +INSERT INTO international VALUES (401,'WebGUI','Dansk','Er du sikker på du vil slette denne besked, og alle under beskeder i tråden?'); +INSERT INTO international VALUES (402,'WebGUI','Dansk','Beskeden findes ikke'); +INSERT INTO international VALUES (403,'WebGUI','Dansk','Det foretrækker jeg ikke at oplyse'); +INSERT INTO international VALUES (404,'WebGUI','Dansk','Første side'); +INSERT INTO international VALUES (405,'WebGUI','Dansk','Sidste side'); +INSERT INTO international VALUES (406,'WebGUI','Dansk','Miniature størrelse'); +INSERT INTO international VALUES (407,'WebGUI','Dansk','Klik her for at registrere'); +INSERT INTO international VALUES (408,'WebGUI','Dansk','administrer rod'); +INSERT INTO international VALUES (409,'WebGUI','Dansk','Tilføj ny rod'); +INSERT INTO international VALUES (410,'WebGUI','Dansk','Administrer rod'); +INSERT INTO international VALUES (411,'WebGUI','Dansk','Menu titel'); +INSERT INTO international VALUES (412,'WebGUI','Dansk','Synopsis'); +INSERT INTO international VALUES (413,'WebGUI','Dansk','Ved kritisk fejl'); +INSERT INTO international VALUES (414,'WebGUI','Dansk','Vis debug information'); +INSERT INTO international VALUES (415,'WebGUI','Dansk','Vis brugervenlig besked'); +INSERT INTO international VALUES (416,'WebGUI','Dansk','

Problem med forespørgsel

Oops, jeg har lidt problemer med din forespørgsel. Tryk tilbage og prøv igen. Hvis problemet fortsætte vil jeg være glad hvis du vil kontakte os og fortælle hvad du prøver, på forhånd tak.'); +INSERT INTO international VALUES (417,'WebGUI','Dansk','

Sikkerhedsbrud

Du forsøgte at få adgang med en Widget der ikke hører til her. Jeg har rapporteret dit forsøg.'); +INSERT INTO international VALUES (418,'WebGUI','Dansk','Filter Contributed HTML'); +INSERT INTO international VALUES (419,'WebGUI','Dansk','Fjern alle tags'); +INSERT INTO international VALUES (420,'WebGUI','Dansk','Lad det være'); +INSERT INTO international VALUES (421,'WebGUI','Dansk','Fjerne alt bortset fra basal formatering'); +INSERT INTO international VALUES (422,'WebGUI','Dansk','

Login mislykkedes

Dine informationer stemmer ikke med mine oplysninger'); +INSERT INTO international VALUES (423,'WebGUI','Dansk','Vis aktive sessioner'); +INSERT INTO international VALUES (424,'WebGUI','Dansk','Vis login historik'); +INSERT INTO international VALUES (425,'WebGUI','Dansk','Aktive sessioner'); +INSERT INTO international VALUES (426,'WebGUI','Dansk','Login historik'); +INSERT INTO international VALUES (427,'WebGUI','Dansk','stilarter'); +INSERT INTO international VALUES (428,'WebGUI','Dansk','Bruger (ID)'); +INSERT INTO international VALUES (429,'WebGUI','Dansk','Login tid'); +INSERT INTO international VALUES (430,'WebGUI','Dansk','Sidste side vist'); +INSERT INTO international VALUES (431,'WebGUI','Dansk','IP Adresse'); +INSERT INTO international VALUES (432,'WebGUI','Dansk','Udløber efter'); +INSERT INTO international VALUES (433,'WebGUI','Dansk','Bruger agent:'); +INSERT INTO international VALUES (434,'WebGUI','Dansk','Status'); +INSERT INTO international VALUES (435,'WebGUI','Dansk','Session Signatur'); +INSERT INTO international VALUES (436,'WebGUI','Dansk','Afbryd Session'); +INSERT INTO international VALUES (437,'WebGUI','Dansk','Statistik'); +INSERT INTO international VALUES (438,'WebGUI','Dansk','Dit navn'); +INSERT INTO international VALUES (439,'WebGUI','Dansk','Personlig information'); +INSERT INTO international VALUES (440,'WebGUI','Dansk','Kontakt information'); +INSERT INTO international VALUES (441,'WebGUI','Dansk','Email til OPS Gateway'); +INSERT INTO international VALUES (442,'WebGUI','Dansk','Arbejdsinformation'); +INSERT INTO international VALUES (443,'WebGUI','Dansk','Hjemme information'); +INSERT INTO international VALUES (444,'WebGUI','Dansk','Demografisk information'); +INSERT INTO international VALUES (445,'WebGUI','Dansk','Præferencer'); +INSERT INTO international VALUES (446,'WebGUI','Dansk','Arbejds hjemmeside'); +INSERT INTO international VALUES (447,'WebGUI','Dansk','Administrer træ struktur'); +INSERT INTO international VALUES (448,'WebGUI','Dansk','Træ struktur'); +INSERT INTO international VALUES (449,'WebGUI','Dansk','Diverse information'); +INSERT INTO international VALUES (450,'WebGUI','Dansk','Arbejdsnavn (Firma navn)'); +INSERT INTO international VALUES (451,'WebGUI','Dansk','er påkrævet'); +INSERT INTO international VALUES (452,'WebGUI','Dansk','Vent venligst …'); +INSERT INTO international VALUES (453,'WebGUI','Dansk','Dato oprettet'); +INSERT INTO international VALUES (454,'WebGUI','Dansk','Sidste opdateret'); +INSERT INTO international VALUES (455,'WebGUI','Dansk','Rediger bruger profil'); +INSERT INTO international VALUES (456,'WebGUI','Dansk','Tilbage til bruger liste'); +INSERT INTO international VALUES (457,'WebGUI','Dansk','Rediger denne brugers konto'); +INSERT INTO international VALUES (458,'WebGUI','Dansk','Rediger denne bruger gruppe'); +INSERT INTO international VALUES (459,'WebGUI','Dansk','Rediger denne brugers profil'); +INSERT INTO international VALUES (460,'WebGUI','Dansk','Tidsforskel'); +INSERT INTO international VALUES (461,'WebGUI','Dansk','Dato format'); +INSERT INTO international VALUES (462,'WebGUI','Dansk','Tids format'); +INSERT INTO international VALUES (463,'WebGUI','Dansk','Tekst Area Rows'); +INSERT INTO international VALUES (464,'WebGUI','Dansk','Tekst Area Columns'); +INSERT INTO international VALUES (465,'WebGUI','Dansk','Tekst Box Size'); +INSERT INTO international VALUES (466,'WebGUI','Dansk','Er du sikker på du vil slette denne kategori og flytte indholdet over i diverse kategorien?'); +INSERT INTO international VALUES (467,'WebGUI','Dansk','Er du sikker på du vil slette dette felt, og alle relaterede brugerdata?'); +INSERT INTO international VALUES (469,'WebGUI','Dansk','Id'); +INSERT INTO international VALUES (470,'WebGUI','Dansk','Navn'); +INSERT INTO international VALUES (472,'WebGUI','Dansk','Label'); +INSERT INTO international VALUES (473,'WebGUI','Dansk','Synlig?'); +INSERT INTO international VALUES (474,'WebGUI','Dansk','Påkrævet?'); +INSERT INTO international VALUES (475,'WebGUI','Dansk','Tekst'); +INSERT INTO international VALUES (476,'WebGUI','Dansk','Tekst område'); +INSERT INTO international VALUES (477,'WebGUI','Dansk','HTML område'); +INSERT INTO international VALUES (478,'WebGUI','Dansk','URL'); +INSERT INTO international VALUES (479,'WebGUI','Dansk','Dato'); +INSERT INTO international VALUES (480,'WebGUI','Dansk','Email Adresse'); +INSERT INTO international VALUES (481,'WebGUI','Dansk','Tlf. nr.'); +INSERT INTO international VALUES (482,'WebGUI','Dansk','Heltal'); +INSERT INTO international VALUES (483,'WebGUI','Dansk','Ja eller Nej'); +INSERT INTO international VALUES (484,'WebGUI','Dansk','Vælg fra list'); +INSERT INTO international VALUES (485,'WebGUI','Dansk','Logisk (Checkboks)'); +INSERT INTO international VALUES (486,'WebGUI','Dansk','Data type'); +INSERT INTO international VALUES (487,'WebGUI','Dansk','Mulige værdier'); +INSERT INTO international VALUES (488,'WebGUI','Dansk','Standard værdi'); +INSERT INTO international VALUES (489,'WebGUI','Dansk','Profil kategori'); +INSERT INTO international VALUES (490,'WebGUI','Dansk','Tilføj en profil kategori'); +INSERT INTO international VALUES (491,'WebGUI','Dansk','Tilføj et profil felt'); +INSERT INTO international VALUES (492,'WebGUI','Dansk','Liste over profil felter'); +INSERT INTO international VALUES (493,'WebGUI','Dansk','Tilbage til Site'); +INSERT INTO international VALUES (494,'WebGUI','Dansk','Real Objects Edit-On Pro'); +INSERT INTO international VALUES (495,'WebGUI','Dansk','Indbygget editor'); +INSERT INTO international VALUES (496,'WebGUI','Dansk','Hvilken editor bruges'); +INSERT INTO international VALUES (497,'WebGUI','Dansk','Start dato'); +INSERT INTO international VALUES (498,'WebGUI','Dansk','Slut dato'); +INSERT INTO international VALUES (499,'WebGUI','Dansk','Wobject ID'); +INSERT INTO international VALUES (518,'WebGUI','English','Inbox Notifications'); +INSERT INTO international VALUES (519,'WebGUI','English','I would not like to be notified.'); +INSERT INTO international VALUES (520,'WebGUI','English','I would like to be notified via email.'); +INSERT INTO international VALUES (521,'WebGUI','English','I would like to be notified via email to pager.'); +INSERT INTO international VALUES (522,'WebGUI','English','I would like to be notified via ICQ.'); +INSERT INTO international VALUES (523,'WebGUI','English','Notification'); +INSERT INTO international VALUES (524,'WebGUI','English','Add edit stamp to posts?'); +INSERT INTO international VALUES (525,'WebGUI','English','Edit Content Settings'); +INSERT INTO international VALUES (526,'WebGUI','English','Remove only JavaScript.'); -- -- Table structure for table 'messageLog' @@ -3335,9 +3926,9 @@ CREATE TABLE page ( metaTags text, urlizedTitle varchar(255) default NULL, defaultMetaTags int(11) NOT NULL default '0', - template varchar(30) NOT NULL default 'Default', menuTitle varchar(128) default NULL, synopsis text, + templateId int(11) NOT NULL default '1', PRIMARY KEY (pageId) ) TYPE=MyISAM; @@ -3346,11 +3937,11 @@ CREATE TABLE page ( -- -INSERT INTO page VALUES (1,0,'Home',-3,3,1,1,1,1,0,1,0,0,'','home',1,'Default','Home',NULL); -INSERT INTO page VALUES (4,0,'Page Not Found',-3,3,1,1,1,1,0,1,0,21,'','page_not_found',0,'Default','Page Not Found',NULL); -INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Default','Trash',NULL); -INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Default','Clipboard',NULL); -INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Default','Packages',NULL); +INSERT INTO page VALUES (1,0,'Home',-3,3,1,1,1,1,0,1,0,0,'','home',1,'Home',NULL,1); +INSERT INTO page VALUES (4,0,'Page Not Found',-3,3,1,1,1,1,0,1,0,21,'','page_not_found',0,'Page Not Found',NULL,1); +INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Trash',NULL,1); +INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Clipboard',NULL,1); +INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Packages',NULL,1); -- -- Table structure for table 'settings' @@ -3399,6 +3990,8 @@ INSERT INTO settings VALUES ('textAreaRows','5'); INSERT INTO settings VALUES ('textAreaCols','50'); INSERT INTO settings VALUES ('textBoxSize','30'); INSERT INTO settings VALUES ('richEditor','built-in'); +INSERT INTO settings VALUES ('addEditStampToPosts','1'); +INSERT INTO settings VALUES ('defaultPage','1'); -- -- Table structure for table 'style' @@ -3406,10 +3999,9 @@ INSERT INTO settings VALUES ('richEditor','built-in'); CREATE TABLE style ( styleId int(11) NOT NULL default '0', - name varchar(30) default NULL, - header text, - footer text, + name varchar(255) default NULL, styleSheet text, + body text, PRIMARY KEY (styleId) ) TYPE=MyISAM; @@ -3418,16 +4010,40 @@ CREATE TABLE style ( -- -INSERT INTO style VALUES (-3,'WebGUI','\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n
^FlexMenu;
\r\n^L;\r\n
\r\n\r\n','
\r\n

\r\n

\r\n
\r\n©2001-2002 Plain Black Software
\r\n
\r\n',''); -INSERT INTO style VALUES (2,'Fail Safe','\r\n^H; / ^t; / ^m; / ^a;\r\n
','
\r\n^H; / ^t; / ^m; / ^a;\r\n',''); -INSERT INTO style VALUES (-2,'Plain Black Software (black)','\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);','

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n',''); -INSERT INTO style VALUES (4,'Clipboard','\r\n\r\n\r\n\r\n\r\n
Clipboard\r\n^H; / ^a;
\r\n
PAGES
^FlexMenu;
CONTENT
','
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n',''); -INSERT INTO style VALUES (-1,'Yahoo!','Yahoo!\r\n\r\n
Yahoo
\r\nnew! Y! Domains
reserve .biz & .info domains
\"\"Yahoo! Mail
you@yahoo.com
\r\n advanced search
\r\n
\r\n
\r\n','
\r\n
How to Suggest a Site -\r\nCompany Info -\r\nCopyright Policy -\r\nTerms of Service -\r\nContributors -\r\nJobs -\r\nAdvertising

Copyright © 2001 Yahoo! Inc. All rights reserved.
Privacy Policy

\r\n',''); -INSERT INTO style VALUES (-4,'Demo Style','\r\n\r\n\r\n\r\n \r\n \r\n \r\n

Your Company Name Here

Address: 1903 Sunrise St. City, State 65977
\r\nTel: 915.888.8888
\r\nEmail: service@company.com
\r\n\r\n \r\n \r\n \r\n \r\n
^t;
\r\n\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n^M;\r\n
\r\n

\r\n \r\n \r\n
\r\n ','
\r\n
\r\n\r\n\r\n
^H; · ^a;
\r\n\r\n\r\n\r\n',''); -INSERT INTO style VALUES (3,'Make Page Printable','\r\n
','
© 2001-2002 Plain Black Software
\r\n',''); -INSERT INTO style VALUES (-5,'Plain Black Software (white)','\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);','

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n',''); -INSERT INTO style VALUES (5,'Trash','\r\n\r\n\r\n\r\n\r\n
Trash\r\n^H; / ^a; / Empty Trash
\r\n
PAGES
^FlexMenu;
CONTENT
','
\r\n\r\n\r\n
\r\n^H; / ^a; / Empty Trash\r\n',''); -INSERT INTO style VALUES (1,'Packages','\r\n\r\n\r\n\r\n\r\n
Packages\r\n^H; / ^a;
\r\n
PACKAGES
^FlexMenu;
CONTENT
','
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n',''); +INSERT INTO style VALUES (-3,'WebGUI','','^AdminBar;\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\r\n
^FlexMenu;
\r\n^L;\r\n
\r\n\r\n\n\n^-;\n\n
\r\n

\r\n

\r\n
\r\n©2001-2002 Plain Black Software
\r\n
\r\n'); +INSERT INTO style VALUES (2,'Fail Safe','','^AdminBar;\n\n\r\n^H; / ^t; / ^m; / ^a;\r\n
\n\n^-;\n\n
\r\n^H; / ^t; / ^m; / ^a;\r\n'); +INSERT INTO style VALUES (-2,'Plain Black Software (black)','','^AdminBar;\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
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);\n\n^-;\n\n

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n'); +INSERT INTO style VALUES (4,'Clipboard','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Clipboard\r\n^H; / ^a;
\r\n
PAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n'); +INSERT INTO style VALUES (-1,'Yahoo!','','^AdminBar;\n\nYahoo!\r\n\r\n
Yahoo
\r\nnew! Y! Domains
reserve .biz & .info domains
\"\"Yahoo! Mail
you@yahoo.com
\r\n advanced search
\r\n
\r\n
\r\n\n\n^-;\n\n
\r\n
How to Suggest a Site -\r\nCompany Info -\r\nCopyright Policy -\r\nTerms of Service -\r\nContributors -\r\nJobs -\r\nAdvertising

Copyright © 2001 Yahoo! Inc. All rights reserved.
Privacy Policy

\r\n'); +INSERT INTO style VALUES (-4,'Demo Style','','^AdminBar;\n\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n

Your Company Name Here

Address: 1903 Sunrise St. City, State 65977
\r\nTel: 915.888.8888
\r\nEmail: service@company.com
\r\n\r\n \r\n \r\n \r\n \r\n
^t;
\r\n\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n^M;\r\n
\r\n

\r\n \r\n \r\n
\r\n \n\n^-;\n\n
\r\n
\r\n\r\n\r\n
^H; · ^a;
\r\n\r\n\r\n\r\n'); +INSERT INTO style VALUES (3,'Make Page Printable','','^AdminBar;\n\n\r\n
\n\n^-;\n\n
© 2001-2002 Plain Black Software
\r\n'); +INSERT INTO style VALUES (-5,'Plain Black Software (white)','','^AdminBar;\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
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);\n\n^-;\n\n

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n'); +INSERT INTO style VALUES (5,'Trash','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Trash\r\n^H; / ^a; / Empty Trash
\r\n
PAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a; / Empty Trash\r\n'); +INSERT INTO style VALUES (1,'Packages','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Packages\r\n^H; / ^a;
\r\n
PACKAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n'); + +-- +-- Table structure for table 'template' +-- + +CREATE TABLE template ( + templateId int(11) NOT NULL default '0', + name varchar(255) default NULL, + template text, + PRIMARY KEY (templateId) +) TYPE=MyISAM; + +-- +-- Dumping data for table 'template' +-- + + +INSERT INTO template VALUES (1,'Default','\r\n\r\n \r\n\r\n
^0;
'); +INSERT INTO template VALUES (2,'News','\r\n\r\n \r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^0;
^1;^2;
^3;
\r\n'); +INSERT INTO template VALUES (3,'One Over Three','\r\n\r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
^0;
^1;^2;^3;
'); +INSERT INTO template VALUES (4,'Three Over One','\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n\r\n
^0;^1;^2;
^3;
'); +INSERT INTO template VALUES (5,'Left Column','\r\n\r\n \r\n \r\n\r\n
^0;^1;
'); +INSERT INTO template VALUES (6,'Right Column','\r\n\r\n \r\n \r\n\r\n
^0;^1;
\r\n'); +INSERT INTO template VALUES (7,'Side By Side','\r\n\r\n \r\n \r\n\r\n
^0;^1;
\r\n'); -- -- Table structure for table 'userLoginLog' @@ -3545,6 +4161,8 @@ INSERT INTO userProfileField VALUES ('workName','WebGUI::International::get(450, INSERT INTO userProfileField VALUES ('timeOffset','WebGUI::International::get(460,\"WebGUI\");',1,0,'text',NULL,'\'0\'',2,4,1); INSERT INTO userProfileField VALUES ('dateFormat','WebGUI::International::get(461,\"WebGUI\");',1,0,'select','{\r\n \'%M/%D/%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%M/%D/%y\"),\r\n \'%y-%m-%d\'=>WebGUI::DateTime::epochToHuman(\"\",\"%y-%m-%d\"),\r\n \'%D-%c-%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%D-%c-%y\"),\r\n \'%c %D, %y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%c %D, %y\")\r\n}\r\n','[\'%M/%D/%y\']',3,4,1); INSERT INTO userProfileField VALUES ('timeFormat','WebGUI::International::get(462,\"WebGUI\");',1,0,'select','{\r\n \'%H:%n %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n %p\"),\r\n \'%H:%n:%s %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n:%s %p\"),\r\n \'%j:%n\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n\"),\r\n \'%j:%n:%s\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n:%s\")\r\n}\r\n','[\'%H:%n %p\']',4,4,1); +INSERT INTO userProfileField VALUES ('discussionLayout','WebGUI::International::get(509)',1,0,'select','{\r\n threaded=>WebGUI::International::get(511),\r\n flat=>WebGUI::International::get(510)\r\n}','[\'threaded\']',5,4,0); +INSERT INTO userProfileField VALUES ('INBOXNotifications','WebGUI::International::get(518)',1,0,'select','{ \r\n none=>WebGUI::International::get(519),\r\n email=>WebGUI::International::get(520),\r\n emailToPager=>WebGUI::International::get(521),\r\n icq=>WebGUI::International::get(522)\r\n}','[\'email\']',6,4,0); -- -- Table structure for table 'userSession' @@ -3604,34 +4222,8 @@ CREATE TABLE webguiVersion ( -- Dumping data for table 'webguiVersion' -- -INSERT INTO webguiVersion VALUES ('3.8.0','intitial install',unix_timestamp()); - --- --- Table structure for table 'widget' --- - -CREATE TABLE widget ( - widgetId int(11) NOT NULL default '0', - pageId int(11) default NULL, - namespace varchar(35) default NULL, - sequenceNumber int(11) NOT NULL default '1', - title varchar(255) default NULL, - displayTitle int(11) NOT NULL default '1', - description text, - processMacros int(11) NOT NULL default '0', - dateAdded int(11) default NULL, - addedBy int(11) default NULL, - lastEdited int(11) default NULL, - editedBy int(11) default NULL, - templatePosition char(1) NOT NULL default 'A', - PRIMARY KEY (widgetId) -) TYPE=MyISAM; - --- --- Dumping data for table 'widget' --- - +INSERT INTO webguiVersion VALUES ('3.9.0','intitial install',unix_timestamp()); -- -- Table structure for table 'wobject' @@ -3661,5 +4253,5 @@ CREATE TABLE wobject ( -- -INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1,1001744792,3,1016077239,3,'A',1001744792,1336444487); +INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1,1001744792,3,1016077239,3,'0',1001744792,1336444487);