From 0c524325f86dc6ee9f34164e9b238434973895bb Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 3 Dec 2002 06:23:46 +0000 Subject: [PATCH] preparing for the 4.9.1 bugfix cycle. --- docs/previousVersion.sql | 1438 ++++++++++++++++++++----- docs/upgrades/upgrade_4.9.0-4.9.1.sql | 8 + lib/WebGUI.pm | 2 +- 3 files changed, 1159 insertions(+), 289 deletions(-) create mode 100644 docs/upgrades/upgrade_4.9.0-4.9.1.sql diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index 6e71c011b..c06cae896 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -25,7 +25,10 @@ CREATE TABLE Article ( -- -INSERT INTO Article VALUES (-2,NULL,'','',NULL,0,0,1); +INSERT INTO Article VALUES (-2,NULL,'','','',0,0,1); +INSERT INTO Article VALUES (-3,NULL,'','',NULL,0,0,1); +INSERT INTO Article VALUES (-4,NULL,'','',NULL,0,0,1); +INSERT INTO Article VALUES (-5,NULL,'','',NULL,0,0,1); -- -- Table structure for table 'EventsCalendar' @@ -35,6 +38,11 @@ CREATE TABLE EventsCalendar ( wobjectId int(11) NOT NULL default '0', calendarLayout varchar(30) NOT NULL default 'list', paginateAfter int(11) NOT NULL default '50', + startMonth varchar(35) NOT NULL default 'current', + endMonth varchar(35) NOT NULL default 'after12', + defaultMonth varchar(35) NOT NULL default 'current', + templateId int(11) NOT NULL default '1', + eventTemplateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -125,7 +133,7 @@ CREATE TABLE FAQ_question ( CREATE TABLE FileManager ( wobjectId int(11) NOT NULL default '0', paginateAfter int(11) NOT NULL default '50', - displayThumbnails int(11) NOT NULL default '0', + templateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -183,9 +191,7 @@ CREATE TABLE Item ( CREATE TABLE LinkList ( wobjectId int(11) NOT NULL default '0', - indent int(11) NOT NULL default '0', - lineSpacing int(11) NOT NULL default '1', - bullet varchar(255) NOT NULL default '·', + templateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -310,6 +316,7 @@ CREATE TABLE MailForm_field ( CREATE TABLE MessageBoard ( wobjectId int(11) NOT NULL default '0', messagesPerPage int(11) NOT NULL default '50', + templateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -524,9 +531,7 @@ CREATE TABLE SiteMap ( startAtThisLevel int(11) default NULL, depth int(11) NOT NULL default '0', indent int(11) NOT NULL default '5', - bullet varchar(30) NOT NULL default '·', - lineSpacing int(11) NOT NULL default '1', - displaySynopsis int(11) NOT NULL default '0', + templateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -535,7 +540,7 @@ CREATE TABLE SiteMap ( -- -INSERT INTO SiteMap VALUES (-1,0,0,5,'·',1,1); +INSERT INTO SiteMap VALUES (-1,0,0,5,2); -- -- Table structure for table 'Survey' @@ -706,6 +711,30 @@ CREATE TABLE WobjectProxy ( +-- +-- Table structure for table 'authentication' +-- + +CREATE TABLE authentication ( + userId int(11) NOT NULL default '0', + authMethod varchar(30) NOT NULL default '', + fieldName varchar(128) NOT NULL default '', + fieldData text, + PRIMARY KEY (userId,authMethod,fieldName) +) TYPE=MyISAM; + +-- +-- Dumping data for table 'authentication' +-- + + +INSERT INTO authentication VALUES (1,'LDAP','ldapUrl',NULL); +INSERT INTO authentication VALUES (3,'LDAP','ldapUrl',''); +INSERT INTO authentication VALUES (1,'LDAP','connectDN',NULL); +INSERT INTO authentication VALUES (3,'LDAP','connectDN',''); +INSERT INTO authentication VALUES (1,'WebGUI','identifier','No Login'); +INSERT INTO authentication VALUES (3,'WebGUI','identifier','RvlMjeFPs2aAhQdo/xt/Kg'); + -- -- Table structure for table 'collateral' -- @@ -714,12 +743,13 @@ CREATE TABLE collateral ( collateralId int(11) NOT NULL default '0', name varchar(128) NOT NULL default 'untitled', filename varchar(255) default NULL, - parameters varchar(255) default NULL, + parameters text, userId int(11) default NULL, username varchar(128) default NULL, dateUploaded int(11) default NULL, collateralFolderId int(11) NOT NULL default '0', collateralType varchar(30) NOT NULL default 'image', + thumbnailsize int(4) default NULL, PRIMARY KEY (collateralId) ) TYPE=MyISAM; @@ -765,6 +795,11 @@ CREATE TABLE discussion ( views int(11) NOT NULL default '0', locked int(11) NOT NULL default '0', status varchar(30) NOT NULL default 'Approved', + userDefined1 varchar(255) default NULL, + userDefined2 varchar(255) default NULL, + userDefined3 varchar(255) default NULL, + userDefined4 varchar(255) default NULL, + userDefined5 varchar(255) default NULL, PRIMARY KEY (messageId) ) TYPE=MyISAM; @@ -836,7 +871,6 @@ INSERT INTO groups VALUES (5,'Style Managers','Users that have privileges to edi INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to add, edit, and delete packages of wobjects and pages to deploy.',314496000,1000000000); INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000); INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000,1000000000); -INSERT INTO groups VALUES (9,'Image Managers','Users that have privileges to add, edit, and delete images from the image manager. Content managers can view by default',314496000,1000000000); -- -- Table structure for table 'help' @@ -857,36 +891,36 @@ CREATE TABLE help ( -- -INSERT INTO help VALUES (20,'WebGUI',670,625,'26,WebGUI;'); -INSERT INTO help VALUES (1,'FileManager',61,71,'2,FileManager;21,WebGUI;'); +INSERT INTO help VALUES (20,'WebGUI',670,625,'49,WebGUI;'); +INSERT INTO help VALUES (1,'FileManager',61,71,'3,FileManager;2,FileManager;21,WebGUI;'); INSERT INTO help VALUES (28,'WebGUI',678,633,'1,WebGUI;3,WebGUI;'); INSERT INTO help VALUES (31,'WebGUI',681,636,'30,WebGUI;1,WebGUI;3,WebGUI;'); INSERT INTO help VALUES (30,'WebGUI',680,635,'31,WebGUI;'); -INSERT INTO help VALUES (25,'WebGUI',675,630,NULL); -INSERT INTO help VALUES (1,'Item',61,71,'21,WebGUI;'); +INSERT INTO help VALUES (25,'WebGUI',675,630,'60,WebGUI;'); +INSERT INTO help VALUES (1,'Item',61,71,'2,Item;21,WebGUI;'); INSERT INTO help VALUES (6,'WebGUI',656,611,'12,WebGUI;'); INSERT INTO help VALUES (46,'WebGUI',696,651,NULL); INSERT INTO help VALUES (22,'WebGUI',672,627,'12,WebGUI;'); -INSERT INTO help VALUES (1,'USS',61,71,'21,WebGUI;'); +INSERT INTO help VALUES (1,'USS',61,71,'3,USS;2,USS;21,WebGUI;'); INSERT INTO help VALUES (24,'WebGUI',674,629,'12,WebGUI;'); -INSERT INTO help VALUES (1,'FAQ',61,71,'2,FAQ;21,WebGUI;'); +INSERT INTO help VALUES (1,'FAQ',61,71,'3,FAQ;2,FAQ;21,WebGUI;'); INSERT INTO help VALUES (13,'WebGUI',663,618,'12,WebGUI;'); INSERT INTO help VALUES (1,'SyndicatedContent',61,71,'21,WebGUI;'); -INSERT INTO help VALUES (1,'EventsCalendar',61,71,'2,EventsCalendar;21,WebGUI;'); -INSERT INTO help VALUES (1,'MessageBoard',61,71,'21,WebGUI;'); -INSERT INTO help VALUES (1,'LinkList',61,71,'2,LinkList;21,WebGUI;'); +INSERT INTO help VALUES (1,'EventsCalendar',61,71,'2,EventsCalendar;3,EventsCalendar;21,WebGUI;'); +INSERT INTO help VALUES (1,'MessageBoard',61,71,'2,MessageBoard;21,WebGUI;'); +INSERT INTO help VALUES (1,'LinkList',61,71,'3,LinkList;2,LinkList;21,WebGUI;'); INSERT INTO help VALUES (21,'WebGUI',671,626,'1,Article;1,FileManager;1,EventsCalendar;1,ExtraColumn;1,FAQ;1,Item;1,LinkList;19,WebGUI;1,MailForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;18,WebGUI;1,SyndicatedContent;1,USS;1,WobjectProxy;27,WebGUI;14,WebGUI;'); INSERT INTO help VALUES (1,'Article',61,71,'21,WebGUI;'); INSERT INTO help VALUES (1,'ExtraColumn',61,71,'21,WebGUI;'); INSERT INTO help VALUES (27,'WebGUI',677,632,'21,WebGUI;'); INSERT INTO help VALUES (1,'Poll',61,71,'21,WebGUI;'); -INSERT INTO help VALUES (1,'SiteMap',61,71,'21,WebGUI;'); +INSERT INTO help VALUES (1,'SiteMap',61,71,'2,SiteMap;21,WebGUI;'); INSERT INTO help VALUES (1,'SQLReport',61,71,'21,WebGUI;'); INSERT INTO help VALUES (18,'WebGUI',668,623,NULL); INSERT INTO help VALUES (17,'WebGUI',667,622,'10,WebGUI;'); INSERT INTO help VALUES (2,'WebGUI',652,607,'12,WebGUI;'); INSERT INTO help VALUES (15,'WebGUI',665,620,'10,WebGUI;'); -INSERT INTO help VALUES (16,'WebGUI',666,621,'9,WebGUI;'); +INSERT INTO help VALUES (16,'WebGUI',666,621,'60,WebGUI;9,WebGUI;'); INSERT INTO help VALUES (14,'WebGUI',664,619,'21,WebGUI;'); INSERT INTO help VALUES (12,'WebGUI',662,617,'6,WebGUI;29,WebGUI;13,WebGUI;24,WebGUI;22,WebGUI;2,WebGUI;'); INSERT INTO help VALUES (10,'WebGUI',660,615,'17,WebGUI;15,WebGUI;8,WebGUI;'); @@ -897,16 +931,16 @@ INSERT INTO help VALUES (32,'WebGUI',682,637,'8,WebGUI;'); INSERT INTO help VALUES (5,'WebGUI',655,610,'8,WebGUI;'); INSERT INTO help VALUES (3,'WebGUI',653,608,'1,WebGUI;'); INSERT INTO help VALUES (4,'WebGUI',654,609,'9,WebGUI;'); -INSERT INTO help VALUES (1,'WebGUI',642,606,'3,WebGUI;'); +INSERT INTO help VALUES (1,'WebGUI',642,606,'52,WebGUI;3,WebGUI;'); INSERT INTO help VALUES (29,'WebGUI',679,634,'12,WebGUI;'); -INSERT INTO help VALUES (33,'WebGUI',683,638,'34,WebGUI;35,WebGUI;'); +INSERT INTO help VALUES (33,'WebGUI',683,638,'34,WebGUI;35,WebGUI;50,WebGUI;'); INSERT INTO help VALUES (34,'WebGUI',684,639,'33,WebGUI;'); INSERT INTO help VALUES (35,'WebGUI',685,640,'33,WebGUI;'); -INSERT INTO help VALUES (19,'WebGUI',669,624,'9,WebGUI;21,WebGUI;'); +INSERT INTO help VALUES (19,'WebGUI',669,624,'53,WebGUI;58,WebGUI;57,WebGUI;60,WebGUI;59,WebGUI;'); INSERT INTO help VALUES (1,'MailForm',61,71,'21,WebGUI;'); INSERT INTO help VALUES (2,'MailForm',62,72,'1,MailForm;'); INSERT INTO help VALUES (2,'FileManager',72,73,'1,FileManager;'); -INSERT INTO help VALUES (2,'EventsCalendar',72,73,'1,EventsCalendar;'); +INSERT INTO help VALUES (2,'EventsCalendar',72,73,'4,EventsCalendar;1,EventsCalendar;'); INSERT INTO help VALUES (2,'FAQ',72,73,'1,FAQ;'); INSERT INTO help VALUES (2,'LinkList',72,73,'1,LinkList;'); INSERT INTO help VALUES (47,'WebGUI',697,698,'1,Article;17,WebGUI;1,MessageBoard;1,Poll;2,WebGUI;1,USS;'); @@ -918,9 +952,31 @@ INSERT INTO help VALUES (4,'Product',44,45,'1,Product;'); INSERT INTO help VALUES (5,'Product',46,47,'1,Product;'); INSERT INTO help VALUES (48,'WebGUI',708,709,'12,WebGUI;'); INSERT INTO help VALUES (6,'Product',49,50,'2,Product;1,Product;'); -INSERT INTO help VALUES (7,'Product',62,63,'1,Product;'); +INSERT INTO help VALUES (7,'Product',62,63,'1,Product;51,WebGUI;'); INSERT INTO help VALUES (1,'Survey',3,4,'21,WebGUI;'); -INSERT INTO help VALUES (49,'WebGUI',785,786,NULL); +INSERT INTO help VALUES (49,'WebGUI',785,786,'53,WebGUI;54,WebGUI;56,WebGUI;20,WebGUI;55,WebGUI;'); +INSERT INTO help VALUES (50,'WebGUI',825,826,'33,WebGUI;'); +INSERT INTO help VALUES (2,'Article',72,73,'1,Article;51,WebGUI;'); +INSERT INTO help VALUES (51,'WebGUI',827,828,'33,WebGUI;'); +INSERT INTO help VALUES (3,'EventsCalendar',94,95,'1,EventsCalendar;51,WebGUI;'); +INSERT INTO help VALUES (3,'FAQ',76,77,'1,FAQ;51,WebGUI;'); +INSERT INTO help VALUES (3,'FileManager',75,76,'1,FileManager;51,WebGUI;'); +INSERT INTO help VALUES (4,'EventsCalendar',96,97,'2,EventsCalendar;51,WebGUI;'); +INSERT INTO help VALUES (2,'Item',73,74,'1,Item;51,WebGUI;'); +INSERT INTO help VALUES (3,'LinkList',75,76,'1,LinkList;51,WebGUI;'); +INSERT INTO help VALUES (2,'MessageBoard',73,74,'1,MessageBoard;51,WebGUI;'); +INSERT INTO help VALUES (2,'SiteMap',72,73,'1,SiteMap;51,WebGUI;'); +INSERT INTO help VALUES (2,'USS',74,75,'1,USS;51,WebGUI;'); +INSERT INTO help VALUES (3,'USS',76,77,'1,USS;51,WebGUI;'); +INSERT INTO help VALUES (52,'WebGUI',829,830,'1,WebGUI;33,WebGUI;'); +INSERT INTO help VALUES (53,'WebGUI',831,832,'49,WebGUI;19,WebGUI;'); +INSERT INTO help VALUES (54,'WebGUI',833,834,'49,WebGUI;'); +INSERT INTO help VALUES (55,'WebGUI',835,836,'49,WebGUI;'); +INSERT INTO help VALUES (56,'WebGUI',837,838,'49,WebGUI;'); +INSERT INTO help VALUES (57,'WebGUI',839,840,'19,WebGUI;'); +INSERT INTO help VALUES (58,'WebGUI',841,842,'19,WebGUI;'); +INSERT INTO help VALUES (59,'WebGUI',843,844,'19,WebGUI;'); +INSERT INTO help VALUES (60,'WebGUI',845,846,'19,WebGUI;16,WebGUI;'); -- -- Table structure for table 'incrementer' @@ -989,8 +1045,7 @@ INSERT INTO international VALUES (1,'Article',1,'Article',1031514049); INSERT INTO international VALUES (1,'Article',4,'Artículo',1031510000); INSERT INTO international VALUES (1,'Article',5,'Artigo',1031510000); INSERT INTO international VALUES (37,'USS',3,'Verwijder',1031516049); -INSERT INTO international VALUES (1,'EventsCalendar',1,'Proceed to add event?',1031514049); -INSERT INTO international VALUES (1,'EventsCalendar',5,'Proseguir com a adição do evento?',1031510000); +INSERT INTO international VALUES (89,'EventsCalendar',1,'Show 3 months from start.',1038190646); INSERT INTO international VALUES (10,'LinkList',2,'Link Liste\nbearbeiten',1031510000); INSERT INTO international VALUES (35,'USS',3,'Titel',1031516049); INSERT INTO international VALUES (1,'ExtraColumn',1,'Extra Column',1031514049); @@ -998,8 +1053,6 @@ INSERT INTO international VALUES (1,'ExtraColumn',4,'Columna Extra',1031510000); INSERT INTO international VALUES (1,'ExtraColumn',5,'Coluna extra',1031510000); INSERT INTO international VALUES (34,'USS',3,'Return converteren',1031516049); INSERT INTO international VALUES (1,'Item',1,'Link URL',1031514049); -INSERT INTO international VALUES (1,'LinkList',1,'Indent',1031514049); -INSERT INTO international VALUES (1,'LinkList',5,'Destaque',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',6,'StyleSheet Class',1031510000); INSERT INTO international VALUES (700,'WebGUI',6,'Dag',1031510000); INSERT INTO international VALUES (5,'Article',6,'Body',1031510000); @@ -1031,7 +1084,6 @@ INSERT INTO international VALUES (2,'EventsCalendar',5,'Calend INSERT INTO international VALUES (4,'SiteMap',6,'Nivåer att traversera',1031510000); INSERT INTO international VALUES (4,'Poll',6,'Vem kan rösta?',1031510000); INSERT INTO international VALUES (4,'MessageBoard',6,'Meddelanden per sida',1031510000); -INSERT INTO international VALUES (4,'LinkList',6,'Kula',1031510000); INSERT INTO international VALUES (10,'SQLReport',2,'Fehler: Das\nSQL-Statement ist im falschen Format.',1031510000); INSERT INTO international VALUES (17,'SQLReport',3,'Debug: Query:',1031516049); INSERT INTO international VALUES (2,'FAQ',1,'F.A.Q.',1031514049); @@ -1039,8 +1091,6 @@ INSERT INTO international VALUES (2,'FAQ',4,'F.A.Q.',1031510000); INSERT INTO international VALUES (2,'FAQ',5,'Perguntas mais frequentes',1031510000); INSERT INTO international VALUES (2,'Item',1,'Attachment',1031514049); INSERT INTO international VALUES (16,'SQLReport',3,'Debug?',1031516049); -INSERT INTO international VALUES (2,'LinkList',1,'Line Spacing',1031514049); -INSERT INTO international VALUES (2,'LinkList',5,'Espaço entre linhas',1031510000); INSERT INTO international VALUES (1,'Article',10,'Artikkel',1032469833); INSERT INTO international VALUES (2,'MessageBoard',1,'Message Board',1031514049); INSERT INTO international VALUES (2,'MessageBoard',4,'Table de Mensages',1031510000); @@ -1071,7 +1121,6 @@ INSERT INTO international VALUES (3,'SyndicatedContent',6,'L INSERT INTO international VALUES (3,'SQLReport',6,'Rapportmall',1032859295); INSERT INTO international VALUES (3,'SiteMap',6,'Starta från denna nivå?',1031510000); INSERT INTO international VALUES (3,'Poll',6,'Aktiv',1031510000); -INSERT INTO international VALUES (9,'SiteMap',3,'Omschrijving laten zien?',1031516049); INSERT INTO international VALUES (3,'ExtraColumn',1,'Spacer',1031514049); INSERT INTO international VALUES (3,'ExtraColumn',4,'Espaciador',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',5,'Espaçamento',1031510000); @@ -1122,8 +1171,6 @@ INSERT INTO international VALUES (4,'ExtraColumn',5,'Largura',1031510000); INSERT INTO international VALUES (2,'USS',6,'Vem kan göra inlägg?',1031510000); INSERT INTO international VALUES (2,'SyndicatedContent',6,'Syndicated inehåll',1031510000); INSERT INTO international VALUES (4,'Item',1,'Item',1031514049); -INSERT INTO international VALUES (4,'LinkList',1,'Bullet',1031514049); -INSERT INTO international VALUES (4,'LinkList',5,'Marca',1031510000); INSERT INTO international VALUES (4,'MessageBoard',1,'Messages Per Page',1031514049); INSERT INTO international VALUES (4,'MessageBoard',4,'Mensages por página',1031510000); INSERT INTO international VALUES (4,'MessageBoard',5,'Mensagens por página',1031510000); @@ -1150,21 +1197,17 @@ INSERT INTO international VALUES (4,'WebGUI',5,'Organizar prefer INSERT INTO international VALUES (11,'WebGUI',2,'Mülleimer\nleeren',1031510000); INSERT INTO international VALUES (38,'USS',1,'(Select \"No\" if you\'re writing an HTML/Rich Edit submission.)',1031514049); INSERT INTO international VALUES (20,'EventsCalendar',1,'Add an event.',1031514049); -INSERT INTO international VALUES (18,'EventsCalendar',3,'Calendar Month',1031516049); INSERT INTO international VALUES (700,'WebGUI',1,'Day(s)',1031514049); INSERT INTO international VALUES (700,'WebGUI',4,'Día',1031510000); INSERT INTO international VALUES (700,'WebGUI',5,'Dia',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',1,'StyleSheet Class',1031514049); INSERT INTO international VALUES (5,'ExtraColumn',4,'Clase StyleSheet',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',5,'StyleSheet Class',1031510000); -INSERT INTO international VALUES (17,'EventsCalendar',3,'Lijst',1031516049); INSERT INTO international VALUES (5,'FAQ',1,'Question',1031514049); INSERT INTO international VALUES (5,'FAQ',4,'Pregunta',1031510000); INSERT INTO international VALUES (5,'FAQ',5,'Questão',1031510000); INSERT INTO international VALUES (5,'Item',1,'Download Attachment',1031514049); -INSERT INTO international VALUES (16,'EventsCalendar',3,'Kalender layout',1031516049); -INSERT INTO international VALUES (5,'LinkList',1,'Proceed to add link?',1031514049); -INSERT INTO international VALUES (5,'LinkList',5,'Proseguir com a adição do hiperlink?',1031510000); +INSERT INTO international VALUES (816,'WebGUI',1,'Status',1038431169); INSERT INTO international VALUES (566,'WebGUI',1,'Edit Timeout',1031514049); INSERT INTO international VALUES (566,'WebGUI',4,'Timeout de edición',1031510000); INSERT INTO international VALUES (566,'WebGUI',5,'Modificar Timeout',1031510000); @@ -1181,7 +1224,7 @@ INSERT INTO international VALUES (5,'SQLReport',4,'DSN',1031510000); INSERT INTO international VALUES (5,'SQLReport',5,'DSN',1031510000); INSERT INTO international VALUES (5,'SyndicatedContent',1,'Last Fetched',1031514049); INSERT INTO international VALUES (5,'SyndicatedContent',5,'Ultima retirada',1031510000); -INSERT INTO international VALUES (21,'EventsCalendar',3,'Doorgaan met evenement toevoegen?',1031516049); +INSERT INTO international VALUES (93,'EventsCalendar',1,'Next Event',1038202290); INSERT INTO international VALUES (5,'USS',1,'Your submission has been denied.',1031514049); INSERT INTO international VALUES (5,'USS',5,'A sua submissão não foi aprovada.',1031510000); INSERT INTO international VALUES (5,'WebGUI',1,'Manage groups.',1031514049); @@ -1201,14 +1244,12 @@ INSERT INTO international VALUES (6,'FAQ',1,'Answer',1031514049); INSERT INTO international VALUES (6,'FAQ',4,'Respuesta',1031510000); INSERT INTO international VALUES (6,'FAQ',5,'Resposta',1031510000); INSERT INTO international VALUES (12,'FileManager',2,'Sind Sie\nsicher, dass Sie diesen Download löschen möchten?',1031510000); -INSERT INTO international VALUES (22,'FileManager',3,'Doorgaan met download toevoegen',1031516049); INSERT INTO international VALUES (6,'LinkList',1,'Link List',1031514049); INSERT INTO international VALUES (6,'LinkList',4,'Lista de Enlaces',1031510000); INSERT INTO international VALUES (6,'LinkList',5,'Lista de hiperlinks',1031510000); INSERT INTO international VALUES (6,'MessageBoard',1,'Edit Message Board',1031514049); INSERT INTO international VALUES (6,'MessageBoard',4,'Editar Tabla de Mensages',1031510000); INSERT INTO international VALUES (6,'MessageBoard',5,'Modificar quadro de mensagens',1031510000); -INSERT INTO international VALUES (21,'FileManager',3,'Miniaturen weergeven?',1031516049); INSERT INTO international VALUES (6,'Poll',1,'Question',1031514049); INSERT INTO international VALUES (6,'Poll',4,'Pregunta',1031510000); INSERT INTO international VALUES (6,'Poll',5,'Questão',1031510000); @@ -1252,8 +1293,6 @@ INSERT INTO international VALUES (7,'Poll',1,'Answers',1031514049); INSERT INTO international VALUES (7,'Poll',4,'Respuestas',1031510000); INSERT INTO international VALUES (7,'Poll',5,'Respostas',1031510000); INSERT INTO international VALUES (16,'FileManager',3,'Upload datum',1031516049); -INSERT INTO international VALUES (7,'SiteMap',1,'Bullet',1031514049); -INSERT INTO international VALUES (7,'SiteMap',5,'Marca',1031510000); INSERT INTO international VALUES (7,'SQLReport',1,'Database Password',1031514049); INSERT INTO international VALUES (7,'SQLReport',4,'Password de la Base de Datos',1031510000); INSERT INTO international VALUES (7,'SQLReport',5,'Password da base de dados',1031510000); @@ -1287,8 +1326,6 @@ INSERT INTO international VALUES (8,'Poll',1,'(Enter one answer per line. No mor INSERT INTO international VALUES (8,'Poll',4,'(Ingrese una por línea. No más de 20)',1031510000); INSERT INTO international VALUES (8,'Poll',5,'(Introduza uma resposta por linha. Não passe das 20.)',1031510000); INSERT INTO international VALUES (10,'FileManager',3,'Bewerk Download',1031516049); -INSERT INTO international VALUES (8,'SiteMap',1,'Line Spacing',1031514049); -INSERT INTO international VALUES (8,'SiteMap',5,'Espaçamento de linha',1031510000); INSERT INTO international VALUES (8,'SQLReport',1,'Edit SQL Report',1031514049); INSERT INTO international VALUES (8,'SQLReport',4,'Editar Reporte SQL',1031510000); INSERT INTO international VALUES (8,'SQLReport',5,'Modificar o relaório SQL',1031510000); @@ -1598,7 +1635,6 @@ INSERT INTO international VALUES (320,'WebGUI',3,'\"
\r\n\r\nûÉÒÉÎÁ
\r\n÷×ÅÄÉÔÅ ÛÉÒÉÎÕ ×ÓÅÈ ÐÏÌÅÊ ÆÏÒÍÙ. ðÏ ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÎÁÞÅÎÉÅ 45.\r\n

\r\n\r\nïÔ, ëÏÍÕ, Cc, Bcc, ôÅÍÁ
\r\n÷ ÜÔÉÈ ÐÏÌÑÈ ÎÁÄÏ ××ÅÓÔÉ email ÐÏÌÕÞÁÔÅÌÑ. ÷Ù ÍÏÖÅÔÅ ÄÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ×ÏÚÍÏÖÎÏÓÔØ ÉÚÍÅÎÉÔØ ÎÅËÏÔÏÒÙÅ ÉÌÉ ×ÓÅ ÐÏÌÑ, ÎÏ ÏÂÙÞÎÏ ÉÚÍÅÎÑÅÍÙÍÉ ÐÏÌÑÍÉ Ñ×ÌÑÀÔÓÑ ÐÏÌÑ \"ïÔ\" É \"ôÅÍÁ\". ó ÐÏÍÏÝØÀ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ ×Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌÑ, ÉÍÅÅÔ ÌÉ ÐÒÁ×Ï ÐÏÌØÚÏ×ÁÔÅÌØ ÅÇÏ ÍÅÎÑÔØ ÉÌÉ ÎÅÔ.\r\n

\r\n\r\nðÏÄÔ×ÅÒÖÄÅÎÉÅ
\r\nüÔÏ ÓÏÏÂÝÅÎÉÅ ÂÕÄÅÔ ÏÔÏÂÒÁÖÅÎÏ ÐÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ËÎÏÐËÕ \"ðÏÓÌÁÔØ\".\r\n

\r\n\r\nóÏÈÒÁÎÉÔØ ÚÁÐÉÓÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÚÁÐÏÌÎÅÎÙÅ ÐÏÌÑ ÆÏÒÍÙ ÂÕÄÕÔ ÓÏÈÒÁÎÅÎÙ.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÐÏÌÅ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÓÒÁÚÕ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".',1035370234); INSERT INTO international VALUES (378,'WebGUI',1,'User ID',1031514049); INSERT INTO international VALUES (379,'WebGUI',1,'Group ID',1031514049); INSERT INTO international VALUES (380,'WebGUI',1,'Style ID',1031514049); INSERT INTO international VALUES (381,'WebGUI',1,'WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.',1031514049); -INSERT INTO international VALUES (1,'FileManager',1,'Download Manager',1031514049); -INSERT INTO international VALUES (1,'EventsCalendar',6,'Fortsätt med att lägga till en händelse?',1031510000); +INSERT INTO international VALUES (1,'FileManager',1,'File Manager',1038028463); +INSERT INTO international VALUES (90,'EventsCalendar',1,'Default Month',1038190708); INSERT INTO international VALUES (3,'FileManager',1,'Proceed to add file?',1031514049); INSERT INTO international VALUES (367,'WebGUI',6,'Bäst före',1031510000); INSERT INTO international VALUES (5,'FileManager',1,'File Title',1031514049); -INSERT INTO international VALUES (6,'FileManager',1,'Download File',1031514049); +INSERT INTO international VALUES (6,'FileManager',1,'File',1038882929); INSERT INTO international VALUES (7,'FileManager',1,'Group to Download',1031514049); INSERT INTO international VALUES (8,'FileManager',1,'Brief Synopsis',1031514049); -INSERT INTO international VALUES (9,'FileManager',1,'Edit Download Manager',1031514049); -INSERT INTO international VALUES (10,'FileManager',1,'Edit Download',1031514049); -INSERT INTO international VALUES (11,'FileManager',1,'Add a new download.',1031514049); -INSERT INTO international VALUES (12,'FileManager',1,'Are you certain that you wish to delete this download?',1031514049); -INSERT INTO international VALUES (22,'FileManager',1,'Proceed to add download?',1031514049); +INSERT INTO international VALUES (9,'FileManager',1,'Edit File Manager',1038028499); +INSERT INTO international VALUES (10,'FileManager',1,'Edit File',1038882889); +INSERT INTO international VALUES (11,'FileManager',1,'Add a new file.',1038882956); +INSERT INTO international VALUES (12,'FileManager',1,'Are you certain that you wish to delete this file?',1038882975); INSERT INTO international VALUES (14,'FileManager',1,'File',1031514049); INSERT INTO international VALUES (15,'FileManager',1,'Description',1031514049); INSERT INTO international VALUES (16,'FileManager',1,'Date Uploaded',1031514049); @@ -2406,14 +2441,11 @@ INSERT INTO international VALUES (37,'USS',1,'Delete',1031514049); INSERT INTO international VALUES (13,'SQLReport',1,'Convert carriage returns?',1031514049); INSERT INTO international VALUES (17,'FileManager',1,'Alternate Version #1',1031514049); INSERT INTO international VALUES (18,'FileManager',1,'Alternate Version #2',1031514049); -INSERT INTO international VALUES (19,'FileManager',1,'You have no files available for download.',1031514049); +INSERT INTO international VALUES (19,'FileManager',1,'You have no files available.',1038882995); INSERT INTO international VALUES (14,'EventsCalendar',1,'Start Date',1031514049); INSERT INTO international VALUES (15,'EventsCalendar',1,'End Date',1031514049); INSERT INTO international VALUES (20,'FileManager',1,'Paginate After',1031514049); INSERT INTO international VALUES (14,'SQLReport',1,'Paginate After',1031514049); -INSERT INTO international VALUES (16,'EventsCalendar',1,'Calendar Layout',1031514049); -INSERT INTO international VALUES (17,'EventsCalendar',1,'List',1031514049); -INSERT INTO international VALUES (18,'EventsCalendar',1,'Calendar Month',1031514049); INSERT INTO international VALUES (19,'EventsCalendar',1,'Paginate After',1031514049); INSERT INTO international VALUES (384,'WebGUI',1,'File',1031514049); INSERT INTO international VALUES (385,'WebGUI',1,'Parameters',1031514049); @@ -2438,7 +2470,6 @@ INSERT INTO international VALUES (402,'WebGUI',1,'The message you requested does INSERT INTO international VALUES (403,'WebGUI',1,'Prefer not to say.',1031514049); INSERT INTO international VALUES (405,'WebGUI',1,'Last Page',1031514049); INSERT INTO international VALUES (406,'WebGUI',1,'Thumbnail Size',1031514049); -INSERT INTO international VALUES (21,'FileManager',1,'Display thumbnails?',1031514049); INSERT INTO international VALUES (407,'WebGUI',1,'Click here to register.',1031514049); INSERT INTO international VALUES (15,'SQLReport',1,'Preprocess macros on query?',1031514049); INSERT INTO international VALUES (16,'SQLReport',1,'Debug?',1031514049); @@ -2551,7 +2582,6 @@ INSERT INTO international VALUES (409,'WebGUI',1,'Add a new root.',1031514049); INSERT INTO international VALUES (410,'WebGUI',1,'Manage roots.',1031514049); INSERT INTO international VALUES (411,'WebGUI',1,'Menu Title',1031514049); INSERT INTO international VALUES (412,'WebGUI',1,'Synopsis',1031514049); -INSERT INTO international VALUES (9,'SiteMap',1,'Display synopsis?',1031514049); INSERT INTO international VALUES (18,'Article',1,'Allow discussion?',1031514049); INSERT INTO international VALUES (10,'Product',1,'Price',1031514049); INSERT INTO international VALUES (22,'Article',1,'Author',1031514049); @@ -2617,7 +2647,6 @@ INSERT INTO international VALUES (41,'WebGUI',2,'Sie versuchen\neinen notwendige INSERT INTO international VALUES (39,'WebGUI',2,'Sie sind nicht\nberechtigt, diese Seite anzuschauen.',1031510000); INSERT INTO international VALUES (40,'WebGUI',2,'Notwendiger\nBestandteil',1031510000); INSERT INTO international VALUES (38,'WebGUI',2,'Sie sind nicht\nberechtigt, diese Aktion auszuführen. ^a(Melden Sie sich bitte mit einem\nBenutzernamen an);, der über ausreichende Rechte verfügt.',1031510000); -INSERT INTO international VALUES (2,'LinkList',6,'Avstånd mellan rader',1031510000); INSERT INTO international VALUES (37,'WebGUI',2,'Zugriff\nverweigert!',1031510000); INSERT INTO international VALUES (2,'SQLReport',6,'Lägg till SQL-rapport',1031579399); INSERT INTO international VALUES (37,'USS',2,'Löschen',1031510000); @@ -2661,7 +2690,6 @@ INSERT INTO international VALUES (21,'WebGUI',2,'Juli',1031510000); INSERT INTO international VALUES (21,'USS',2,'Erstellt\nvon',1031510000); INSERT INTO international VALUES (565,'WebGUI',2,'Wer kann\nmoderieren?',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',6,'Inträffar endast en gång.',1031510000); -INSERT INTO international VALUES (21,'FileManager',2,'Vorschaubilder anzeigen?',1031510000); INSERT INTO international VALUES (20,'WebGUI',2,'Juni',1031510000); INSERT INTO international VALUES (20,'USS',2,'Neuen\nBeitrag schreiben',1031510000); INSERT INTO international VALUES (20,'MessageBoard',2,'Letzte\nAntwort',1031510000); @@ -2680,18 +2708,15 @@ INSERT INTO international VALUES (18,'SQLReport',2,'Diese Abfrage\nliefert keine INSERT INTO international VALUES (18,'MessageBoard',2,'Diskussion\nbegonnen',1031510000); INSERT INTO international VALUES (18,'FileManager',2,'Alternative #2',1031510000); INSERT INTO international VALUES (17,'WebGUI',2,'März',1031510000); -INSERT INTO international VALUES (18,'EventsCalendar',2,'Kalendermonat',1031510000); INSERT INTO international VALUES (18,'Article',2,'Diskussion\nerlauben?',1031510000); INSERT INTO international VALUES (17,'USS',2,'Sind Sie\nsicher, dass Sie diesen Beitrag löschen wollen?',1031510000); INSERT INTO international VALUES (17,'SQLReport',2,'Debug:\nAbfrage:',1031510000); INSERT INTO international VALUES (17,'MessageBoard',2,'Neuen\nBeitrag schreiben',1031510000); -INSERT INTO international VALUES (17,'EventsCalendar',2,'Liste',1031510000); INSERT INTO international VALUES (17,'FileManager',2,'Alternative #1',1031510000); INSERT INTO international VALUES (16,'WebGUI',2,'Februar',1031510000); INSERT INTO international VALUES (16,'USS',2,'Ohne\nTitel',1031510000); INSERT INTO international VALUES (48,'Product',1,'Are you certain you wish to delete this benefit? It cannot be recovered once it has been deleted.',1031514049); INSERT INTO international VALUES (16,'FileManager',2,'Upload\nDatum',1031510000); -INSERT INTO international VALUES (16,'EventsCalendar',2,'Kalender\nLayout',1031510000); INSERT INTO international VALUES (16,'SQLReport',2,'debuggen?',1031510000); INSERT INTO international VALUES (16,'MessageBoard',2,'Datum',1031510000); INSERT INTO international VALUES (774,'WebGUI',1,'Are you certain you wish to delete this collateral? It cannot be recovered once deleted.',1036902945); @@ -2765,7 +2790,7 @@ INSERT INTO international VALUES (490,'WebGUI',1,'Add a profile category.',10315 INSERT INTO international VALUES (491,'WebGUI',1,'Add a profile field.',1031514049); INSERT INTO international VALUES (492,'WebGUI',1,'Profile fields list.',1031514049); INSERT INTO international VALUES (493,'WebGUI',1,'Back to site.',1031514049); -INSERT INTO international VALUES (495,'WebGUI',1,'Built-In Editor',1031514049); +INSERT INTO international VALUES (495,'WebGUI',1,'htmlArea (default)',1038159820); INSERT INTO international VALUES (496,'WebGUI',1,'Editor To Use',1031514049); INSERT INTO international VALUES (494,'WebGUI',1,'Real Objects Edit-On Pro',1031514049); INSERT INTO international VALUES (497,'WebGUI',1,'Start Date',1031514049); @@ -2796,7 +2821,6 @@ INSERT INTO international VALUES (7,'FAQ',6,' INSERT INTO international VALUES (7,'LinkList',6,'Lägg till länk',1031510000); INSERT INTO international VALUES (7,'MessageBoard',6,'Författare:',1031510000); INSERT INTO international VALUES (7,'Poll',6,'Svar',1031510000); -INSERT INTO international VALUES (7,'SiteMap',6,'Kula',1031510000); INSERT INTO international VALUES (7,'SQLReport',6,'Databas lösenord',1031651382); INSERT INTO international VALUES (560,'WebGUI',6,'Godkännt',1031510000); INSERT INTO international VALUES (7,'WebGUI',6,'Kontrollera användare.',1031647963); @@ -2806,7 +2830,6 @@ INSERT INTO international VALUES (8,'FAQ',6,'Redigera F.A.Q.',1031510000); INSERT INTO international VALUES (8,'LinkList',6,'URL',1031510000); INSERT INTO international VALUES (8,'MessageBoard',6,'Datum:',1031510000); INSERT INTO international VALUES (8,'Poll',6,'(Mata in ett svar per rad. Max 20.)',1031510000); -INSERT INTO international VALUES (8,'SiteMap',6,'Avstånd mellan rader',1031510000); INSERT INTO international VALUES (8,'SQLReport',6,'Redigera SQL Rapport',1031510000); INSERT INTO international VALUES (561,'WebGUI',6,'Nekat',1031510000); INSERT INTO international VALUES (8,'WebGUI',6,'Visa page not found.',1031510000); @@ -3141,9 +3164,6 @@ INSERT INTO international VALUES (14,'EventsCalendar',6,'Start datum',1031510000 INSERT INTO international VALUES (15,'EventsCalendar',6,'Slut datum',1031510000); INSERT INTO international VALUES (20,'FileManager',6,'Sidbrytning efter',1031510000); INSERT INTO international VALUES (14,'SQLReport',6,'Sidbrytning efter',1031510000); -INSERT INTO international VALUES (16,'EventsCalendar',6,'Kalenderutseende',1031841894); -INSERT INTO international VALUES (17,'EventsCalendar',6,'Lista',1031510000); -INSERT INTO international VALUES (18,'EventsCalendar',6,'Kalendermånad',1031649486); INSERT INTO international VALUES (19,'EventsCalendar',6,'Sidbrytning efter',1031510000); INSERT INTO international VALUES (354,'WebGUI',1,'View Inbox.',1031514049); INSERT INTO international VALUES (685,'WebGUI',10,'Skabelon, Slet',1036856042); @@ -3179,7 +3199,7 @@ INSERT INTO international VALUES (409,'WebGUI',6,'L INSERT INTO international VALUES (410,'WebGUI',6,'Hantera bassidor.',1031510000); INSERT INTO international VALUES (411,'WebGUI',6,'Huvudtitel',1031582640); INSERT INTO international VALUES (412,'WebGUI',6,'Synopsis',1031510000); -INSERT INTO international VALUES (9,'SiteMap',6,'Visa synopsis?',1031510000); +INSERT INTO international VALUES (76,'Survey',1,'Start Time',1038782111); INSERT INTO international VALUES (18,'Article',6,'Tillåt diskussion?',1031841978); INSERT INTO international VALUES (6,'Product',1,'Edit Product',1031514049); INSERT INTO international VALUES (4,'Product',1,'Are you certain you wish to delete the relationship to this related product?',1031514049); @@ -3328,8 +3348,8 @@ INSERT INTO international VALUES (17,'FileManager',10,'Alternativ version nr. 1' INSERT INTO international VALUES (18,'FileManager',10,'Alternativ version nr. 2',1031510000); INSERT INTO international VALUES (19,'FileManager',10,'Du har ikke nogen filer til Download',1031510000); INSERT INTO international VALUES (20,'FileManager',10,'Slet efter',1031510000); -INSERT INTO international VALUES (21,'FileManager',10,'Hvis miniature?',1031510000); -INSERT INTO international VALUES (1,'EventsCalendar',10,'Fortsæt med at tilføje begivenhed?',1031510000); +INSERT INTO international VALUES (74,'FileManager',1,'Add a new file.',1038262375); +INSERT INTO international VALUES (82,'EventsCalendar',1,'Current.',1038190803); INSERT INTO international VALUES (2,'EventsCalendar',10,'Begivenheds kalender',1032274027); INSERT INTO international VALUES (3,'EventsCalendar',10,'Tilføj begivenheds kalender',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',10,'Begivenhed sker én gang',1031510000); @@ -3343,9 +3363,6 @@ INSERT INTO international VALUES (12,'EventsCalendar',10,'rediger begivenheds ka INSERT INTO international VALUES (13,'EventsCalendar',10,'rediger begivenhed ',1031510000); INSERT INTO international VALUES (14,'EventsCalendar',10,'Fra dato',1031510000); INSERT INTO international VALUES (15,'EventsCalendar',10,'Til dato',1031510000); -INSERT INTO international VALUES (16,'EventsCalendar',10,'Kalender layout',1031510000); -INSERT INTO international VALUES (17,'EventsCalendar',10,'Liste',1031510000); -INSERT INTO international VALUES (18,'EventsCalendar',10,'Kalender måned',1032273971); INSERT INTO international VALUES (19,'EventsCalendar',10,'Slet efter ',1032273982); INSERT INTO international VALUES (1,'ExtraColumn',10,'Ekstra kolonne',1031510000); INSERT INTO international VALUES (2,'ExtraColumn',10,'Tilføj ekstra kolonne',1031510000); @@ -3368,11 +3385,7 @@ INSERT INTO international VALUES (2,'Item',10,'Vedh INSERT INTO international VALUES (3,'Item',10,'Slet vedhæftet',1032470084); INSERT INTO international VALUES (4,'Item',10,'Item',1032470093); INSERT INTO international VALUES (5,'Item',10,'Hent vedhæftet',1032470104); -INSERT INTO international VALUES (1,'LinkList',10,'Indryk',1032470114); -INSERT INTO international VALUES (2,'LinkList',10,'Linie afstand',1032470154); INSERT INTO international VALUES (3,'LinkList',10,'Skal der åbnes i nyt vindue?',1032470165); -INSERT INTO international VALUES (4,'LinkList',10,'Punkt',1032470175); -INSERT INTO international VALUES (5,'LinkList',10,'Fortsæt med at tilføje henvisning',1032470184); INSERT INTO international VALUES (6,'LinkList',10,'Liste over henvisning',1032470193); INSERT INTO international VALUES (7,'LinkList',10,'Tilføj henvisning',1031510000); INSERT INTO international VALUES (8,'LinkList',10,'URL',1032470215); @@ -3420,9 +3433,7 @@ INSERT INTO international VALUES (3,'SiteMap',10,'Startende fra dette niveau',10 INSERT INTO international VALUES (4,'SiteMap',10,'Dybde?',1031510000); INSERT INTO international VALUES (5,'SiteMap',10,'Rediger Site oversigt',1031510000); INSERT INTO international VALUES (6,'SiteMap',10,'Indryk',1031510000); -INSERT INTO international VALUES (7,'SiteMap',10,'Punkt',1031510000); -INSERT INTO international VALUES (8,'SiteMap',10,'Linie afstand',1031510000); -INSERT INTO international VALUES (9,'SiteMap',10,'Vis synopsis?',1031510000); +INSERT INTO international VALUES (80,'Survey',1,'seconds',1038789602); INSERT INTO international VALUES (1,'SQLReport',10,'SQL rapport',1031510000); INSERT INTO international VALUES (2,'SQLReport',10,'Tilføj SQL rapport',1031510000); INSERT INTO international VALUES (3,'SQLReport',10,'Rapport template',1031510000); @@ -3968,7 +3979,6 @@ INSERT INTO international VALUES (9,'EventsCalendar',3,'Tot',1031516049); INSERT INTO international VALUES (9,'Article',3,'Bijlage',1031516049); INSERT INTO international VALUES (713,'WebGUI',1,'Style Managers Group',1031514049); INSERT INTO international VALUES (714,'WebGUI',1,'Template Managers Group',1031514049); -INSERT INTO international VALUES (8,'SiteMap',3,'Regelafstand',1031516049); INSERT INTO international VALUES (8,'SQLReport',3,'Bewerk SQL rapport',1031516049); INSERT INTO international VALUES (561,'WebGUI',3,'Afgekeurd',1031516049); INSERT INTO international VALUES (8,'WebGUI',3,'Bekijk \'pagina niet gevonden\'.',1031516049); @@ -3981,7 +3991,6 @@ INSERT INTO international VALUES (8,'Article',3,'Link URL',1031516049); INSERT INTO international VALUES (7,'WebGUI',3,'Beheer gebruikers',1031516049); INSERT INTO international VALUES (7,'SQLReport',3,'Database wachtwoord',1031516049); INSERT INTO international VALUES (560,'WebGUI',3,'Goedgekeurd',1031516049); -INSERT INTO international VALUES (7,'SiteMap',3,'Opsommingsteken',1031516049); INSERT INTO international VALUES (7,'Poll',3,'Antwoorden',1031516049); INSERT INTO international VALUES (7,'MessageBoard',3,'Naam:',1031516049); INSERT INTO international VALUES (7,'FAQ',3,'Weet u zeker dat u deze vraag wilt verwijderen?',1031516049); @@ -4005,7 +4014,7 @@ INSERT INTO international VALUES (5,'SQLReport',3,'DSN',1031516049); INSERT INTO international VALUES (5,'SiteMap',3,'Bewerk sitemap',1031516049); INSERT INTO international VALUES (5,'Poll',3,'Grafiek breedte',1031516049); INSERT INTO international VALUES (566,'WebGUI',3,'Bewerk timeout',1031516049); -INSERT INTO international VALUES (5,'LinkList',3,'Doorgaan met link toevoegen?',1031516049); +INSERT INTO international VALUES (72,'MessageBoard',1,'Main Template',1038678090); INSERT INTO international VALUES (5,'FAQ',3,'Vraag',1031516049); INSERT INTO international VALUES (5,'ExtraColumn',3,'Style sheet klasse (class)',1031516049); INSERT INTO international VALUES (700,'WebGUI',3,'Dag',1031516049); @@ -4016,7 +4025,6 @@ INSERT INTO international VALUES (4,'SyndicatedContent',3,'Bewerk syndicated con INSERT INTO international VALUES (4,'Poll',3,'Wie kan stemmen?',1031516049); INSERT INTO international VALUES (4,'SiteMap',3,'Diepteniveau',1031516049); INSERT INTO international VALUES (4,'MessageBoard',3,'Berichten per pagina',1031516049); -INSERT INTO international VALUES (4,'LinkList',3,'Opsommingsteken',1031516049); INSERT INTO international VALUES (4,'ExtraColumn',3,'Breedte',1031516049); INSERT INTO international VALUES (4,'EventsCalendar',3,'Gebeurt maar een keer.',1031516049); INSERT INTO international VALUES (4,'Article',3,'Eind datum',1031516049); @@ -4034,7 +4042,6 @@ INSERT INTO international VALUES (2,'USS',3,'Wie kan bijdragen?',1031516049); INSERT INTO international VALUES (2,'SyndicatedContent',3,'Syndicated content',1031516049); INSERT INTO international VALUES (2,'SiteMap',3,'Sitemap',1031516049); INSERT INTO international VALUES (2,'MessageBoard',3,'Berichtenbord',1031516049); -INSERT INTO international VALUES (2,'LinkList',3,'Regelafstand',1031516049); INSERT INTO international VALUES (2,'FAQ',3,'FAQ',1031516049); INSERT INTO international VALUES (2,'EventsCalendar',3,'Evenementen kalender',1031516049); INSERT INTO international VALUES (1,'WebGUI',3,'Inhoud toevoegen...',1031516049); @@ -4042,9 +4049,8 @@ INSERT INTO international VALUES (1,'USS',3,'Wie kan goedkeuren?',1031516049); INSERT INTO international VALUES (1,'SyndicatedContent',3,'URL naar RSS bestand',1031516049); INSERT INTO international VALUES (1,'SQLReport',3,'SQL rapport',1031516049); INSERT INTO international VALUES (1,'Poll',3,'Stemming',1031516049); -INSERT INTO international VALUES (1,'LinkList',3,'Inspringen',1031516049); INSERT INTO international VALUES (1,'ExtraColumn',3,'Extra kolom',1031516049); -INSERT INTO international VALUES (1,'EventsCalendar',3,'Doorgaan naar gebeurtenis toevoegen?',1031516049); +INSERT INTO international VALUES (88,'EventsCalendar',1,'Show 6 months from start.',1038190632); INSERT INTO international VALUES (1,'Article',3,'Artikel',1031516049); INSERT INTO international VALUES (537,'WebGUI',1,'Karma',1031514049); INSERT INTO international VALUES (538,'WebGUI',1,'Karma Threshold',1031514049); @@ -4107,7 +4113,7 @@ INSERT INTO international VALUES (5,'SQLReport',7,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',7,'±à¼­ÍøÕ¾µØÍ¼',1031510000); INSERT INTO international VALUES (5,'Poll',7,'ͼÐοí¶È',1031510000); INSERT INTO international VALUES (5,'MessageBoard',7,'±à¼­³¬Ê±',1031510000); -INSERT INTO international VALUES (5,'LinkList',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÁ´½Ó£¿',1031510000); +INSERT INTO international VALUES (818,'WebGUI',1,'Deactivated',1038431300); INSERT INTO international VALUES (5,'Item',7,'ÏÂÔØ¸½¼þ',1031510000); INSERT INTO international VALUES (5,'FAQ',7,'ÎÊÌâ',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',7,'·ç¸ñµ¥ Class',1031510000); @@ -4121,7 +4127,6 @@ INSERT INTO international VALUES (4,'SQLReport',7,' INSERT INTO international VALUES (4,'SiteMap',7,'Õ¹¿ªÉî¶È',1031510000); INSERT INTO international VALUES (4,'Poll',7,'ͶƱȨÏÞ£¿',1031510000); INSERT INTO international VALUES (4,'MessageBoard',7,'ÿҳÏÔʾ',1031510000); -INSERT INTO international VALUES (4,'LinkList',7,'ǰ׺×Ö·û',1031510000); INSERT INTO international VALUES (4,'Item',7,'ÏîÄ¿',1031510000); INSERT INTO international VALUES (4,'ExtraColumn',7,'¿í¶È',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',7,'Ö»·¢ÉúÒ»´Î¡£',1031510000); @@ -4141,7 +4146,6 @@ INSERT INTO international VALUES (2,'USS',7,'Ͷ INSERT INTO international VALUES (2,'SyndicatedContent',7,'ͬ²½ÄÚÈÝ',1031510000); INSERT INTO international VALUES (2,'SiteMap',7,'ÍøÕ¾µØÍ¼',1031510000); INSERT INTO international VALUES (2,'MessageBoard',7,'¹«¸æÀ¸',1031510000); -INSERT INTO international VALUES (2,'LinkList',7,'Ðмä¾à',1031510000); INSERT INTO international VALUES (2,'Item',7,'¸½¼þ',1031510000); INSERT INTO international VALUES (2,'FAQ',7,'F.A.Q.',1031510000); INSERT INTO international VALUES (2,'EventsCalendar',7,'ÐÐÊÂÀú',1031510000); @@ -4151,10 +4155,8 @@ INSERT INTO international VALUES (1,'USS',7,' INSERT INTO international VALUES (1,'SyndicatedContent',7,'RSS ÎļþÁ´½Ó',1031510000); INSERT INTO international VALUES (1,'SQLReport',7,'SQL ±¨¸æ',1031510000); INSERT INTO international VALUES (1,'Poll',7,'µ÷²é',1031510000); -INSERT INTO international VALUES (1,'LinkList',7,'Ëõ½ø',1031510000); INSERT INTO international VALUES (1,'Item',7,'Á´½Ó URL',1031510000); INSERT INTO international VALUES (1,'ExtraColumn',7,'À©Õ¹ÁÐ',1031510000); -INSERT INTO international VALUES (1,'EventsCalendar',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÊÂÎñ£¿',1031510000); INSERT INTO international VALUES (1,'Article',7,'ÎÄÕÂ',1031510000); INSERT INTO international VALUES (367,'WebGUI',7,'¹ýÆÚʱ¼ä',1031510000); INSERT INTO international VALUES (5,'WebGUI',7,'¹ÜÀíÓû§×é¡£',1031510000); @@ -4174,7 +4176,6 @@ INSERT INTO international VALUES (7,'Article',7,' INSERT INTO international VALUES (7,'FAQ',7,'ÄúÊÇ·ñÈ·ÐÅÄúҪɾ³ýÕâ¸öÎÊÌ⣿',1031510000); INSERT INTO international VALUES (7,'MessageBoard',7,'×÷Õߣº',1031510000); INSERT INTO international VALUES (7,'Poll',7,'»Ø´ð',1031510000); -INSERT INTO international VALUES (7,'SiteMap',7,'ǰ׺×Ö·û',1031510000); INSERT INTO international VALUES (7,'SQLReport',7,'Êý¾Ý¿âÃÜÂë',1031510000); INSERT INTO international VALUES (7,'USS',7,'ͨ¹ý',1031510000); INSERT INTO international VALUES (7,'WebGUI',7,'¹ÜÀíÓû§¡£',1031510000); @@ -4199,7 +4200,6 @@ INSERT INTO international VALUES (22,'MessageBoard',7,'ɾ INSERT INTO international VALUES (9,'Poll',7,'±à¼­µ÷²é',1031510000); INSERT INTO international VALUES (10,'Poll',7,'³õʼ»¯Í¶Æ±¡£',1031510000); INSERT INTO international VALUES (11,'Poll',7,'ͶƱ£¡',1031510000); -INSERT INTO international VALUES (8,'SiteMap',7,'Ðоà',1031510000); INSERT INTO international VALUES (8,'SQLReport',7,'Edit SQL Report',1031510000); INSERT INTO international VALUES (8,'USS',7,'±»¾Ü¾ø',1031510000); INSERT INTO international VALUES (8,'WebGUI',7,'Äú²é¿´µÄÒ³Ãæ²»´æÔÚ¡£',1031510000); @@ -4490,7 +4490,7 @@ INSERT INTO international VALUES (32,'USS',7,'ͼƬ',1031510000); INSERT INTO international VALUES (33,'USS',7,'¸½¼þ',1031510000); INSERT INTO international VALUES (34,'USS',7,'ת»»»Ø³µ',1031510000); INSERT INTO international VALUES (35,'USS',7,'±êÌâ',1031510000); -INSERT INTO international VALUES (21,'EventsCalendar',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÊÂÎñ£¿',1031510000); +INSERT INTO international VALUES (80,'EventsCalendar',1,'Event Template',1038190379); INSERT INTO international VALUES (378,'WebGUI',7,'Óû§ ID',1031510000); INSERT INTO international VALUES (379,'WebGUI',7,'Óû§×é ID',1031510000); INSERT INTO international VALUES (380,'WebGUI',7,'·ç¸ñ ID',1031510000); @@ -4505,7 +4505,6 @@ INSERT INTO international VALUES (9,'FileManager',7,' INSERT INTO international VALUES (10,'FileManager',7,'±à¼­ÏÂÔØ',1031510000); INSERT INTO international VALUES (11,'FileManager',7,'Ìí¼ÓÐÂÏÂÔØ',1031510000); INSERT INTO international VALUES (12,'FileManager',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÏÂÔØÏîÂð£¿',1031510000); -INSERT INTO international VALUES (22,'FileManager',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÏÂÔØ£¿',1031510000); INSERT INTO international VALUES (14,'FileManager',7,'Îļþ',1031510000); INSERT INTO international VALUES (15,'FileManager',7,'ÃèÊö',1031510000); INSERT INTO international VALUES (16,'FileManager',7,'ÉÏÔØÈÕÆÚ',1031510000); @@ -4518,9 +4517,6 @@ INSERT INTO international VALUES (14,'EventsCalendar',7,' INSERT INTO international VALUES (15,'EventsCalendar',7,'½áÊøÈÕÆÚ',1031510000); INSERT INTO international VALUES (20,'FileManager',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000); INSERT INTO international VALUES (14,'SQLReport',7,'Paginate After',1031510000); -INSERT INTO international VALUES (16,'EventsCalendar',7,'ÐÐÊÂÀú²¼¾Ö',1031510000); -INSERT INTO international VALUES (17,'EventsCalendar',7,'ÁÐ±í·½Ê½',1031510000); -INSERT INTO international VALUES (18,'EventsCalendar',7,'Calendar Month',1031510000); INSERT INTO international VALUES (19,'EventsCalendar',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000); INSERT INTO international VALUES (529,'WebGUI',7,'½á¹û',1031510000); INSERT INTO international VALUES (384,'WebGUI',7,'Îļþ',1031510000); @@ -4544,7 +4540,6 @@ INSERT INTO international VALUES (402,'WebGUI',7,' INSERT INTO international VALUES (403,'WebGUI',7,'²»¸æËßÄã',1031510000); INSERT INTO international VALUES (405,'WebGUI',7,'×îºóÒ»Ò³',1031510000); INSERT INTO international VALUES (406,'WebGUI',7,'¿ìÕÕ´óС',1031510000); -INSERT INTO international VALUES (21,'FileManager',7,'ÏÔʾ¿ìÕÕ',1031510000); INSERT INTO international VALUES (407,'WebGUI',7,'µã»÷´Ë´¦×¢²á¡£',1031510000); INSERT INTO international VALUES (15,'SQLReport',7,'Preprocess macros on query?',1031510000); INSERT INTO international VALUES (16,'SQLReport',7,'Debug?',1031510000); @@ -4559,7 +4554,7 @@ INSERT INTO international VALUES (409,'WebGUI',7,' INSERT INTO international VALUES (410,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ¡£',1031510000); INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼±êÌâ',1031510000); INSERT INTO international VALUES (412,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000); -INSERT INTO international VALUES (9,'SiteMap',7,'ÏÔʾ¼ò½é£¿',1031510000); +INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119); INSERT INTO international VALUES (18,'Article',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000); INSERT INTO international VALUES (19,'Article',7,'Ë­¿ÉÒÔ·¢±í£¿',1031510000); INSERT INTO international VALUES (20,'Article',7,'Ë­¿ÉÒÔ¹ÜÀí£¿',1031510000); @@ -4828,7 +4823,7 @@ INSERT INTO international VALUES (23,'Article',8,'Data',1031510000); INSERT INTO international VALUES (20,'Article',8,'Chi può moderare?',1031510000); INSERT INTO international VALUES (19,'Article',8,'Chi può postare?',1031510000); INSERT INTO international VALUES (18,'Article',8,'Consenti discussione?',1031510000); -INSERT INTO international VALUES (9,'SiteMap',8,'Visualizza Descrizione?',1031510000); +INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125); INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1031510000); INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1031510000); INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1031510000); @@ -4840,7 +4835,6 @@ INSERT INTO international VALUES (17,'SQLReport',8,'Debug: Query:',103151 INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1031510000); INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1031510000); INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1031510000); -INSERT INTO international VALUES (21,'FileManager',8,'Visualizza i thumbnails?',1031510000); INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1031510000); INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1031510000); INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1031510000); @@ -4867,9 +4861,6 @@ INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1031510000); INSERT INTO international VALUES (384,'WebGUI',8,'File',1031510000); INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1031510000); INSERT INTO international VALUES (684,'WebGUI',10,'Skabelon, Tilføj/Redigér',1036856063); -INSERT INTO international VALUES (18,'EventsCalendar',8,'Calendar Month',1031510000); -INSERT INTO international VALUES (16,'EventsCalendar',8,'Layout del Calendario',1031510000); -INSERT INTO international VALUES (17,'EventsCalendar',8,'Lista',1031510000); INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031510000); INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1031510000); INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1031510000); @@ -5053,7 +5044,7 @@ INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',10315 INSERT INTO international VALUES (101,'WebGUI',8,'Sei sicuro di voler cancellare questa pagina, il suo contenuto, e tutti gli elementi sotto di essa?',1031510000); INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1031510000); INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1031510000); -INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1031514049); +INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1038889740); INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1031510000); INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1031510000); INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1031510000); @@ -5193,7 +5184,6 @@ INSERT INTO international VALUES (9,'Article',8,'Allegato',1031510000); INSERT INTO international VALUES (8,'WebGUI',8,'Visualizza pagina non trovata.',1031510000); INSERT INTO international VALUES (8,'USS',8,'Respinto',1031510000); INSERT INTO international VALUES (8,'SQLReport',8,'Modifica SQL Report',1031510000); -INSERT INTO international VALUES (8,'SiteMap',8,'Spaziatura di linea',1031510000); INSERT INTO international VALUES (8,'Poll',8,'(Aggiungi una risposta per linea. Non più di 20)',1031510000); INSERT INTO international VALUES (8,'MessageBoard',8,'Data:',1031510000); INSERT INTO international VALUES (8,'LinkList',8,'URL',1031510000); @@ -5203,7 +5193,6 @@ INSERT INTO international VALUES (8,'Article',8,'URL del Link',1031510000); INSERT INTO international VALUES (7,'WebGUI',8,'Gestisci gli utenti.',1031510000); INSERT INTO international VALUES (7,'SQLReport',8,'Password Database',1031510000); INSERT INTO international VALUES (7,'USS',8,'Approvato',1031510000); -INSERT INTO international VALUES (7,'SiteMap',8,'Bullet',1031510000); INSERT INTO international VALUES (7,'Poll',8,'Risposte',1031510000); INSERT INTO international VALUES (7,'MessageBoard',8,'Autore:',1031510000); INSERT INTO international VALUES (7,'FAQ',8,'Sei sicuro di voler cancellare questa domanda?',1031510000); @@ -5227,7 +5216,7 @@ INSERT INTO international VALUES (5,'SQLReport',8,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',8,'Modifica la mappa del sito',1031510000); INSERT INTO international VALUES (5,'Poll',8,'Larghezza del grafico',1031510000); INSERT INTO international VALUES (5,'MessageBoard',8,'Modifica Timeout',1031510000); -INSERT INTO international VALUES (5,'LinkList',8,'Continua aggiungendo un link?',1031510000); +INSERT INTO international VALUES (819,'WebGUI',1,'Self-Deactivated',1038431323); INSERT INTO international VALUES (5,'ExtraColumn',8,'StyleSheet Class',1031510000); INSERT INTO international VALUES (5,'FAQ',8,'Domanda',1031510000); INSERT INTO international VALUES (5,'Item',8,'Scarica allegato',1031510000); @@ -5239,7 +5228,6 @@ INSERT INTO international VALUES (4,'SQLReport',8,'Query',1031510000); INSERT INTO international VALUES (4,'SiteMap',8,'Profondità',1031510000); INSERT INTO international VALUES (4,'Poll',8,'Chi può votare?',1031510000); INSERT INTO international VALUES (4,'MessageBoard',8,'Messaggi Per Pagina',1031510000); -INSERT INTO international VALUES (4,'LinkList',8,'Bullet',1031510000); INSERT INTO international VALUES (4,'Item',8,'Item',1031510000); INSERT INTO international VALUES (4,'ExtraColumn',8,'Larghezza',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',8,'Accade solo una volta.',1031510000); @@ -5259,7 +5247,6 @@ INSERT INTO international VALUES (2,'USS',8,'Chi pu INSERT INTO international VALUES (2,'SyndicatedContent',8,'Contenuto da altri siti',1031510000); INSERT INTO international VALUES (2,'SiteMap',8,'Mappa del sito',1031510000); INSERT INTO international VALUES (2,'MessageBoard',8,'Forum',1031510000); -INSERT INTO international VALUES (2,'LinkList',8,'Spaziatura di linea',1031510000); INSERT INTO international VALUES (2,'Item',8,'Allegato',1031510000); INSERT INTO international VALUES (2,'FAQ',8,'F.A.Q.',1031510000); INSERT INTO international VALUES (2,'EventsCalendar',8,'Calendario Eventi',1031510000); @@ -5268,10 +5255,9 @@ INSERT INTO international VALUES (1,'USS',8,'Chi pu INSERT INTO international VALUES (1,'SyndicatedContent',8,'URL del file RSS',1031510000); INSERT INTO international VALUES (1,'SQLReport',8,'SQL Report',1031510000); INSERT INTO international VALUES (1,'Poll',8,'Sondaggio',1031510000); -INSERT INTO international VALUES (1,'LinkList',8,'Indentazione',1031510000); INSERT INTO international VALUES (1,'Item',8,'URL del link',1031510000); INSERT INTO international VALUES (1,'ExtraColumn',8,'Colonna Extra',1031510000); -INSERT INTO international VALUES (1,'EventsCalendar',8,'Continua aggiungendo un evento?',1031510000); +INSERT INTO international VALUES (85,'EventsCalendar',1,'Last in the calendar.',1038190764); INSERT INTO international VALUES (1,'Article',8,'Articolo',1031510000); INSERT INTO international VALUES (367,'WebGUI',8,'Scade dopo',1031510000); INSERT INTO international VALUES (493,'WebGUI',8,'Torna al sito.',1031510000); @@ -5281,8 +5267,7 @@ INSERT INTO international VALUES (494,'WebGUI',8,'Real Objects Edit-On Pro',1031 INSERT INTO international VALUES (497,'WebGUI',8,'Data di pubblicazione',1031510000); INSERT INTO international VALUES (498,'WebGUI',8,'Data di oscuramento',1031510000); INSERT INTO international VALUES (499,'WebGUI',8,'Wobject ID',1031510000); -INSERT INTO international VALUES (22,'FileManager',8,'Continua aggiungendo un download?',1031510000); -INSERT INTO international VALUES (21,'EventsCalendar',8,'Continua aggiungendo un evento?',1031510000); +INSERT INTO international VALUES (81,'EventsCalendar',1,'Start Month',1038190442); INSERT INTO international VALUES (20,'EventsCalendar',8,'Aggiungi un evento.',1031510000); INSERT INTO international VALUES (38,'USS',8,'(Seleziona \"No\" solo se hai usato l\'assistente per la creazione del testo.)',1031510000); INSERT INTO international VALUES (500,'WebGUI',8,'ID pagina',1031510000); @@ -5361,35 +5346,37 @@ INSERT INTO international VALUES (555,'WebGUI',8,'Modifica il karma di questo ut INSERT INTO international VALUES (556,'WebGUI',8,'Ammontare',1031510000); INSERT INTO international VALUES (557,'WebGUI',8,'Descrizione',1031510000); INSERT INTO international VALUES (558,'WebGUI',8,'Modifica il karma dell\'utente',1031510000); -INSERT INTO international VALUES (61,'FileManager',1,'Download Manager, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'Item',1,'Item, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'FAQ',1,'FAQ, Add/Edit',1031514049); +INSERT INTO international VALUES (61,'FileManager',1,'File Manager, Add/Edit',1038887335); +INSERT INTO international VALUES (61,'Item',1,'Item, Add/Edit',1038887675); +INSERT INTO international VALUES (61,'FAQ',1,'FAQ, Add/Edit',1038887388); INSERT INTO international VALUES (61,'SyndicatedContent',1,'Syndicated Content, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'EventsCalendar',1,'Events Calendar, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'LinkList',1,'Link List, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'ExtraColumn',1,'Extra Column, Add/Edit',1031514049); +INSERT INTO international VALUES (61,'EventsCalendar',1,'Events Calendar, Add/Edit',1038887352); +INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit',1038889218); +INSERT INTO international VALUES (61,'LinkList',1,'Link List, Add/Edit',1038887837); +INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1038870449); +INSERT INTO international VALUES (61,'ExtraColumn',1,'Extra Column, Add/Edit',1038887140); INSERT INTO international VALUES (61,'Poll',1,'Poll, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'SiteMap',1,'Site Map, Add/Edit',1031514049); +INSERT INTO international VALUES (61,'SiteMap',1,'Site Map, Add/Edit',1038890147); INSERT INTO international VALUES (61,'SQLReport',1,'SQL Report, Add/Edit',1031514049); -INSERT INTO international VALUES (61,'MailForm',1,'Mail Form, Add/Edit',1031514049); -INSERT INTO international VALUES (62,'MailForm',1,'Mail Form Fields, Add/Edit',1031514049); -INSERT INTO international VALUES (71,'FileManager',1,'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 download?
\r\nIf you wish to start adding files to download right away, leave this checked.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (71,'Item',1,'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',1031514049); -INSERT INTO international VALUES (71,'FAQ',1,'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',1031514049); +INSERT INTO international VALUES (61,'MailForm',1,'Mail Form, Add/Edit',1038888983); +INSERT INTO international VALUES (62,'MailForm',1,'Mail Form Fields, Add/Edit',1038888974); +INSERT INTO international VALUES (71,'FileManager',1,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n

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

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

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

\r\n\r\n',1038887335); +INSERT INTO international VALUES (71,'Item',1,'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\r\nTemplate
\r\nChoose a layout for this Item.\r\n

\r\n',1038887675); +INSERT INTO international VALUES (71,'FAQ',1,'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\nTemplate
\r\nChoose a layout for this FAQ.\r\n

\r\n\r\nWhat Next?
\r\nSelect \"add a question\" if you wish to add another question after this one.\r\n

\r\n\r\n


\r\nNote: The following style is specific to the FAQ in some of the built-in templates.\r\n

\r\n.faqQuestion
\r\nAn F.A.Q. question. To distinguish it from an answer.\r\n\r\n',1038887388); INSERT INTO international VALUES (71,'SyndicatedContent',1,'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

',1031514049); -INSERT INTO international VALUES (71,'EventsCalendar',1,'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',1031514049); -INSERT INTO international VALUES (71,'MessageBoard',1,'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\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\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. 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

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (71,'LinkList',1,'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 · and ». 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 wobject: .linkTitle. Use this to bold, colorize, or otheriwise manipulate the title of each link.\r\n

',1031514049); -INSERT INTO international VALUES (71,'Article',1,'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\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 post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. 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

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (71,'ExtraColumn',1,'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',1031514049); +INSERT INTO international VALUES (71,'EventsCalendar',1,'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\nMain Template
\r\nChoose a layout for the events calendar.\r\n

\r\n\r\nEvent Template
\r\nChoose a layout for the individual events within the calendars.\r\n

\r\n\r\nStart Month
\r\nChoose the start month for your calendar. If you choose \"current\" the calendar will always start on the current month, therefore it will change from month to month. If you choose \"first in the calendar\" then it will start at whatever the earliest date in the calendar is.\r\n

\r\n\r\nEnd Month
\r\nChoose the end month for your calendar. If you choose \"show X months from start\", then only X months worth of information will ever be displayed. If you choose \"current\" then the calendar will end on the month you are currently in. If you choose \"last in calendar\" then the calendar will end on the last date entered into the calendar.\r\n

\r\n\r\nDefault Month
\r\nChoose which month for this calendar to start on when a visitor comes to the page containing the calendar.\r\n

\r\n\r\nPaginate After
\r\nWhen using a list-style calendar, 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',1038887352); +INSERT INTO international VALUES (71,'MessageBoard',1,'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\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\n\r\nMain Template
\r\nSelect a layout for the main listing of this message board.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. 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

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1038889218); +INSERT INTO international VALUES (71,'LinkList',1,'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\nTemplate
\r\nChoose a layout for this wobject.\r\n

\r\n\r\nWhat Next?
\r\nLeave this set to the default if you wish to add a link after creating the link list.\r\n

\r\n\r\n',1038887837); +INSERT INTO international VALUES (71,'Article',1,'Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.\r\n

\r\n\r\nTemplate
\r\nSelect a template to layout your article.\r\n

\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\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\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 post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. 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

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1038870449); +INSERT INTO international VALUES (71,'ExtraColumn',1,'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',1038887140); INSERT INTO international VALUES (71,'Poll',1,'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\n\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n

\r\n\r\nKarma Per Vote
\r\nHow much karma should be given to a user when they vote?\r\n

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

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

\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\n\r\nRandomize answers?
\r\nIn order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select \"yes\" to randomize the answers on the poll.\r\n

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

\r\n\r\n


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

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

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

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

\r\n\r\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 · and ». 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

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

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

\r\n\r\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\n',1038890147); +INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1038889992); +INSERT INTO international VALUES (840,'WebGUI',1,'These macros are designed to provide programming like functionality.\r\n

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

\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
%%%
%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
%zuser preference date format
%Zuser preference time format
\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\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\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^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n

\r\nExample: ^Include(\"/this/file.html\");\r\n

\r\n\r\n^International();
\r\nPull a translated message from the internationalization system.\r\n

\r\nExample: ^International(45,\"Article\");\r\n

\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^SQL();
\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:

\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n

\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\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\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n

\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 wobject and the Body in the Style Manager.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n',1031514049); -INSERT INTO international VALUES (71,'MailForm',1,'This wobject creates a simple form that will email an email address when it is filled out.\r\n

\r\n\r\nWidth
\r\nThe width of all fields in the form. The default value is 45.\r\n

\r\n\r\nFrom, To, Cc, Bcc, Subject
\r\nThese fields control how the email will look when sent, and who it is sent to. You can give your site visitors the ability to modify some or all of these fields, but typically the only fields you will want the user to be able to modify are From and Subject. Use the drop-down options by each field to choose whether or not the user can see or modify that field.
\r\n
\r\nYou may also choose to enter a WebGUI username or group in the To field, and the email will be sent to the corresponding user or group.\r\n

\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they click \"Send\".\r\n

\r\n\r\nStore Entries?
\r\nIf set to yes, when your mail form is submitted the entries will be saved to the database for later viewing. The tool to view these entries is not yet available, but when it is you will be able to view all entries from your form in a centralized location.\r\n

\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating it.',1031514049); -INSERT INTO international VALUES (72,'MailForm',1,'You may add as many additional fields to your Mail Form as you like.\r\n

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

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

\r\n\r\nType
\r\nChoose the type of form element for this field. The following field types are supported:
\r\nURL: A textbox that will auto-format URL\'s entered.
\r\nTextbox: A standard textbox.
\r\nDate: A textbox field with a popup window to select a date.
\r\nYes/No: A set of yes/no radio buttons.
\r\nEmail Address: A textbox that requires the user to enter a valid email address.
\r\nTextarea: A simple textarea.
\r\nCheckbox: A single checkbox.
\r\nDrop-Down Box: A drop-down box. Use the Possible Values field to enter each option to be displayed in the box. Enter one option per line.\r\n

\r\n\r\nPossible Values
\r\nThis field is only used for the Drop-Down Box type. Enter the values you wish to appear in your drop-down box, one per line.\r\n

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

\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating this field.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (625,'WebGUI',1,'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\n\r\nExample:
\r\nalign=\"right\"
\r\nalt=\"This is an image\"
\r\n',1031514049); +INSERT INTO international VALUES (71,'MailForm',1,'This wobject creates a simple form that will email an email address when it is filled out.\r\n

\r\n\r\nWidth
\r\nThe width of all fields in the form. The default value is 45.\r\n

\r\n\r\nFrom, To, Cc, Bcc, Subject
\r\nThese fields control how the email will look when sent, and who it is sent to. You can give your site visitors the ability to modify some or all of these fields, but typically the only fields you will want the user to be able to modify are From and Subject. Use the drop-down options by each field to choose whether or not the user can see or modify that field.
\r\n
\r\nYou may also choose to enter a WebGUI username or group in the To field, and the email will be sent to the corresponding user or group.\r\n

\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they click \"Send\".\r\n

\r\n\r\nStore Entries?
\r\nIf set to yes, when your mail form is submitted the entries will be saved to the database for later viewing. The tool to view these entries is not yet available, but when it is you will be able to view all entries from your form in a centralized location.\r\n

\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating it.',1038888983); +INSERT INTO international VALUES (72,'MailForm',1,'You may add as many additional fields to your Mail Form as you like.\r\n

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

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

\r\n\r\nType
\r\nChoose the type of form element for this field. The following field types are supported:
\r\nURL: A textbox that will auto-format URL\'s entered.
\r\nTextbox: A standard textbox.
\r\nDate: A textbox field with a popup window to select a date.
\r\nYes/No: A set of yes/no radio buttons.
\r\nEmail Address: A textbox that requires the user to enter a valid email address.
\r\nTextarea: A simple textarea.
\r\nCheckbox: A single checkbox.
\r\nDrop-Down Box: A drop-down box. Use the Possible Values field to enter each option to be displayed in the box. Enter one option per line.\r\n

\r\n\r\nPossible Values
\r\nThis field is only used for the Drop-Down Box type. Enter the values you wish to appear in your drop-down box, one per line.\r\n

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

\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating this field.\r\n

\r\n',1038888974); +INSERT INTO international VALUES (625,'WebGUI',1,'Upload any images that you\'ll possibly use in more than one location on your site.\r\n

\r\n\r\nName
\r\nThe label that this image will be referenced by to include it into pages.\r\n

\r\n\r\nOrganize In Folder
\r\nWhich collateral folder should this image be placed in.\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\n\r\nExample:
\r\nalign=\"right\"
\r\nalt=\"This is an image\"
\r\n

\r\n\r\nThumbnail Size
\r\nHow big (in pixels) should the thumbnail for this image be?\r\n

',1038871530); INSERT INTO international VALUES (48,'Survey',1,'You are not currently eligible to participate in this survey. ',1037499301); INSERT INTO international VALUES (47,'Survey',1,'You have completed this quiz.',1037499131); INSERT INTO international VALUES (46,'Survey',1,'Thank you for taking the time to complete our survey.',1037499049); @@ -5407,22 +5394,22 @@ INSERT INTO international VALUES (804,'WebGUI',1,'Copy this style.',1037075775); INSERT INTO international VALUES (803,'WebGUI',1,'Edit this style.',1037075751); INSERT INTO international VALUES (74,'Survey',1,'Are you certain you wish to delete all the responses?',1037574455); INSERT INTO international VALUES (633,'WebGUI',1,'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.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (636,'WebGUI',1,'To create a package follow these simple steps:\r\n\r\n

    \r\n
  1. From the admin menu select \"Manage packages.\"\r\n
  2. \r\n\r\n
  3. Add a page and give it a name. The name of the page will be the name of the package.\r\n
  4. \r\n\r\n
  5. 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
  6. \r\n
\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\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\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.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (635,'WebGUI',1,'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.',1031514049); -INSERT INTO international VALUES (630,'WebGUI',1,'WebGUI has a small, but sturdy real-time search engine built-in. If you wish to use the internal search engine, you can use the ^?; macro, or by adding ?op=search to the end of any URL, or feel free to build your own form to access it.\r\n

\r\nMany people need a search engine to index their WebGUI site, plus many others. Or they have more advanced needs than what WebGUI\'s search engine allows. In those cases we recommend MnoGo Search or ht://Dig.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (611,'WebGUI',1,'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',1031514049); +INSERT INTO international VALUES (636,'WebGUI',1,'To create a package follow these simple steps:\r\n\r\n

    \r\n
  1. From the admin menu select \"Manage packages.\"\r\n
  2. \r\n\r\n
  3. Add a page and give it a name. The name of the page will be the name of the package.\r\n
  4. \r\n\r\n
  5. 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
  6. \r\n
\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\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\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.\r\n

\r\n',1038889481); +INSERT INTO international VALUES (635,'WebGUI',1,'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.',1038889471); +INSERT INTO international VALUES (630,'WebGUI',1,'WebGUI has a small, but sturdy real-time search engine built-in. If you wish to use the internal search engine, you can use the ^?; macro, or by adding ?op=search to the end of any URL, or feel free to build your own form to access it.\r\n

\r\nMany people need a search engine to index their WebGUI site, plus many others. Or they have more advanced needs than what WebGUI\'s search engine allows. In those cases we recommend MnoGo Search or ht://Dig.\r\n

\r\n\r\n',1038888957); +INSERT INTO international VALUES (611,'WebGUI',1,'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',1038872019); INSERT INTO international VALUES (651,'WebGUI',1,'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.\r\n

\r\n\r\n',1031514049); INSERT INTO international VALUES (627,'WebGUI',1,'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

\r\n\r\n',1031514049); -INSERT INTO international VALUES (629,'WebGUI',1,'Prevent 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\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\n',1031514049); +INSERT INTO international VALUES (629,'WebGUI',1,'Prevent 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\nShow debugging?
\r\nShow debugging information in WebGUI\'s output. This is primarily useful for WebGUI developers, but can also be interesting for Administrators trying to troubleshoot a problem.\r\n

\r\n\r\nTrack page statistics?
\r\nWebGUI can track some statistical information for your site. However, this will add a little extra strain on your processor and will make your database grow much more quickly. Enable this only if you do not have an external web statistics program.\r\n

\r\n',1038889454); INSERT INTO international VALUES (616,'WebGUI',1,'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 wobjects 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',1031514049); -INSERT INTO international VALUES (618,'WebGUI',1,'Recover Password Message
\r\nThe message that gets sent to a user when they use the \"recover password\" function.\r\n

\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\nOptionally, if you are running a sendmail server on the same machine as WebGUI, you can also specify a path to your sendmail executable. On most Linux systems this can be found at \"/usr/lib/sendmail\".\r\n\r\n',1031514049); +INSERT INTO international VALUES (618,'WebGUI',1,'Recover Password Message
\r\nThe message that gets sent to a user when they use the \"recover password\" function.\r\n

\r\n\r\nEmail Footer
\r\nThis footer will be processed for macros and attached to every email sent from this WebGUI instance.\r\n

\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\nOptionally, if you are running a sendmail server on the same machine as WebGUI, you can also specify a path to your sendmail executable. On most Linux systems this can be found at \"/usr/lib/sendmail\".\r\n\r\n',1038889094); INSERT INTO international VALUES (626,'WebGUI',1,'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\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

\r\n\r\n\r\nStyle Sheets: All wobjects have a style-sheet class and id attached to them. \r\n

\r\n\r\nThe style-sheet class is the word \"wobject\" plus the type of wobject it is. So for a poll the class would be \"wobjectPoll\". The class pertains to all wobjects of that type in the system. \r\n

\r\n\r\nThe style-sheet id is the word \"wobjectId\" plus the Wobject Id for that wobject instance. So if you had an Article with a Wobject Id of 94, then the id would be \"wobjectId94\".\r\n

\r\n\r\n',1031514049); INSERT INTO international VALUES (632,'WebGUI',1,'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\n\r\nAlmost all wobjects share some properties. Those properties are:\r\n

\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\n\r\nTitle\r\nThe title of the wobject. This is typically displayed at the top of each wobject.\r\n

\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\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\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\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\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\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\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

\r\n\r\n',1031514049); INSERT INTO international VALUES (623,'WebGUI',1,'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\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\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n

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

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

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

\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\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\r\n.content
\r\nThe main content area on all pages of the style.\r\n

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

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

\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\r\n.horizontalMenu
\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n

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

\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\r\n.tableData
\r\nThe data rows on things like message boards and user contributions.\r\n

\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\r\n.tableMenu
\r\nThe menu on things like message boards and user submissions.\r\n

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

\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\r\n\r\n',1031514049); INSERT INTO international VALUES (622,'WebGUI',1,'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\n\r\nExpire After
\r\nThe amount of time 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.\r\n

\r\n\r\nKarma Threshold
\r\nIf you\'ve enabled Karma, then you\'ll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.\r\n

\r\n',1031514049); INSERT INTO international VALUES (607,'WebGUI',1,'Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n

\r\n\r\nRun On Registration
\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n

\r\n\r\nAlert on new user?
\r\nShould someone be alerted when a new user registers anonymously?\r\n

\r\n\r\nGroup To Alert On New User
\r\nWhat group should be alerted when a new user registers?\r\n

\r\n\r\nEnable Karma?
\r\nShould karma be enabled?\r\n

\r\n\r\nKarma Per Login
\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n

\r\n\r\nSession Timeout
\r\nThe amount of time that a user session remains active (before needing to log in again). This timeout is reset each time a user views 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\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\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\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\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\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\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\r\n',1031514049); INSERT INTO international VALUES (620,'WebGUI',1,'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.',1031514049); -INSERT INTO international VALUES (621,'WebGUI',1,'Styles are WebGUI macro enabled. See Using Macros for more information.\r\n

\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\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 ^AdminBar; macro and the ^-; (seperator) macro. The ^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\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\n\r\nMany people will add WebGUI macros to their body for automated navigation, and other features.\r\n

\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\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\r\n

\r\n\r\n',1031514049); +INSERT INTO international VALUES (621,'WebGUI',1,'Styles are WebGUI macro enabled. See Using Macros for more information.\r\n

\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\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 ^AdminBar; macro and the ^-; (seperator) macro. The ^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\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\n\r\nMany people will add WebGUI macros to their body for automated navigation, and other features.\r\n

\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\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\r\n

\r\n\r\n',1038890195); INSERT INTO international VALUES (619,'WebGUI',1,'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\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.\r\n

\r\n\r\n',1031514049); INSERT INTO international VALUES (617,'WebGUI',1,'Settings are items that allow you to adjust WebGUI to your particular needs.\r\n

\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\n\r\nEdit Content Settings
\r\nSettings related to content and content management.\r\n

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

\r\n\r\n\r\nEdit Miscellaneous Settings
\r\nAnything we couldn\'t find a place for.\r\n

\r\n\r\n\r\nEdit Profile Settings
\r\nDefine what user profiles look like and what the users have the ability to edit.\r\n

\r\n\r\n\r\nEdit User Settings
\r\nSettings relating to users (beyond profile information), like authentication information, and registration options.\r\n

\r\n\r\n\r\n',1031514049); INSERT INTO international VALUES (615,'WebGUI',1,'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 wobjects 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.\r\n

\r\n',1031514049); @@ -5433,34 +5420,36 @@ INSERT INTO international VALUES (637,'WebGUI',1,'First Name
\r\nThe g INSERT INTO international VALUES (610,'WebGUI',1,'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\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\n\r\nAuthentication Method
\r\nSee Edit Settings for details.\r\n

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

\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',1031514049); INSERT INTO international VALUES (608,'WebGUI',1,'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\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.\r\n

\r\n',1031514049); INSERT INTO international VALUES (609,'WebGUI',1,'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\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.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (606,'WebGUI',1,'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\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\n\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\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\n\r\nRedirect URL
\r\nWhen this page is visited, the user will be redirected to the URL specified here. In order to edit this page in the future, you\'ll have to access it from the \"Manage page tree.\" menu under \"Administrative functions...\"\r\n

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

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

\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\n\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\n\r\nIf you select \"Yes\" 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\n\r\nStart Date
\r\nThe date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.\r\n

\r\n\r\nEnd Date
\r\nThe date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.\r\n

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

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

\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\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\n\r\nGroup can view?
\r\nCan members of this group view this page?\r\n

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

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

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

\r\n\r\nYou can optionally recursively give these privileges to all pages under this page.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (634,'WebGUI',1,'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\nMaximum Attachment Size
\r\nThe size (in kilobytes) of the maximum allowable attachment to be uploaded to your system.\r\n

\r\n\r\nMax Image Size
\r\nIf images are uploaded to your system that are bigger than the max image size, then they will be resized to the max image size. The max image size is measured in pixels and will use the size of the longest side of the image to determine if the limit has been reached.\r\n

\r\n\r\nThumbnail Size
\r\nWhen images are uploaded to your system, they will automatically have thumbnails generated at the size specified here. Thumbnail size is measured in pixels.\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',1031514049); -INSERT INTO international VALUES (638,'WebGUI',1,'Templates are used to affect how pages are laid out in WebGUI. For instance, most sites these days have more than just a menu and one big text area. Many of them have three or four columns preceeded by several headers and/or banner areas. WebGUI accomodates complex layouts through the use of Templates. There are several templates that come with WebGUI to make life easier for you, but you can create as many as you\'d like.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (639,'WebGUI',1,'Template Name
\r\nGive this template a descriptive name so that you\'ll know what it is when you\'re applying the template to a page.\r\n

\r\n\r\n\r\nTemplate
\r\nCreate your template by placing the special macros ^0; ^1; ^2; and so on in your template to represent the different content areas. Typically this is done by using a table to position the content. Be sure to take a look at the templates that come with WebGUI for ideas.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (640,'WebGUI',1,'It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some pages may still be using the template). If you should choose to delete a template, all the pages still using the template will be set to the \"Default\" template.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (624,'WebGUI',1,'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\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\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^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle; or ^AdminToggle();
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n

\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\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\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\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
%%%
%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
%zuser preference date format
%Zuser preference time format
\r\n

\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\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\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\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^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\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\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\n\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n

\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\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\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\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^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\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\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^SQL();
\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:

\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n

\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\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\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\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n

\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\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\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 wobject and the Body in the Style Manager.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (62,'Product',1,'Product Template, Add/Edit',1031514049); -INSERT INTO international VALUES (63,'Product',1,'Product templates are used to control how your product presented to your customer, in much the same way that other templates in WebGUI layout content. There are a few templates provided for you as reference, but you should create a template that\'s right for your product. \r\n

\r\nChances are you won\'t need all of the fields that WebGUI\'s product manager gives you. When creating your template, be sure to remove those fields for faster operation.\r\n

\r\nNOTE: You shouldn\'t edit the default templates, but rather make copies of them if you wish to edit them. This is because the templates may be changed in future releases of WebGUI and then your changes would be lost at upgrade time. If you make copies, or create your own templates, you won\'t have to worry about losing your changes.\r\n

\r\nThere are many custom macros to use in your product templates. They are as follows:\r\n

\r\n^Product_Accessories;
\r\nDisplays the list of accessories associated with this product.\r\n

\r\n^Product_Benefits;
\r\nDisplays the list of benefits associated with this product.\r\n

\r\n^Product_Description;
\r\nDisplays the product\'s description.\r\n

\r\n^Product_Features;
\r\nDisplays the list of features associated with this product.\r\n

\r\n^Product_Image1;
\r\nDisplays the first image you uploaded with this product (if any).\r\n

\r\n^Product_Image2;
\r\nDisplays the second image you uploaded with this product (if any).\r\n

\r\n^Product_Image2;
\r\nDisplays the third image you uploaded with this product (if any).\r\n

\r\n^Product_Number;
\r\nDisplays the product\'s number field or SKU.\r\n

\r\n^Product_Price;
\r\nDisplays the product\'s price field.\r\n

\r\n^Product_Related;
\r\nDisplays the list of related products associated with this product.\r\n

\r\n^Product_Specifications;
\r\nDisplays the list of specifications associated with this product.\r\n

\r\n^Product_Thumbnail1;
\r\nDisplays the thumbnail of the first image you uploaded with this product (if any) along with a link to view the full size image.\r\n

\r\n^Product_Thumbnail2;
\r\nDisplays the thumbnail of the second image you uploaded with this product (if any) along with a link to view the full size image.\r\n

\r\n^Product_Thumbnail3;
\r\nDisplays the thumbnail of the third image you uploaded with this product (if any) along with a link to view the full size image.\r\n

\r\n^Product_Title;
\r\nDisplays the title of the product. Note that if you use this macro, you\'ll likely want to turn off the default title by selecting \"No\" on the \"Display title?\" field.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit',1031514049); +INSERT INTO international VALUES (606,'WebGUI',1,'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\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\n\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\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\n\r\nLanguage
\r\nChoose the default language for this page. All WebGUI generated messages will appear in that language and the character set will be changed to the character set for that language.\r\n

\r\n\r\nRedirect URL
\r\nWhen this page is visited, the user will be redirected to the URL specified here. In order to edit this page in the future, you\'ll have to access it from the \"Manage page tree.\" menu under \"Administrative functions...\"\r\n

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

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

\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\n\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\n\r\nIf you select \"Yes\" 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\n\r\nStart Date
\r\nThe date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.\r\n

\r\n\r\nEnd Date
\r\nThe date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.\r\n

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

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

\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\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\n\r\nGroup can view?
\r\nCan members of this group view this page?\r\n

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

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

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

\r\n\r\nYou can optionally recursively give these privileges to all pages under this page.\r\n

\r\n\r\nWhat next?
\r\nIf you leave this on the default setting you\'ll be redirected to the new page after creating it.\r\n

',1038889740); +INSERT INTO international VALUES (634,'WebGUI',1,'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 discussion, 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\nMaximum Attachment Size
\r\nThe size (in kilobytes) of the maximum allowable attachment to be uploaded to your system.\r\n

\r\n\r\nMax Image Size
\r\nIf images are uploaded to your system that are bigger than the max image size, then they will be resized to the max image size. The max image size is measured in pixels and will use the size of the longest side of the image to determine if the limit has been reached.\r\n

\r\n\r\nThumbnail Size
\r\nWhen images are uploaded to your system, they will automatically have thumbnails generated at the size specified here (unless overridden on a case-by-case basis). Thumbnail size is measured in pixels.\r\n

\r\n\r\nSnippet Preview Length
\r\nHow many characters of a snippet should be displayed in the collateral management system main listing.\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',1038872365); +INSERT INTO international VALUES (638,'WebGUI',1,'Templates are used to affect how content is laid out in WebGUI. There are many templates that come with WebGUI, and using the template management system, you can add your own templates to the system to ensure that your site looks exactly how you want it to look. \r\n',1038869802); +INSERT INTO international VALUES (76,'USS',1,'Submission Template',1038867009); +INSERT INTO international VALUES (77,'USS',1,'The following are the template variables used in a submission template. Submission templates are used to display the individual submissions in a user submission system.\r\n

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

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

\r\n\r\nuser.label
\r\nThe translated label indicating what user posted this submission.\r\n

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

\r\n\r\nuser.username
\r\nThe username of the user that posted this submission.\r\n

\r\n\r\nuser.id
\r\nThe unique identifier for the user that posted this submission.\r\n

\r\n\r\ndate.label
\r\nThe translated label indicating what date this submission was posted.\r\n

\r\n\r\ndate.epoch
\r\nThe number of seconds since January 1, 1970 that this submission was posted.\r\n

\r\n\r\ndate.human
\r\nA human readable date that displays the date and time this submission was posted.\r\n

\r\n\r\nstatus.label
\r\nA translated label indicating the status of this submission.\r\n

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

\r\n\r\nviews.label
\r\nA translated label indicating how many times this submission has been viewed.\r\n

\r\n\r\nviews.count
\r\nThe number of times this submission has been viewed.\r\n

\r\n\r\ncanPost
\r\nAn condition indicating whether or not this user can post a new submission.\r\n

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

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

\r\n\r\nprevious.more
\r\nAn condition indicating whether there are any posts prior to this one available for viewing.\r\n

\r\n\r\nprevious.url
\r\nA URL to the post that came before this one.\r\n

\r\n\r\nprevious.label
\r\nA translated label for the previous link.\r\n

\r\n\r\nnext.more
\r\nA condition indicating whether there are any posts after this one available for viewing.\r\n

\r\n\r\nnext.url
\r\nThe URL to the post that came after this one.\r\n

\r\n\r\nnext.label
\r\nA translated label for the next link.\r\n

\r\n\r\ncanEdit
\r\nA condition indicating whether the current user cane edit or delete this post.\r\n

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

\r\n\r\nedit.label
\r\nA translated label for the edit link.\r\n

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

\r\n\r\ndelete.label
\r\nA translated label for the delete link.\r\n

\r\n\r\ncanChangeStatus
\r\nA condition indicating whether the current user has the privileges to change the status of this post.\r\n

\r\n\r\napprove.url
\r\nThe URL to approve this post.\r\n

\r\n\r\napprove.label
\r\nA translated label for the approve link.\r\n

\r\n\r\ndeny.url
\r\nThe URL to deny this post.\r\n

\r\n\r\ndeny.label
\r\nA translated label for the deny link.\r\n

\r\n\r\nleave.url
\r\nThe URL to leave this post in it\'s current state.\r\n

\r\n\r\nleave.label
\r\nA translated label for the leave link.\r\n

\r\n\r\ncanDiscuss
\r\nA condition indicating whether the current user can reply to this post.\r\n

\r\n\r\nreply.url
\r\nThe URL to reply to this post.\r\n

\r\n\r\nreply.label
\r\nA translated label for the reply link.\r\n

\r\n\r\nsearch.url
\r\nThe URL to toggle on the WebGUI power search form.\r\n

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

\r\n\r\nback.url
\r\nThe URL to return the user to the main listing.\r\n

\r\n\r\nback.label
\r\nA translated label for the back link.\r\n

\r\n\r\nreplies
\r\nA complete listing of all replies to this post.\r\n

\r\n',1038867009); +INSERT INTO international VALUES (639,'WebGUI',1,'Template Name
\r\nGive this template a descriptive name so that you\'ll know what it is when you\'re applying a template to content.\r\n

\r\n\r\nNamespace
\r\nWhat type of template is this?\r\n

\r\n\r\nTemplate
\r\nCreate your template by using template commands and variables, macros, and HTML.\r\n

\r\n\r\nNOTE: You should never edit the default templates that come with WebGUI as they are subject to change with each new release. Instead, copy the template you wish to edit, and edit the copy.',1038890615); +INSERT INTO international VALUES (640,'WebGUI',1,'It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some content may still be using the template). \r\n

\r\n\r\n',1038791020); +INSERT INTO international VALUES (624,'WebGUI',1,'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\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\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^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle; or ^AdminToggle();
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n

\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\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\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\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
%%%
%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
%zuser preference date format
%Zuser preference time format
\r\n

\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\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\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\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^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\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\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\n\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n

\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\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\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\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^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\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\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^SQL();
\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:

\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n

\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\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\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\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n

\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\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\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 wobject and the Body in the Style Manager.\r\n

\r\n',1038888892); +INSERT INTO international VALUES (62,'Product',1,'Product Template',1038864092); +INSERT INTO international VALUES (63,'Product',1,'The following is the list of template variables available in product templates.\r\n

\r\n\r\nbrochure.icon
\r\nThe URL to the icon for the brochure.\r\n

\r\n\r\n\r\nbrochure.url
\r\nThe URL to download the brochure.\r\n

\r\n\r\nbrochure.label
\r\nThe translated label for the brochure URL.\r\n

\r\n\r\nwarranty.icon
\r\nThe URL to the icon for the warranty.\r\n

\r\n\r\n\r\nwarranty.url
\r\nThe URL to download the warranty.\r\n

\r\n\r\nwarranty.label
\r\nThe label for the warranty URL.\r\n

\r\n\r\nimage1
\r\nThe URL to the first image uploaded to this product.\r\n

\r\n\r\nthumbnail1
\r\nThe URL to the thumbnail of the first image uploaded to this product.\r\n

\r\n\r\nimage2
\r\nThe URL to the second image uploaded to this product.\r\n

\r\n\r\nthumbnail2
\r\nThe URL to the thumbnail of the second image uploaded to this product.\r\n

\r\n\r\nimage3
\r\nThe URL to the third image uploaded to this product.\r\n

\r\n\r\nthumbnail3
\r\nThe URL to the thumbnail of the third image uploaded to this product.\r\n

\r\n\r\n\r\naddfeature.url
\r\nThe URL to add a feature to this product.\r\n

\r\n\r\naddfeature.label
\r\nThe translated label for the add feature link.\r\n

\r\n\r\nfeature_loop
\r\nThis loop contains all of the features associated with this product.\r\n

\r\nfeature.controls
\r\nThe WebGUI management controls for this feature.\r\n

\r\n\r\nfeature.feature
\r\nThe text of the feature itself.\r\n

\r\n

\r\n

\r\n\r\naddbenefit.url
\r\nThe URL to add a benefit to this product.\r\n

\r\n\r\naddbenefit.label
\r\nThe translated label for the add benefit link.\r\n

\r\n\r\nbenefit_loop
\r\nThis loop contains the benefits for this product.\r\n

\r\n\r\nbenefit.benefit
\r\nThe benefit text itself.\r\n

\r\n\r\nbenefit.controls
\r\nThe WebGUI management controls for this benefit.\r\n

\r\n\r\n

\r\n

\r\n\r\naddspecification.url
\r\nThe URL to add a specification to this product.\r\n

\r\n\r\naddspecification.label
\r\nThe translated label for the add specification link.\r\n

\r\n\r\nspecification_loop
\r\nThe list of specifications associated with this product.\r\n

\r\n\r\nspecification.controls
\r\nThe WebGUI management controls for this specification.\r\n

\r\n\r\nspecification.specification
\r\nThe text of the specification itself.\r\n

\r\n\r\nspecification.units
\r\nThe units for this specification. ex: meters\r\n

\r\n\r\nspecification.label
\r\nThe label for this specification. ex: height\r\n

\r\n\r\n

\r\n

\r\n\r\naddaccessory.url
\r\nThe URL to add an accessory to this product.\r\n

\r\n\r\naddaccessory.label
\r\nThe translated label for the add accessory link.\r\n

\r\n\r\naccessory_loop
\r\nThis loop contains all of the accessories associated with this product.\r\n

\r\n\r\naccessory.url
\r\nThe URL to the linked accessory.\r\n

\r\n\r\naccessory.title
\r\nThe title of the linked accessory.\r\n

\r\n\r\naccessory.controls
\r\nThe WebGUI management controls for this accessory.\r\n

\r\n\r\n

\r\n

\r\n\r\naddRelatedProduct.url
\r\nThe URL to add a related product to this product.\r\n

\r\n\r\naddRelatedProduct.label
\r\nThe translated label for the add related product link.\r\n

\r\n\r\nrelatedproduct.url
\r\nThe URL to the linked product.\r\n

\r\n\r\nrelatedproduct.title
\r\nThe title of the linked product.\r\n

\r\n\r\nrelatedproduct.controls
\r\nThe WebGUI management controls for this related product.\r\n

\r\n',1038864092); +INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit',1038871530); INSERT INTO international VALUES (813,'WebGUI',1,'Groups In This Group',1037583186); INSERT INTO international VALUES (72,'Survey',1,'Are you certain you wish to delete this user\'s responses?',1037573460); INSERT INTO international VALUES (678,'WebGUI',1,'Root, Manage',1031514049); -INSERT INTO international VALUES (681,'WebGUI',1,'Packages, Creating',1031514049); -INSERT INTO international VALUES (680,'WebGUI',1,'Package, Add',1031514049); -INSERT INTO international VALUES (675,'WebGUI',1,'Search Engine, Using',1031514049); -INSERT INTO international VALUES (656,'WebGUI',1,'Company Information, Edit',1031514049); +INSERT INTO international VALUES (681,'WebGUI',1,'Packages, Creating',1038889481); +INSERT INTO international VALUES (680,'WebGUI',1,'Package, Add',1038889471); +INSERT INTO international VALUES (675,'WebGUI',1,'Search Engine, Using',1038888957); +INSERT INTO international VALUES (656,'WebGUI',1,'Company Information, Edit',1038872019); INSERT INTO international VALUES (696,'WebGUI',1,'Trash, Empty',1031514049); INSERT INTO international VALUES (672,'WebGUI',1,'Profile Settings, Edit',1031514049); -INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1031514049); +INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1038889454); INSERT INTO international VALUES (661,'WebGUI',1,'File Settings, Edit',1031514049); -INSERT INTO international VALUES (663,'WebGUI',1,'Mail Settings, Edit',1031514049); +INSERT INTO international VALUES (663,'WebGUI',1,'Mail Settings, Edit',1038889094); INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1031514049); INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1031514049); INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1031514049); INSERT INTO international VALUES (667,'WebGUI',1,'Group, Add/Edit',1031514049); INSERT INTO international VALUES (652,'WebGUI',1,'User Settings, Edit',1031514049); INSERT INTO international VALUES (665,'WebGUI',1,'Group, Delete',1031514049); -INSERT INTO international VALUES (666,'WebGUI',1,'Style, Add/Edit',1031514049); +INSERT INTO international VALUES (666,'WebGUI',1,'Style, Add/Edit',1038890195); INSERT INTO international VALUES (664,'WebGUI',1,'Wobject, Delete',1031514049); INSERT INTO international VALUES (662,'WebGUI',1,'Settings, Manage',1031514049); INSERT INTO international VALUES (660,'WebGUI',1,'Groups, Manage',1031514049); @@ -5471,11 +5460,11 @@ INSERT INTO international VALUES (682,'WebGUI',1,'User Profile, Edit',1031514049 INSERT INTO international VALUES (655,'WebGUI',1,'User, Add/Edit',1031514049); INSERT INTO international VALUES (653,'WebGUI',1,'Page, Delete',1031514049); INSERT INTO international VALUES (654,'WebGUI',1,'Style, Delete',1031514049); -INSERT INTO international VALUES (679,'WebGUI',1,'Content Settings, Edit',1031514049); -INSERT INTO international VALUES (683,'WebGUI',1,'Templates, Manage',1031514049); -INSERT INTO international VALUES (684,'WebGUI',1,'Template, Add/Edit',1031514049); -INSERT INTO international VALUES (685,'WebGUI',1,'Template, Delete',1031514049); -INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1031514049); +INSERT INTO international VALUES (679,'WebGUI',1,'Content Settings, Edit',1038872365); +INSERT INTO international VALUES (683,'WebGUI',1,'Templates, Manage',1038869802); +INSERT INTO international VALUES (684,'WebGUI',1,'Template, Add/Edit',1038890615); +INSERT INTO international VALUES (685,'WebGUI',1,'Template, Delete',1038791020); +INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1038888892); INSERT INTO international VALUES (57,'Survey',1,'Comments',1037556124); INSERT INTO international VALUES (66,'Survey',1,'Responses',1037557127); INSERT INTO international VALUES (65,'Survey',1,'Export composite summary.',1037556821); @@ -5483,36 +5472,35 @@ INSERT INTO international VALUES (64,'Survey',1,'Export responses.',1037556721); INSERT INTO international VALUES (63,'Survey',1,'Export questions.',1037556710); INSERT INTO international VALUES (62,'Survey',1,'Export answers.',1037556697); INSERT INTO international VALUES (61,'Survey',1,'View grade book.',1037556642); -INSERT INTO international VALUES (72,'FileManager',1,'Download, Add/Edit',1031514049); -INSERT INTO international VALUES (73,'FileManager',1,'File Title
\r\nThe title that will be displayed for this download.\r\n

\r\n\r\nDownload File
\r\nChoose the file from your hard drive that you wish to upload to this download manager.\r\n

\r\n\r\nAlternate Version #1
\r\nAn alternate version of the Download File. For instance, if the download file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n

\r\n\r\nAlternate Version #2
\r\nAn alternate version of the Download File. For instance, if the download file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n

\r\n\r\nBrief Synopsis
\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n

\r\n\r\nGroup To Download
\r\nChoose the group that may download this file.\r\n

\r\n\r\nProceed to add download?
\r\nChoose \"Yes\" if you have another file to add to this download manager.\r\n

\r\n',1031514049); -INSERT INTO international VALUES (72,'EventsCalendar',1,'Event, Add/Edit',1031514049); -INSERT INTO international VALUES (73,'EventsCalendar',1,'Title
\r\nThe title for this event.\r\n

\r\n\r\nDescription
\r\nDescribe the activities of this event or information about where the event is to be held.\r\n

\r\n\r\nStart Date
\r\nOn what date will this event begin?\r\n

\r\n\r\nEnd Date
\r\nOn what date will this event end?\r\n

\r\n\r\nRecurs every
\r\nSelect a recurrence interval for this event. \r\n\r\n

\r\n\r\nProceed to add event?
\r\nIf you\'d like to add another event, select \"Yes\".\r\n

\r\n',1031514049); -INSERT INTO international VALUES (72,'FAQ',1,'Question, Add/Edit',1031514049); -INSERT INTO international VALUES (73,'FAQ',1,'Question
\r\nAdd the question you\'d like to appear on the FAQ.\r\n

\r\n\r\n\r\nAnswer
\r\nAdd the answer for the question you entered above.\r\n

\r\n\r\n\r\nProceed to add question?
\r\nIf you have another question to add, select \"Yes\".\r\n

\r\n\r\n',1031514049); +INSERT INTO international VALUES (72,'FileManager',1,'File, Add/Edit',1038883174); +INSERT INTO international VALUES (73,'FileManager',1,'File Title
\r\nThe title that will be displayed for this file. If left blank the filename will be used.\r\n

\r\n\r\nFile
\r\nChoose the file from your hard drive that you wish to upload.\r\n

\r\n\r\nAlternate Version #1
\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n

\r\n\r\nAlternate Version #2
\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n

\r\n\r\nBrief Synopsis
\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n

\r\n\r\nGroup To Download
\r\nChoose the group that may download this file.\r\n

\r\n\r\nWhat\'s next?
\r\nIf you\'d like to add another file after this one, then select \"add a new file\" otherwise select \"go back to the page\".\r\n

\r\n',1038883174); +INSERT INTO international VALUES (72,'EventsCalendar',1,'Event, Add/Edit',1038887363); +INSERT INTO international VALUES (73,'EventsCalendar',1,'Title
\r\nThe title for this event.\r\n

\r\n\r\nDescription
\r\nDescribe the activities of this event or information about where the event is to be held.\r\n

\r\n\r\nStart Date
\r\nOn what date will this event begin?\r\n

\r\n\r\nEnd Date
\r\nOn what date will this event end?\r\n

\r\n\r\nRecurs every
\r\nSelect a recurrence interval for this event. \r\n\r\n

\r\n\r\nWhat next?
\r\nSelect \"add new event\" if you\'d like to add another event, otherwise select \"go back to page\".\r\n

\r\n',1038887363); +INSERT INTO international VALUES (72,'FAQ',1,'Question, Add/Edit',1038890062); +INSERT INTO international VALUES (73,'FAQ',1,'Question
\r\nAdd the question you\'d like to appear on the FAQ.\r\n

\r\n\r\n\r\nAnswer
\r\nAdd the answer for the question you entered above.\r\n

\r\n\r\n\r\nWhat next?
\r\nIf you wish to add another question then leave this set to the default.\r\n\r\n

\r\n\r\n',1038890062); INSERT INTO international VALUES (50,'Product',1,'Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.\r\n

\r\n\r\nBenefit
\r\nYou may enter a new benefit, or select from one you\'ve already entered.\r\n

\r\n\r\nAdd another benefit?
\r\nIf you\'d like to add another benefit right away, select \"Yes\".\r\n

\r\n',1031514049); -INSERT INTO international VALUES (72,'LinkList',1,'Link, Add/Edit',1031514049); -INSERT INTO international VALUES (73,'LinkList',1,'Title
\r\nThe text that will be linked.\r\n

\r\n\r\nURL
\r\nThe web site to link to.\r\n

\r\n\r\nOpen in new window?
\r\nSelect yes if you\'d like this link to pop-up into a new window.\r\n

\r\n\r\nDescription
\r\nDescribe the site you\'re linking to. You can omit this if you\'d like.\r\n

\r\n\r\nProceed to add link?\r\nIf you have another link to add, select \"Yes\".\r\n

\r\n',1031514049); +INSERT INTO international VALUES (72,'LinkList',1,'Link, Add/Edit',1038887880); +INSERT INTO international VALUES (73,'LinkList',1,'Title
\r\nThe text that will be linked.\r\n

\r\n\r\nURL
\r\nThe web site to link to.\r\n

\r\n\r\nOpen in new window?
\r\nSelect yes if you\'d like this link to pop-up into a new window.\r\n

\r\n\r\nDescription
\r\nDescribe the site you\'re linking to. You can omit this if you\'d like.\r\n

\r\n\r\nWhat Next?\r\nLeave this set to the default if you wish to add another link after this one.\r\n

\r\n',1038887880); INSERT INTO international VALUES (49,'Product',1,'Product Benefit, Add/Edit',1031514049); INSERT INTO international VALUES (697,'WebGUI',1,'Karma, Using',1031514049); INSERT INTO international VALUES (698,'WebGUI',1,'Karma is a method of tracking the activity of your users, and potentially rewarding or punishing them for their level of activity. Once karma has been enabled, you\'ll notice that the menus of many things in WebGUI change to reflect karma.\r\n

\r\n\r\nYou can track whether users are logging in, and how much they contribute to your site. And you can allow them access to additional features by the level of their karma.\r\n

\r\n\r\nYou can find out more about karma in Ruling WebGUI.',1031514049); INSERT INTO international VALUES (5,'WobjectProxy',1,'Wobject Proxy, Add/Edit',1031514049); INSERT INTO international VALUES (6,'WobjectProxy',1,'With the Wobject Proxy you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.\r\n

\r\n\r\n\r\nWobject To Proxy
\r\nSelect the wobject from your system that you\'d like to proxy. The select box takes the format of \"Page Title / Wobject Name (Wobject Id) so that you can quickly and accurately find the wobject you\'re looking for.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (38,'Product',1,'Product, Add/Edit',1031514049); -INSERT INTO international VALUES (39,'Product',1,'WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.\r\n

\r\n\r\nPrice
\r\nThe price of this product. You may optionally enter text like \"call for pricing\" if you wish, or you may leave it blank.\r\n

\r\n\r\nProduct Number
\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n

\r\n\r\nProduct Image 1
\r\nAn image of this product.\r\n

\r\n\r\nProduct Image 2
\r\nAn image of this product.\r\n

\r\n\r\nProduct Image 3
\r\nAn image of this product.\r\n

\r\n\r\nBrochure
\r\nThe brochure for this product.\r\n

\r\n\r\nManual
\r\nThe product, user, or service manual for this product.\r\n

\r\n\r\nWarranty
\r\nThe warranty for this product.\r\n

\r\n',1031514049); +INSERT INTO international VALUES (38,'Product',1,'Product, Add/Edit',1038889846); +INSERT INTO international VALUES (39,'Product',1,'WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.\r\n

\r\n\r\nTemplate
\r\nSelect a layout for this product.\r\n

\r\n\r\nPrice
\r\nThe price of this product. You may optionally enter text like \"call for pricing\" if you wish, or you may leave it blank.\r\n

\r\n\r\nProduct Number
\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n

\r\n\r\nProduct Image 1
\r\nAn image of this product.\r\n

\r\n\r\nProduct Image 2
\r\nAn image of this product.\r\n

\r\n\r\nProduct Image 3
\r\nAn image of this product.\r\n

\r\n\r\nBrochure
\r\nThe brochure for this product.\r\n

\r\n\r\nManual
\r\nThe product, user, or service manual for this product.\r\n

\r\n\r\nWarranty
\r\nThe warranty for this product.\r\n

\r\n',1038889846); INSERT INTO international VALUES (40,'Product',1,'Product Feature, Add/Edit',1031514049); INSERT INTO international VALUES (41,'Product',1,'Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.\r\n

\r\n\r\nFeature
\r\nYou may enter a new feature, or select one you entered for another product in the system.\r\n

\r\n\r\nAdd another feature?
\r\nIf you\'d like to add another feature right away, select \"Yes\".\r\n

\r\n',1031514049); INSERT INTO international VALUES (42,'Product',1,'Product Specification, Add/Edit',1031514049); INSERT INTO international VALUES (43,'Product',1,'Specifications are the technical details of your product.\r\n

\r\n\r\n\r\nLabel
\r\nThe type of specification. For instance, height, weight, or color. You may select one you\'ve entered for another product, or type in a new specification.\r\n

\r\n\r\n\r\nSpecification
\r\nThe actual specification value. For instance, if you chose height as the Label, then you\'d enter a numeric value like \"18\".\r\n

\r\n\r\n\r\nUnits
\r\nThe unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be \"meters\".\r\n

\r\n\r\n\r\nAdd another specification?
\r\nIf you\'d like to add another specification, select \"Yes\".\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (709,'WebGUI',1,'Image Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting images.\r\n

\r\n\r\nStyle Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting styles.\r\n

\r\n\r\nTemplate Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting templates.\r\n

\r\n',1031514049); +INSERT INTO international VALUES (709,'WebGUI',1,'\r\nStyle Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting styles.\r\n

\r\n\r\nTemplate Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting templates.\r\n

\r\n',1038889779); INSERT INTO international VALUES (44,'Product',1,'Product Accessory, Add/Edit',1031514049); INSERT INTO international VALUES (45,'Product',1,'Accessories are products that enhance other products.\r\n

\r\n\r\nAccessory
\r\nChoose from the list of products you\'ve already entered.\r\n

\r\n\r\nAdd another accessory?
\r\nSelect \"Yes\" if you have another accessory to add.\r\n

\r\n',1031514049); INSERT INTO international VALUES (46,'Product',1,'Product (Related), Add/Edit',1031514049); INSERT INTO international VALUES (47,'Product',1,'Related products are products that are comparable or complimentary to other products.\r\n

\r\n\r\n\r\nRelated products
\r\nChoose from the list of products you\'ve already entered.\r\n

\r\n\r\n\r\nAdd another related product?
\r\nSelect \"Yes\" if you have another related product to add.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (708,'WebGUI',1,'Privilege Settings, Manage',1031514049); +INSERT INTO international VALUES (708,'WebGUI',1,'Privilege Settings, Manage',1038889779); INSERT INTO international VALUES (30,'USS',1,'Karma Per Submission',1031514049); INSERT INTO international VALUES (72,'Poll',1,'Randomize answers?',1031514049); INSERT INTO international VALUES (699,'WebGUI',1,'First Day Of Week',1031514049); -INSERT INTO international VALUES (74,'EventsCalendar',1,'Calendar Month (Small)',1031514049); INSERT INTO international VALUES (702,'WebGUI',1,'Month(s)',1031514049); INSERT INTO international VALUES (703,'WebGUI',1,'Year(s)',1031514049); INSERT INTO international VALUES (704,'WebGUI',1,'Second(s)',1031514049); @@ -5705,7 +5693,6 @@ INSERT INTO international VALUES (78,'EventsCalendar',3,'Niets weggooien, ik heb INSERT INTO international VALUES (77,'EventsCalendar',3,'Gooi deze gebeurtenis weg en alle herhalingen hiervan.',1031516049); INSERT INTO international VALUES (76,'EventsCalendar',3,'Gooi alleen deze gebeurtenis weg.',1031516049); INSERT INTO international VALUES (75,'EventsCalendar',3,'Welke van deze keuzes wilt u uitvoeren?',1031516049); -INSERT INTO international VALUES (74,'EventsCalendar',3,'Maandkalender (klein)',1031516049); INSERT INTO international VALUES (73,'LinkList',3,'Titel
\r\nText die gelinked zal worden.\r\n

\r\nURL
\r\nDe Website waarnaar gelinked wordt.\r\n

\r\n\r\nIn een nieuw venster openen?
\r\nSelecteer ja als u wilt dat deze link in een nieuw opkomend venster geopend wordt.\r\n

\r\n\r\nOmschrijving
\r\nBeschrijf de site waar u naar linkt. Dit kan weggelaten worden als u dat wilt.\r\n

\r\n\r\nNog een link toevoegen?
\r\nAls u nog een link toe wilt voegen, selecteer dan ja.\r\n

\r\n',1031516049); INSERT INTO international VALUES (73,'FAQ',3,'Vraag
\r\nVoer de vraag in die u in de FAQ wilt laten verschijnen.\r\n

\r\n\r\n\r\nAntwoord
\r\nVoer het antwoord in voor de vraag die u hierboven heeft ingevuld.\r\n

\r\n\r\n\r\nNog een vraag toevoegen?
\r\nAls u nog een vraag wilt toevoegen, selecteer dan ja.\r\n

\r\n',1031516049); INSERT INTO international VALUES (73,'EventsCalendar',3,'Titel
\r\nDe titel voor deze gebeurtenis.\r\n

\r\n\r\nBeschrijving
\r\nOmschrijf de activiteit van deze gebeurtenis of voer informatie in over waar deze gebeurtenis plaatsvind.\r\n

\r\n\r\nBegindatum
\r\nWanneer begint deze gebeurtenis?\r\n

\r\n\r\nEinddatum
\r\nOp welke datum zal deze gebeurtenis plaatsvinden?\r\n

\r\n\r\nGebeurt iedere
\r\nSelecteer een interval waarin deze gebeurtenis opnieuw plaatsvind.\r\n

\r\n\r\nNog een gebeurtenis toevoegen?
\r\nAls u nog een gebeurtenis toe wilt voegen, selecteer dan ja.\r\n

',1031516049); @@ -5800,7 +5787,6 @@ INSERT INTO international VALUES (5,'SQLReport',9,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',9,'½s¿èºô¯¸¦a¹Ï',1031510000); INSERT INTO international VALUES (5,'Poll',9,'¹Ï§Î¼e«×',1031510000); INSERT INTO international VALUES (5,'MessageBoard',9,'½s¿è¶W®É',1031510000); -INSERT INTO international VALUES (5,'LinkList',9,'¬O§_°õ¦æ¼W¥[¶W³sµ²',1031510000); INSERT INTO international VALUES (5,'Item',9,'¤U¸üªþ¥ó',1031510000); INSERT INTO international VALUES (5,'FAQ',9,'°ÝÃD',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',9,'Style Class',1031510000); @@ -5814,7 +5800,6 @@ INSERT INTO international VALUES (4,'SQLReport',9,' INSERT INTO international VALUES (4,'SiteMap',9,'®i¶}²`«×',1031510000); INSERT INTO international VALUES (4,'Poll',9,'§ë²¼Åv­­',1031510000); INSERT INTO international VALUES (4,'MessageBoard',9,'¨C­¶Åã¥Ü',1031510000); -INSERT INTO international VALUES (4,'LinkList',9,'«eºó¦r²Å',1031510000); INSERT INTO international VALUES (4,'Item',9,'¶µ¥Ø',1031510000); INSERT INTO international VALUES (4,'ExtraColumn',9,'¼e«×',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',9,'¥uµo¥Í¤@¦¸',1031510000); @@ -5834,7 +5819,6 @@ INSERT INTO international VALUES (2,'USS',9,' INSERT INTO international VALUES (2,'SyndicatedContent',9,'¦P¨B¤º®e',1031510000); INSERT INTO international VALUES (2,'SiteMap',9,'ºô¯¸¦a¹Ï',1031510000); INSERT INTO international VALUES (2,'MessageBoard',9,'¤½§iÄæ',1031510000); -INSERT INTO international VALUES (2,'LinkList',9,'¦æ¶¡¶Z',1031510000); INSERT INTO international VALUES (2,'Item',9,'ªþ¥ó',1031510000); INSERT INTO international VALUES (2,'FAQ',9,'F.A.Q.',1031510000); INSERT INTO international VALUES (2,'EventsCalendar',9,'¦æ¨Æ¾ä',1031510000); @@ -5844,11 +5828,10 @@ INSERT INTO international VALUES (1,'USS',9,' INSERT INTO international VALUES (1,'SyndicatedContent',9,'RSS ¤å¥ó¶W³sµ²',1031510000); INSERT INTO international VALUES (1,'SQLReport',9,'SQL ³ø§i',1031510000); INSERT INTO international VALUES (1,'Poll',9,'½Õ¬d',1031510000); -INSERT INTO international VALUES (1,'LinkList',9,'ÁY¶i',1031510000); INSERT INTO international VALUES (1,'Item',9,'¶W³sµ² URL',1031510000); INSERT INTO international VALUES (72,'Item',1,'Template',1036267550); INSERT INTO international VALUES (1,'ExtraColumn',9,'ÂX®i¦C',1031510000); -INSERT INTO international VALUES (1,'EventsCalendar',9,'¬O§_°õ¦æ¼W¥[¨Æ°È',1031510000); +INSERT INTO international VALUES (83,'EventsCalendar',1,'First in the calendar.',1038190781); INSERT INTO international VALUES (1,'Article',9,'¤å³¹',1031510000); INSERT INTO international VALUES (367,'WebGUI',9,'¹L´Á®É¶¡',1031510000); INSERT INTO international VALUES (5,'WebGUI',9,'ºÞ²z¨Ï¥ÎªÌ²Õ',1031510000); @@ -5868,7 +5851,6 @@ INSERT INTO international VALUES (7,'Article',9,' INSERT INTO international VALUES (7,'FAQ',9,'±z¬O§_½T©w±z­n§R°£³o­Ó°ÝÃD',1031510000); INSERT INTO international VALUES (7,'MessageBoard',9,'§@ªÌ¡G',1031510000); INSERT INTO international VALUES (7,'Poll',9,'¦^µª',1031510000); -INSERT INTO international VALUES (7,'SiteMap',9,'«eºó¦r²Å',1031510000); INSERT INTO international VALUES (7,'SQLReport',9,'¸ê®Æ®w±K½X',1031510000); INSERT INTO international VALUES (7,'USS',9,'³q¹L',1031510000); INSERT INTO international VALUES (7,'WebGUI',9,'ºÞ²z¨Ï¥ÎªÌ',1031510000); @@ -5893,7 +5875,6 @@ INSERT INTO international VALUES (22,'MessageBoard',9,' INSERT INTO international VALUES (9,'Poll',9,'½s¿è½Õ¬d',1031510000); INSERT INTO international VALUES (10,'Poll',9,'ªì©l¤Æ§ë²¼',1031510000); INSERT INTO international VALUES (11,'Poll',9,'§ë²¼¡I',1031510000); -INSERT INTO international VALUES (8,'SiteMap',9,'¦æ¶Z',1031510000); INSERT INTO international VALUES (8,'SQLReport',9,'Edit SQL Report',1031510000); INSERT INTO international VALUES (8,'USS',9,'³Q©Úµ´',1031510000); INSERT INTO international VALUES (8,'WebGUI',9,'±z¬d¬Ýªº­¶­±¤£¦s¦b',1031510000); @@ -6185,7 +6166,6 @@ INSERT INTO international VALUES (32,'USS',9,' INSERT INTO international VALUES (33,'USS',9,'ªþ¥ó',1031510000); INSERT INTO international VALUES (34,'USS',9,'Âà´«¦^¨®',1031510000); INSERT INTO international VALUES (35,'USS',9,'¼ÐÃD',1031510000); -INSERT INTO international VALUES (21,'EventsCalendar',9,'¬O§_°õ¦æ¼W¥[¨Æ°È',1031510000); INSERT INTO international VALUES (378,'WebGUI',9,'¨Ï¥ÎªÌ ID',1031510000); INSERT INTO international VALUES (379,'WebGUI',9,'¨Ï¥ÎªÌ²Õ ID',1031510000); INSERT INTO international VALUES (380,'WebGUI',9,'­·®æ ID',1031510000); @@ -6200,7 +6180,6 @@ INSERT INTO international VALUES (9,'FileManager',9,' INSERT INTO international VALUES (10,'FileManager',9,'½s¿è¤U¸ü',1031510000); INSERT INTO international VALUES (11,'FileManager',9,'¼W¥[·s¤U¸ü',1031510000); INSERT INTO international VALUES (12,'FileManager',9,'±z¬O§_½T©w­n§R°£¦¹¤U¸ü¶µ¶Ü',1031510000); -INSERT INTO international VALUES (22,'FileManager',9,'¬O§_°õ¦æ¼W¥[¤U¸ü',1031510000); INSERT INTO international VALUES (14,'FileManager',9,'¤å¥ó',1031510000); INSERT INTO international VALUES (15,'FileManager',9,'´y­z',1031510000); INSERT INTO international VALUES (16,'FileManager',9,'¤W¸ü¤é´Á',1031510000); @@ -6215,9 +6194,6 @@ INSERT INTO international VALUES (14,'EventsCalendar',9,' INSERT INTO international VALUES (15,'EventsCalendar',9,'µ²§ô¤é´Á',1031510000); INSERT INTO international VALUES (20,'FileManager',9,'¦b«á­±¼Ðª`­¶½X',1031510000); INSERT INTO international VALUES (14,'SQLReport',9,'Paginate After',1031510000); -INSERT INTO international VALUES (16,'EventsCalendar',9,'¦æ¨Æ¾ä¥¬§½',1031510000); -INSERT INTO international VALUES (17,'EventsCalendar',9,'¦Cªí¤è¦¡',1031510000); -INSERT INTO international VALUES (18,'EventsCalendar',9,'¤é¾ú¤è¦¡',1031510000); INSERT INTO international VALUES (19,'EventsCalendar',9,'¦b«á­±¼Ðª`­¶½X',1031510000); INSERT INTO international VALUES (529,'WebGUI',9,'µ²ªG',1031510000); INSERT INTO international VALUES (384,'WebGUI',9,'¤å¥ó',1031510000); @@ -6228,7 +6204,7 @@ INSERT INTO international VALUES (388,'WebGUI',9,' INSERT INTO international VALUES (697,'WebGUI',10,'Karma, Anvend',1036855986); INSERT INTO international VALUES (391,'WebGUI',9,'§R°£ªþ¥[¤å¥ó',1031510000); INSERT INTO international VALUES (595,'WebGUI',10,'International tekst',1037205654); -INSERT INTO international VALUES (786,'WebGUI',1,'',1036954767); +INSERT INTO international VALUES (786,'WebGUI',1,'WebGUI\'s collateral management system allows you to upload files and text to a central repository for use elsewhere in your content.\r\n

\r\n',1038871973); INSERT INTO international VALUES (394,'WebGUI',9,'ºÞ²z¹Ï¤ù',1031510000); INSERT INTO international VALUES (395,'WebGUI',9,'¼W¥[·s¹Ï¤ù',1031510000); INSERT INTO international VALUES (718,'WebGUI',10,'Eksporter oversættelse',1036855692); @@ -6241,7 +6217,6 @@ INSERT INTO international VALUES (402,'WebGUI',9,' INSERT INTO international VALUES (403,'WebGUI',9,'¤£§i¶D§A',1031510000); INSERT INTO international VALUES (405,'WebGUI',9,'³Ì«á¤@­¶',1031510000); INSERT INTO international VALUES (406,'WebGUI',9,'§Ö·Ó¤j¤p',1031510000); -INSERT INTO international VALUES (21,'FileManager',9,'Åã¥Ü§Ö·Ó',1031510000); INSERT INTO international VALUES (407,'WebGUI',9,'ÂIÀ»¦¹³Bµù¥U',1031510000); INSERT INTO international VALUES (15,'SQLReport',9,'Preprocess macros on query?',1031510000); INSERT INTO international VALUES (16,'SQLReport',9,'Debug?',1031510000); @@ -6256,7 +6231,7 @@ INSERT INTO international VALUES (409,'WebGUI',9,' INSERT INTO international VALUES (410,'WebGUI',9,'ºÞ²z®Ú­¶­±',1031510000); INSERT INTO international VALUES (411,'WebGUI',9,'¥Ø¿ý¼ÐÃD',1031510000); INSERT INTO international VALUES (412,'WebGUI',9,'­¶­±´y­z',1031510000); -INSERT INTO international VALUES (9,'SiteMap',9,'Åã¥Ü²¤¶',1031510000); +INSERT INTO international VALUES (79,'Survey',1,'minutes',1038789595); INSERT INTO international VALUES (18,'Article',9,'¬O§_¤¹³°Q½×',1031510000); INSERT INTO international VALUES (19,'Article',9,'½Ö¥i¥Hµoªí',1031510000); INSERT INTO international VALUES (20,'Article',9,'½Ö¥i¥HºÞ²z',1031510000); @@ -6404,7 +6379,6 @@ INSERT INTO international VALUES (10,'Article',2,'Carriage Return\nbeachten?',10 INSERT INTO international VALUES (562,'WebGUI',2,'Ausstehend',1031510000); INSERT INTO international VALUES (9,'WebGUI',2,'Zwischenablage\nanschauen',1031510000); INSERT INTO international VALUES (9,'SQLReport',2,'Fehler: Die DSN\nbesitzt das falsche Format.',1031510000); -INSERT INTO international VALUES (9,'SiteMap',2,'Übersicht\nanzeigen?',1031510000); INSERT INTO international VALUES (9,'Poll',2,'Abstimmung\nbearbeiten',1031510000); INSERT INTO international VALUES (9,'MessageBoard',2,'Beitrags\nID:',1031510000); INSERT INTO international VALUES (9,'LinkList',2,'Sind Sie sicher,\ndass Sie diesen Link löschen wollen?',1031510000); @@ -6415,7 +6389,6 @@ INSERT INTO international VALUES (9,'Article',2,'Dateianhang',1031510000); INSERT INTO international VALUES (8,'WebGUI',2,'\"Seite nicht\ngefunden\" anschauen',1031510000); INSERT INTO international VALUES (561,'WebGUI',2,'Verboten',1031510000); INSERT INTO international VALUES (8,'SQLReport',2,'SQL Bericht\nbearbeiten',1031510000); -INSERT INTO international VALUES (8,'SiteMap',2,'Zeilenabstand',1031510000); INSERT INTO international VALUES (8,'Poll',2,'(Eine Antwort pro\nZeile. Bitte nicht mehr als 20 verschiedene Antworten)',1031510000); INSERT INTO international VALUES (8,'MessageBoard',2,'Datum:',1031510000); INSERT INTO international VALUES (8,'LinkList',2,'URL',1031510000); @@ -6426,7 +6399,6 @@ INSERT INTO international VALUES (7,'WebGUI',2,'Benutzer\nverwalten',1031510000) INSERT INTO international VALUES (8,'Article',2,'Link URL',1031510000); INSERT INTO international VALUES (560,'WebGUI',2,'Erlaubt',1031510000); INSERT INTO international VALUES (7,'SQLReport',2,'Datenbankpasswort',1031510000); -INSERT INTO international VALUES (7,'SiteMap',2,'Kugel',1031510000); INSERT INTO international VALUES (7,'Poll',2,'Antworten',1031510000); INSERT INTO international VALUES (7,'MessageBoard',2,'Autor:',1031510000); INSERT INTO international VALUES (7,'FAQ',2,'Sind Sie sicher, dass\nSie diese Frage löschen wollen?',1031510000); @@ -6452,7 +6424,6 @@ INSERT INTO international VALUES (5,'SQLReport',2,'DSN (Data Source\nName)',1031 INSERT INTO international VALUES (5,'SiteMap',2,'Site Map\nbearbeiten',1031510000); INSERT INTO international VALUES (5,'Poll',2,'Breite der Grafik',1031510000); INSERT INTO international VALUES (566,'WebGUI',2,'Timeout zum\nbearbeiten',1031510000); -INSERT INTO international VALUES (5,'LinkList',2,'Wollen Sie einen\nLink hinzufügen?',1031510000); INSERT INTO international VALUES (5,'Item',2,'Anhang\nherunterladen',1031510000); INSERT INTO international VALUES (5,'FAQ',2,'Frage',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',2,'StyleSheet\nClass',1031510000); @@ -6465,7 +6436,6 @@ INSERT INTO international VALUES (4,'SyndicatedContent',2,'Clipping-Dienst bearb INSERT INTO international VALUES (4,'SiteMap',2,'Tiefe',1031510000); INSERT INTO international VALUES (4,'Poll',2,'Wer kann\nabstimmen?',1031510000); INSERT INTO international VALUES (4,'Item',2,'Kleiner Artikel',1031510000); -INSERT INTO international VALUES (4,'LinkList',2,'Kugel',1031510000); INSERT INTO international VALUES (4,'MessageBoard',2,'Beiträge pro\nSeite',1031510000); INSERT INTO international VALUES (4,'ExtraColumn',2,'Breite',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',2,'Einmaliges\nEreignis',1031510000); @@ -6487,7 +6457,6 @@ INSERT INTO international VALUES (2,'SyndicatedContent',2,'Clipping-Dienst',1031 INSERT INTO international VALUES (2,'SiteMap',2,'Site\nMap/Übersicht',1031510000); INSERT INTO international VALUES (2,'FAQ',2,'F.A.Q.',1031510000); INSERT INTO international VALUES (2,'Item',2,'Anhang',1031510000); -INSERT INTO international VALUES (2,'LinkList',2,'Zeilenabstand',1031510000); INSERT INTO international VALUES (2,'MessageBoard',2,'Diskussionsforum',1031510000); INSERT INTO international VALUES (2,'EventsCalendar',2,'Veranstaltungskalender',1031510000); INSERT INTO international VALUES (1,'WebGUI',2,'Inhalt\nhinzufügen...',1031510000); @@ -6495,10 +6464,9 @@ INSERT INTO international VALUES (1,'SyndicatedContent',2,'URL zur\nRSS-Datei',1 INSERT INTO international VALUES (1,'USS',2,'Wer kann\ngenehmigen?',1031510000); INSERT INTO international VALUES (1,'SQLReport',2,'SQL Bericht',1031510000); INSERT INTO international VALUES (1,'Poll',2,'Abstimmung',1031510000); -INSERT INTO international VALUES (1,'LinkList',2,'Tabulator',1031510000); INSERT INTO international VALUES (1,'Item',2,'Link URL',1031510000); INSERT INTO international VALUES (1,'ExtraColumn',2,'Extra\nSpalte',1031510000); -INSERT INTO international VALUES (1,'EventsCalendar',2,'Termin\nhinzufügen?',1031510000); +INSERT INTO international VALUES (87,'EventsCalendar',1,'Show 9 months from start.',1038190626); INSERT INTO international VALUES (1,'FileManager',2,'Download\nManager',1031510000); INSERT INTO international VALUES (1,'Article',2,'Artikel',1031510000); INSERT INTO international VALUES (395,'WebGUI',2,'Neue Grafik\nhinzufügen.',1031510000); @@ -6596,7 +6564,7 @@ INSERT INTO international VALUES (73,'LinkList',2,'Title\r\nThe text that will b INSERT INTO international VALUES (76,'EventsCalendar',2,'Nur dieses Ereignis löschen',1031510000); INSERT INTO international VALUES (77,'EventsCalendar',2,'Dieses Ereignis und alle Wiederholungen löschen.',1031510000); INSERT INTO international VALUES (75,'EventsCalendar',2,'Was möchten Sie gerne tun?',1031510000); -INSERT INTO international VALUES (74,'EventsCalendar',2,'Kalendermonat (klein)',1031510000); +INSERT INTO international VALUES (61,'MailForm',21,'æÏÒÍÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1035370234); INSERT INTO international VALUES (72,'Poll',2,'Antworten zufällig anordnen?',1031510000); INSERT INTO international VALUES (72,'LinkList',2,'Link hinzufügen oder bearbeiten',1031510000); INSERT INTO international VALUES (72,'FAQ',2,'Frage hinzufügen oder bearbeiten',1031510000); @@ -6618,9 +6586,8 @@ INSERT INTO international VALUES (23,'Product',2,'Eigenschaft',1031510000); INSERT INTO international VALUES (23,'MailForm',2,'Art',1031510000); INSERT INTO international VALUES (22,'Product',2,'Eigenschaft bearbeiten',1031510000); INSERT INTO international VALUES (22,'MailForm',2,'Status',1031510000); -INSERT INTO international VALUES (22,'FileManager',2,'Einen weiteren Download hinzufügen?',1031510000); INSERT INTO international VALUES (21,'MailForm',2,'Feldname',1031510000); -INSERT INTO international VALUES (21,'EventsCalendar',2,'Ein weiteres Ereignis hinzufügen?',1031510000); +INSERT INTO international VALUES (92,'EventsCalendar',1,'Previous Event',1038202281); INSERT INTO international VALUES (20,'Product',2,'ähnliches Produkt',1031510000); INSERT INTO international VALUES (20,'MailForm',2,'Feld bearbeiten',1031510000); INSERT INTO international VALUES (2,'MailForm',2,'Hier Betreff ihrer Email eingeben',1031510000); @@ -6828,8 +6795,8 @@ INSERT INTO international VALUES (529,'WebGUI',2,'Ergebnisse',1031510000); INSERT INTO international VALUES (588,'WebGUI',1,'Are you certain you wish to submit this translation to Plain Black for inclusion in the official distribution of WebGUI? By clicking on the yes link you understand that you\'re giving Plain Black an unlimited license to use the translation in its software distributions.',1031514630); INSERT INTO international VALUES (593,'WebGUI',1,'Submit this translation.',1036970850); INSERT INTO international VALUES (594,'WebGUI',1,'Translate messages.',1031514314); -INSERT INTO international VALUES (61,'USS',1,'User Submission System, Add/Edit',1031517089); -INSERT INTO international VALUES (71,'USS',1,'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
  • Traditional - Creates a simple spreadsheet style table that lists off each submission and is sorted by date. \r\n
  • \r\n
  • Web Log - Creates a view that looks like the news site Slashdot. Incidentally, Slashdot invented the web log format, which has since become very popular on news oriented sites. To limit the amount of the article shown on the main page, place the separator macro ^-; where you\'d like the front page content to stop.\r\n
  • \r\n
  • Photo Gallery - Creates a matrix of thumbnails that can be clicked on to view the full image.\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\nKarma Per Submission
\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n

\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\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. 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

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1031517089); +INSERT INTO international VALUES (61,'USS',1,'User Submission System, Add/Edit',1038890802); +INSERT INTO international VALUES (71,'USS',1,'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\nMain Template
\r\nChoose a layout for this USS.\r\n

\r\n\r\n\r\nSubmission Template
\r\nChoose a layout for the individual submissions.\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\nKarma Per Submission
\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n

\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\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. 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

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1038890802); INSERT INTO international VALUES (722,'WebGUI',1,'Id',1031517195); INSERT INTO international VALUES (721,'WebGUI',1,'Namespace',1031515005); INSERT INTO international VALUES (720,'WebGUI',1,'OK',1031514777); @@ -7197,19 +7164,16 @@ INSERT INTO international VALUES (78,'EventsCalendar',6,'Ta inte bort n INSERT INTO international VALUES (77,'EventsCalendar',6,'Ta bort denna händelse och alla av dess återkommande händelser.',1031667806); INSERT INTO international VALUES (76,'EventsCalendar',6,'Ta enbart bort denna händelse.',1031667761); INSERT INTO international VALUES (75,'EventsCalendar',6,'Vilket vill du göra?',1031667747); -INSERT INTO international VALUES (74,'EventsCalendar',6,'Kalender, månad (liten)',1031667730); INSERT INTO international VALUES (73,'EventsCalendar',6,'Titel\r\nTiteln för denna händelse.\r\n\r\nBeskrivning\r\nBeskrivning av aktiviteter för denna händelse eller övrig information om aktiviteten.\r\n\r\nStart datum\r\nVilket datum kommer det börja?\r\n\r\nSlut datum\r\nVilket datum slutar det på?\r\n\r\nÅterkommer varje\r\nVälj ett återkomstintervall för denna händelse.\r\n\r\nFortsätt med att lägga till händelse?\r\nOm du vill fortsätta lägga till händelser låter du \"Ja\" vara valt.',1031667712); INSERT INTO international VALUES (71,'EventsCalendar',6,'Händelsekalendrar används på många intranät för att hålla reda på interna datum som påverkar hela organisationen. Kalendrar på handelsinriktade webbplatser är ett bra sätt att låta kunderna veta bl.a. vilka mässor/utställningar du kommer att medverka på.\r\n\r\nVisningsformat\r\nDetta kan sättas till Lista eller kalender. När du väljer lista kommer händelserna vara listade efter datum (händelser som redan inträffat kommer inte att visas). Den här typen passar bäst när det inte händer mer än ett par saker varje månad. Om du väljer kalender så kommer händelserna visas på en månadskalender som det går att bläddra i. Den här formatet passar sig bäst vid många händelser varje månad.\r\n\r\nRadbryt efter\r\nNär du använder list-formatet så anger du här hur många händelser som kommer visas per sida.\r\n\r\nFortsätt med att lägga till händelse?\r\nLåt den här vara inställd på \"Ja\" för att direkt kunna lägga in händelser.\r\n\r\n


\r\nNote: Följande stil är specifik för händelsekalendern.\r\n\r\n.eventTitle\r\nTiteln för en enskild händelse.',1031667571); INSERT INTO international VALUES (72,'EventsCalendar',6,'Händelse, lägg till/redigera',1031666394); INSERT INTO international VALUES (61,'EventsCalendar',6,'Händelsekalender, lägg till/redigera',1031666373); -INSERT INTO international VALUES (21,'EventsCalendar',6,'Fortsätt att lägga till händelse?',1031666359); +INSERT INTO international VALUES (79,'EventsCalendar',1,'Main Template',1038190356); INSERT INTO international VALUES (20,'EventsCalendar',6,'Lägg till en händelse.',1031666339); INSERT INTO international VALUES (73,'FileManager',6,'Filtitel\r\nTitel som kommer visas för denna nerladdning.\r\n\r\nFil\r\nVälj en fil från din hårddisk som kommer laddas upp till nerladdningshanteraren.\r\n\r\nAlternativ version #1\r\nEn alternativ version till filen ovan. Är filen ovan t.ex. en JPEG så kan alternativet vara samma bild fast i TIFF-format.\r\n\r\nAlternativ version #2\r\nEn alternativ version till filen ovan. Är filen ovan t.ex. en JPEG så kan alternativet vara samma bild fast i TIFF-format.\r\n\r\nKort beskrivning\r\nKort beskrivning av filen. Kom ihåg att använda nyckelord som användaren kan tänkas använda när denne söker på webbplatsen.\r\n\r\nNerladdningsgrupp\r\nAvgränsa möjligheten att ladda ner filen till denna gruppen.\r\n\r\nFortsätt med att ladda upp mer filer för nerladdning?\r\nVälj \"Ja\" om du har mer filer att ladda upp.',1031665984); INSERT INTO international VALUES (72,'FileManager',6,'Nerladdning, lägg till/redigera',1031664814); INSERT INTO international VALUES (71,'FileManager',6,'Nerladdningshanteraren är designad för att hjälpa dig hantera distrubitionen av filer på din site. Den hjälper dig välja vilka som ska ha tillträde till filerna.\r\n\r\nRadbryt efter\r\nHur många filer ska visas innan resultatet delas upp i sidor? Med andra ord, hur många filer per sida?\r\n\r\nVisa miniatyrbilder?\r\nKlicka för denna och du vill att användaren ska se miniatyrbilder av bilder du laddat upp. Notera att miniatyrbilden endast syns för huvudfilen. För alternativa versioner visas inga miniatyrbilder.\r\n\r\nFortsätt med att lägga upp filer?\r\nOm du vill börja lägga upp filer direkt så låt denna vara kryssad.',1031664796); INSERT INTO international VALUES (61,'FileManager',6,'Nerladdningshanteraren, lägg till/redigera',1031664577); -INSERT INTO international VALUES (22,'FileManager',6,'Fortsätt med att lägga till fil för nerladdning?',1031664251); -INSERT INTO international VALUES (21,'FileManager',6,'Visa miniatyrbilder?',1031664210); INSERT INTO international VALUES (71,'Item',6,'Precis som artiklar är objekt den Schweiziska Armékniven för WebGUI. De flesta delar av statiskt innehåll kan läggas till via ett objekt, men objekt används oftast för mindre innehåll än artiklar.\r\n\r\nLänk URL\r\nDenna URL kommer anslutas till titeln på objektet.\r\n\r\nExempel: http://www.google.com\r\n\r\nBilaga\r\nOm du vill bifoga en Word-fil, zip-fil eller någon annan typ av fil för nerladdning väljer du från hårddisken.\r\n',1031663580); INSERT INTO international VALUES (61,'Article',6,'Artikel, Lägg till/Redigera',1031652255); INSERT INTO international VALUES (654,'WebGUI',6,'Stilar, ta bort',1031651503); @@ -7398,9 +7362,8 @@ INSERT INTO international VALUES (4,'SQLReport',11,' INSERT INTO international VALUES (3,'SQLReport',11,'ÞÇáÈ ÇáÊÞÑíÑ',1031514049); INSERT INTO international VALUES (1,'SQLReport',11,'ÊÞÑíÑ SQL (áÛÉ ÇáÇÓÊÝåÇã ÇáåíßáíÉ)',1031514049); INSERT INTO international VALUES (61,'SiteMap',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÎÑíØÉ ÇáãæÞÚ',1031514049); -INSERT INTO international VALUES (9,'SiteMap',11,'ÚÑÖ ÇáãæÌÒ',1031514049); -INSERT INTO international VALUES (8,'SiteMap',11,'ãÈÇÚÏÉ ÓØÑ',1031514049); -INSERT INTO international VALUES (7,'SiteMap',11,'ßÑÉ ÕÛíÑÉ',1031514049); +INSERT INTO international VALUES (824,'WebGUI',1,'Email Footer',1038708558); +INSERT INTO international VALUES (75,'Survey',1,'Edit this question.',1038778819); INSERT INTO international VALUES (6,'SiteMap',11,'ÝÑÇÛ Ãæá ÇáÓØÑ',1031514049); INSERT INTO international VALUES (5,'SiteMap',11,'ÊÍÑíÑ ÎÑíØÉ ÇáãæÞÚ',1031514049); INSERT INTO international VALUES (4,'SiteMap',11,'ãä ÇáÞÇÚ Åáì ÇáÞãÉ',1031514049); @@ -7528,11 +7491,8 @@ INSERT INTO international VALUES (10,'LinkList',11,' INSERT INTO international VALUES (9,'LinkList',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáæÕáÉ¿',1031514049); INSERT INTO international VALUES (8,'LinkList',11,'ÚäæÇä ÇäÊÑäÊ',1031514049); INSERT INTO international VALUES (6,'LinkList',11,'ÞÇÆãÉ ÇáæÕáÉ',1031514049); -INSERT INTO international VALUES (5,'LinkList',11,'ÇÓÊßãÇá áÅÖÇÝÉ æÕáÉ¿',1031514049); -INSERT INTO international VALUES (4,'LinkList',11,'ßÑÉ ÕÛíÑÉ',1031514049); +INSERT INTO international VALUES (820,'WebGUI',1,'Your account is not activated. Therefore you cannot log in until it\'s activated, which only can be done by the admin.',1038431645); INSERT INTO international VALUES (3,'LinkList',11,'ÝÊÍ Ýí ÕÝÍÉ ÌÏíÏÉ¿',1031514049); -INSERT INTO international VALUES (2,'LinkList',11,'ãÈÇÚÏÉ ÓØÑ',1031514049); -INSERT INTO international VALUES (1,'LinkList',11,'ÝÑÇÛ Ãæá ÇáÝÞÑÉ',1031514049); INSERT INTO international VALUES (61,'Item',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÈäÏ',1031514049); INSERT INTO international VALUES (6,'Item',11,'ÊÍÑíÑ ÈäÏ',1031514049); INSERT INTO international VALUES (5,'Item',11,'ÊÍãíá ãÑÝÞÇÊ',1031514049); @@ -7563,15 +7523,12 @@ INSERT INTO international VALUES (78,'EventsCalendar',11,' INSERT INTO international VALUES (77,'EventsCalendar',11,'ÍÐÝ åÐÇ ÇáÍÏË<È> æ ÈßÇãá ÊßÑÇÑíÇÊå',1031514049); INSERT INTO international VALUES (76,'EventsCalendar',11,'ÍÐÝ åÐÇ ÇáÍÏË ÝÞØ',1031514049); INSERT INTO international VALUES (75,'EventsCalendar',11,'Ãí ÇáÎíÇÑÇÊ ÊÝÖá¿',1031514049); -INSERT INTO international VALUES (74,'EventsCalendar',11,'ÔåÑ ÇáÊÞæíã (ÕÛíÑ)',1031514049); INSERT INTO international VALUES (72,'EventsCalendar',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÇáÍÏË',1031514049); INSERT INTO international VALUES (61,'EventsCalendar',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÞæíã ÇáÃÍÏÇË',1031514049); -INSERT INTO international VALUES (21,'EventsCalendar',11,'ÇÓÊßãÇá áÅÖÇÝÉ ÍÏË¿',1031514049); +INSERT INTO international VALUES (86,'EventsCalendar',1,'Show 12 months from start.',1038190601); INSERT INTO international VALUES (20,'EventsCalendar',11,'ÅÖÇÝÉ ÍÏË',1031514049); INSERT INTO international VALUES (19,'EventsCalendar',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049); -INSERT INTO international VALUES (18,'EventsCalendar',11,'ÔåÑ ÇáÊÞæíã',1031514049); -INSERT INTO international VALUES (17,'EventsCalendar',11,'ÞÇÆãÉ',1031514049); -INSERT INTO international VALUES (16,'EventsCalendar',11,'ÊÕãíã ÇáÊÞæíã',1031514049); +INSERT INTO international VALUES (611,'WebGUI',21,'îÁÚ×ÁÎÉÅ ËÏÍÐÁÎÉÉ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÎÁÎÉÉ. üÔÏ ÉÍÑ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÍÁËÒÏÓÏÍ ^c;.\r\n

\r\ne-mail
\r\n÷×ÅÄÉÔÅ ÏÓÎÏ×ÎÏÊ ÜÌÅËÔÒÏÎÎÙÊ ÁÄÒÅÓ ËÏÍÐÁÎÉÉ. ïÎ ÂÙÄÅÔ ÐÏÄÓÔÁ×ÌÑÔØÓÑ ÐÒÉ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ ÓÏÏÂÝÅÎÉÊ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\nURL ÓÁÊÔÁ ËÏÍÐÁÎÉÉ
\r\n÷×ÅÄÉÔÅ ÏÓÎÏ×ÎÏÊ ÁÄÒÅÓ ×ÅÂ-ÓÁÊÔÁ ËÏÍÐÁÎÉÉ. üÔÏÔ ÁÄÒÅÓ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÐÒÉ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ ÓÏÏÂÝÅÎÉÊ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

',1036493480); INSERT INTO international VALUES (15,'EventsCalendar',11,'ÊÇÑíÎ ÇáÇäÊåÇÁ',1031514049); INSERT INTO international VALUES (14,'EventsCalendar',11,'ÊÇÑíÎ ÇáÈÏÁ',1031514049); INSERT INTO international VALUES (13,'EventsCalendar',11,'ÊÍÑíÑ ÇáÍÏË',1031514049); @@ -7581,7 +7538,7 @@ INSERT INTO international VALUES (8,'EventsCalendar',11,' INSERT INTO international VALUES (4,'EventsCalendar',11,'íÍÏË ãÑÉ æÇÍÏÉ',1031514049); INSERT INTO international VALUES (2,'EventsCalendar',11,'ÊÞæíã ÇáÃÍÏÇË',1031514049); INSERT INTO international VALUES (72,'DownloadManager',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÍãíá',1031514049); -INSERT INTO international VALUES (1,'EventsCalendar',11,'ÇÓÊßãÇá áÅÖÇÝÉ ÍÏË¿',1031514049); +INSERT INTO international VALUES (91,'EventsCalendar',1,'Add a new event.',1038190852); INSERT INTO international VALUES (61,'DownloadManager',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãÏíÑ ÇáÊÍãíá',1031514049); INSERT INTO international VALUES (22,'DownloadManager',11,'ÇÓÊßãÇá áÅÖÇÝÉ ÊÍãíá¿',1031514049); INSERT INTO international VALUES (21,'DownloadManager',11,'ÚÑÖ ÈÇáÅÔÇÑÉ¿',1031514049); @@ -7777,7 +7734,7 @@ INSERT INTO international VALUES (388,'WebGUI',11,' INSERT INTO international VALUES (696,'WebGUI',10,'Skraldespand, Tøm',1036856003); INSERT INTO international VALUES (391,'WebGUI',11,'ÍÐÝ ãáÝ ãÑÝÞ.',1031514049); INSERT INTO international VALUES (597,'WebGUI',10,'Redigér international tekst',1037205701); -INSERT INTO international VALUES (785,'WebGUI',1,'Collateral, Manage',1036954767); +INSERT INTO international VALUES (785,'WebGUI',1,'Collateral, Manage',1038871973); INSERT INTO international VALUES (394,'WebGUI',11,'ÅÏÇÑÉ ÇáÕæÑ',1031514049); INSERT INTO international VALUES (395,'WebGUI',11,'ÅÖÇÝÉ ÕæÑÉ ÌÏíÏÉ',1031514049); INSERT INTO international VALUES (716,'WebGUI',10,'Log in',1036855717); @@ -8092,8 +8049,8 @@ INSERT INTO international VALUES (8,'Survey',1,'Question Order',1033949393); INSERT INTO international VALUES (7,'Survey',1,'Response Driven',1033944729); INSERT INTO international VALUES (6,'Survey',1,'Random',1033944643); INSERT INTO international VALUES (5,'Survey',1,'Sequential',1033944535); -INSERT INTO international VALUES (3,'Survey',1,'Survey, Add/Edit',1033944306); -INSERT INTO international VALUES (4,'Survey',1,'',1033944306); +INSERT INTO international VALUES (3,'Survey',1,'Survey, Add/Edit',1038890559); +INSERT INTO international VALUES (4,'Survey',1,'Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user\'s knowledge.\r\n

\r\n\r\nQuestion Order
\r\nThe order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users.\r\n

\r\n\r\nMode
\r\nBy default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user\'s knowledge.\r\n

\r\n\r\n\r\nWho can take the survey?
\r\nWhich users can participate in the survey?\r\n

\r\n\r\n\r\nWho can view reports?
\r\nWho can view the results of the survey?\r\n

\r\n\r\n\r\nWhat next?
\r\nIf you leave this set at its default, then you will add a question directly after adding the survey.\r\n

\r\n',1038890559); INSERT INTO international VALUES (2,'Survey',1,'Edit Survey',1033943825); INSERT INTO international VALUES (1,'Survey',1,'Survey',1033942924); INSERT INTO international VALUES (741,'WebGUI',1,'Edit this template.',1034223116); @@ -8331,12 +8288,885 @@ INSERT INTO international VALUES (22,'DownloadManager',10,'Forts INSERT INTO international VALUES (1,'FAQ',10,'Fortsæt med at tilføje spørgsmål?',1032469938); INSERT INTO international VALUES (77,'EventsCalendar',10,'Slet denne begivenhed og alle gentagelser',1031671274); INSERT INTO international VALUES (76,'EventsCalendar',10,'Slet kun denne begivenhed.',1031671246); -INSERT INTO international VALUES (74,'EventsCalendar',10,'Kalender måned (lille)',1031671210); INSERT INTO international VALUES (72,'EventsCalendar',10,'Begivenhed, tilføj/redigér',1031671171); INSERT INTO international VALUES (61,'EventsCalendar',10,'Begivenhedskalender, Tilføj/redigér',1031671122); -INSERT INTO international VALUES (21,'EventsCalendar',10,'Fortsæt med at tilføje begivenhed?',1031671070); +INSERT INTO international VALUES (84,'EventsCalendar',1,'End Month',1038190527); INSERT INTO international VALUES (20,'EventsCalendar',10,'Tilføj begivenhed',1031671040); INSERT INTO international VALUES (61,'Article',10,'Artikkel, tilføj/redigér',1031546465); +INSERT INTO international VALUES (814,'WebGUI',1,'Back to styles.',1038022043); +INSERT INTO international VALUES (815,'WebGUI',1,'The file you tried to upload is too large.',1038023800); +INSERT INTO international VALUES (679,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034935781); +INSERT INTO international VALUES (72,'MailForm',21,'÷Ù ÍÏÖÅÔÅ ÄÏÂÁ×ÉÔØ ÌÀÂÏÅ ËÏÌÉÞÅÓÔ×Ï ÄÏÐÏÌÎÉÔÅÌØÎÙÈ ÐÏÌÅÊ × ×ÁÛÕ ÆÏÒÍÕ.\r\n

\r\n\r\néÍÑ ÐÏÌÑ
\r\n÷×ÅÄÉÔÅ ÕÎÉËÁÌØÎÏÅ ÉÍÑ ÐÏÌÑ (Ô.Å. ÉÍÑ ÐÏÌÑ ÎÅ ÄÏÌÖÎÏ ÓÏ×ÐÁÄÁÔØ ÎÉ Ó ÏÄÎÉÍ ÉÚ ÏÓÔÁÌØÎÙÈ ÐÏÌÅÊ ÆÏÒÍÙ).\r\n

\r\n\r\nóÔÁÔÕÓ
\r\nóËÒÙÔÙÅ ÐÏÌÑ ÎÅ ÏÔÏÂÒÁÖÁÀÔÓÑ, ÎÏ ÐÅÒÅÓÙÌÁÀÔÓÑ e-mail.
\r\nïÔÏÂÒÁÖÁÅÍÙÅ ÐÏÌÑ ÍÏÖÎÏ ÐÒÏÓÍÏÔÒÅÔØ, ÎÏ ÎÅÌØÚÑ ÏÔÒÅÄÁËÔÉÒÏ×ÁÔØ.
\r\níÏÄÉÆÉÃÉÒÕÅÍÙÅ ÐÏÌÑ ÚÁÐÏÌÎÑÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌÅÍ.
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ ÓËÒÙÔÙÊ ÉÌÉ ÏÔÏÂÒÁÖÁÅÍÙÊ ÔÉÐ ÐÏÌÑ, ÔÏ ÕÄÏÓÔÏ×ÅÒØÔÅÓØ, ÞÔÏ ÐÏÌÑÍ ÐÒÉÓ×ÏÅÎÙ ÚÎÁÞÅÎÉÑ ÐÏ ÕÍÏÌÞÁÎÉÀ.\r\n
\r\n
\r\nôÉÐ
\r\n÷ÙÂÅÒÉÔÅ ÔÉÐ ÜÌÅÍÅÎÔÁ ÆÏÒÍÙ. ðÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÓÌÅÄÕÀÝÉÅ ÔÉÐÙ ÐÏÌÅÊ:
\r\n

    \r\n
  • URL: ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ, ÐÒÅÄÎÁÚÎÁÞÅÎÎÏÅ ÄÌÑ ××ÏÄÁ URL.
    \r\n
  • ôÅËÓÔÏ×ÙÊ ÂÌÏË: ÓÔÁÎÄÁÒÔÎÙÊ ÔÅËÓÔÏ×ÙÊ ÂÌÏË.
    \r\n
  • äÁÔÁ: ÔÅËÓÔÏ×ÙÊ ÂÌÏË, ÐÒÅÄÎÁÚÎÁÞÅÎÎÙÊ ÄÌÑ ××ÏÄÁ ÄÁÔÙ É ËÎÏÐËÁ, ÒÁÓËÒÙ×ÁÀÝÁÑ ÏËÎÏ Ó ËÁÌÅÎÄÁÒÅÍ.
    \r\n
  • äÁ/îÅÔ: ËÎÏÐËÉ ÐÏÚ×ÏÌÑÀÝÉÅ ×ÙÂÒÁÔØ ÕÔ×ÅÒÄÉÔÅÌØÎÙÊ ÉÌÉ ÏÔÒÉÃÁÔÅÌØÎÙÊ ÏÔ×ÅÔ ÎÁ ×ÏÐÒÏÓ.
    \r\n
  • E-mail: ÔÅËÓÔÏ×ÙÊ ÂÌÏË, ÐÒÅÄÎÁÚÎÁÞÅÎÎÙÊ ÄÌÑ ××ÏÄÁ ÉÎÆÏÒÍÁÃÉÉ Ï e-mail ÁÄÒÅÓÅ (ÐÏÓÌÅ ÚÁÐÏÌÎÅÎÉÑ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÒÏ×ÅÒÑÅÔÓÑ ËÏÒÒÅËÔÎÏÓÔØ ××ÅÄÅÎÎÏÇÏ ÁÄÒÅÓÁ).
    \r\n
  • ôÅËÓÔÏ×ÏÅ ÐÏÌÅ: ÐÒÏÓÔÏÅ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ.
    \r\n
  • þÅËÂÏËÓÙ: ÐÒÏÓÔÙÅ ÞÅËÂÏËÓÙ.
    \r\n×ÙÐÁÄÁÀÝÅÅ ÍÅÎÀ: ×Ù ÄÏÌÖÎÙ ÚÁÄÁÔØ ×ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ ÄÌÑ ÐÕÎËÔÏ× ÍÅÎÀ (× ÏÄÎÏÊ ÓÔÒÏËÅ ÍÏÖÎÏ ÕËÁÚÁÔØ ÔÏÌØËÏ ÏÄÎÏ ÚÎÁÞÅÎÉÅ).\r\n
\r\n
\r\n
\r\n÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ
\r\nüÔÏ ÐÏÌÅ ÉÓÐÏÌØÚÕÅÔÓÑ ÔÏÌØËÏ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ ÐÕÎËÔÏ× ÄÌÑ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ.\r\n
\r\n
\r\núÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ (ÏÐÃÉÏÎÁÌØÎÏ)
\r\n××ÅÄÉÔÅ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ÐÏÌÑ. äÌÑ ÐÏÌÑ äÁ/îÅÔ ××ÅÄÉÔÅ \"yes\" ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ Õ ÐÏÌÑ ÂÙÌÏ „äÁ“ ÉÌÉ \"no\", ÞÔÏÂÙ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ ÂÙÌÏ „îÅÔ“.\r\näÌÑ ÞÅËÂÏËÓÁ ××ÅÄÉÔÅ \"checked\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÐÕÎËÔ ÐÏ ÕÍÏÌÞÁÎÉÀ ÂÙÌ ÏÔÍÅÞÅÎ ÇÁÌÏÞËÏÊ.\r\n
\r\n
\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÐÏÌÅ?
\r\n÷ÙÂÅÒÉÔÅ „äÁ“, ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÎÅÍÅÄÌÅÎÎÏ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ.\r\n
\r\n',1036576973); +INSERT INTO international VALUES (554,'WebGUI',21,'÷ÙÐÏÌÎÉÔØ ÄÅÊÓÔ×ÉÅ',1034774744); +INSERT INTO international VALUES (18,'DownloadManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2',1034773347); +INSERT INTO international VALUES (17,'DownloadManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №1',1034773316); +INSERT INTO international VALUES (73,'DownloadManager',21,'îÁÚ×ÁÎÉÅ ÆÁÊÌÁ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÆÁÊÌÁ.\r\n

\r\n\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ
\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ ÎÁ Ó×ÏÅÍ ËÏÍÐØÀÔÅÒÅ ÐÒÉ ÐÏÍÏÝÉ ËÎÏÐËÉ \"ïÂÚÏÒ\".\r\n

\r\n\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №1
\r\núÄÅÓØ ÎÁÄÏ ÕËÁÚÁÔØ ÜÔÏÔ ÖÅ ÄÏËÕÍÅÎÔ, ÎÏ ÉÍÅÀÝÉÊ ÄÒÕÇÏÊ ÆÏÒÍÁÔ. åÓÌÉ Õ ÄÏËÕÍÅÎÔÁ ÎÅÔ ÁÌØÔÅÒÎÁÔÉ×ÎÙÈ ×ÅÒÓÉÊ, ÔÏ ÏÓÔÁרÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ.\r\n

\r\n\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2
\r\nóÍ. \"ÁÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №1\".\r\n

\r\n\r\nëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÆÁÊÌÁ.\r\n

\r\n\r\nçÒÕÐÐÁ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÄÏÂÁ×ÌÑÔØ ÆÁÊÌÙ.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÆÁÊÌ?
\r\n÷ÙÂÅÒÉÔÅ \"äÁ\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ × ÆÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ.\r\n

\r\n',1034773253); +INSERT INTO international VALUES (64,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034772536); +INSERT INTO international VALUES (1,'WobjectProxy',21,'éÍÑ ÍÏÄÕÌÑ',1037087561); +INSERT INTO international VALUES (2,'Item',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034752668); +INSERT INTO international VALUES (4,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ',1034752668); +INSERT INTO international VALUES (5,'Item',21,'óËÁÞÁÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034752668); +INSERT INTO international VALUES (10,'DownloadManager',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÍÕ ÐÏÄÇÏÔÏ×ËÉ ÆÁÊÌÁ Ë ÏÔÐÒÁ×ËÅ',1034752668); +INSERT INTO international VALUES (12,'Poll',21,'÷ÓÅÇÏ ÐÒÏÇÏÌÏÓÏ×ÁÌÏ:',1034752668); +INSERT INTO international VALUES (12,'DownloadManager',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1034752668); +INSERT INTO international VALUES (12,'FAQ',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ/ÏÔ×ÅÔ?',1034752668); +INSERT INTO international VALUES (12,'MailForm',21,'Cc',1034752668); +INSERT INTO international VALUES (13,'MailForm',21,'Bcc',1034752668); +INSERT INTO international VALUES (14,'DownloadManager',21,'æÁÊÌ',1034752668); +INSERT INTO international VALUES (19,'DownloadManager',21,'õ ×ÁÓ ÎÅÔ ÆÁÊÌÏ×, ÄÏÓÔÕÐÎÙÈ ÄÌÑ ÓËÁÞÉ×ÁÎÉÑ.',1034752668); +INSERT INTO international VALUES (31,'UserSubmission',21,'óÏÄÅÒÖÁÎÉÅ',1034752668); +INSERT INTO international VALUES (357,'WebGUI',21,'îÏ×ÏÓÔÉ',1034752668); +INSERT INTO international VALUES (361,'WebGUI',21,'ôÒÉ ËÏÌÏÎËÉ Ó×ÅÒÈÕ, ÏÄÎÁ ×ÎÉÚÕ',1036492249); +INSERT INTO international VALUES (362,'WebGUI',21,'ä×Å ÒÁ×ÎÙÅ ËÏÌÏÎËÉ',1036492299); +INSERT INTO international VALUES (364,'WebGUI',21,'ðÏÉÓË',1034752668); +INSERT INTO international VALUES (371,'WebGUI',21,'äÏÂÁ×ÉÔØ ÇÒÕÐÐÕ',1034752668); +INSERT INTO international VALUES (58,'UserSubmission',21,'ðÒÅÄÙÄÕÝÁÑ ÐÏÓÙÌËÁ',1034752668); +INSERT INTO international VALUES (424,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÓÔÏÒÉÀ ÓÏÅÄÉÎÅÎÉÊ.',1034752668); +INSERT INTO international VALUES (429,'WebGUI',21,'÷ÒÅÍÑ ÓÏÅÄÉÎÅÎÉÑ',1034752668); +INSERT INTO international VALUES (442,'WebGUI',21,'òÁÂÏÞÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034752668); +INSERT INTO international VALUES (445,'WebGUI',21,'ðÒÅÄÐÏÞÔÅÎÉÑ',1034752668); +INSERT INTO international VALUES (576,'WebGUI',21,'õÄÁÌÉÔØ',1034752668); +INSERT INTO international VALUES (512,'WebGUI',21,'óÌÅÄÕÀÝÅÅ ÓÏÏÂÝÅÎÉÅ',1036929085); +INSERT INTO international VALUES (534,'WebGUI',21,'óÌÅÄÉÔØ ÚÁ ÎÏ×ÙÍ ÐÏÌØÚÏ×ÁÔÅÌÅÍ?',1034752668); +INSERT INTO international VALUES (537,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ',1034752668); +INSERT INTO international VALUES (538,'WebGUI',21,'õÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ',1034752668); +INSERT INTO international VALUES (539,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ?',1034752668); +INSERT INTO international VALUES (540,'WebGUI',21,'îÁÂÌÀÄÁÔØ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ',1034752668); +INSERT INTO international VALUES (20,'Poll',21,'îÁÂÌÀÄÁÔØ ÚÁ ÈÏÄÏÍ ÇÏÌÏÓÏ×ÁÎÉÑ',1034752668); +INSERT INTO international VALUES (541,'WebGUI',21,'îÁÂÌÀÄÁÔØ ÚÁ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ',1034752668); +INSERT INTO international VALUES (61,'MessageBoard',21,'æÏÒÕÍ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (71,'SQLReport',21,'äÏËÌÁÄ SQL ÐÏÚ×ÏÌÑÅÔ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÚÁÐÒÁÛÉ×ÁÔØ ÄÁÎÎÙÅ ÉÚ ÌÀÂÏÊ ÂÁÚÙ.\r\n

\r\nïÂÒÁÂÁÔÙ×ÁÔØ ÚÁÐÒÏÓ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ × Ó×ÏÅÍ ÚÁÐÒÏÓÅ ÍÁËÒÏÓ, ×Ù ÄÏÌÖÎÙ ÕÔ×ÅÒÄÉÔÅÌØÎÏ ÏÔ×ÅÔÉÔØ ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ.\r\n

\r\nòÁÚÒÅÛÉÔØ ×Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ×Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ É ÉÎÆÏÒÍÁÃÉÉ Ï ÏÛÉÂËÁÈ ÎÁ ÜËÒÁÎ ÂÒÏÕÚÅÒÁ. \r\n

\r\núÁÐÒÏÓ
\r\n÷Ù ÍÏÖÅÔÅ ÎÁÐÉÓÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ SQL ÚÁÐÒÏÓ. ôÁËÖÅ ×Ù ÍÏÖÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÍÁËÒÏÓ ^FormParam();.\r\n

\r\nûÁÂÌÏÎ ÏÔÞÅÔÁ
\r\nóÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ÍÅÎÑÔ ×ÎÅÛÎÉÊ ×ÉÇ ÏÔÞÅÔÏ×, ÇÅÎÅÒÉÒÕÅÍÙÈ ÐÏ SQL-ÚÁÐÒÏÓÕ. åÓÌÉ ×Ù ÏÓÔÁ×ÉÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ, ÔÏ ÏÔÞÅÔ ÓÆÏÒÍÉÒÕÅÔÓÑ × ÓÔÁÎÄÁÒÔÎÏÊ ÔÁÂÌÉÃÅ.\r\n
\r\näÌÑ ÆÏÒÍÉÒÏ×ÁÎÉÑ ×ÎÅÛÎÅÇÏ ×ÉÄÁ ÏÔÞÅÔÁ ÓÕÝÅÓÔ×ÕÀÔ ÓÐÅÃÉÁÌØÎÙÅ ÍÁËÒÏÓÙ: ^-;, ^0;, ^1;, ^2;, ^3; É Ô.Ä. íÁËÒÏÓÙ, ÓÏÄÅÒÖÁÝÉÅ × ÎÁÚ×ÁÎÉÅ ÃÉÆÒÕ ÏÓÕÝÅÓÔ×ÌÑÀÔ ×ÙÂÏÒËÕ ÐÏÌÑ ÉÚ ÔÁÂÌÉÃÙ, ÎÏÍÅÒ ËÏÔÏÒÏÇÏ ÓÏÏÔ×ÅÔÓ×ÕÅÔ ÃÙÆÒÅ, ÕËÁÚÁÎÎÏÊ × ÎÁÚ×ÁÎÉÉ ÍÁËÒÏÓÁ. ôÁËÖÅ ÄÏÐÕÓÔÉÍÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÍÁËÒÏÓÁ ^rownum;, ËÏÔÏÒÙÊ ×Ù×ÏÄÉÔ ÞÉÓÌÏ ÓÔÒÏË ÚÁÐÒÁÛÉ×ÁÅÍÏÊ ÔÁÂÌÉÃÙ.\r\n

\r\nDSN
\r\nDSN - ÜÔÏ ÕÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÒÁÓÐÏÌÏÖÅÎÉÑ ÂÁÚÙ ÄÁÎÎÙÈ, Ë ËÏÔÏÒÏÊ ×Ù ÈÏÔÉÔÅ ÐÏÓÌÁÔØ ÚÁÐÒÏÓ. æÏÒÍÁÔ DSN ÓÌÅÄÕÀÝÉÊ: DBI:[driver]:[database name]:[host]. \r\n
\r\nðÒÉÍÅÒ: DBI:mysql:WebGUI:localhost\r\n

\r\nðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÂÁÚÙ ÄÁÎÎÙÈ (login).\r\n

\r\nðÁÒÏÌØ Ë ÂÁÚÅ ÄÁÎÎÈ
\r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÓÏÅÄÉÎÅÎÉÑ Ó ÂÁÚÏÊ ÄÁÎÎÙÈ.\r\n

\r\níÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ
\r\n÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÏÔÞÅÔÁ, ÏÔÏÂÒÁÖÁÅÍÏÅ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ. \r\n

\r\näÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË × ÓÆÏÒÍÉÒÏ×ÁÎÎÏÍ ÏÔÞÅÔÅ × ÔÏÍ ÍÅÓÔÅ, ÇÄÅ ÏÎÉ ×ÓÔÒÅÞÁÀÔÓÑ × ÉÓÈÏÄÎÏÊ ÔÁÂÌÉÃÅ × ÂÁÚÅ ÄÁÎÎÙÈ, ÔÏ ÓËÁÖÉÔÅ „äÁ“\r\n
\r\n',1036073993); +INSERT INTO international VALUES (673,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÕÄÁÌÅÎÉÅ)',1036930495); +INSERT INTO international VALUES (676,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÕÐÒÁ×ÌÅÎÉÅ) ',1036930534); +INSERT INTO international VALUES (678,'WebGUI',21,'ïÓÎÏ×ÎÙÅ ËÏÍÐÏÎÅÎÔÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (681,'WebGUI',21,'ðÁËÅÔÙ (ÓÏÚÄÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (680,'WebGUI',21,'ðÁËÅÔÙ (ÄÏÂÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (675,'WebGUI',21,'ðÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (656,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ËÏÍÐÁÎÉÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (696,'WebGUI',21,'ëÏÒÚÉÎÁ (ÏÞÉÝÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (672,'WebGUI',21,'ìÉÞÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (674,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (661,'WebGUI',21,'æÁÊÌÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (663,'WebGUI',21,'ðÏÞÔÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (671,'WebGUI',21,'íÏÄÕÌÉ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1037086922); +INSERT INTO international VALUES (677,'WebGUI',21,'íÏÄÕÌÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087074); +INSERT INTO international VALUES (668,'WebGUI',21,'ìÉÓÔÙ ÓÔÉÌÅÊ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (667,'WebGUI',21,'çÒÕÐÐÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (652,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (665,'WebGUI',21,'çÒÕÐÐÙ (ÕÄÁÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (666,'WebGUI',21,'óÔÉÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (664,'WebGUI',21,'íÏÄÕÌÉ (ÕÄÁÌÅÎÉÅ)',1037086166); +INSERT INTO international VALUES (662,'WebGUI',21,'îÁÓÔÒÏÊËÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (660,'WebGUI',21,'çÒÕÐÐÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (658,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (659,'WebGUI',21,'óÔÉÌÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (657,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ÕÄÁÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (682,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (655,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (653,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÕÄÁÌÅÎÉÑ)',1034752668); +INSERT INTO international VALUES (654,'WebGUI',21,'óÔÉÌØ (ÕÄÁÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (683,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (684,'WebGUI',21,'ûÁÂÌÏÎÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (685,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÄÁÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (669,'WebGUI',21,'íÁËÒÏÓÙ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (686,'WebGUI',21,'çÒÕÐÐÁ ÉÚÏÂÒÁÖÅÎÉÊ (ÄÏÂÁ×ÌÅÎÉÅ)',1034752668); +INSERT INTO international VALUES (72,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (72,'LinkList',21,'óÓÙÌËÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (11,'Article',21,'(÷ÙÂÅÒÉÔÅ \"äÁ\" ÔÏÌØËÏ × ÔÏÍ ÓÌÕÞÁÅ, ÅÓÌÉ ×Ù ÎÅ ÄÏÂÁ×ÌÑÌÉ ÔÅÇ <br> (ÒÁÚÒÙ× ÓÔÒÏËÉ) ÓÁÍÏÓÔÏÑÔÅÌØÎÏ)',1034746437); +INSERT INTO international VALUES (451,'WebGUI',21,'ÏÂÑÚÁÔÅÌØÎÏ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ.',1034682265); +INSERT INTO international VALUES (4,'EventsCalendar',21,'ðÒÏÉÓÈÏÄÉÔ ÏÄÉÎ ÒÁÚ',1034673527); +INSERT INTO international VALUES (343,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034670694); +INSERT INTO international VALUES (718,'WebGUI',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÅÒÅ×ÏÄ',1034670063); +INSERT INTO international VALUES (493,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÓÁÊÔ',1034670040); +INSERT INTO international VALUES (49,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034669959); +INSERT INTO international VALUES (65,'WebGUI',21,'äÅÚÁËÔÉ×ÉÒÏ×ÁÔØ ÁËËÁÕÎÔ',1034669848); +INSERT INTO international VALUES (341,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034669826); +INSERT INTO international VALUES (589,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1034665338); +INSERT INTO international VALUES (594,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ ÓÉÓÔÅÍÙ',1034665277); +INSERT INTO international VALUES (598,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1034665013); +INSERT INTO international VALUES (354,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ×ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034664790); +INSERT INTO international VALUES (577,'WebGUI',21,'ïÔ×ÅÔÉÔØ',1034664192); +INSERT INTO international VALUES (240,'WebGUI',21,'ID ÓÏÏÂÝÅÎÉÑ:',1034589237); +INSERT INTO international VALUES (32,'UserSubmission',21,'éÚÏÂÒÁÖÅÎÉÅ',1034583875); +INSERT INTO international VALUES (6,'Article',21,'éÚÏÂÒÁÖÅÎÉÅ',1034583796); +INSERT INTO international VALUES (529,'WebGUI',21,'ÒÅÚÕÌØÔÁÔÏ×',1034581807); +INSERT INTO international VALUES (585,'WebGUI',21,'óÏÏÂÝÅÎÉÑ ÓÉÓÔÅÍÙ',1036571690); +INSERT INTO international VALUES (490,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÁÔÅÇÏÒÉÀ ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034242079); +INSERT INTO international VALUES (459,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034241932); +INSERT INTO international VALUES (458,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌØÓËÕÀ ÇÒÕÐÐÕ',1034241724); +INSERT INTO international VALUES (456,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034241561); +INSERT INTO international VALUES (457,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÁËËÁÕÎÔ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034241523); +INSERT INTO international VALUES (410,'WebGUI',21,'ïÓÎÏ×ÎÙÅ ËÏÍÐÏÎÅÎÔÙ ÓÉÓÔÅÍÙ',1034241292); +INSERT INTO international VALUES (409,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ËÏÍÐÏÎÅÎÔ',1034241247); +INSERT INTO international VALUES (397,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÉÚÏÂÒÁÖÅÎÉÊ',1034241216); +INSERT INTO international VALUES (395,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1036929948); +INSERT INTO international VALUES (601,'WebGUI',21,'ID ÓÏÏÂÝÅÎÉÑ',1034232837); +INSERT INTO international VALUES (45,'WebGUI',21,'\"îÅÔ, Ñ ÓÄÅÌÁÌ ÏÛÉÂËÕ\"',1034232760); +INSERT INTO international VALUES (44,'WebGUI',21,'\"äÁ, Ñ Õ×ÅÒÅÎ\"',1034232745); +INSERT INTO international VALUES (423,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÓÏÅÄÉÎÅÎÉÑ',1034232698); +INSERT INTO international VALUES (420,'WebGUI',21,'ÎÅ ÉÚÍÅÎÑÔØ',1034232676); +INSERT INTO international VALUES (419,'WebGUI',21,'ÕÄÁÌÉÔØ ×ÓÅ ÔÅÇÉ',1034232640); +INSERT INTO international VALUES (422,'WebGUI',21,'

ïÛÉÂËÁ Á×ÔÏÒÉÚÁÃÉÉ

',1034232615); +INSERT INTO international VALUES (402,'WebGUI',21,'îÁ ÓÅÒ×ÅÒÅ ÎÅÔ ÚÁÐÒÏÛÅÎÎÏÇÏ ÓÏÏÂÝÅÎÉÑ.',1034232585); +INSERT INTO international VALUES (360,'WebGUI',21,'ïÄÎÁ ËÏÌÏÎËÁ Ó×ÅÒÈÕ, ÔÒÉ ×ÎÉÚÕ',1036492223); +INSERT INTO international VALUES (407,'WebGUI',21,'òÅÇÉÓÔÒÁÃÉÑ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034232476); +INSERT INTO international VALUES (403,'WebGUI',21,'ÎÅ ÓÏÏÂÝÁÔØ',1034231617); +INSERT INTO international VALUES (394,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÇÒÁÆÉÞÅÓËÉÍÉ ÆÁÊÌÁÍÉ',1036930193); +INSERT INTO international VALUES (374,'WebGUI',21,'ðÁËÅÔÙ',1034231518); +INSERT INTO international VALUES (368,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034231473); +INSERT INTO international VALUES (333,'WebGUI',21,'óÔÒÁÎÁ',1034231443); +INSERT INTO international VALUES (233,'WebGUI',21,'(eom)',1034231379); +INSERT INTO international VALUES (144,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ ÐÏÓÅÝÅÎÉÊ ',1037169448); +INSERT INTO international VALUES (12,'UserSubmission',21,'(îÅ ÐÒÏ×ÅÒÑÔØ HTML ËÏÄ)',1034231261); +INSERT INTO international VALUES (71,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ ÐÏÍÏÇÁÅÔ ÏÂÌÅÇÞÉÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÓÁÊÔÕ. ÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÒÁÄÉÃÉÏÎÎÏÅ ÉÅÒÁÒÈÉÞÅÓËÏÅ ÐÒÅÄÓÔÁ×ÌÅÎÉÅ ËÁÒÔÙ ÓÁÊÔÁ ÉÌÉ ×ÙÂÒÁÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÏÐÒÅÄÅÌÅÎÎÏÊ ÞÁÓÔÉ ÓÁÊÔÁ.\r\n

\r\n\r\nïÔÏÂÒÁÖÁÔØ ËÒÁÔËÏÅ ÓÏÄÅÒÖÁÎÉÅ?
\r\n÷Ù ÍÏÖÅÔÅ ÐÏËÁÚÙ×ÁÔØ ËÒÁÔËÏÅ ÓÏÄÅÒÖÁÎÉÅ ÓÔÒÁÎÉÃÙ ÒÑÄÏÍ ÓÏ ÓÓÙÌËÏÊ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ.\r\n

\r\n\r\nóÄÅÌÁÔØ ÜÔÏÔ ÕÒÏ×ÅÎØ ÓÁÊÔÁ ÎÁÞÁÌØÎÙÍ?
\r\nåÓÌÉ ×Ù ÏÔ×ÅÔÉÔÅ \"äÁ\" ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ, ÔÏ ÐÏËÁÚ ËÁÒÔÙ ÓÁÊÔÁ ÂÕÄÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÜÔÏÇÏ ÕÒÏ×ÎÑ. á ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÏÔÏÂÒÁÖÅÎÉÅ ËÁÒÔÙ ÓÁÊÔÁ ÎÁÞÉÎÁÌÏÓØ Ó ÄÏÍÁÛÎÅÊ ÓÔÒÁÎÉÃÙ, ×ÙÂÅÒÉÔÅ \"îÅÔ\".\r\n

\r\n\r\nçÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ
\r\n÷ÙÂÅÒÉÔÅ ÓËÏÌØËÏ ÕÒÏ×ÎÅÊ ÓÔÒÁÎÉà ×Ù ÂÙ ÈÏÔÅÌÉ ÐÏËÁÚÁÔØ × ËÁÒÔÅ ÓÁÊÔÁ? åÓÌÉ ×ÙÂÒÁÎÏ ÚÎÁÞÅÎÉÅ 0 (ÎÏÌØ), ÔÏ ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØÓÑ ×ÓÅ ÕÒÏ×ÎÉ.\r\n

\r\nïÔÓÔÕÐ
\r\núÄÅÓØ ÚÁÄÁÅÔÓÑ ËÏÌÉÞÅÓÔ×Ï ÓÉÍ×ÏÌÏ×, ËÏÔÏÒÙÅ ÎÁÄÏ ÏÔÓÔÕÐÉÔØ ÐÅÒÅÄ ËÁÖÄÙÍ ÕÒÏ×ÎÅÍ\r\n
\r\n
\r\nóÉÍ×ÏÌ
\r\n÷ÙÂÅÒÉÔÅ ÓÉÍ×ÏÌ, ËÏÔÏÒÙÊ ÂÕÄÅÔ ÐÏËÁÚÁÎ ÐÅÒÅÄ ËÁÖÄÏÊ ÓÔÒÏËÏÊ. åÓÌÉ ×Ù ÎÅ ÈÏÔÉÔÅ, ÞÔÏÂÙ ÐÏËÁÚÙ×ÁÌÉÓØ ËÁËÉÅ-ÌÉÂÏ ÓÉÍ×ÏÌÙ, ÏÓÔÁרÔÅ ÐÏÌÅ ÐÕÓÔÙÍ. ôÁËÖÅ × ÜÔÏÊ ÓÔÒÏËÅ ÍÏÖÎÏ ÕËÁÚÙ×ÁÔØ ËÏÄ HTML É ÔÁËÉÅ ÓÐÅÃ-ÓÉÍ×ÏÌÙ ËÁË ž É ».\r\n
\r\n
\r\nëÏÌÌÉÞÅÓÔ×Ï ÐÕÓÔÙÈ ÓÔÒÏË ÍÅÖÄÕ ÓÓÙÌËÁÍÉ
\r\nõËÁÖÉÔÅ ÓËÏÌØËÏ ÓÔÒÏË ÎÁÄÏ ÐÒÏÐÕÓÔÉÔØ ÍÅÖÄÕ ÓÓÙÌËÁÍÉ. äÉÁÐÁÚÏÎ ×ÏÚÍÏÖÎÙÈ ÚÎÁÞÅÎÉÊ ÏÔ 1 É ÂÏÌØÛÅ.\r\n
\r\n',1036911787); +INSERT INTO international VALUES (8,'Poll',21,'(÷×ÅÄÉÔÅ ÔÏÌØËÏ ÏÄÉÎ ÎÁ ËÁÖÄÏÊ ÓÔÒÏÞËÅ. ïÂÝÅÅ ÞÉÓÌÏ ÏÔ×ÅÔÏ×: ÎÅ ÂÏÌÅÅ 20)',1034231002); +INSERT INTO international VALUES (13,'LinkList',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÓÓÙÌËÕ',1034230906); +INSERT INTO international VALUES (71,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ ÐÒÅÄÎÁÚÎÁÞÅÎÁ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÎÅÂÏÌØÛÉÈ ËÕÓËÏ× ÓÔÁÔÉÞÅÓËÏÊ ÉÎÆÏÒÍÁÃÉÉ.\r\n

\r\n\r\nURL
\r\nüÔÏÔ URL ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ Ë ÚÁÇÏÌÏ×ËÕ ÐÁÒÁÇÒÁÆÁ.\r\n

\r\nðÒÉÍÅÒ: http://www.google.com\r\n

\r\n\r\n÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÄÏËÕÍÅÎÔ MIcroSoft Word, ÁÒÈÉ× ÉÌÉ ÌÀÂÏÊ ÄÒÕÇÏÊ ÄÒÕÇÏÊ ÔÉÐ ÆÁÊÌÁ, ÐÒÏÓÔÏ ÎÁÊÄÉÔÅ ÅÇÏ ÐÒÉ ÐÏÍÏÝÉ ËÎÏÐËÉ \"ïÂÚÏÒ\" ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ.\r\n\r\n',1034230847); +INSERT INTO international VALUES (13,'FAQ',21,'äÏÂÁ×ÉÔØ ËÎÏÐËÕ [ÎÁ×ÅÒÈ]?',1034230765); +INSERT INTO international VALUES (21,'DownloadManager',21,'ïÔÏÂÒÁÖÁÔØ ÍÉÎÉÍÉÚÉÒÏ×ÁÎÎÙÅ ËÏÐÉÉ ÉÚÏÂÒÁÖÅÎÉÊ?',1034230340); +INSERT INTO international VALUES (71,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ ÉÓÐÏÌØÚÕÅÔÓÑ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÁÊÔÁ ÉÍÅÌÉ ×ÏÚÍÏÖÎÏÓÔØ ÕÚÎÁÔØ Ï ÓÏÂÙÔÉÑÈ, ÏÔÎÏÓÑÝÉÈÓÑ Ë ÄÅÑÔÅÌØÎÏÓÔÉ ÐÒÅÄÐÒÉÑÔÉÑ.\r\n

\r\n\r\n÷ÎÅÛÎÉÊ ×ÉÄ ÏÒÇÁÎÁÊÚÅÒÁ
\r\n ÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÓÐÉÓÏË ÉÌÉ ËÁÌÅÎÄÁÒØ. ðÒÉ ×ÙÂÏÒÅ ÓÐÉÓËÁ ÓÏÂÙÔÉÑ ÓÏÒÔÉÒÕÀÔÓÑ ÐÏ ÄÁÔÅ (ÐÒÉ ÜÔÏÍ ÓÏÂÙÔÉÑ, ËÏÔÏÒÙÅ ÕÖÅ ÐÒÏÛÌÉ, ÎÅ ÏÔÏÂÒÁÖÁÀÔÓÑ).÷ ÓÌÕÞÁÅ ×ÙÂÏÒÁ ËÁÌÅÎÄÁÒÑ ÏÒÇÁÎÁÊÚÅÒ ÂÕÄÅÔ ÉÍÅÔØ ÔÒÁÄÉÃÉÏÎÎÙÊ ×ÎÅÛÎÉÊ ×ÉÄ (Ô.Å. ÏÔÏÂÒÁÖÁÅÔÓÑ × ×ÉÄÅ ËÁÌÅÎÄÁÒÑ).\r\n

\r\n\r\níÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÎÁ ÓÔÒÁÎÉÃÅ
\r\n ÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ, ËÁËÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÍÏÖÎÏ ÐÏËÁÚÁÔØ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÏÔÏÂÒÁÖÅÎÉÑ ÓÏÂÙÔÉÊ × ×ÉÄÅ ÓÐÉÓËÁ.\r\n

\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÎÅÍÅÄÌÅÎÎÏ ÄÏÂÁ×ÉÔØ ÓÌÅÄÕÀÝÅÅ ÓÏÂÙÔÉÅ, ÔÏ ×ËÌÀÞÉÔÅ ÜÔÕ ÏÐÃÉÀ.\r\n

\r\n',1034230303); +INSERT INTO international VALUES (20,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÓÏÂÙÔÉÅ',1034230256); +INSERT INTO international VALUES (71,'Article',21,'ðÏÞÔÉ ×ÓÀ ÓÔÁÔÉÞÅÓËÕÀ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÓÁÊÔ ÍÏÖÎÏ ÄÏÂÁ×ÉÔØ ÐÒÉ ÐÏÍÏÝÉ ÄÏÂÁ×ÌÅÎÉÑ ÓÔÁÔØÉ.\r\n

\r\nçÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ
\r\n÷Ù ÍÏÖÅÔÅ ×ÓÔÁ×ÉÔØ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (*.jpg, *.gif, *.png) Ó ×ÁÛÅÇÏ ÌÏËÁÌØÎÏÇÏ ËÏÍÐØÀÔÅÒÁ.\r\n

\r\n\r\n÷ÙÒÏ×ÎÑÔØ ÉÚÏÂÒÁÖÅÎÉÅ
\r\n÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÍÅÓÔÏ, ÇÄÅ ÂÙ ×Ù ÈÏÔÅÌÉ ÒÁÚÍÅÓÔÉÔØ ×ÁÛ ÒÉÓÕÎÏË.\r\n

\r\n\r\n÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÏÔÐÒÁ×ÉÔØ ÄÏËÕÍÅÎÔ Microsoft Word, ÁÒÈÉ×ÎÙÊ ÄÏËÕÍÅÎÔ ÉÌÉ ÌÀÂÏÊ ÄÒÕÇÏÊ ÔÉÐ ÆÁÊÌÁ, ÐÒÏÓÔÏ ×ÙÂÅÒÉÔÅ ÎÁÊÄÉÔÅ ÅÇÏ ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ ÐÒÉ ÐÏÍÏÝÉ ËÎÏÐËÉ \"ïÂÚÏÒ\".\r\n

\r\n\r\néÍÑ ÓÓÙÌËÉ
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÓÓÙÌËÕ ÎÁ ×ÁÛÕ ÓÔÁÔØÀ, ××ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÓÙÌËÉ. \r\n

\r\nðÒÉÍÅÒ: Google\r\n

\r\n\r\nURL
\r\nðÏÓÌÅ ÄÏÂÁ×ÌÅÎÉÑ ÉÍÅÎÉ ÓÓÙÌËÉ, ××ÅÄÉÔÅ URL (uniform resource locator). \r\n

\r\nðÒÉÍÅÒ: http://www.google.com\r\n\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?
\r\nåÓÌÉ ×Ù ÐÉÛÉÔÅ ×ÁÛÕ ÓÔÁÔØÀ × ÆÏÒÍÁÔÅ HTML, ÔÏ ÓËÁÖÉÔÅ \"îÅÔ\", Á ÅÓÌÉ ×Ù ÎÅ ÐÏÎÉÍÁÅÔÅ Ï ÞÅÍ ÚÄÅÓØ ÎÁÐÉÓÁÎÏ, ÓËÁÖÉÔÅ \"äÁ\".\r\n

\r\n\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÌÀÂÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ, ÚÁÛÅÄÛÉÊ ÎÁ ÓÁÊÔ ÓÍÏÖÅÔ ÏÓÔÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ.\r\n

\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÉÓÁÔØ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÓÍÏÖÅÔ ÐÉÓÁÔØ ËÏÍÍÅÎÔÁÒÉÉ Ë ÓÔÁÔØÉ.\r\n

\r\n\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ×ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÓÔÁÔØÀ ÍÏÖÎÏ ÒÅÄÁËÔÉÒÏ×ÁÔØ; ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÄÏÓÔÕÐ Ë ÒÅÄÁËÔÉÒÏ×ÁÎÉÀ ÓÔÁÔØÉ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n

\r\nîÁÂÌÀÄÁÔØ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ, ÎÁÄÏ ÌÉ ÎÁÂÌÀÄÁÔØ ÚÁ ÐÏÌØÚÏ×ÁÔÅÌÅÍ.\r\n
\r\n
\r\níÏÄÅÒÁÔÏÒ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ.\r\n

\r\n\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ. âÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÑ, ÎÁÐÉÓÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÐÕÂÌÉËÕÀÔÓÑ ÓÒÁÚÕ.ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÏÄÅÒÁÔÏÒ ÄÏÌÖÅÎ ÐÒÏÓÍÏÔÒÅÔØ É ÒÁÚÒÅÛÉÔØ ÏÐÕÂÌÉËÏ×ÁÎÉÅ ÐÉÓØÍÁ ÐÅÒÅÄ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ ÅÇÏ ÎÁ ÓÁÊÔÅ.\r\n

\r\n',1036929785); +INSERT INTO international VALUES (27,'Article',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÔÁÔØÅ',1034227747); +INSERT INTO international VALUES (61,'Article',21,'óÔÁÔØÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034227731); +INSERT INTO international VALUES (23,'Article',21,'äÁÔÁ',1034227710); +INSERT INTO international VALUES (22,'Article',21,'á×ÔÏÒ',1034227698); +INSERT INTO international VALUES (18,'Article',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687); +INSERT INTO international VALUES (17,'Article',21,'ðÏ ÃÅÎÔÒÕ',1034227668); +INSERT INTO international VALUES (16,'Article',21,'ðÏ ÌÅ×ÏÍÕ ËÒÁÀ',1034227652); +INSERT INTO international VALUES (15,'Article',21,'ðÏ ÐÒÁ×ÏÍÕ ËÒÁÀ',1034227643); +INSERT INTO international VALUES (14,'Article',21,'÷ÙÒÏ×ÎÑÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034227634); +INSERT INTO international VALUES (13,'Article',21,'õÄÁÌÉÔØ',1034227621); +INSERT INTO international VALUES (12,'Article',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611); +INSERT INTO international VALUES (1,'Article',21,'óÔÁÔØÑ',1034227567); +INSERT INTO international VALUES (10,'Article',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË?',1034227536); +INSERT INTO international VALUES (1,'ExtraColumn',21,'äÏÐÏÌÎÉÔÅÌØÎÁÑ ËÏÌÏÎËÁ',1034189690); +INSERT INTO international VALUES (1,'FAQ',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ×ÏÐÒÏÓ?',1034189690); +INSERT INTO international VALUES (1,'Poll',21,'ïÐÒÏÓ',1034189690); +INSERT INTO international VALUES (1,'SQLReport',21,'SQL-ÚÁÐÒÏÓ',1034189690); +INSERT INTO international VALUES (1,'SyndicatedContent',21,'URL Ë ÆÁÊÌÕ RSS',1034189690); +INSERT INTO international VALUES (1,'UserSubmission',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÏÄÔ×ÅÒÖÄÁÔØ ËÏÒÒÅËÔÎÏÓÔØ ÐÏÓÙÌËÉ?',1034189690); +INSERT INTO international VALUES (1,'WebGUI',21,'äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...',1034189690); +INSERT INTO international VALUES (1,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ',1034189690); +INSERT INTO international VALUES (1,'MailForm',21,'æÏÒÍÁ',1034189690); +INSERT INTO international VALUES (2,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1034189690); +INSERT INTO international VALUES (2,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ',1034189690); +INSERT INTO international VALUES (2,'MessageBoard',21,'æÏÒÕÍ',1034189690); +INSERT INTO international VALUES (2,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690); +INSERT INTO international VALUES (2,'SyndicatedContent',21,' éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690); +INSERT INTO international VALUES (2,'UserSubmission',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÏ×ÅÒÑÔØ ËÏÒÒÅËÔÎÏÓÔØ ÐÏÓÙÌËÉ?',1036491126); +INSERT INTO international VALUES (2,'WebGUI',21,'óÔÒÁÎÉÃÁ',1034189690); +INSERT INTO international VALUES (3,'Article',21,'îÁÞÁÌØÎÁÑ ÄÁÔÁ',1034189690); +INSERT INTO international VALUES (3,'ExtraColumn',21,'ðÒÏÂÅÌ',1034189690); +INSERT INTO international VALUES (3,'Item',21,'õÄÁÌÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690); +INSERT INTO international VALUES (3,'LinkList',21,'ïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?',1034189690); +INSERT INTO international VALUES (3,'Poll',21,'áËÔÉ×ÎÙÅ',1034189690); +INSERT INTO international VALUES (3,'SiteMap',21,'ðÏËÁÚÙ×ÁÔØ ËÁÒÔÕ Ó ÜÔÏÇÏ ÕÒÏ×ÎÑ?',1034189690); +INSERT INTO international VALUES (3,'SQLReport',21,'ûÁÂÌÏÎ ÏÔÞÅÔÏ×',1034189690); +INSERT INTO international VALUES (3,'UserSubmission',21,'îÏ×ÁÑ ÐÏÓÙÌËÁ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÑ, ÔÒÅÂÕÀÝÁÑ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ.',1034189690); +INSERT INTO international VALUES (3,'WebGUI',21,'÷ÓÔÁ×ÉÔØ ÉÚ ÂÕÆÅÒÁ...',1034189690); +INSERT INTO international VALUES (3,'DownloadManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1034189690); +INSERT INTO international VALUES (4,'Article',21,'ëÏÎÅÞÎÁÑ ÄÁÔÁ',1034189690); +INSERT INTO international VALUES (4,'ExtraColumn',21,'ûÉÒÉÎÁ',1034189690); +INSERT INTO international VALUES (4,'MessageBoard',21,'ëÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÓÔÒÁÎÉÃÅ',1034189690); +INSERT INTO international VALUES (4,'Poll',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÁ?',1034189690); +INSERT INTO international VALUES (4,'SiteMap',21,'çÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ',1034189690); +INSERT INTO international VALUES (4,'SQLReport',21,'úÁÐÒÏÓ',1034189690); +INSERT INTO international VALUES (4,'SyndicatedContent',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690); +INSERT INTO international VALUES (4,'UserSubmission',21,'ðÏÓÙÌËÁ ÐÒÉÎÑÔÁ.',1034189690); +INSERT INTO international VALUES (4,'WebGUI',21,'îÁÓÔÒÏÊËÉ',1034189690); +INSERT INTO international VALUES (5,'ExtraColumn',21,'ëÌÁÓÓ CSS',1034189690); +INSERT INTO international VALUES (5,'FAQ',21,'÷ÏÐÒÏÓ',1034189690); +INSERT INTO international VALUES (821,'WebGUI',1,'Any',1038432387); +INSERT INTO international VALUES (5,'Poll',21,'ûÉÒÉÎÁ ÇÒÁÆÉËÁ',1034189690); +INSERT INTO international VALUES (5,'SiteMap',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÒÔÕ ÓÁÊÔÁ',1034189690); +INSERT INTO international VALUES (5,'SQLReport',21,'DSN',1034189690); +INSERT INTO international VALUES (5,'SyndicatedContent',21,'ðÏÓÌÅÄÎÅÅ ÏÂÎÏ×ÌÅÎÉÅ',1034189690); +INSERT INTO international VALUES (5,'UserSubmission',21,'ðÏÓÙÌËÁ ÎÅ ÐÒÉÎÑÔÁ.',1034189690); +INSERT INTO international VALUES (5,'DownloadManager',21,'îÁÚ×ÁÎÉÅ ÆÁÊÌÁ',1034189690); +INSERT INTO international VALUES (6,'ExtraColumn',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÏÌÏÎËÕ',1034189690); +INSERT INTO international VALUES (6,'FAQ',21,'ïÔ×ÅÔ',1034189690); +INSERT INTO international VALUES (6,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË',1034189690); +INSERT INTO international VALUES (6,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÕÍ',1034189690); +INSERT INTO international VALUES (6,'Poll',21,'÷ÏÐÒÏÓ',1034189690); +INSERT INTO international VALUES (6,'SiteMap',21,'ïÔÓÔÕÐ',1034189690); +INSERT INTO international VALUES (6,'SQLReport',21,'ðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ',1034189690); +INSERT INTO international VALUES (6,'SyndicatedContent',21,'ôÅËÕÝÅÅ ÓÏÄÅÒÖÁÎÉÅ',1034189690); +INSERT INTO international VALUES (6,'UserSubmission',21,'ëÏÌÉÞÅÓÔ×Ï ÐÏÓÙÌÏË ÎÁ ÓÔÒÁÎÉÃÅ',1034189690); +INSERT INTO international VALUES (6,'DownloadManager',21,'æÁÊÌ ÄÌÑ ÏÔÐÒÁ×ËÉ',1034189690); +INSERT INTO international VALUES (7,'Article',21,'îÁÚ×ÁÎÉÅ ÓÓÙÌËÉ',1034189690); +INSERT INTO international VALUES (7,'FAQ',21,'õÄÁÌÉÔØ ÜÔÏÔ ×ÏÐÒÏÓ?',1034189690); +INSERT INTO international VALUES (7,'MessageBoard',21,'á×ÔÏÒ:',1034189690); +INSERT INTO international VALUES (7,'Poll',21,'÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×',1034189690); +INSERT INTO international VALUES (7,'SQLReport',21,'ðÁÒÏÌØ Ë ÂÁÚÅ ÄÁÎÎÙÈ',1034189690); +INSERT INTO international VALUES (7,'DownloadManager',21,'çÒÕÐÐÁ ÏÔÐÒÁ×ËÉ ÆÁÊÌÏ×',1034189690); +INSERT INTO international VALUES (8,'Article',21,'URL',1034189690); +INSERT INTO international VALUES (8,'EventsCalendar',21,'ðÏ×ÔÏÒÑÔØ ËÁÖÄÙÅ',1034189690); +INSERT INTO international VALUES (8,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×',1034189690); +INSERT INTO international VALUES (8,'LinkList',21,'URL',1034189690); +INSERT INTO international VALUES (8,'MessageBoard',21,'äÁÔÁ:',1034189690); +INSERT INTO international VALUES (8,'SQLReport',21,'òÅÄÁËÔÉÒÏ×ÁÔØ SQL-ÚÁÐÒÏÓ ',1034189690); +INSERT INTO international VALUES (8,'WebGUI',21,'óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ.',1034189690); +INSERT INTO international VALUES (8,'DownloadManager',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1034189690); +INSERT INTO international VALUES (9,'Article',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690); +INSERT INTO international VALUES (9,'EventsCalendar',21,'ÄÏ',1034189690); +INSERT INTO international VALUES (9,'FAQ',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1034189690); +INSERT INTO international VALUES (9,'LinkList',21,'õÄÁÌÉÔØ ÜÔÕ ÓÓÙÌËÕ?',1034189690); +INSERT INTO international VALUES (9,'MessageBoard',21,'ID ÓÏÏÂÝÅÎÉÑ:',1034189690); +INSERT INTO international VALUES (9,'Poll',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÌÏÓÏ×ÁÎÉÅ',1034189690); +INSERT INTO international VALUES (9,'SQLReport',21,'ïÛÉÂËÁ: DSN ÚÁÐÉÓÁÎ × ÎÅÐÒÁ×ÉÌØÎÏÍ ÆÏÒÍÁÔÅ.',1034189690); +INSERT INTO international VALUES (9,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÂÕÆÅÒÁ ÏÂÍÅÎÁ.',1034189690); +INSERT INTO international VALUES (9,'DownloadManager',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÍÅÎÅÄÖÅÒÁ ÆÁÊÌÏ×',1034189690); +INSERT INTO international VALUES (10,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1034189690); +INSERT INTO international VALUES (10,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÓÓÙÌÏË',1034189690); +INSERT INTO international VALUES (10,'Poll',21,'óÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ',1034189690); +INSERT INTO international VALUES (11,'Poll',21,'ðÒÏÇÏÌÏÓÏ×ÁÔØ',1034189690); +INSERT INTO international VALUES (10,'SQLReport',21,'ïÛÉÂËÁ: ÎÅÐÒÁ×ÉÌØÎÙÊ ÆÏÒÍÁÔ SQL-ÚÁÐÒÏÓÁ.',1034189690); +INSERT INTO international VALUES (10,'WebGUI',21,'ëÏÒÚÉÎÁ',1034189690); +INSERT INTO international VALUES (11,'MessageBoard',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÓÏÏÂÝÅÎÉÊ',1034189690); +INSERT INTO international VALUES (11,'SQLReport',21,'ïÛÉÂËÁ: ÐÒÏÂÌÅÍÙ Ó ×ÁÛÉÍ ÚÁÐÒÏÓÏÍ.',1034189690); +INSERT INTO international VALUES (11,'WebGUI',21,'ïÞÉÓÔÉÔØ ËÏÒÚÉÎÕ',1034189690); +INSERT INTO international VALUES (11,'DownloadManager',21,'äÏÂÁ×ÌÅÎÉÅ ÆÁÊÌÁ',1034189690); +INSERT INTO international VALUES (12,'EventsCalendar',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÏÒÇÁÎÁÊÚÅÒ',1034189690); +INSERT INTO international VALUES (12,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÓÙÌËÕ',1034189690); +INSERT INTO international VALUES (12,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (12,'SQLReport',21,'ïÛÉÂËÁ: ÎÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÂÁÚÏÊ.',1034189690); +INSERT INTO international VALUES (12,'WebGUI',21,'õÂÒÁÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ',1034189690); +INSERT INTO international VALUES (13,'EventsCalendar',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÂÙÔÉÅ',1034189690); +INSERT INTO international VALUES (13,'UserSubmission',21,'äÁÔÁ ÐÏÓÙÌËÉ',1034189690); +INSERT INTO international VALUES (13,'WebGUI',21,'ðÏÍÏÝØ',1034189690); +INSERT INTO international VALUES (14,'UserSubmission',21,'óÔÁÔÕÓ',1034189690); +INSERT INTO international VALUES (14,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÎÅÏËÏÎÞÅÎÎÙÅ ÐÏÓÙÌËÉ.',1034189690); +INSERT INTO international VALUES (15,'MessageBoard',21,'á×ÔÏÒ',1034189690); +INSERT INTO international VALUES (15,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÔØ/ÕÄÁÌÉÔØ',1034189690); +INSERT INTO international VALUES (15,'WebGUI',21,'ñÎ×ÁÒØ',1034189690); +INSERT INTO international VALUES (15,'DownloadManager',21,'ïÐÉÓÁÎÉÅ',1034189690); +INSERT INTO international VALUES (16,'MessageBoard',21,'äÁÔÁ',1034189690); +INSERT INTO international VALUES (16,'UserSubmission',21,'âÅÚ ÉÍÅÎÉ',1034189690); +INSERT INTO international VALUES (16,'WebGUI',21,'æÅ×ÒÁÌØ',1034189690); +INSERT INTO international VALUES (16,'DownloadManager',21,'äÁÔÁ ÐÏÓÙÌËÉ ÆÁÊÌÁ',1034189690); +INSERT INTO international VALUES (17,'MessageBoard',21,'ðÏÓÌÁÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (17,'UserSubmission',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1034189690); +INSERT INTO international VALUES (17,'WebGUI',21,'íÁÒÔ',1034189690); +INSERT INTO international VALUES (18,'MessageBoard',21,'äÁÔÁ',1034189690); +INSERT INTO international VALUES (18,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÉÓÔÅÍÙ ÐÏÓÙÌÏË ÓÏÏÂÝÅÎÉÊ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034189690); +INSERT INTO international VALUES (18,'WebGUI',21,'áÐÒÅÌØ',1034189690); +INSERT INTO international VALUES (19,'MessageBoard',21,'ïÔ×ÅÔÙ',1034189690); +INSERT INTO international VALUES (19,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690); +INSERT INTO international VALUES (19,'WebGUI',21,'íÁÊ',1034189690); +INSERT INTO international VALUES (20,'MessageBoard',21,'ðÏÓÌÅÄÎÉÊ ÏÔ×ÅÔ',1034189690); +INSERT INTO international VALUES (20,'UserSubmission',21,'ðÏÓÌÁÔØ ÆÁÊÌ',1034189690); +INSERT INTO international VALUES (20,'WebGUI',21,'éÀÎØ',1034189690); +INSERT INTO international VALUES (21,'UserSubmission',21,'ðÒÉÓÌÁÌ(Á)',1034189690); +INSERT INTO international VALUES (21,'WebGUI',21,'éÀÌØ',1034189690); +INSERT INTO international VALUES (21,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?',1034189690); +INSERT INTO international VALUES (22,'UserSubmission',21,'ðÒÉÓÌÁÌ(Á):',1034189690); +INSERT INTO international VALUES (22,'WebGUI',21,'á×ÇÕÓÔ',1034189690); +INSERT INTO international VALUES (22,'DownloadManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1034189690); +INSERT INTO international VALUES (23,'UserSubmission',21,'äÁÔÁ ÐÒÉÓÙÌËÉ:',1034189690); +INSERT INTO international VALUES (23,'WebGUI',21,'óÅÎÔÑÂÒØ',1034189690); +INSERT INTO international VALUES (24,'WebGUI',21,'ïËÔÑÂÒØ',1034189690); +INSERT INTO international VALUES (25,'WebGUI',21,'îÏÑÂÒØ',1034189690); +INSERT INTO international VALUES (26,'WebGUI',21,'äÅËÁÂÒØ',1034189690); +INSERT INTO international VALUES (27,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1034189690); +INSERT INTO international VALUES (27,'WebGUI',21,'÷ÏÓËÒÅÓÅÎØÅ',1034189690); +INSERT INTO international VALUES (28,'UserSubmission',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÐÒÉÓÌÁÎÎÙÈ ÆÁÊÌÏ×',1034189690); +INSERT INTO international VALUES (28,'WebGUI',21,'ðÏÎÅÄÅÌØÎÉË',1034189690); +INSERT INTO international VALUES (29,'UserSubmission',21,'óÉÓÔÅÍÁ ÐÏÓÙÌÏË ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034189690); +INSERT INTO international VALUES (29,'WebGUI',21,'÷ÔÏÒÎÉË',1034189690); +INSERT INTO international VALUES (30,'WebGUI',21,'óÒÅÄÁ',1034189690); +INSERT INTO international VALUES (31,'WebGUI',21,'þÅÔ×ÅÒÇ',1034189690); +INSERT INTO international VALUES (32,'WebGUI',21,'ðÑÔÎÉÃÁ',1034189690); +INSERT INTO international VALUES (33,'WebGUI',21,'óÕÂÂÏÔÁ',1034189690); +INSERT INTO international VALUES (33,'UserSubmission',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690); +INSERT INTO international VALUES (34,'UserSubmission',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË',1034189690); +INSERT INTO international VALUES (34,'WebGUI',21,'õÓÔÁÎÏ×ÉÔØ ÄÁÔÕ',1034189690); +INSERT INTO international VALUES (35,'UserSubmission',21,'îÁÚ×ÁÎÉÅ',1034189690); +INSERT INTO international VALUES (35,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690); +INSERT INTO international VALUES (36,'WebGUI',21,'üÔÕ ÆÕÎËÃÉÀ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ ÓÉÓÔÅÍÙ. óÐÉÓÏË ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ×:',1034189690); +INSERT INTO international VALUES (37,'WebGUI',21,'äÏÓÔÕÐ ÚÁÐÒÅÝÅÎ!',1034189690); +INSERT INTO international VALUES (38,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ×ÙÐÏÌÎÅÎÉÑ ÜÔÏÊ ÏÐÅÒÁÃÉÉ.',1034189690); +INSERT INTO international VALUES (39,'WebGUI',21,'äÌÑ ÄÏÓÔÕÐÁ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ×Ù ÎÅ ÄÏÌÖÎÙ ÉÍÅÔØ ÓÐÅÃÉÁÌØÎÙÈ ÐÒÉ×ÉÌÅÇÉÊ.',1034189690); +INSERT INTO international VALUES (40,'WebGUI',21,'óÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ',1034189690); +INSERT INTO international VALUES (41,'WebGUI',21,'÷Ù ÐÙÔÁÅÔÅÓØ ÕÄÁÌÉÔØ ÓÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ.',1034189690); +INSERT INTO international VALUES (42,'WebGUI',21,'ðÏÄÔ×ÅÒÄÉÔÅ ÄÅÊÓÔ×ÉÅ',1034189690); +INSERT INTO international VALUES (43,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÔ ËÏÍÐÏÎÅÎÔ?',1034189690); +INSERT INTO international VALUES (46,'WebGUI',21,'íÏÊ ÁËËÁÕÎÔ',1034189690); +INSERT INTO international VALUES (47,'WebGUI',21,'äÏÍÏÊ',1034189690); +INSERT INTO international VALUES (48,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1034189690); +INSERT INTO international VALUES (50,'WebGUI',21,'éÍÑ',1034189690); +INSERT INTO international VALUES (51,'WebGUI',21,'ðÁÒÏÌØ',1034189690); +INSERT INTO international VALUES (52,'WebGUI',21,'×ÏÊÔÉ',1034189690); +INSERT INTO international VALUES (53,'WebGUI',21,'÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ',1036492742); +INSERT INTO international VALUES (54,'WebGUI',21,'óÏÚÄÁÔØ ÁËËÁÕÎÔ',1034189690); +INSERT INTO international VALUES (55,'WebGUI',21,'ðÁÒÏÌØ (ÐÏÄÔ×ÅÒÖÄÅÎÉÅ)',1034189690); +INSERT INTO international VALUES (56,'WebGUI',21,'e-mail',1034189690); +INSERT INTO international VALUES (57,'WebGUI',21,'üÔÏ ÎÅÏÂÈÏÄÉÍÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÆÕÎËÃÉÉ, Ó×ÑÚÁÎÎÙÅ Ó ÏÔÐÒÁ×ËÏÊ e-mail.',1034189690); +INSERT INTO international VALUES (58,'WebGUI',21,'ñ ÕÖÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ × ÜÔÏÊ ÓÉÓÔÅÍÅ',1034189690); +INSERT INTO international VALUES (59,'WebGUI',21,'ñ ÚÁÂÙÌ ÐÁÒÏÌØ',1034189690); +INSERT INTO international VALUES (59,'UserSubmission',21,'óÌÅÄÕÀÝÁÑ ÐÏÓÙÌËÁ',1034189690); +INSERT INTO international VALUES (61,'WebGUI',21,'ïÂÎÏ×ÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034189690); +INSERT INTO international VALUES (62,'WebGUI',21,'ÓÏÈÒÁÎÉÔØ',1034189690); +INSERT INTO international VALUES (63,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ.',1034189690); +INSERT INTO international VALUES (66,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690); +INSERT INTO international VALUES (67,'WebGUI',21,'óÏÚÄÁÔØ ÎÏ×ÙÊ ÁËËÁÕÎÔ.',1034189690); +INSERT INTO international VALUES (69,'WebGUI',21,'ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ÓÉÓÔÅÍÎÙÍ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ.',1034189690); +INSERT INTO international VALUES (70,'WebGUI',21,'ïÛÉÂËÁ',1034189690); +INSERT INTO international VALUES (71,'UserSubmission',21,'éÓÐÏÌØÚÕÑ ÓÉÓÔÅÍÕ ÐÏÓÙÌÏË ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ×Ù ÍÏÖÅÔÅ ÐÏÌÕÞÁÔØ ÆÁÊÌÙ É ÓÏÏÂÝÅÎÉÑ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n
\r\n
\r\n÷ÎÅÛÎÉÊ ×ÉÄ\r\n÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ËÁË ÂÕÄÕÔ ×ÙÇÌÑÄÅÔØ ÓÏÏÂÝÅÎÉÑ ÐÒÉÓÙÌÁÅÍÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ:\r\n
    \r\n
  • ôÒÁÄÉÃÉÏÎÎÙÊ - ÷ÓÅ ÓÏÏÂÝÅÎÉÑ ÏÂßÅÄÉÎÑÀÔÓÑ × ÔÁÂÌÉÃÕ, ÓÏÄÅÒÖÁÝÕÀ ÚÁÇÏÌÏ×ËÉ ÐÒÉÓÌÁÎÎÙÈ ÓÏÏÂÝÅÎÉÊ, É ÓÏÒÔÉÒÕÀÔÓÑ ÐÏ ÄÁÔÅ.\r\n
  • óÔÁÔÉÓÔÉËÁ - ïÔÏÂÒÁÖÁÅÔÓÑ ÔÏÌØËÏ ÔÅËÓÔ ÐÒÉÓÌÁÎÎÏÇÏ ÓÏÏÂÝÅÎÉÑ É ÓÓÙÌËÁ ÎÁ ÐÏÌÎÙÊ ×ÁÒÉÁÎÔ ÐÏÓÙÌËÉ.\r\n
  • æÏÔÏÇÁÌÅÒÅÑ - ðÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÍÁÔÒÉÃÕ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÐÒÉÓÌÁÎÎÙÊ ÉÚÏÂÒÁÖÅÎÉÊ.\r\n
\r\n

\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÏÄÔ×ÅÒÖÄÁÔØ ËÏÒÒÅËÔÒÏÓÔØ ÐÏÓÙÌËÉ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÐÒÏÓÍÁÔÒÉ×ÁÔØ, ÒÁÚÒÅÛÁÔØ ÉÌÉ ÚÁÐÒÅÛÁÔØ ÐÕÂÌÉËÁÃÉÀ ÐÒÉÓÌÁÎÎÏÇÏ ÓÏÏÂÝÅÎÉÑ ÎÁ ÓÁÊÔÅ.\r\n

\r\nëÏÌÉÞÅÓÔ×Ï ÐÏÓÙÌÏË ÎÁ ÓÔÒÁÎÉÃÅ
\r\n÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ, ÏÔÏÂÒÁÖÁÅÍÙÈ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ. ïÓÔÁ×ÛÉÅÓÑ ÓÏÏÂÝÅÎÉÑ, ÎÅ ÕÍÅÓÔÉ×ÛÉÅÓÑ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ, ÂÕÄÕÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÅÓÅÎÙ ÎÁ ÓÌÅÄÕÀÝÕÀ.\r\n

\r\nóÔÁÔÕÓ ÐÏ ÕÍÏÌÞÁÎÉÀ
\r\n÷ÙÂÅÒÉÔÅ ÓÔÁÔÕÓ, ÐÒÉÓ×ÁÅÍÙÊ ÓÏÏÂÝÅÎÉÀ ÐÏ ÕÍÏÌÞÁÎÉÀ.\r\n
\r\n
\r\nîÁÂÌÀÄÁÔØ ÚÁ ÐÏÓÙÌËÏÊ ÓÏÏÂÝÅÎÉÊ
\r\n÷×ÅÄÉÔÅ ÕÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÐÏÓÙÌËÏÊ ÓÏÏÂÝÅÊ.\r\n0(ÎÏÌØ) - ÏÚÎÁÞÁÅÔ, ÞÔÏ ÎÁÂÌÀÄÅÎÉÅ ÎÅ ×ÅÄÅÔÓÑ.\r\n

\r\nóÏÚÄÁÔØ É ÐÏËÁÚÁÔØ ÕÍÅÎØÛÅÎÎÙÅ ËÏÐÉÉ ÒÉÓÕÎËÏ×?
\r\nåÓÌÉ × ÐÏÓÙÌËÕ ×ÌÏÖÅÎ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ, ÔÏ ÄÌÑ ÎÅÇÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÓÏÚÄÁÓÔØÓÑ ÕÍÅÎØÛÅÎÎÁÑ ËÏÐÉÑ É ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ ÒÑÄÏÍ Ó ÉÍÅÎÅÍ ÆÁÊÌÁ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÅÔÅ „äÁ“, ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÁÊÔÁ ÓÍÏÇÕÔ ÏÓÔÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÉÓÌÁÎÎÏÇÏ ÍÁÔÅÒÉÁÌÁ.\r\n

\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?
\r\n÷ÙÂÅÒÅÔÅ ÇÒÕÐÐÕ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\r\n

\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌØ ÉÍÅÅÔ ÐÒÁ×Ï ÒÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ. ðÏÓÌÅ ÉÓÔÅÞÅÎÉÅ ÜÔÏÇÏ ÐÒÏÍÅÖÕÔËÁ ×ÒÅÍÅÎÉ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎÏ.\r\n

\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÒÁÚÒÅÛÅÎÏ ËÏÎÔÒÏÌÉÒÏ×ÁÔØ ÈÏÄ ÏÂÓÕÖÄÅÎÉÑ É ÐÒÉ ÎÅÏÂÈÏÄÉÍÏÓÔÉ ÕÄÁÌÑÔØ ÎÅÖÅÌÁÔÅÌØÎÙÅ ÓÏÏÂÝÅÎÉÑ.\r\n

\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ?
\r\n÷ÙÂÅÒÉÔÅ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ ÏÂÓÕÖÄÅÎÉÑ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\r\n',1036579515); +INSERT INTO international VALUES (72,'WebGUI',21,'×ÏÓÓÔÁÎÏ×ÉÔØ',1034189690); +INSERT INTO international VALUES (73,'WebGUI',21,'÷ÏÊÔÉ.',1034189690); +INSERT INTO international VALUES (74,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÁËËÁÕÎÔÅ',1034189690); +INSERT INTO international VALUES (75,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ×ÁÛÅÍ ÁËËÁÕÎÔÅ ÂÙÌÁ ÐÏÓÌÁÎÁ ÎÁ ×ÁÛ e-mail.',1034189690); +INSERT INTO international VALUES (76,'WebGUI',21,'ôÁËÏÇÏ e-mail ÎÅÔ × ÎÁÛÅÊ ÂÁÚÅ ÄÁÎÎÙÈ',1034189690); +INSERT INTO international VALUES (77,'WebGUI',21,'üÔÏ ÉÍÑ ÕÖÅ ÉÓÐÏÌØÚÕÅÔÓÑ. ðÏÖÁÌÕÊÓÔÁ ××ÅÄÉÔÅ ÄÒÕÇÏÅ ÉÍÑ ÉÌÉ ×ÙÂÅÒÉÔÅ ÉÚ ÓÐÉÓËÁ:',1034189690); +INSERT INTO international VALUES (78,'WebGUI',21,'÷×ÅÄÉÔÅ ÄÒÕÇÏÊ ÐÁÒÏÌØ',1034189690); +INSERT INTO international VALUES (79,'WebGUI',21,'îÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó LDAP ÓÅÒ×ÅÒÏÍ.',1034189690); +INSERT INTO international VALUES (80,'WebGUI',21,'áËËÁÕÎÔ ÕÓÐÅÛÎÏ ÓÏÚÄÁÎ!',1034189690); +INSERT INTO international VALUES (81,'WebGUI',21,'áËËÁÕÎÔ ÕÓÐÅÛÎÏ ÏÂÎÏ×ÌÅÎ!',1034189690); +INSERT INTO international VALUES (82,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ...',1034189690); +INSERT INTO international VALUES (84,'WebGUI',21,'éÍÑ ÇÒÕÐÐÙ',1034189690); +INSERT INTO international VALUES (85,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1034189690); +INSERT INTO international VALUES (87,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ',1034189690); +INSERT INTO international VALUES (88,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ × ÇÒÕÐÐÅ',1034189690); +INSERT INTO international VALUES (91,'WebGUI',21,'ðÒÅÄÙÄÕÝÁÑ ÓÔÒÁÎÉÃÁ',1034189690); +INSERT INTO international VALUES (92,'WebGUI',21,'óÌÅÄÕÀÝÁÑ ÓÔÒÁÎÉÃÁ',1034189690); +INSERT INTO international VALUES (93,'WebGUI',21,'ðÏÍÏÝØ',1034189690); +INSERT INTO international VALUES (94,'WebGUI',21,'óÍÏÔÒÉÔÅ ÔÁËÖÅ',1034189690); +INSERT INTO international VALUES (99,'WebGUI',21,'îÁÚ×ÁÎÉÅ',1034189690); +INSERT INTO international VALUES (100,'WebGUI',21,'íÅÔÁ-ÔÅÇÉ',1034189690); +INSERT INTO international VALUES (101,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÕ ÓÔÒÁÎÉÃÕ ×ÍÅÓÔÅ Ó ÅÅ ÓÏÄÅÒÖÁÎÉÅÍ É ÐÏÄÓÔÒÁÎÉÃÁÍÉ?',1034189690); +INSERT INTO international VALUES (102,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÒÁÎÉÃÕ',1034189690); +INSERT INTO international VALUES (103,'WebGUI',21,'ðÁÒÁÍÅÔÒÙ ÓÔÒÁÎÉÃÙ',1034189690); +INSERT INTO international VALUES (104,'WebGUI',21,'URL ÓÔÒÁÎÉÃÙ',1034189690); +INSERT INTO international VALUES (105,'WebGUI',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ',1034189690); +INSERT INTO international VALUES (106,'WebGUI',21,'÷ÙÂÅÒÉÔÅ \"äÁ\" ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ×ÓÅ ÐÏÄÓÔÒÁÎÉÃÙ ÓÁÊÔÁ ×ÙÇÌÑÄÅÌÉ ÔÁËÖÅ',1034189690); +INSERT INTO international VALUES (107,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ',1034189690); +INSERT INTO international VALUES (108,'WebGUI',21,'÷ÌÁÄÅÌÅÃ',1034189690); +INSERT INTO international VALUES (109,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÌÁÄÅÌØÃÕ?',1036490973); +INSERT INTO international VALUES (110,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÌÁÄÅÌØÃÕ?',1036491278); +INSERT INTO international VALUES (111,'WebGUI',21,'çÒÕÐÐÁ',1034189690); +INSERT INTO international VALUES (112,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÇÒÕÐÐÅ?',1036491318); +INSERT INTO international VALUES (113,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÇÒÕÐÐÅ?',1036491361); +INSERT INTO international VALUES (114,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ?',1036491424); +INSERT INTO international VALUES (115,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÓÅÍ?',1036491480); +INSERT INTO international VALUES (116,'WebGUI',21,'÷ÙÂÅÒÉÔÅ \"äÁ\" ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÉ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ ×ÓÅÈ ÐÏÄÓÔÒÁÎÉÃ.',1034189690); +INSERT INTO international VALUES (118,'WebGUI',21,'áÎÏÎÉÍÎÁÑ ÒÅÇÉÓÔÒÁÃÉÑ',1034189690); +INSERT INTO international VALUES (119,'WebGUI',21,'íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ)',1034189690); +INSERT INTO international VALUES (120,'WebGUI',21,'URL LDAP (ÐÏ ÕÍÏÌÞÁÎÉÀ)',1034189690); +INSERT INTO international VALUES (121,'WebGUI',21,'éÄÅÎÔÉÆÉËÁÔÏÒ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1036584175); +INSERT INTO international VALUES (122,'WebGUI',21,'Login ÎÁ ÓÅÒ×ÅÒÅ LDAP ',1036585109); +INSERT INTO international VALUES (123,'WebGUI',21,'ðÁÒÏÌØ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1036585375); +INSERT INTO international VALUES (126,'WebGUI',21,'E-mail',1034189690); +INSERT INTO international VALUES (134,'WebGUI',21,'óÏÏÂÝÅÎÉÅ, ×ÙÓÙÌÁÅÍÏÅ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ',1036150650); +INSERT INTO international VALUES (135,'WebGUI',21,'óÅÒ×ÅÒ SMTP',1034189690); +INSERT INTO international VALUES (138,'WebGUI',21,'äÁ',1034189690); +INSERT INTO international VALUES (139,'WebGUI',21,'îÅÔ',1034189690); +INSERT INTO international VALUES (142,'WebGUI',21,'éÓÔÅÞÅÎÉÅ ×ÒÅÍÅÎÉ ÓÅÓÓÉÉ',1034189690); +INSERT INTO international VALUES (143,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690); +INSERT INTO international VALUES (145,'WebGUI',21,'÷ÅÒÓÉÑ WebGUI',1034189690); +INSERT INTO international VALUES (146,'WebGUI',21,'áËÔÉ×ÎÙÅ ÓÅÓÓÉÉ',1034189690); +INSERT INTO international VALUES (147,'WebGUI',21,'óÔÒÁÎÉÃÙ',1034189690); +INSERT INTO international VALUES (148,'WebGUI',21,'íÏÄÕÌÉ',1037084615); +INSERT INTO international VALUES (149,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ',1034189690); +INSERT INTO international VALUES (151,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1036151718); +INSERT INTO international VALUES (154,'WebGUI',21,'CSS',1034189690); +INSERT INTO international VALUES (155,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ? (÷ÓÅ ÓÔÒÁÎÉÃÙ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÀÔ ÜÔÏÔ ÓÔÉÌØ ÂÕÄÕÔ ÏÔÏÂÒÁÖÅÎÙ × ÓÔÉÌÅ \"Fail Safe\") ',1034189690); +INSERT INTO international VALUES (156,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÁÆÉÞÅÓËÉÀ ÏÂÏÌÏÞËÕ',1034189690); +INSERT INTO international VALUES (159,'WebGUI',21,'÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690); +INSERT INTO international VALUES (160,'WebGUI',21,'äÁÔÁ ÐÒÉÓÙÌËÉ',1034189690); +INSERT INTO international VALUES (161,'WebGUI',21,'ðÒÉÓÌÁÌ(Á)',1034189690); +INSERT INTO international VALUES (162,'WebGUI',21,'ðÏÌÏÖÉÔØ ×ÓÅ ÓÔÒÁÎÉÃÙ É ÍÏÄÕÌÉ × ËÏÒÚÉÎÕ?',1037084644); +INSERT INTO international VALUES (163,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690); +INSERT INTO international VALUES (164,'WebGUI',21,'íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ',1034189690); +INSERT INTO international VALUES (165,'WebGUI',21,'LDAP URL',1034189690); +INSERT INTO international VALUES (166,'WebGUI',21,'ðÏÄÓÏÅÄÉÎÉÔØ DN',1034189690); +INSERT INTO international VALUES (167,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1036491838); +INSERT INTO international VALUES (168,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690); +INSERT INTO international VALUES (170,'WebGUI',21,'ðÏÉÓË',1034189690); +INSERT INTO international VALUES (171,'WebGUI',21,'òÅÄÁËÔÏÒ Ó ÒÁÓÛÉÒÅÎÎÙÍÉ ×ÏÚÍÏÖÎÏÓÔÑÍÉ',1037003893); +INSERT INTO international VALUES (174,'WebGUI',21,'ïÔÏÂÒÁÖÁÔØ ÚÁÇÏÌÏ×ÏË?',1034189690); +INSERT INTO international VALUES (175,'WebGUI',21,'÷ÙÐÏÌÎÑÔØ ÍÁËÒÏÓÙ?',1034189690); +INSERT INTO international VALUES (505,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÛÁÂÌÏÎ',1036492612); +INSERT INTO international VALUES (504,'WebGUI',21,'ûÁÂÌÏÎ',1034189690); +INSERT INTO international VALUES (503,'WebGUI',21,'ID ÛÁÂÌÏÎÁ',1034189690); +INSERT INTO international VALUES (502,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ÛÁÂÌÏÎ?',1034189690); +INSERT INTO international VALUES (367,'WebGUI',21,'óÒÏË ÏËÏÎÞÁÎÉÑ ÐÏÌÎÏÍÏÞÉÊ ÇÒÕÐÐÙ',1036152596); +INSERT INTO international VALUES (700,'WebGUI',21,'ÄÅÎØ/ÄÎÅÊ',1036153024); +INSERT INTO international VALUES (566,'WebGUI',21,'÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ',1034189690); +INSERT INTO international VALUES (701,'WebGUI',21,'ÎÅÄÅÌÑ/ÎÅÄÅÌØ',1036153019); +INSERT INTO international VALUES (560,'WebGUI',21,'òÁÚÒÅÛÅÎÏ Ë ÐÕÂÌÉËÁÃÉÉ',1036499912); +INSERT INTO international VALUES (561,'WebGUI',21,'ðÕÂÌÉËÁÃÉÑ ÚÁÐÒÅÝÅÎÁ',1036499979); +INSERT INTO international VALUES (562,'WebGUI',21,'÷ ÏÞÅÒÅÄÉ ÎÁ ÒÁÓÓÍÏÔÒÅÎÉÅ',1036500079); +INSERT INTO international VALUES (563,'WebGUI',21,'óÔÁÔÕÓ ÐÏ ÕÍÏÌÞÁÎÉÀ',1034189690); +INSERT INTO international VALUES (707,'WebGUI',21,'ðÏËÁÚÁÔØ ÏÔÌÁÄÏÞÎÕÀ ÉÎÆÏÒÍÁÃÉÀ?',1034189690); +INSERT INTO international VALUES (516,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ',1034189690); +INSERT INTO international VALUES (517,'WebGUI',21,'÷ÙËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ',1034189690); +INSERT INTO international VALUES (572,'WebGUI',21,'ðÏÄÔ×ÅÒÖÄÅÎÉÅ ÐÒÉÅÍÁ ÆÁÊÌÁ',1034189690); +INSERT INTO international VALUES (573,'WebGUI',21,'ïÓÔÁ×ÉÔØ ÎÅ ÚÁËÏÎÞÅÎÎÙÍ',1034189690); +INSERT INTO international VALUES (574,'WebGUI',21,'ïÔËÁÚÁÔØÓÑ',1034189690); +INSERT INTO international VALUES (404,'WebGUI',21,'ðÅÒ×ÁÑ ÓÔÒÁÎÉÃÁ',1034189690); +INSERT INTO international VALUES (228,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÏÏÂÝÅÎÉÑ',1036491679); +INSERT INTO international VALUES (229,'WebGUI',21,'ôÅÍÁ',1034189690); +INSERT INTO international VALUES (230,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (231,'WebGUI',21,'îÁÐÉÓÁÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',1036491752); +INSERT INTO international VALUES (232,'WebGUI',21,'ÂÅÚ ÔÅÍÙ',1034189690); +INSERT INTO international VALUES (234,'WebGUI',21,'ðÏÓÌÁÔØ ÏÔ×ÅÔ',1036491865); +INSERT INTO international VALUES (237,'WebGUI',21,'ôÅÍÁ:',1034189690); +INSERT INTO international VALUES (238,'WebGUI',21,'á×ÔÏÒ:',1034189690); +INSERT INTO international VALUES (239,'WebGUI',21,'äÁÔÁ:',1034189690); +INSERT INTO international VALUES (244,'WebGUI',21,'á×ÔÏÒ',1034189690); +INSERT INTO international VALUES (245,'WebGUI',21,'äÁÔÁ',1034189690); +INSERT INTO international VALUES (304,'WebGUI',21,'ñÚÙË',1034189690); +INSERT INTO international VALUES (306,'WebGUI',21,'ðÒÉ×ÑÚËÁ Ë ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ',1036583464); +INSERT INTO international VALUES (307,'WebGUI',21,'éÓÐÏÌØÚÏ×ÁÔØ ÍÅÔÁ-ÔÅÇÉ, ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏ ÕÍÏÌÞÁÎÉÀ?',1034189690); +INSERT INTO international VALUES (309,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÎÁÓÔÏÑÝÅÇÏ ÉÍÅÎÉ?',1034189690); +INSERT INTO international VALUES (310,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÅÎÉÅ ×ÎÅÛÎÅÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690); +INSERT INTO international VALUES (311,'WebGUI',21,'òÁÚÒÅÛÉÔØ ×ÙÄÁÞÕ ÉÎÆÏÒÍÁÃÉÉ Ï ËÏÍÐÁÎÉÉ?',1034189690); +INSERT INTO international VALUES (312,'WebGUI',21,'òÁÚÒÅÛÉÔØ ×ÙÄÁÞÕ ÄÅÌÏ×ÏÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690); +INSERT INTO international VALUES (313,'WebGUI',21,'òÁÚÒÅÛÉÔØ ×ÙÄÁÞÕ ÏÂÝÅÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690); +INSERT INTO international VALUES (314,'WebGUI',21,'éÍÑ',1034189690); +INSERT INTO international VALUES (315,'WebGUI',21,'ïÔÞÅÓÔ×Ï',1034189690); +INSERT INTO international VALUES (316,'WebGUI',21,'æÁÍÉÌÉÑ',1034189690); +INSERT INTO international VALUES (321,'WebGUI',21,'íÏÂÉÌØÎÙÊ ÔÅÌÅÆÏÎ',1034189690); +INSERT INTO international VALUES (322,'WebGUI',21,'ðÅÊÄÖÅÒ',1034189690); +INSERT INTO international VALUES (323,'WebGUI',21,'äÏÍÁÛÎÉÊ ÁÄÒÅÓ',1034189690); +INSERT INTO international VALUES (324,'WebGUI',21,'çÏÒÏÄ',1034189690); +INSERT INTO international VALUES (327,'WebGUI',21,'óÔÒÁÎÁ',1034189690); +INSERT INTO international VALUES (328,'WebGUI',21,'äÏÍÁÛÎÉÊ ÔÅÌÅÆÏÎ',1034189690); +INSERT INTO international VALUES (334,'WebGUI',21,'òÁÂÏÞÉÊ ÔÅÌÅÆÏÎ',1034189690); +INSERT INTO international VALUES (335,'WebGUI',21,'ðÏÌ',1034189690); +INSERT INTO international VALUES (338,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); +INSERT INTO international VALUES (339,'WebGUI',21,'íÕÖ.',1034189690); +INSERT INTO international VALUES (340,'WebGUI',21,'öÅÎ.',1034189690); +INSERT INTO international VALUES (346,'WebGUI',21,'üÔÏÔ ÐÏÌØÚÏ×ÁÔÅÌØ ÎÁ ÓÁÊÔÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ.',1036492036); +INSERT INTO international VALUES (347,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ',1034189690); +INSERT INTO international VALUES (348,'WebGUI',21,'éÍÑ',1034189690); +INSERT INTO international VALUES (349,'WebGUI',21,'ðÏÓÌÅÄÎÑÑ ×ÅÒÓÉÑ ÄÏÓÔÕÐÎÁ',1034189690); +INSERT INTO international VALUES (350,'WebGUI',21,'úÁËÏÎÞÅÎÏ',1034189690); +INSERT INTO international VALUES (351,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (352,'WebGUI',21,'äÁÔÁ ×ÈÏÄÁ',1034189690); +INSERT INTO international VALUES (353,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ×ÈÏÄÑÝÉÈ ÓÏÏÂÝÅÎÉÊ.',1034189690); +INSERT INTO international VALUES (803,'WebGUI',21,'õÄÁÌÉÔØ ×ÓÅ ×ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690); +INSERT INTO international VALUES (471,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌÅ × ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); +INSERT INTO international VALUES (355,'WebGUI',21,'ðÏ ÕÍÏÌÞÁÎÉÀ',1034189690); +INSERT INTO international VALUES (356,'WebGUI',21,'ûÁÂÌÏÎ',1034189690); +INSERT INTO international VALUES (358,'WebGUI',21,'ìÅ×ÁÑ ËÏÌÏÎËÁ',1034189690); +INSERT INTO international VALUES (359,'WebGUI',21,'ðÒÁ×ÁÑ ËÏÌÏÎËÁ',1034189690); +INSERT INTO international VALUES (365,'WebGUI',21,'òÅÚÕÌØÔÁÔÙ ÐÏÉÓËÁ',1034189690); +INSERT INTO international VALUES (366,'WebGUI',21,'ðÏ ×ÁÛÅÍÕ ÚÁÐÒÏÓÕ ÎÅ ÎÁÊÄÅÎÏ ÎÉ ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ.',1034189690); +INSERT INTO international VALUES (369,'WebGUI',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690); +INSERT INTO international VALUES (370,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ',1034189690); +INSERT INTO international VALUES (372,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌØÓËÕÀ ÇÒÕÐÐÕ',1034189690); +INSERT INTO international VALUES (375,'WebGUI',21,'÷ÙÂÅÒÉÔÅ ÐÁËÅÔ ÄÌÑ ÒÁÓÐÁËÏ×ËÉ',1034189690); +INSERT INTO international VALUES (376,'WebGUI',21,'ðÁËÅÔÙ',1034189690); +INSERT INTO international VALUES (377,'WebGUI',21,'ðÁËÅÔÏ× ÎÅÔ.',1034189690); +INSERT INTO international VALUES (378,'WebGUI',21,'ID ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690); +INSERT INTO international VALUES (379,'WebGUI',21,'ID ÇÒÕÐÐÙ',1034189690); +INSERT INTO international VALUES (380,'WebGUI',21,'ID ÓÔÉÌÑ',1034189690); +INSERT INTO international VALUES (381,'WebGUI',21,'ðÏÌÕÞÅÎ ÎÅÐÒÁ×ÉÌØÎÙÊ ÚÁÐÒÏÓ.îÁÖÍÉÔÅ ÎÁ ËÎÏÐËÕ \"îÁÚÁÄ\" É ÐÏÐÒÏÂÕÊÔÅ ÅÝÅ ÒÁÚ.',1034189690); +INSERT INTO international VALUES (37,'UserSubmission',21,'õÄÁÌÉÔØ',1034189690); +INSERT INTO international VALUES (13,'SQLReport',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?',1034189690); +INSERT INTO international VALUES (14,'EventsCalendar',21,'äÁÔÁ ÎÁÞÁÌÁ',1034189690); +INSERT INTO international VALUES (15,'EventsCalendar',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690); +INSERT INTO international VALUES (20,'DownloadManager',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÓÙÌÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); +INSERT INTO international VALUES (14,'SQLReport',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); +INSERT INTO international VALUES (16,'EventsCalendar',21,'÷ÎÅÛÎÉÊ ×ÉÄ ÏÇÒÁÎÁÊÚÅÒÁ',1034189690); +INSERT INTO international VALUES (17,'EventsCalendar',21,'óÐÉÓÏË',1034189690); +INSERT INTO international VALUES (18,'EventsCalendar',21,'ëÁÌÅÎÄÁÒØ',1034189690); +INSERT INTO international VALUES (19,'EventsCalendar',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); +INSERT INTO international VALUES (383,'WebGUI',21,'éÍÑ',1034189690); +INSERT INTO international VALUES (384,'WebGUI',21,'æÁÊÌ',1034189690); +INSERT INTO international VALUES (385,'WebGUI',21,'ðÁÒÁÍÅÔÒÙ',1034189690); +INSERT INTO international VALUES (386,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034189690); +INSERT INTO international VALUES (387,'WebGUI',21,'ðÒÉÓÌÁÌ(Á):',1036929327); +INSERT INTO international VALUES (388,'WebGUI',21,'äÁÔÁ ÐÏÓÙÌËÉ',1034189690); +INSERT INTO international VALUES (389,'WebGUI',21,'Id ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ',1036930040); +INSERT INTO international VALUES (390,'WebGUI',21,'ïÔÏÂÒÁÖÅÎÉÅ ÒÉÓÕÎËÁ...',1034189690); +INSERT INTO international VALUES (391,'WebGUI',21,'õÄÁÌÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ.',1034189690); +INSERT INTO international VALUES (392,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÔ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ?',1036929868); +INSERT INTO international VALUES (393,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÇÒÁÆÉÞÅÓËÉÍÉ ÆÁÊÌÁÍÉ',1036930142); +INSERT INTO international VALUES (396,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ',1036930264); +INSERT INTO international VALUES (399,'WebGUI',21,'ðÒÏ×ÅÒÉÔØ ËÏÒÒÅËÔÎÏÓÔØ ËÏÄÁ ÜÔÏÊ ÓÔÒÁÎÉÃÙ.',1034189690); +INSERT INTO international VALUES (400,'WebGUI',21,'îÅ ÉÓÐÏÌØÚÏ×ÁÔØ ËÜÛÉÒÏ×ÁÎÉÅ',1034189690); +INSERT INTO international VALUES (401,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ?',1034189690); +INSERT INTO international VALUES (565,'WebGUI',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?',1034189690); +INSERT INTO international VALUES (22,'MessageBoard',21,'õÄÁÌÉÔØ ÓÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (405,'WebGUI',21,'ðÏÓÌÅÄÎÑÑ ÓÔÒÁÎÉÃÁ',1034189690); +INSERT INTO international VALUES (15,'SQLReport',21,'òÁÚÒÅÛÉÔØ ÐÒÅÄ×ÁÒÉÔÅÌØÎÕÀ ÏÂÒÁÂÏÔËÕ ÍÁËÒÏÓÁ × ÚÁÐÒÏÓÅ?',1034189690); +INSERT INTO international VALUES (16,'SQLReport',21,'òÁÚÒÅÛÉÔØ ×Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690); +INSERT INTO international VALUES (17,'SQLReport',21,'ïÔÌÁÄËÁ: úÁÐÒÏÓ:',1034189690); +INSERT INTO international VALUES (18,'SQLReport',21,'ðÏ ×ÁÛÅÍÕ ÚÁÐÒÏÓÕ ÎÉÞÅÇÏ ÎÅ ÎÁÊÄÅÎÏ.',1034189690); +INSERT INTO international VALUES (506,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÛÁÂÌÏÎÁÍÉ',1036492665); +INSERT INTO international VALUES (408,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÏÓÎÏ×ÎÙÍÉ ËÏÍÐÏÎÅÎÔÁÍÉ',1034189690); +INSERT INTO international VALUES (411,'WebGUI',21,'íÅÎÀ',1034189690); +INSERT INTO international VALUES (823,'WebGUI',1,'Go to the new page.',1038706332); +INSERT INTO international VALUES (24,'Article',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1034189690); +INSERT INTO international VALUES (28,'Article',21,'ðÏÓÍÏÔÒÅÔØ ÏÔ×ÅÔÙ',1034189690); +INSERT INTO international VALUES (416,'WebGUI',21,'

ðÒÏÂÌÅÍÁ Ó ÚÁÐÒÏÓÏÍ

îÁÖÍÉÔÅ ËÎÏÐËÕ \"îÁÚÁÄ\" É ÐÏ×ÔÏÒÉÔÅ ÚÁÐÒÏÓ ÓÎÏ×Á.',1034189690); +INSERT INTO international VALUES (417,'WebGUI',21,'

îÁÒÕÛÅÎÉÅ ÐÒÁ×ÉÌ ÂÅÚÏÐÁÓÎÏÓÔÉ

÷Ù ÐÙÔÁÅÔÅÓØ ÐÏÌÕÞÉÔØ ÄÏÓÔÕÐ Ë ÍÏÄÕÌÀ, ÎÅ ÐÒÉÎÁÄÌÅÖÁÝÅÍÕ ÜÔÏÊ ÓÔÒÁÎÉÃÅ.',1037084777); +INSERT INTO international VALUES (418,'WebGUI',21,'æÉÌØÔÒ ÄÌÑ HTML-ËÏÄÁ',1034189690); +INSERT INTO international VALUES (421,'WebGUI',21,'õÄÁÌÉÔØ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÅ.',1034189690); +INSERT INTO international VALUES (425,'WebGUI',21,'áËÔÉ×ÎÙÅ ÓÏÅÄÉÎÅÎÉÑ',1034189690); +INSERT INTO international VALUES (426,'WebGUI',21,'éÓÔÏÒÉÑ ÓÏÅÄÉÎÅÎÉÊ',1034189690); +INSERT INTO international VALUES (427,'WebGUI',21,'óÔÉÌÉ',1034189690); +INSERT INTO international VALUES (428,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ID)',1034189690); +INSERT INTO international VALUES (430,'WebGUI',21,'÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÇÏ ÄÅÊÓÔ×ÉÑ',1034189690); +INSERT INTO international VALUES (431,'WebGUI',21,'IP ÁÄÒÅÓ',1034189690); +INSERT INTO international VALUES (432,'WebGUI',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690); +INSERT INTO international VALUES (433,'WebGUI',21,'ôÉÐ ÂÒÏÕÚÅÒÁ',1034189690); +INSERT INTO international VALUES (434,'WebGUI',21,'óÏÓÔÏÑÎÉÅ',1034189690); +INSERT INTO international VALUES (435,'WebGUI',21,'éÍÑ ÓÏÅÄÉÎÅÎÉÑ ',1034189690); +INSERT INTO international VALUES (436,'WebGUI',21,'õÄÁÌÉÔØ ÓÏÅÄÉÎÅÎÉÅ',1034189690); +INSERT INTO international VALUES (437,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1034189690); +INSERT INTO international VALUES (438,'WebGUI',21,'÷ÁÛÅ ÉÍÑ',1034189690); +INSERT INTO international VALUES (439,'WebGUI',21,'ìÉÞÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690); +INSERT INTO international VALUES (440,'WebGUI',21,'ëÏÎÔÁËÔÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690); +INSERT INTO international VALUES (443,'WebGUI',21,'äÏÍÁÛÎÑÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690); +INSERT INTO international VALUES (448,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690); +INSERT INTO international VALUES (452,'WebGUI',21,'÷ÙÐÏÌÎÅÎÉÅ ÏÐÅÒÁÃÉÉ...',1034189690); +INSERT INTO international VALUES (453,'WebGUI',21,'äÁÔÁ ÓÏÚÄÁÎÉÑ',1034189690); +INSERT INTO international VALUES (454,'WebGUI',21,'äÁÔÁ ÐÏÓÌÅÄÎÅÇÏ ÏÂÎÏ×ÌÅÎÉÑ',1034189690); +INSERT INTO international VALUES (460,'WebGUI',21,'úÁÄÅÒÖËÁ ×Ï ×ÒÅÍÅÎÉ',1034189690); +INSERT INTO international VALUES (461,'WebGUI',21,'æÏÒÍÁÔ ÄÁÔÙ',1034189690); +INSERT INTO international VALUES (462,'WebGUI',21,'æÏÒÍÁÔ ×ÒÅÍÅÎÉ',1034189690); +INSERT INTO international VALUES (463,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÓÔÏË × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ',1034189690); +INSERT INTO international VALUES (464,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÓÔÏÌÂÃÏ× × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ',1037171135); +INSERT INTO international VALUES (465,'WebGUI',21,'òÁÚÍÅÒ ÔÅËÓÔÏ×ÙÈ ÂÌÏËÏ×',1037171259); +INSERT INTO international VALUES (466,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ËÁÔÅÇÏÒÉÀ É ÐÅÒÅÎÅÓÔÉ ×ÓÅ ÅÅ ÐÏÌÑ × ÏÂÝÕÀ ËÁÔÅÇÏÒÉÀ?',1036928295); +INSERT INTO international VALUES (467,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏ ÐÏÌÅ ×ÍÅÓÔÅ ÓÏ ×ÓÅÍÉ ÄÁÎÎÙÍÉ, ÐÒÉÓÌÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ?',1036928391); +INSERT INTO international VALUES (469,'WebGUI',21,'Id',1034189690); +INSERT INTO international VALUES (470,'WebGUI',21,'éÍÑ',1034189690); +INSERT INTO international VALUES (472,'WebGUI',21,'íÅÔËÁ',1034189690); +INSERT INTO international VALUES (473,'WebGUI',21,'ïÔÏÂÒÁÖÁÔØ?',1034189690); +INSERT INTO international VALUES (474,'WebGUI',21,'óÄÅÌÁÔØ ÐÏÌÅ ÏÂÑÚÁÔÅÌØÎÙÍ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ?',1034189690); +INSERT INTO international VALUES (475,'WebGUI',21,'ôÅËÓÔ',1034189690); +INSERT INTO international VALUES (476,'WebGUI',21,'ôÅËÓÔÏ×ÏÅ ÐÏÌÅ',1034189690); +INSERT INTO international VALUES (477,'WebGUI',21,'ËÏÄ HTML',1034189690); +INSERT INTO international VALUES (478,'WebGUI',21,'URL',1034189690); +INSERT INTO international VALUES (479,'WebGUI',21,'äÁÔÁ',1034189690); +INSERT INTO international VALUES (480,'WebGUI',21,'E-mail',1034189690); +INSERT INTO international VALUES (481,'WebGUI',21,'ôÅÌÅÆÏÎ',1034189690); +INSERT INTO international VALUES (482,'WebGUI',21,'îÏÍÅÒ',1034189690); +INSERT INTO international VALUES (483,'WebGUI',21,'\"äÁ\" ÉÌÉ \"îÅÔ\"',1034189690); +INSERT INTO international VALUES (484,'WebGUI',21,'÷ÙÂÅÒÉÔÅ ÓÐÉÓÏË',1034189690); +INSERT INTO international VALUES (485,'WebGUI',21,'þÅËÂÏËÓ',1036492468); +INSERT INTO international VALUES (486,'WebGUI',21,'ôÉÐ ÉÎÆÏÒÍÁÃÉÉ',1034189690); +INSERT INTO international VALUES (487,'WebGUI',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ',1034189690); +INSERT INTO international VALUES (488,'WebGUI',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ',1034189690); +INSERT INTO international VALUES (489,'WebGUI',21,'ëÁÔÅÇÏÒÉÑ ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); +INSERT INTO international VALUES (491,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌÅ × ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1036492493); +INSERT INTO international VALUES (492,'WebGUI',21,'óÐÉÓÏË ÐÏÌÅÊ',1036492510); +INSERT INTO international VALUES (495,'WebGUI',21,'÷ÓÔÒÏÅÎÎÙÊ ÒÅÄÁËÔÏÒ',1034189690); +INSERT INTO international VALUES (496,'WebGUI',21,'éÓÐÏÌØÚÕÅÍÙÊ ÒÅÄÁËÔÏÒ ÔÅËÓÔÁ',1037171462); +INSERT INTO international VALUES (494,'WebGUI',21,'÷ÎÅÛÎÉÊ ÒÅÄÁËÔÏÒ',1037084871); +INSERT INTO international VALUES (497,'WebGUI',21,'äÁÔÁ ÎÁÞÁÌÁ',1034189690); +INSERT INTO international VALUES (498,'WebGUI',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690); +INSERT INTO international VALUES (499,'WebGUI',21,'ID ÍÏÄÕÌÑ',1037084820); +INSERT INTO international VALUES (500,'WebGUI',21,'ID ÓÔÒÁÎÉÃÙ',1034189690); +INSERT INTO international VALUES (501,'WebGUI',21,'óÏÄÅÒÖÁÎÉÅ',1034189690); +INSERT INTO international VALUES (578,'WebGUI',21,'õ ×ÁÓ ÅÓÔØ ÓÏÏÂÝÅÎÉÅ, ÎÁÈÏÄÑÝÅÅÓÑ × ÏÖÉÄÁÎÉÉ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ.',1036499843); +INSERT INTO international VALUES (468,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÔÅÇÏÒÉÀ × ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); +INSERT INTO international VALUES (508,'WebGUI',21,'ûÁÂÌÏÎÙ',1036492586); +INSERT INTO international VALUES (39,'UserSubmission',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1034189690); +INSERT INTO international VALUES (40,'UserSubmission',21,'ðÒÉÓÌÁÌ',1034189690); +INSERT INTO international VALUES (41,'UserSubmission',21,'äÁÔÁ',1034189690); +INSERT INTO international VALUES (45,'UserSubmission',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÐÒÉÓÌÁÎÎÙÈ ÓÏÏÂÝÅÎÉÊ',1036491050); +INSERT INTO international VALUES (46,'UserSubmission',21,'þÉÔÁÔØ ÄÁÌØÛÅ...',1034189690); +INSERT INTO international VALUES (47,'UserSubmission',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1034189690); +INSERT INTO international VALUES (48,'UserSubmission',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?',1036490707); +INSERT INTO international VALUES (571,'WebGUI',21,'óÎÑÔØ ÂÌÏËÉÒÏ×ËÕ Ó ÏÂÓÕÖÄÅÎÉÑ',1034189690); +INSERT INTO international VALUES (51,'UserSubmission',21,'óÏÚÄÁÔØ É ÐÏËÁÚÁÔØ ÕÍÅÎØÛÅÎÎÙÅ ËÏÐÉÉ ÒÉÓÕÎËÏ×?',1036486968); +INSERT INTO international VALUES (52,'UserSubmission',21,'ëÒÁÔËÏÅ ÓÏÄÅÒÖÁÎÉÅ',1034189690); +INSERT INTO international VALUES (53,'UserSubmission',21,'÷ÎÅÛÎÉÊ ×ÉÄ',1034189690); +INSERT INTO international VALUES (54,'UserSubmission',21,'óÔÁÔÉÓÔÉËÁ',1034189690); +INSERT INTO international VALUES (55,'UserSubmission',21,'ôÒÁÄÉÃÉÏÎÎÙÊ',1034189690); +INSERT INTO international VALUES (56,'UserSubmission',21,'æÏÔÏÇÁÌÅÒÅÑ',1034189690); +INSERT INTO international VALUES (57,'UserSubmission',21,'òÅÓÐÏÎÄÅÎÔÙ',1034189690); +INSERT INTO international VALUES (11,'FAQ',21,'äÏÂÁ×ÉÔØ ÓÏÄÅÒÖÁÎÉÅ?',1034189690); +INSERT INTO international VALUES (14,'FAQ',21,'÷ÏÐÒÏÓ',1034189690); +INSERT INTO international VALUES (15,'FAQ',21,'ïÔ×ÅÔ',1034189690); +INSERT INTO international VALUES (16,'FAQ',21,'[ÎÁ×ÅÒÈ]',1034189690); +INSERT INTO international VALUES (509,'WebGUI',21,'÷ÎÅÛÎÉÊ ×ÉÄ ÏÂÓÕÖÄÅÎÉÑ',1034189690); +INSERT INTO international VALUES (514,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÏÓÍÏÔÒÏ×',1034189690); +INSERT INTO international VALUES (518,'WebGUI',21,'÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690); +INSERT INTO international VALUES (519,'WebGUI',21,'îÅ ÉÎÆÏÒÍÉÒÏ×ÁÔØ.',1034189690); +INSERT INTO international VALUES (520,'WebGUI',21,'ðÏÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ e-mail.',1034189690); +INSERT INTO international VALUES (523,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (526,'WebGUI',21,'ÕÄÁÌÉÔØ ÔÏÌØËÏ JavaScript',1036499337); +INSERT INTO international VALUES (528,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ',1034189690); +INSERT INTO international VALUES (530,'WebGUI',21,'ÓÏ ×ÓÅÍÉ ÓÌÏ×ÁÍÉ',1034189690); +INSERT INTO international VALUES (531,'WebGUI',21,'Ó ÔÏÞÎÏÊ ÆÒÁÚÏÊ',1034189690); +INSERT INTO international VALUES (532,'WebGUI',21,'Ó ÏÄÎÉÍ ÉÚ ÓÌÏ×',1034189690); +INSERT INTO international VALUES (533,'WebGUI',21,'ÂÅÚ ÓÌÏ×',1034189690); +INSERT INTO international VALUES (535,'WebGUI',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÐÏ×ÅÝÁÅÍÁÑ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1036582033); +INSERT INTO international VALUES (579,'WebGUI',21,'÷ÁÛÅ ÐÉÓØÍÏ ÐÒÉÎÑÔÏ.',1034189690); +INSERT INTO international VALUES (575,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1034189690); +INSERT INTO international VALUES (570,'WebGUI',21,'úÁÂÌÏËÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ',1034189690); +INSERT INTO international VALUES (568,'WebGUI',21,'ÂÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ',1034189690); +INSERT INTO international VALUES (542,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÉÚÏÂÒÁÖÅÎÉÊ/ÇÒÕÐÐ ÉÚÏÂÒÁÖÅÎÉÊ',1036930332); +INSERT INTO international VALUES (543,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ.',1034189690); +INSERT INTO international VALUES (544,'WebGUI',21,'÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÕ ÇÒÕÐÐÕ?',1034189690); +INSERT INTO international VALUES (545,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ',1034189690); +INSERT INTO international VALUES (547,'WebGUI',21,'òÏÄÉÔÅÌØÓËÁÑ ÇÒÕÐÐÁ',1034189690); +INSERT INTO international VALUES (548,'WebGUI',21,'éÍÑ ÇÒÕÐÐÙ',1034189690); +INSERT INTO international VALUES (549,'WebGUI',21,'ïÐÉÓÁÎÉÅ ÇÒÕÐÐÙ',1034189690); +INSERT INTO international VALUES (550,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ',1034189690); +INSERT INTO international VALUES (382,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034189690); +INSERT INTO international VALUES (551,'WebGUI',21,'ëÏÍÍÅÎÔÁÒÉÊ',1034189690); +INSERT INTO international VALUES (552,'WebGUI',21,'ïÖÉÄÁÎÉÅ ',1034189690); +INSERT INTO international VALUES (553,'WebGUI',21,'óÔÁÔÕÓ',1034189690); +INSERT INTO international VALUES (556,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï',1034189690); +INSERT INTO international VALUES (557,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1034189690); +INSERT INTO international VALUES (6,'Item',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÓÙÌËÉ ÎÁ ÄÏËÕÍÅÎÔ',1034189690); +INSERT INTO international VALUES (559,'WebGUI',21,'òÅÇÉÓÔÒÁÃÉÑ',1034189690); +INSERT INTO international VALUES (581,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÚÎÁÞÅÎÉÅ',1034189690); +INSERT INTO international VALUES (582,'WebGUI',21,'ïÓÔÁ×ÉÔØ ÐÕÓÔÙÍ',1034189690); +INSERT INTO international VALUES (583,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÉÚÏÂÒÁÖÅÎÉÑ',1034189690); +INSERT INTO international VALUES (2,'WobjectProxy',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÒÏËÓÉ ÍÏÄÕÌÅÊ',1037087708); +INSERT INTO international VALUES (3,'WobjectProxy',21,'ðÒÏËÓÉ',1034189690); +INSERT INTO international VALUES (586,'WebGUI',21,'ñÚÙËÉ',1034189690); +INSERT INTO international VALUES (587,'WebGUI',21,'÷Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ÑÚÙË?',1034189690); +INSERT INTO international VALUES (590,'WebGUI',21,'ID ÑÚÙËÁ',1034189690); +INSERT INTO international VALUES (591,'WebGUI',21,'ñÚÙË',1034189690); +INSERT INTO international VALUES (592,'WebGUI',21,'ëÏÄÉÒÏ×ËÁ',1034189690); +INSERT INTO international VALUES (595,'WebGUI',21,'óÏÏÂÝÅÎÉÑ',1034189690); +INSERT INTO international VALUES (597,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ ÓÉÓÔÅÍÙ',1034189690); +INSERT INTO international VALUES (2,'MailForm',21,'ôÅÍÁ ÐÉÓØÍÁ',1034189690); +INSERT INTO international VALUES (3,'MailForm',21,'óÐÁÓÉÂÏ ÚÁ ×ÁÛ ÏÔ×ÅÔ!',1034189690); +INSERT INTO international VALUES (4,'MailForm',21,'óËÒÙÔÙÊ',1034189690); +INSERT INTO international VALUES (5,'MailForm',21,'ïÔÏÂÒÁÖÁÅÍÙÊ',1034189690); +INSERT INTO international VALUES (6,'MailForm',21,'òÅÄÁËÔÉÒÕÅÍÙÊ',1034189690); +INSERT INTO international VALUES (7,'MailForm',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÆÏÒÍÙ',1034189690); +INSERT INTO international VALUES (8,'MailForm',21,'ûÉÒÉÎÁ',1034189690); +INSERT INTO international VALUES (9,'MailForm',21,'äÏÂÁ×ÉÔØ ÐÏÌÅ',1034189690); +INSERT INTO international VALUES (10,'MailForm',21,'ïÔ',1034189690); +INSERT INTO international VALUES (11,'MailForm',21,'ëÏÍÕ (e-mail)',1034189690); +INSERT INTO international VALUES (14,'MailForm',21,'ôÅÍÁ',1034189690); +INSERT INTO international VALUES (15,'MailForm',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÐÏÌÅ?',1034189690); +INSERT INTO international VALUES (16,'MailForm',21,'ðÏÄÔ×ÅÒÖÄÅÎÉÅ',1034189690); +INSERT INTO international VALUES (17,'MailForm',21,'ðÉÓØÍÏ ÏÔÐÒÁ×ÌÅÎÏ',1034189690); +INSERT INTO international VALUES (18,'MailForm',21,'÷ÅÒÎÕÔØÓÑ',1034189690); +INSERT INTO international VALUES (19,'MailForm',21,'õÄÁÌÉÔØ ÐÏÌÅ?',1034189690); +INSERT INTO international VALUES (20,'MailForm',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÏÌÑ',1034189690); +INSERT INTO international VALUES (21,'MailForm',21,'îÁÚ×ÁÎÉÅ ÐÏÌÑ',1034189690); +INSERT INTO international VALUES (22,'MailForm',21,'óÔÁÔÕÓ',1034189690); +INSERT INTO international VALUES (23,'MailForm',21,'ôÉÐ',1034189690); +INSERT INTO international VALUES (24,'MailForm',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ (ôÏÌØËÏ ÄÌÑ ×ÙÐÁÄÁÀÝÉÈ ÍÅÎÀ)',1034189690); +INSERT INTO international VALUES (25,'MailForm',21,'úÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ (ÏÐÃÉÏÎÁÌØÎÏ)',1034189690); +INSERT INTO international VALUES (26,'MailForm',21,'óÏÈÒÁÎÉÔØ ÚÁÐÉÓØ?',1034189690); +INSERT INTO international VALUES (642,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'SyndicatedContent',21,'éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ× (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'ExtraColumn',21,'äÏÐÏÌÎÉÔÅÌØÎÁ ËÏÌÏÎËÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'Poll',21,'çÏÌÏÓÏ×ÁÎÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (61,'SQLReport',21,'SQL-ÚÁÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (62,'MailForm',21,'ðÏÌÑ ÆÏÒÍÙ',1034189690); +INSERT INTO international VALUES (71,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ ÓÏÚÄÁÎ, ÞÔÏÂÙ ÐÏÍÏÞØ ×ÁÍ × ÕÐÒÁ×ÌÅÎÉÉ ÆÁÊÌÁÍÉ. ïÎ ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÏÐÒÅÄÅÌÉÔØ, ËÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÓËÁÞÉ×ÁÔØ ÆÁÊÌÙ Ó ×ÁÛÅÇÏ ÓÁÊÔÁ. \r\n

\r\n\r\nëÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ× ÎÁ ÓÔÒÁÎÉÃÅ
\r÷Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ×, ÏÔÏÂÒÁÖÁÅÍÙÈ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ. ÷ ÓÌÕÞÁÅ, ÅÓÌÉ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ× ÐÒÅ×ÙÛÁÅÔ ×ÙÂÒÁÎÎÏÅ ÚÎÁÞÅÎÉÅ, ÔÏ ÏÓÔÁ×ÛÉÅÓÑ ÆÁÊÌÙ ÐÅÒÅÎÏÓÑÔÓÑ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ\r\n

\r\n\r\nðÏËÁÚÙ×ÁÔØ ÕÍÅÎØÛÅÎÎÙÅ ËÏÐÉÉ ÒÉÓÕÎËÏ×?
\r\n ïÔÍÅÔØÔÅ ÜÔÏÔ ÐÕÎËÔ, ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÞÔÏÂÙ ÕÍÅÎØÛÅÎÎÙÅ ËÏÐÉÉ ÏÔÏÂÒÁÖÁÌÉÓØ ÄÌÑ ËÁÖÄÏÇÏ ÒÉÓÕÎËÁ.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?
\r\n åÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\n\r\n',1034189690); +INSERT INTO international VALUES (71,'SyndicatedContent',21,'ðÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÏÄÕÌÑ ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ, ÒÁÚÍÅÝÅÎÎÕÀ ÎÁ ÄÒÕÇÉÈ ÓÁÊÔÁÈ ÉÓÐÏÌØÚÕÑ RDF/RSS.\n

\r\n\r\nURL Ë ÆÁÊÌÕ RSS
\r\n÷×ÅÄÉÔÅ ÔÏÞÎÙÊ URL (ÎÁÞÉÎÁÑ Ó http://) Ë ÆÁÊÌÕ RDF ÉÌÉ RSS. éÎÆÏÒÍÁÃÉÑ Ó ×ÙÂÒÁÎÎÏÇÏ ÓÁÊÔÁ ÂÕÄÅÔ ÓËÁÞÉ×ÁÔØÓÑ ËÁÖÄÙÊ ÞÁÓ.\r\n

\r\n',1034189690); +INSERT INTO international VALUES (71,'MessageBoard',21,'ëÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÓÔÒÁÎÉÃÅ
\r\nëÏÇÄÁ ÐÏÓÅÔÉÔÅÌØ ×ÐÅÒ×ÙÅ ÚÁÈÏÄÉÔ ÎÁ ÓÁÊÔ, ÏÎ ÓÍÏÖÅÔ ÐÒÏÓÍÏÔÒÅÔØ ÓÐÉÓÏË ×ÓÅÈ ÓÏÏÂÝÅÎÉÊ ÆÏÒÕÍÁ. úÁÄÁ×ÁÑ ÍÁËÓÉÍÁÌØÎÏ ËÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ ×Ù ÍÏÖÅÔÅ ÕÐÒÁ×ÌÑÔØ ×ÎÅÛÎÉÍ ×ÉÄÏÍ ÆÏÒÕÍÁ.\r\n

\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÏÔÐÒÁ×ÌÑÔØ ÓÏÏÂÝÅÎÉÑ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÐÏÚ×ÏÌÅÎÏ ÏÔÐÒÁ×ÌÑÔØ ÓÏÏÂÝÅÎÉÑ.\r\n

\r\n\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r÷ÒÅÍÑ, ÏÔ×ÅÄÅÎÎÏÅ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÏÏÂÝÅÎÉÑ; ÐÏ ÉÓÔÅÞÅÎÉÀ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎÏ.\r\n

\r\n÷ÎÉÍÁÎÉÅ: üÔÁ ÏÐÃÉÑ ××ÅÄÅÎÁ ÄÌÑ ÏÂÅÓÐÅÞÅÎÉÑ ÂÅÚÏÐÁÓÎÏÓÔÉ.\r\n

\r\n\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\nïÐÃÉÑ ÐÏÚ×ÏÌÑÅÔ ÎÁÂÌÀÄÁÔØ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n

\r\n\r\níÏÄÅÒÁÔÏÒ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÇÒÕÐÐÕ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÐÏÚ×ÏÌÅÎÏ ÎÁÂÌÀÄÁÔØ ÚÁ ÈÏÄÏÍ ÏÂÓÕÖÄÅÎÉÑ.\r\n

\r\n\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ.
\r\nÂÅÚ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÅ ÏÔÐÒÁ×ÌÅÎÎÏÊ ÐÏÌØÚÏ×ÁÔÅÌÅÍ ÎÅÍÅÄÌÅÎÎÏ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ. ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÐÅÒÅÄ ÐÕÂÌÉËÁÃÉÅÊ ÎÁ ÓÁÊÔÅ ÍÏÄÅÒÁÔÏÒ ÐÒÏÓÍÁÔÒÉ×ÁÅÔ ÓÏÏÂÝÅÎÉÑ, É ÔÏÌØËÏ ÐÏÓÌÅ ÅÇÏ ÒÁÚÒÅÛÅÎÉÑ ÓÏÏÂÝÅÎÉÅ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ.\r\n

\r\n',1034189690); +INSERT INTO international VALUES (71,'LinkList',21,'ðÏÚ×ÏÌÑÅÔ Á×ÔÏÍÁÔÉÚÉÒÏ×ÁÔØ ÐÒÏÃÅÓÓ ÄÏÂÁ×ÌÅÎÉÑ ÓÓÙÌÏË ÎÁ ÓÁÊÔ.\r\n

\r\n\r\nïÔÓÔÕÐ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÎÁ ÓËÏÌØËÏ ÓÉÍ×ÏÌÏ× ÎÁÄÏ ÓÄÅÌÁÔØ ÏÔÓÔÕÐ ÏÔ ËÒÁÑ ÌÉÓÔÁ ÄÏ ÓÓÙÌËÉ.\r\n

\r\nëÏÌÌÉÞÅÓÔ×Ï ÐÕÓÔÙÈ ÓÔÒÏË ÍÅÖÄÕ ÓÓÙÌËÁÍÉ
\r\níÏÖÎÏ ÚÁÄÁÔØ ÌÀÂÏÅ ËÏÌÉÞÅÓÔ×Ï ÐÕÓÔÙÈ ÓÔÒÏË ÍÅÖÄÕ ÓÓÙÌËÁÍÉ.\r\n

\r\nóÉÍ×ÏÌ ÐÅÒÅÄ ÓÓÙÌËÏÊ
\r\n÷Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÌÀÂÏÊ ÓÉÍ×ÏÌ ÐÅÒÅÄ ÓÓÙÌËÏÊ. üÔÏ ÐÏÌÅ ÍÏÖÎÏ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ, ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ËÏÄ HTML ÉÌÉ ÉÚÏÂÒÁÖÅÎÉÑ.\r\n

\r\näÏÂÁ×ÉÔØ ÅÝÅ ÓÓÙÌËÕ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÓÓÙÌËÕ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\nóÔÉÌØ
\r\n÷Ù ÍÏÖÅÔÅ ÄÏÂÁ×ÉÔØ ÐÒÏÐÉÓÁÔØ ×ÎÅÛÎÉÊ ÓÔÉÌØ ÄÌÑ ÜÔÏÇÏ ÍÏÄÕÌÑ:
\r\n.linkTitle. úÄÅÓØ ×Ù ÍÏÖÅÔÅ ÐÏÍÅÎÑÔØ ÔÏÌÝÉÎÕ, Ã×ÅÔ É Ô.Ä. ÚÁÇÏÌÏ×ËÁ ËÁÖÄÏÊ ÓÓÙÌËÉ.',1037084577); +INSERT INTO international VALUES (71,'ExtraColumn',21,'äÏÂÁ×ÌÅÎÉÅ ÎÏ×ÏÊ ËÏÌÏÎËÉ ÐÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÓÔÒÁÎÉÃÙ. åÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ×ÓÅÈ ÓÔÒÁÎÉà ÓÁÊÔÁ, ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÉÚÍÅÎÉÔØ ÓÔÉÌØ ÓÁÊÔÁ ÃÅÌÉËÏÍ ÉÓÐÏÌØÚÕÑ ÛÁÂÌÏÎ ×ÍÅÓÔÏ ÄÏÂÁ×ÌÅÎÉÑ ËÏÌÏÎËÉ. \r\n

\r\n ëÏÌÏÎËÉ ×ÓÅÇÄÁ ÄÏÂÁ×ÌÑÀÔÓÑ ÓÌÅ×Á ÎÁÐÒÁ×Ï. ðÏÜÔÏÍÕ ÓÕÝÅÓÔ×ÕÀÝÅÅ ÎÁÐÏÌÎÅÎÉÅ ÓÔÒÁÎÉà ÏËÁÖÅÔÓÑ ÓÌÅ×Á ÏÔ ÎÏ×ÏÊ ËÏÌÏÎËÉ.\r\n

\r\nðÒÏÂÅÌ
\r\níÅÎÑÑ ÚÎÁÞÅÎÉÅ ÐÒÏÂÅÌÁ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ÐÒÏÍÅÖÕÔÏË ÍÅÖÄÕ ÓÕÝÅÓÔ×ÕÀÝÉÍ ÎÁÐÏÌÎÅÎÉÅÍ É ÄÏÂÁ×ÌÅÎÎÏÊ ËÏÌÏÎËÏÊ. úÎÁÞÅÎÉÅ ÐÒÏÂÅÌÁ × ÐÉËÓÅÌÁÈ.\r\n

\r\nûÉÒÉÎÁ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÛÉÒÉÎÕ ÎÏ×ÏÊ ËÏÌÏÎËÉ × ÐÉËÓÅÌÁÈ.\r\n

\r\nCSS
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ËÏ ×ÓÅÍ ÄÏÂÁ×ÌÑÅÍÙÍ ËÏÌÏÎËÁÍ ÐÒÉÍÅÎÑÅÔÓÑ ÔÏÔ ÖÅ ÓÔÉÌØ, ËÏÔÏÒÙÊ ÉÍÅÅÔ ÓÔÒÁÎÉÃÁ. îÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ËÏÌÏÎËÁ ÉÍÅÌÁ ÄÒÕÇÏÊ ÓÔÉÌØ, ×Ù ÍÏÖÅÔÅ ÅÇÏ ÉÚÍÅÎÉÔØ.\r\n',1036498619); +INSERT INTO international VALUES (670,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1036930450); +INSERT INTO international VALUES (72,'EventsCalendar',21,'óÏÂÙÔÉÅ ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ',1034189690); +INSERT INTO international VALUES (72,'FAQ',21,'÷ÏÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (697,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (5,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087918); +INSERT INTO international VALUES (30,'UserSubmission',21,'îÁÂÌÀÄÅÎÉÅ ÚÁ ÐÏÓÙÌËÏÊ',1034189690); +INSERT INTO international VALUES (72,'Poll',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1034189690); +INSERT INTO international VALUES (699,'WebGUI',21,'ðÅÒ×ÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ',1034189690); +INSERT INTO international VALUES (74,'EventsCalendar',21,'ëÁÌÅÎÄÁÒØ',1034189690); +INSERT INTO international VALUES (702,'WebGUI',21,'íÅÓÑÃ',1034189690); +INSERT INTO international VALUES (703,'WebGUI',21,'ÇÏÄ/ÇÏÄÁ/ÌÅÔ',1036152691); +INSERT INTO international VALUES (705,'WebGUI',21,'ÍÉÎÕÔ(Á)',1036152890); +INSERT INTO international VALUES (706,'WebGUI',21,'ÞÁÓ(Ï×)',1036152945); +INSERT INTO international VALUES (716,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690); +INSERT INTO international VALUES (717,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034189690); +INSERT INTO international VALUES (722,'WebGUI',21,'Id',1034189690); +INSERT INTO international VALUES (721,'WebGUI',21,'ðÒÏÓÔÒÁÎÓÔ×Ï ÉÍÅÎ',1034189690); +INSERT INTO international VALUES (804,'WebGUI',21,'ëÏÌÌÉÞÅÓÔ×Ï ÒÅÚÕÌØÔÁÔÏ× ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); +INSERT INTO international VALUES (805,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÐÏÍÏÝØÀ',1034189690); +INSERT INTO international VALUES (806,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÓÔÁÔØÀ ÐÏÍÏÝÉ',1034189690); +INSERT INTO international VALUES (807,'WebGUI',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÏÍÏÛØ',1034189690); +INSERT INTO international VALUES (808,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÓÔÁÔØÉ',1034189690); +INSERT INTO international VALUES (809,'WebGUI',21,'äÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (810,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÔÁÔØÉ ÐÏÍÏÝÉ',1034189690); +INSERT INTO international VALUES (447,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034156022); +INSERT INTO international VALUES (5,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034155904); +INSERT INTO international VALUES (90,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034153981); +INSERT INTO international VALUES (89,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034153938); +INSERT INTO international VALUES (157,'WebGUI',21,'óÐÉÓÏË ÇÒÁÆÉÞÅÓËÉÈ ÏÂÏÌÏÞÅË',1034153862); +INSERT INTO international VALUES (6,'WebGUI',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÓÁÊÔÁ',1034153818); +INSERT INTO international VALUES (158,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ',1034153765); +INSERT INTO international VALUES (169,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034153708); +INSERT INTO international VALUES (7,'WebGUI',21,'óÐÉÓÏË ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ',1034153673); +INSERT INTO international VALUES (117,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÎÏ×ÙÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ',1036145263); +INSERT INTO international VALUES (342,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034153304); +INSERT INTO international VALUES (455,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034153274); +INSERT INTO international VALUES (308,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ',1034153248); +INSERT INTO international VALUES (708,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ (ÕÐÒÁ×ÌÅÎÉÅ)',1034152844); +INSERT INTO international VALUES (68,'WebGUI',21,'ôÁËÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÉÌÉ ÉÍÑ/ÐÁÒÏÌØ ××ÅÄÅÎÙ ÎÅÐÒÁ×ÉÌØÎÏ.',1034152803); +INSERT INTO international VALUES (710,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ',1034152737); +INSERT INTO international VALUES (140,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ',1034152676); +INSERT INTO international VALUES (133,'WebGUI',21,'îÁÓÔÒÏÊËÁ e-mail',1034152237); +INSERT INTO international VALUES (524,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664); +INSERT INTO international VALUES (515,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169693); +INSERT INTO international VALUES (406,'WebGUI',21,'òÁÚÍÅÒ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÉÚÏÂÒÁÖÅÎÉÊ',1034149253); +INSERT INTO international VALUES (130,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×',1034149144); +INSERT INTO international VALUES (398,'WebGUI',21,'ïÂßÑ×ÌÅÎÉÅ ÔÉÐÁ ÄÏËÕÍÅÎÔÏ×',1034149105); +INSERT INTO international VALUES (141,'WebGUI',21,'óÔÒÁÎÉÃÁ \"óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ\"',1034149033); +INSERT INTO international VALUES (527,'WebGUI',21,'îÁÞÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ',1034148929); +INSERT INTO international VALUES (525,'WebGUI',21,'éÎÆÏÒÍÁÃÉÏÎÎÏÅ ÎÁÐÏÌÎÅÎÉÅ',1034148876); +INSERT INTO international VALUES (127,'WebGUI',21,'URL ÓÁÊÔÁ ÆÉÒÍÙ',1034148744); +INSERT INTO international VALUES (125,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1034148713); +INSERT INTO international VALUES (124,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1034148253); +INSERT INTO international VALUES (584,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÑÚÙË',1034148044); +INSERT INTO international VALUES (73,'LinkList',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ.\r\n

\r\n\r\nURL
\r\n÷×ÅÄÉÔÅ URL ÓÁÊÔÁ, ÎÁ ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÐÏÓÔÁ×ÉÔØ ÓÓÙÌËÕ.\r\n

\r\n\r\nïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?
\r\n÷ÙÂÅÒÉÔÅ \"äÁ\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÓÁÊÔ, ÎÁ ËÏÔÏÒÙÊ ÓÔÏÉÔ ÓÓÙÌËÁ, ÏÔËÒÙ×ÁÌÓÑ × ÎÏ×ÏÍ ÏËÎÅ.\r\n

\r\n\r\nïÐÉÓÁÎÉÅ
\r\n÷Ù ÍÏÖÉÔÅ ××ÅÓÔÉ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÓÁÊÔÁ, ÎÁ ËÏÔÏÒÙÊ ×ÅÄÅÔ ÓÓÙÌËÁ. üÔÏ ÐÏÌÅ ÔÁËÖÅ ÍÏÖÎÏ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÕ ÓÓÙÌËÕ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÓÓÙÌËÕ, ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\n',1034073553); +INSERT INTO international VALUES (1,'Item',21,'URL',1034072933); +INSERT INTO international VALUES (73,'FAQ',21,'÷ÏÐÒÏÓ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ×ÏÐÒÏÓ.\r\n

\r\n\r\n\r\nïÔ×ÅÔ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÏÔ×ÅÔÁ.\r\n

\r\n\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ×ÏÐÒÏÓ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ, ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\n\r\n',1034072907); +INSERT INTO international VALUES (71,'FAQ',21,'äÏÂÁ×É× \"ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ\" ÎÁ ×ÁÛ ÓÁÊÔ, ×Ù ÉÚÂÁ×ÉÔÅ ÓÅÂÑ ÏÔ ÎÅÏÂÈÏÄÉÍÏÓÔÉ ÏÔ×ÅÞÁÔØ, Á ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ ÚÁÄÁ×ÁÔØ ×ÏÐÒÏÓÙ, Ó×ÑÚÁÎÎÙÅ Ó ÐÒÁ×ÉÌÁÍÉ ÒÅÇÉÓÔÒÁÃÉÉ, ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÓÁÊÔÁ É Ô.Ä.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÓÏÄÅÒÖÁÎÉÅ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÐÅÒÅÄ ÓÐÉÓËÏÍ ×ÏÐÒÏÓÏ× É ÏÔ×ÅÔÏ× ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ ÓÐÉÓÏË ×ÓÅÈ ×ÏÐÒÏÓÏ×. üÔÁ ÏÐÃÉÑ ÉÓÐÏÌØÚÕÅÔÓÑ ÄÌÑ ÕÐÒÏÝÅÎÉÑ ÐÒÏÃÅÄÕÒÙ ÐÏÉÓËÁ ÏÔ×ÅÔÁ ÎÁ ÉÎÔÅÒÅÓÕÀÝÉÊ ×ÏÐÒÏÓ.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÷ÏÐÒÏÓ/ïÔ×ÅÔ?
\r\n÷Ï ÉÚÂÅÖÁÎÉÉ ÐÕÔÁÎÉÃÙ ÐÅÒÅÄ ÔÅËÓÔÏÍ ×ÏÐÒÏÓÁ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÄÏÂÁ×ÌÑÔØ ÓÌÏ×Ï \"÷ÏÐÒÏÓ:\", Á ÐÅÒÅÄ ÔÅËÓÔÏÍ ÏÔ×ÅÔÁ ÓÌÏ×Ï \"ïÔ×ÅÔ:\". úÄÅÓØ ×ÁÍ ÐÒÅÄÌÁÇÁÅÔÓÑ ×ÙÂÒÁÔØ, ÄÏÂÁ×ÌÑÔØ ÜÔÉ ÓÌÏ×Á ÉÌÉ ÎÅÔ.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ËÎÏÐËÕ [ÎÁ×ÅÒÈ]?
\r\n ó ÐÏÍÏÝØÀ ËÎÏÐËÉ [ÎÁ×ÅÒÈ] ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÂÙÓÔÒÏ ÐÅÒÅÊÔÉ Ë ÓÐÉÓËÕ ×ÏÐÒÏÓÏ×.\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ×ÏÐÒÏÓ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÐÒÏÄÏÌÖÉÔØ ××ÏÄÉÔØ ×ÏÐÒÏÓÙ É ÏÔ×ÅÔÙ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\n',1034072662); +INSERT INTO international VALUES (78,'EventsCalendar',21,'õÄÁÌÅÎÉÅ ÎÅ ×ÏÚÍÏÖÎÏ',1034072600); +INSERT INTO international VALUES (73,'EventsCalendar',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n

\r\n\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÏÐÉÓÁÎÉÅ ÐÒÅÄÓÔÏÑÝÅÇÏ ÓÏÂÙÔÉÑ.\r\n

\r\n\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ ÎÁÞÁÌÁ ÓÏÂÙÔÉÑ.\r\n

\r\n\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ ÏËÏÎÞÁÎÉÑ ÓÏÂÙÔÉÑ.\r\n

\r\n\r\nðÏ×ÔÏÒÑÔØ ËÁÖÄÙÅ
\r\n÷ÙÂÅÒÉÔÅ ÐÒÏÍÅÖÅÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÐÏ×ÔÏÒÑÅÔÓÑ ÓÏÂÙÔÉÅ. \r\n\r\n

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÓÏÂÙÔÉÅ, ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\n',1034072497); +INSERT INTO international VALUES (641,'WebGUI',21,'çÒÕÐÐÙ ÉÚÏÂÒÁÖÅÎÉÊ ×ÙÐÏÌÎÑÔ ÔÅÖÅ ÆÕÎËÃÉÉ, ÞÔÏ É ÐÁÐËÉ, Ô.Å. ÐÏÚ×ÏÌÑÀÔ ÏÂßÅÄÉÎÉÔØ ÉÚÏÂÒÁÖÅÎÉÑ × ÇÒÕÐÐÙ, Ó×ÑÚÁÎÎÙÅ ÐÏ ÓÍÙÓÌÕ. éÈ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ, ÎÏ ÓÉÌØÎÏ ÓÏËÒÁÝÁÅÔÓÑ ×ÒÅÍÑ, ÚÁÔÒÁÞÉ×ÁÅÍÏÅ ÎÁ ÐÏÉÓË ÎÕÖÎÏÇÏ ÉÚÏÂÒÁÖÅÎÉÑ.\r\n

\r\n\r\néÍÑ ÇÒÕÐÐÙ
\r\nÚÁÄÁÊÔÅ ÉÍÑ ÄÌÑ ÓÏÚÄÁ×ÁÅÍÏÊ ÇÒÕÐÐÙ.\r\n

\r\n\r\nïÐÉÓÁÎÉÅ ÇÒÕÐÐÙ
\r\n÷×ÅÄÉÔÅ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÇÒÕÐÐÙ.\r\n

\r\n',1034072454); +INSERT INTO international VALUES (4,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌØÅÊ ÎÅ ÒÁÂÏÔÁÅÔ. ÷ÏÚÍÏÖÎÏ ÍÏÄÕÌØ ÕÄÁÌÅÎ.',1037087909); +INSERT INTO international VALUES (95,'WebGUI',21,'ðÏÍÏÝØ',1034071300); +INSERT INTO international VALUES (86,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÕÐÐÕ?',1034071269); +INSERT INTO international VALUES (719,'WebGUI',21,'ÕÓÔÁÒ.',1034071136); +INSERT INTO international VALUES (71,'WebGUI',21,'÷ÏÓÓÔÁÎÏ×ÉÔØ ÐÁÒÏÌØ',1034071069); +INSERT INTO international VALUES (60,'WebGUI',21,'÷ÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ×ÁÛÅÍ ÁËËÁÕÎÔÅ ÂÕÄÅÔ ÐÏÔÅÒÑÎÁ!
õÄÁÌÉÔØ ×ÁÛ ÁËËÁÕÎÔ? \r\n',1034070891); +INSERT INTO international VALUES (564,'WebGUI',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?',1036490781); +INSERT INTO international VALUES (567,'WebGUI',21,'ÐÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÊ',1034070696); +INSERT INTO international VALUES (569,'WebGUI',21,'ôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ',1034070657); +INSERT INTO international VALUES (596,'WebGUI',21,'ÎÅ ÎÁÊÄÅÎÏ',1034070631); +INSERT INTO international VALUES (546,'WebGUI',21,'ID ÇÒÕÐÐÙ',1034070575); +INSERT INTO international VALUES (536,'WebGUI',21,'îÁ ÓÁÊÔÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ^@;.',1034070542); +INSERT INTO international VALUES (513,'WebGUI',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÏÂÝÅÎÉÅ',1034070369); +INSERT INTO international VALUES (363,'WebGUI',21,'ðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ',1034070190); +INSERT INTO international VALUES (345,'WebGUI',21,'ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ',1036492080); +INSERT INTO international VALUES (332,'WebGUI',21,'éÎÄÅËÓ',1036491918); +INSERT INTO international VALUES (331,'WebGUI',21,'ïÂÌÁÓÔØ',1036074456); +INSERT INTO international VALUES (337,'WebGUI',21,'äÏÍÁÛÎÑÑ ÓÔÒÁÎÉÃÁ',1034069981); +INSERT INTO international VALUES (329,'WebGUI',21,'òÁÂÏÞÉÊ ÁÄÒÅÓ',1034069955); +INSERT INTO international VALUES (336,'WebGUI',21,'äÁÔÁ ÒÏÖÄÅÎÉÑ',1034069849); +INSERT INTO international VALUES (330,'WebGUI',21,'çÏÒÏÄ',1034069815); +INSERT INTO international VALUES (326,'WebGUI',21,'éÎÄÅËÓ',1034069763); +INSERT INTO international VALUES (325,'WebGUI',21,'ïÂÌÁÓÔØ',1034069721); +INSERT INTO international VALUES (38,'UserSubmission',21,'÷ÙÂÅÒÉÔÅ „äÁ“, ÅÓÌÉ ×Ù ÎÅ ÄÏÂÁ×ÌÑÌÉ <br> ÓÏÍÏÓÔÏÑÔÅÌØÎÏ.\r\n÷ÙÂÅÒÉÔÅ „îÅÔ“ ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÏ×ÁÌÉ HTML-ËÏÄ/ÉÌÉ ÒÅÄÁËÔÏÒ Ó ÒÁÓÛÉÒÅÎÎÙÍÉ ×ÏÚÍÏÖÎÏÓÔÑÍÉ.',1037003959); +INSERT INTO international VALUES (71,'Poll',21,'çÏÌÏÓÏ×ÁÎÉÅ ÐÏÍÏÖÅÔ ×ÁÍ ÕÚÎÁÔØ ÍÎÅÎÉÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ×ÁÛÅÇÏ ÓÁÊÔÁ ÐÏ ÐÏ×ÏÄÕ ÉÎÔÅÒÅÓÕÀÝÅÊ ×ÁÓ ÔÅÍÙ (ÎÁÐÒÉÍÅÒ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ ÉÌÉ ÎÏ×ÙÈ ÕÓÌÕÇ).\r\n

\r\nóÄÅÌÁÔØ ÁËÔÉ×ÎÙÍ
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÍÏÇÕÔ ÇÏÌÏÓÏ×ÁÔØ.\r\n

\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÁ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÏ×ÁÔØ ÎÁ ÓÁÊÔÅ.\r\n

\r\n\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÈÏÄÏÍ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ×ÅÓÔÉ ÌÉ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÇÏÌÏÓÏ×ÁÎÉÅ ÉÌÉ ÎÅÔ\r\n

\r\n\r\nûÉÒÉÎÁ ÇÒÁÆÉËÁ
\r\nòÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÐÒÅÄÓÔÁ×ÌÑÀÔÓÑ × ÇÒÁÆÉÞÅÓËÏÊ ÆÏÒÍÅ. íÅÎÑÑ ÜÔÏ ÚÎÁÞÅÎÉÅ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ÛÉÒÉÎÕ ÇÒÁÆÉËÁ. úÎÁÞÅÎÉÅ ÕËÁÚÙ×ÁÅÔÓÑ × ÐÉËÓÅÌÁÈ.\r\n

\r\n\r\n÷ÏÐÒÏÓ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\nõËÁÖÉÔÅ ×ÏÐÒÏÓ, ÎÁ ËÏÔÏÒÙÊ ÄÏÌÖÎÙ ÏÔ×ÅÔÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÉ.\r\n

\r\n\r\n÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×
\r\nõËÁÖÉÔÅ ×ÏÚÍÏÖÎÙÅ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÎÁ ÚÁÄÁÎÎÙÊ ×ÏÐÒÏÓ (ÎÅ ÂÏÌÅÅ ÏÄÎÏÇÏ ÏÔ×ÅÔÁ × ËÁÖÄÏÊ ÓÔÒÏËÅ). ïÂÝÅÅ ÞÉÓÌÏ ÏÔ×ÅÔÏ× ÎÅ ÄÏÌÖÎÏ ÐÒÅ×ÙÛÁÔØ 20.\r\n

\r\n\r\nòÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ
\r\n.ðÒÉ ËÁÖÄÏÍ ÐÏÓÅÝÅÎÉÉ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÂÕÄÕÔ ÒÁÓÐÏÌÏÖÅÎÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ.\r\n

\r\n\r\nóÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ.
\r\n ðÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ÜÔÕ ÓÓÙÌËÕ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÓÂÒÁÓÙ×ÁÀÔÓÑ.\r\n

\r\n\r\n


\r\núÁÍÅÞÁÎÉÅ: ÐÒÉ ÐÏÍÏÝÉ ÓÌÅÄÕÀÝÉÈ ËÌÁÓÓÏ× ×Ù ÓÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÇÏÌÏÓÏ×ÁÎÉÑ:\r\n

\r\n\r\n.pollAnswer
\r\n÷ÎÅÛÎÉÊ ×ÉÄ ÏÔ×ÅÔÏ×.\r\n

\r\n\r\n.pollColor \r\nã×ÅÔ ÐÒÏÃÅÎÔÎÏÊ ÛËÁÌÙ.\r\n

\r\n\r\n.pollQuestion \r\n÷ÎÅÛÎÉÊ ×ÉÄ ×ÏÐÒÏÓÁ ÇÏÌÏÓÏ×ÁÎÉÑ.\r\n\r\n',1034069013); +INSERT INTO international VALUES (727,'WebGUI',21,'÷Ù ÎÅ ÍÏÖÅÔÅ × ËÁÞÅÓÔ×Å ÐÁÒÏÌÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÌÏ×Ï \"password\".',1031880154); +INSERT INTO international VALUES (725,'WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ.',1031879612); +INSERT INTO international VALUES (726,'WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÐÁÒÏÌØ.',1031879567); +INSERT INTO international VALUES (723,'WebGUI',21,'ÏË',1036413280); +INSERT INTO international VALUES (720,'WebGUI',21,'OK',1031514777); +INSERT INTO international VALUES (593,'WebGUI',21,'ðÏÓÌÁÔØ ÐÅÒÅ×ÏÄ',1031514223); +INSERT INTO international VALUES (1,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?',1036071428); +INSERT INTO international VALUES (800,'WebGUI',21,'äÅÊÓÔ×ÉÑ',103180000); +INSERT INTO international VALUES (801,'WebGUI',21,'çÒÕÐÐÁ/ÉÚÏÂÒÁÖÅÎÉÅ',103180000); +INSERT INTO international VALUES (802,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',103180000); +INSERT INTO international VALUES (704,'WebGUI',21,'ÓÅËÕÎÄ(Á)',1036071472); +INSERT INTO international VALUES (605,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÇÒÕÐÐÕ:',1036055603); +INSERT INTO international VALUES (606,'WebGUI',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ. îÁÚ×ÁÎÉÅ ÄÏÌÖÎÏ ÂÙÔØ ÉÎÆÏÒÍÁÔÉ×ÎÙÍ, ÎÏ ÎÅ ÏÞÅÎØ ÄÌÉÎÎÙÍ.\r\n

\r\níÅÎÀ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÇÌÁ×ÎÏÍ ÎÁ×ÉÇÁÃÉÏÎÎÏÍ ÍÅÎÀ.\r\nåÓÌÉ ÜÔÏ ÐÏÌÅ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ, ÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎÏ ÚÎÁÞÅÎÉÅ ÉÚ ÐÏÌÑ „îÁÚ×ÁÎÉÅ“.\r\n

\r\nURL ÓÔÒÁÎÉÃÙ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÓÓÙÌËÉ, ËÏÔÏÒÏÅ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÐÒÉ ÏÂÒÁÝÅÎÉÉ Ë ÓÔÒÁÎÉÃÅ.

\r\n\r\nðÅÒÅÎÁÐÒ×ÌÅÎÉÅ ÎÁ URL
\r\nðÒÉ ÐÏÐÁÄÁÎÉÉ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÎÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÉÔØ ÎÁ ÕËÁÚÁÎÎÙÊ × ÄÁÎÎÏÍ ÐÏÌÅ ÁÄÒÅÓ.\r\n

\r\nûÁÂÌÏÎ
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ÉÎÆÏÒÍÁÃÉÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÄÎÏ ÂÏÌØÛÏÅ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ. åÓÌÉ ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÉÚÍÅÎÉÔØ ÒÁÓÐÏÌÏÖÅÎÉÅ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÓÁÊÔÅ É ÒÁÚÄÅÌÉÔØ ÐÏÌÅ ÎÁ ÎÅÓËÏÌØËÏ ÞÁÓÔÅÊ.\r\n

\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ËÏÒÏÔËÏÅ ÏÐÉÓÁÎÉÅ ÓÏÚÄÁ×ÁÅÍÏÊ ÓÔÒÁÎÉÃÙ. üÔÏ ÏÐÉÓÁÎÉÅ ÉÓÐÏÌØÚÕÅÔÓÑ × ÍÅÔÁ-ÔÅÇÁÈ É ×ÌÉÑÅÔ ÎÁ ÒÅÊÔÉÎÇ ÓÁÊÔÁ × ÐÏÉÓËÏ×ÙÈ ÓÉÓÔÅÍÁÈ ÇÌÏÂÁÌØÎÏÊ ÓÅÔÉ Internet.\r\n

\r\níÅÔÁ-ÔÅÇÉ
\r\níÅÔÁ-ÔÅÇÉ ÐÏÍÏÇÁÀÔ × ÆÏÒÍÉÒÏ×ÁÎÉÉ ÒÅÊÔÉÎÇÏ× ÓÁÊÔÁ × ÐÏÉÓËÏ×ÙÈ ÓÉÓÔÅÍÁÈ. ÷ ÜÔÏÍ ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÔÅ ÍÅÔÁ-ÔÅÇÉ, ËÏÔÏÒÙÅ ×Ù ÓÞÉÔÁÅÔÅ ÎÅÏÂÈÏÄÉÍÙÍ ÉÓÐÏÌØÚÏ×ÁÔØ ÎÁ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÅ. åÓÌÉ ×Ù ÎÅ ÚÎÁÅÔÅ, ÞÔÏ-ÔÁËÏÅ ÍÅÔÁ ÔÅÇÉ, ÔÏ ÏÓÔÁ×ÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ ÉÌÉ ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ÕÓÌÕÇÁÍÉ ÓÁÊÔÁ Meta Tag Builder. \r\n
\r\näÌÑ ÏÐÙÔÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ: × ÜÔÏ ÐÏÌÅ ÍÏÖÎÏ ×ÓÔÁ×ÉÔØ JavaScript.\r\n

\r\néÓÐÏÌØÚÏ×ÁÔØ ÍÅÔÁ-ÔÅÇÉ, ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏ ÕÍÏÌÞÁÎÉÀ?
\r\nåÓÌÉ ×Ù ÏÓÔÁ×ÉÌÉ ÐÒÅÄÙÄÕÝÅÅ ÐÏÌÅ ÐÕÓÔÙÍ, ÔÏ ÏÔ×ÅÔÔÅ ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ „äÁ“.\r\n

\r\nçÒÁÆÉÞÅËÁÑ ÏÂÏÌÏÞËÁ ÓÁÊÔÁ
\r\nöÅÌÁÔÅÌØÎÏ ÄÌÑ ÏÆÏÒÍÌÅÎÉÑ ÓÁÊÔÁ ÉÓÐÏÌØÚÏ×ÁÔØ ÏÄÎÕ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ ÄÌÑ ×ÓÅÈ ÓÔÒÁÎÉÃ. îÏ ÅÓÌÉ ÎÅËÏÔÏÒÙÅ ÓÔÒÁÎÉÃÙ ÎÕÖÎÏ ÏÔÏÂÒÁÚÉÔØ × ÄÒÕÇÏÊ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÅ, ÔÏ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÅÅ ÚÄÅÓØ.\r\n

\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ , ÎÁÞÉÎ×Ñ Ó ËÏÔÏÒÏÊ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÍÏÇÕÔ ÐÒÏÓÍÁÔÒÉ×ÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ. äÏ ÜÔÏÇÏ ×ÒÅÍÅÎÉ Ë ÓÔÒÁÎÉÃÅ ÉÍÅÀÔ ÄÏÓÔÕÐ ÔÏÌØËÏ ÍÅÎÅÄÖÅÒÙ ÓÏÄÅÒÖÁÎÉÑ É ÁÄÍÉÎÉÓÔÒÁÔÏÒÙ ÓÁÊÔÁ.\r\n

\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ, ÐÏÓÌÅ ÎÁÓÔÕÐÌÅÎÉÑ ËÏÔÏÒÏÊ ÄÏÓÔÕÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n

\r\n÷ÌÁÄÅÌÅÃ
\r\n÷ÙÂÅÒÉÔÅ ×ÌÁÄÅÌØÃÁ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ (ÏÂÙÞÎÏ ÕËÁÚÙ×ÁÅÔÓÑ ÓÏÚÄÁÔÅÌØ ÓÔÒÁÎÉÃÙ).\r\n

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÌÁÄÅÌÅÃÕ?
\r\níÏÖÎÏ ÚÁÄÁÔØ ÐÒÁ×Á ÎÁ ÞÔÅÎÉÅ ÄÌÑ ×ÌÁÄÅÌØÃÁ ÓÔÒÁÎÉÃÙ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÌÁÄÅÌÅÃÕ?
\r\néÍÅÅÔ ÌÉ ÐÒÁ×Ï ×ÌÁÄÅÌÅà ÓÔÒÁÎÉÃÙ ÎÁ ÅÅ ÄÁÌØÎÅÊÛÅÅ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ.\r\n

\r\nçÒÕÐÐÁ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ, ÉÍÅÀÝÕÀ ÄÏÓÔÕÐ Ë ÓÏÄÅÒÖÉÍÏÍÕ ÓÔÒÁÎÉÃÙ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÇÒÕÐÐÅ?
\r\n÷ÙÂÅÒÉÔÅ, ÉÍÅÀÔ ÌÉ ÞÌÅÎÙ ×ÙÂÒÁÎÎÏÊ ÇÒÕÐÐÙ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÇÒÕÐÐÅ?
\r\n÷ÙÂÅÒÉÔÅ, ÉÍÅÀÔ ÌÉ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÁÊÔÁ, ×ÈÏÄÑÝÉÅ × ×ÙÂÒÁÎÎÕÀ ×ÙÛÅ ÇÒÕÐÐÕ, ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÓÅÍ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\n÷ÙÂÒÁÎÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÍÏÖÎÏ ÐÒÉÍÅÎÉÔØ ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ ÓÁÊÔÁ. ',1036997750); +INSERT INTO international VALUES (607,'WebGUI',21,'áÎÏÎÉÍÎÁÑ ÒÅÇÉÓÔÒÁÃÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÐÏÓÅÔÉÔÅÌÑÍ ×ÁÛÅÇÏ ÓÁÊÔÁ ÒÅÇÉÓÔÒÉÒÏ×ÁÔØÓÑ ÎÁ ÓÁÊÔÅ. \r\n

\r\nðÒÏÇÒÁÍÍÁ ÒÅÇÉÓÔÒÁÃÉÉ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÍÏÖÎÏ ÕËÁÚÁÔØ ÉÍÑ ÐÒÏÇÒÁÍÍÙ, ÉÓÐÏÌØÚÕÅÍÏÊ ÄÌÑ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n

\r\nïÐÏ×ÅÝÁÔØ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ?
\r\nóÉÓÔÅÍÁ ÍÏÖÅÔ ÐÒÉÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁÍ ÓÁÊÔÁ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ. \r\n

\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÐÏ×ÅÝÁÅÍÁÑ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÐÏÌÕÞÁÔØ ÓÏÏÂÝÅÎÉÑ Ï ÒÅÇÉÓÔÒÁÎÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ?
\r\nðÒÉ ×ËÌÀÞÅÎÎÏÍ ÒÅÖÉÍÅ ÎÁÂÌÀÄÅÎÉÑ ×ÓÅ ÄÅÊÓÔ×ÉÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÏÔÏËÏÌÉÒÕÀÔÓÑ.\r\n

\r\nîÁÂÌÀÄÁÔØ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ?
\r\n÷×ÅÄÉÔÅ ÕÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ.\r\n

\r\néÓÔÅÞÅÎÉÅ ×ÒÅÍÅÎÉ ÓÅÓÓÉÉ
\r\n÷×ÅÄÉÔÅ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÅÓÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÅÊÓÔ×ÉÔÅÌØÎÁ. ô.Å. ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌØ ÄÏÌÖÅÎ ÐÏ×ÔÏÒÉÔØ ÐÒÏÃÅÓÓ Á×ÔÏÒÉÚÁÃÉÉ. üÔÁ ÏÐÃÉÑ ××ÅÄÅÎÁ ÉÚ ÓÏÏÂÒÁÖÅÎÉÊ ÂÅÚÏÐÁÓÔÎÏÓÔÉ. \r\n

\r\níÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ)
\r\n÷ÙÂÅÒÉÔÅ ÍÅÔÏÄ, ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÔØ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. äÏÓÔÕÐÎÏ Ä×Á ÍÅÔÏÄÁ: WebGUI É LDAP. íÅÔÏÄ WebGUI ÐÒÅÄÐÏÌÁÇÁÅÔ, ÞÔÏ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌØ ÈÒÁÎÑÔÓÑ × ÂÁÚÅ ÄÁÎÎÙÈ ÓÉÓÔÅÍÙ. á ÐÒÉ ×ÙÂÏÒÅ ÍÅÔÏÄÁ LDAP ÉÄÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÐÒÏÉÓÈÏÄÉÔ ÓÒÅÄÓÔ×ÁÍÉ ×ÎÅÛÎÅÇÏ ÓÅÒ×ÅÒÁ LDAP.\r\n
\r\núÁÍÅÞÁÎÉÅ: íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÍÏÖÎÏ ÕËÁÚÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n

\r\nðÒÉ×ÑÚËÁ Ë ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\néÓÐÏÌØÚÏ×ÁÔØ ÐÒÉ×ÑÚËÕ ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÓÁÊÔÁ Ó ÉÍÅÎÅÍ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÍÅÔÏÄÁ ÉÄÅÔÉÆÉËÁÊÉÉ LDAP. \r\n

\r\nURL LDAP (ÐÏ ÕÍÏÌÞÁÎÉÀ)
\r\n÷×ÅÄÉÔÅ URL Ë ÓÅÒ×ÅÒÕ LDAP. URL Ë ÓÅÒ×ÅÒÕ LDAP ÚÁÐÉÓÙ×ÁÅÔÓÑ × ÓÌÅÄÕÀÝÅÍ ÆÏÒÍÁÔÅ: ldap://[server]:[port]/[base DN]
ðÒÉÍÅÒ: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n

\r\néÄÅÎÔÉÆÉËÁÔÏÒ ÎÁ ÓÅÒ×ÅÒÅ LDAP
\r\néÄÅÎÔÉÆÉËÁÔÏÒ ÎÁ ÓÅÒ×ÅÒÅ LDAP ÐÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÕÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ, ËÏÔÏÒÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÎÏ×Á ÐÒÉ ÐÏÓÌÅÄÕÀÝÅÍ ÚÁÈÏÄÅ ÎÁ ÓÁÊÔ. \r\n

\r\néÍÑ ÐÒÉ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP
\r\n÷×ÅÄÉÔÅ login, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP. \r\n

\r\nðÁÒÏÌØ ÎÁ ÓÅÒ×ÅÒÅ LDAP
\r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP. ',1036998735); +INSERT INTO international VALUES (608,'WebGUI',21,'õÄÁÌÅÎÉÅ ÓÔÒÁÎÉÃÙ ÍÏÖÅÔ ÐÏ×ÌÅÞØ ÚÁ ÓÏÂÏÊ ÎÁÒÕÛÅÎÉÅ ÎÁ×ÉÇÁÃÉÉ ÐÏ ÓÁÊÔÕ. ðÒÉ ÕÄÁÌÅÎÉÉ ÓÔÒÁÎÉÃÙ ÕÄÁÌÑÅÔÓÑ ÔÁËÖÅ ÅÅ ÓÏÄÅÒÖÁÎÉÅ É ×ÓÅ ÐÏÄÓÔÒÁÎÉÃÙ. ',1036493050); +INSERT INTO international VALUES (75,'EventsCalendar',21,'þÔÏ ×Ù ÂÕÄÅÔÅ ÄÅÌÁÔØ?',1036066583); +INSERT INTO international VALUES (76,'EventsCalendar',21,'õÄÁÌÉÔØ ÓÏÂÙÔÉÅ',1036066760); +INSERT INTO international VALUES (77,'EventsCalendar',21,'õÄÁÌÉÔØ ÓÏÂÙÔÉÅ É ×ÓÅ ÅÇÏ Ó×ÑÚÉ',1036066908); +INSERT INTO international VALUES (61,'UserSubmission',21,'óÉÓÔÅÍÁ ÐÏÓÙÌÏË ÓÏÏÂÝÅÎÉÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ) ',1036066994); +INSERT INTO international VALUES (412,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1036067018); +INSERT INTO international VALUES (507,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1036067169); +INSERT INTO international VALUES (510,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1036067188); +INSERT INTO international VALUES (511,'WebGUI',21,'ôÁÂÌÉÃÁ',1036067208); +INSERT INTO international VALUES (555,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÔÅÌÑ',1036067285); +INSERT INTO international VALUES (558,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÉÔÅÍÕ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1036067349); +INSERT INTO international VALUES (446,'WebGUI',21,'÷ÅÂ-ÓÁÊÔ ËÏÍÐÁÎÉÉ',1036069056); +INSERT INTO international VALUES (449,'WebGUI',21,'ïÂÝÁÑ ÉÎÆÏÒÍÁÃÉÑ',1036069167); +INSERT INTO international VALUES (450,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1036069201); +INSERT INTO international VALUES (580,'WebGUI',21,'ðÕÂÌÉËÁÃÉÑ ×ÁÛÅÇÏ ÓÏÏÂÝÅÎÉÑ ÚÁÐÒÅÛÅÎÁ.',1036069567); +INSERT INTO international VALUES (588,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÐÏÓÌÁÔØ ÐÅÒÅ×ÏÄ ÎÁ ÓÁÊÔ?',1036069647); +INSERT INTO international VALUES (651,'WebGUI',21,'÷ÎÉÍÁÎÉÅ! ÷ÓÅ ÍÏÄÕÌÉ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ËÏÒÚÉÎÅ, ÂÕÄÕÔ ÕÄÁÌÅÎÙ. ÷ÏÓÓÔÁÎÏ×ÌÅÎÉÅ ÕÄÁÌÅÎÎÙÈ ÉÚ ËÏÒÚÉÎÙ ÍÏÄÕÌÅÊ ÎÅ×ÏÚÍÏÖÎÏ.',1037085963); +INSERT INTO international VALUES (698,'WebGUI',21,'éÓÐÏÌØÚÕÑ ÓÉÓÔÅÍÕ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×Ù ÍÏÖÉÔÅ ËÏÎÔÒÏÌÉÒÏ×ÁÔØ ÁËÔÉ×ÎÏÓØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. áËÔÉ×ÎÏÓÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÍÏÖÎÏ ÐÏÏÝÒÁÔØ, Á ÍÏÖÎÏ, ÎÁÏÂÏÒÏÔ, ÎÁËÁÚÙ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÚÁ ÉÚÌÉÛÎÀÀ ÁËÔÉ×ÎÏÓÔØ.',1036070406); +INSERT INTO international VALUES (709,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×
\r\n÷ÙÂÅÒÅÔÅ ÇÒÕÐÐÕ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÄÏÂÁ×ÌÑÔØ, ÒÅÄÁËÔÉÒÏ×ÁÔØ É ÕÄÁÌÑÔØ ÇÒÁÆÉÞÅÓËÉÅ ÆÁÊÌÙ.\r\n
\r\níÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÉÊ ÏÂÏÌÏÞËÉ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÉÈ ÐÒÁ×Ï ÎÁ ÉÚÍÅÎÅÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ ÓÁÊÔÁ.\r\n
\r\níÅÎÅÄÖÅÒÙ ÛÁÂÌÏÎÏ×
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÎÁ ÄÏÂÁ×ÌÅÎÉÅ, ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ É ÕÄÁÌÅÎÉÅ ÛÁÂÌÏÎÏ×. \r\n
',1036070741); +INSERT INTO international VALUES (711,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×',1036070783); +INSERT INTO international VALUES (713,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1036070821); +INSERT INTO international VALUES (714,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÛÁÂÌÏÎÏ×',1036070852); +INSERT INTO international VALUES (715,'WebGUI',21,'ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL',1036070893); +INSERT INTO international VALUES (724,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÍÏÖÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÐÒÏÂÅÌÁ.',1036070945); +INSERT INTO international VALUES (6,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ ÓÏÚÄÁÎ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ËÏÐÉÀ Ó ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ ÓÁÊÔÁ É ÐÏÍÅÓÔÉÔØ ÅÅ ÎÁ ÄÒÕÇÕÀ ÓÔÒÁÎÉÃÕ. éÓÐÏÌØÚÕÅÔÓÑ × ÔÅÈ ÓÌÕÞÁÑÈ, ËÏÇÄÁ ÏÄÎÕ É ÔÕ ÖÅ ÉÎÆÏÒÍÁÃÉÀ ÎÁÄÏ ÒÁÚÍÅÓÔÉÔØ × ÒÁÚÎÙÈ ÒÁÚÄÅÌÁÈ ÓÁÊÔÁ.

\r\néÍÑ ÍÏÄÕÌÑ
\r\n÷ÙÂÅÒÉÔÅ ÓÕÝÅÓÔ×ÕÀÝÉÊ ÍÏÄÕÌØ, Ó ËÏÔÏÒÏÇÏ ×Ù ÈÏÔÉÔÅ ÓÄÅÌÁÔØ ËÏÐÉÀ. éÍÑ ×ÙÂÉÒÁÅÍÏÇÏ ÍÏÄÕÌÑ ÉÍÅÅÔ ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ: îÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ/éÍÑ ÍÏÄÕÌÑ (Id ÍÏÄÕÌÑ). \r\n',1037088080); +INSERT INTO international VALUES (609,'WebGUI',21,'ðÏÓÌÅ ÕÄÁÌÅÎÉÑ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ, ×ÓÅ ÓÔÒÁÎÉÃÙ, ÉÓÐÏÌØÚÕÀÝÉÅ ÜÔÕ ÏÂÏÌÏÞËÕ, ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÓÔÉÌÅ, ÕÓÔÁÎÏ×ÌÅÎÎÏÍ ÐÏ ÕÍÏÌÞÁÎÉÀ.',1036140377); +INSERT INTO international VALUES (610,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\n
÷×ÅÄÉÔÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ (login).
\r\nðÁÒÏÌØ
\r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ ÄÌÑ ÄÏÓÔÕÐÁ ÐÏÌØÚÏ×ÁÔÅÌÑ Ë ÓÉÓÔÅÍÅ.\r\n

\r\níÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ
\r\néÄÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÍÏÖÅÔ ÏÓÕÝÅÓÔ×ÌÑÔØÓÑ Ä×ÕÍÉ ÍÅÔÏÄÁÍÉ: ÓÒÅÄÓÔ×ÁÍÉ ÓÉÓÔÅÍÙ É ÓÒÅÄÓÔ×ÁÍÉ LDAP.\r\n

\r\nLDAP URL
\r\n÷×ÅÄÉÔÅ ÐÕÔØ Ë ÓÅÒ×ÅÒÕ LDAP.\r\n

\r\néÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÐÏÄÓÏÅÄÉÎÅÎÉÑ Ë ÓÅÒ×ÅÒÕ LDAP
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ, ÉÓÐÏÌØÚÕÅÍÏÅ ÐÒÉ ÓÏÅÄÉÎÅÎÉÉ Ó ÓÅÒ×ÅÒÏÍ LDAP.\r\n

',1036141119); +INSERT INTO international VALUES (612,'WebGUI',21,'úÁÍÅÞÁÎÉÑ:
\r\n

    \r\n
  1. åÓÌÉ ×Ù ÈÏÔÉÔÅ ÚÁÂÌÏËÉÒÏ×ÁÔØ ×ÈÏÄ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÓÉÓÔÅÍÕ, ×Ù ÍÏÖÅÔÅ ÐÒÏÓÔÏ ÉÚÍÅÎÉÔØ ÅÇÏ ÐÁÒÏÌØ.\r\n
  2. ÷ÓÑ ÉÎÆÏÒÍÁÃÉÑ, ÐÒÉÓÌÁÎÎÁÑ ÎÁ ÓÁÊÔ ÐÏÌØÚÏ×ÁÔÅÌÅÍ, ÂÕÄÅÔ ÓÏÈÒÁÎÅÎÁ. \r\n
  3. ÷ ÓÌÕÞÁÅ ÐÏ×ÔÏÒÎÏÇÏ ÄÏÂÁ×ÌÅÎÉÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÁ ÓÁÊÔ, ÐÏÌØÚÏ×ÁÔÅÌØ ÎÅ ÓÍÏÖÅÔ ÐÏÌÕÞÉÔØ ÄÏÓÔÕÐ Ë Ó×ÏÉÍ ÐÒÅÖÎÉÍ ÎÁÓÔÒÏÊËÁÍ É ÐÒÉÓÌÁÎÎÙÍ ÓÏÏÂÝÅÎÉÑÍ.\r\n
\r\n÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1036142412); +INSERT INTO international VALUES (613,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\n÷Ù ÍÏÖÅÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÓÉÓÔÅÍÕ.\r\n

\r\nðÏÉÓË
\r\n÷Ù ÍÏÖÅÔÅ ÎÁÊÔÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÔÏÌØËÏ ÐÏ ÉÍÅÎÉ, ÎÏ É ÐÏ ÄÒÕÇÏÊ ÌÉÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ (ÎÁÐÒÉÍÅÒ, ÐÏ ÁÄÒÅÓÕ ÜÌÅËÔÒÏÎÎÏÊ ÐÏÞÔÙ).\r\n

\r\n',1036142778); +INSERT INTO international VALUES (614,'WebGUI',21,'÷ ÓÉÓÔÅÍÅ ÐÒÉÓÕÔÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ÓÏÚÄÁ×ÁÔØ ÒÁÚÌÉÞÎÙÅ ÇÒÁÆÉÞÅÓËÉÅ ÏÂÏÌÏÞËÉ ÄÌÑ ÒÁÚÎÉÞÎÙÈ ÓÔÒÁÎÉà ÓÁÊÔÁ. þÉÓÌÏ ÏÂÏÌÏÞÅË ÎÅ ÏÇÒÁÎÉÞÅÎÏ.

\r\n÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ
\r\nüÔÁ ÇÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÉÓÐÏÌØÚÕÅÔÓÑ ÍÁËÒÏÓÏÍ ^r;.\r\n

\r\n\r\n',1036144283); +INSERT INTO international VALUES (615,'WebGUI',21,'çÒÕÐÐÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÏÚÄÁÎÙ ÄÌÑ ÏÂßÅÄÉÎÅÎÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÉÈ ÏÄÉÎÁËÏ×ÙÅ ÐÒÁ×Á ÄÏÓÔÕÐÁ Ë ÒÁÚÌÉÞÎÙÍ ÏÐÅÒÁÃÉÑÍÉ É ÄÏËÕÍÅÎÔÁÍ ÓÁÊÔÁ. ',1036144932); +INSERT INTO international VALUES (617,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ËÏÍÐÁÎÉÉ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ËÏÍÐÁÎÉÉ.\r\n

\r\néÎÆÏÒÍÁÃÉÏÎÎÏÅ ÎÁÐÏÌÎÅÎÉÅ
\r\n÷ ÜÔÏÊ ÆÏÒÍÅ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ÏÂÝÉÅ ÎÁÓÔÒÏÊËÉ ÓÉÓÔÅÍÙ, ÔÁËÉÅ ËÁË ÛÉÒÉÎÁ É ×ÙÓÏÔÁ ÐÏÌÅÊ ÆÏÒÍÙ, ÉÓÐÏÌØÚÕÅÍÙÊ ÔÅËÓÔÏ×ÙÊ ÒÅÄÁËÔÏÒ É Ô.Ä.

\r\nîÁÓÔÒÏÊËÉ e-mail
\r\núÄÅÓØ ÕËÁÚÙ×ÁÅÔÓÑ ÐÕÔØ Ë ÐÏÞÔÏ×ÏÍÕ ÓÅÒ×ÅÒÕ É ÔÅËÓÔ, ÏÔÓÙÌÁÅÍÙÊ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ.\r\n

\r\nïÂÝÉÅ ÎÁÓÔÒÏÊËÉ
\r\núÄÅÓØ ÈÒÁÎÑÔØÓÑ ÎÁÓÔÒÏÊËÉ, ËÏÔÏÒÙÅ ÐÒÉÇÏÄÑÔÓÑ ÒÁÚÒÁÂÏÔÞÉËÁÍ ÓÉÓÔÅÍÙ.\r\n

\r\nðÒÁ×Á ÄÏÓÔÕÐÁ
\r\núÄÅÓØ ÍÏÖÎÏ ÎÁÚÎÁÞÉÔØ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÎÁ ÕÐÒÁ×ÌÅÎÉÅ ÉÎÆÏÒÍÁÃÉÏÎÎÙÍ ÎÁÐÏÌÎÅÎÉÅÍ, ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÏÊ É ÏÂÏÌÏÞËÏÊ. \r\n

\r\néÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ
\r\núÄÅÓØ ÕËÁÚÙ×ÁÅÔÓÑ ÓÐÉÓÏË ÐÏÌÅÊ, ËÏÔÏÒÙÅ ÐÒÅÄÌÁÇÁÅÔÓÑ ÚÁÐÏÌÎÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÀ. ðÏÌÑ ÍÏÖÎÏ ÓÄÅÌÁÔØ ÏÂÑÚÁÔÅÌØÎÙÍÉ Ë ÚÁÐÏÌÎÅÎÉÀ.\r\n

\r\nõÐÒÁ×ÌÅÎÉÅ ÎÏ×ÙÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ
\r\n÷ ÜÔÏÊ ÆÏÒÍÅ ÕËÁÚÙ×ÁÀÔÓÑ ÐÒÁ×ÉÌÁ ÒÅÇÉÓÔÒÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

',1036938677); +INSERT INTO international VALUES (618,'WebGUI',21,'óÏÏÂÝÅÎÉÅ, ×ÙÓÙÌÁÅÍÏÅ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÏÏÂÝÅÎÉÑ, ÏÔÓÙÌÁÅÍÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ.\r\n

\r\nóÅÒ×ÅÒ SMTP
\r\n÷×ÅÄÉÔÅ ÁÄÒÅÓ SMTP-ÓÅÒ×ÅÒÁ. åÓÌÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÐÅÒÁÃÉÏÎÎÁÑ ÓÉÓÔÅÍÁ Linux, ÔÏ ÏÂÙÞÎÏ ÐÕÔØ Ë ÐÏÞÔÏ×ÏÍÕ ÓÅÒ×ÅÒÕ ÓÌÅÄÕÀÝÉÊ: /usr/bin/sendmail\r\n

',1036149915); +INSERT INTO international VALUES (619,'WebGUI',21,'üÔÁ ÆÕÎËÃÉÑ ÕÄÁÌÑÅÔ ×ÙÂÒÁÎÎÙÊ ÍÏÄÕÌØ ÓÏ ÓÔÒÁÎÉÃÙ. åÓÌÉ ×Ù ÎÅ ÄÏ ËÏÎÃÁ Õ×ÅÒÅÎÙ × ÔÏÍ, ÞÔÏ ÍÏÄÕÌØ ÎÁÄÏ ÕÄÁÌÉÔØ, ×Ù ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ÆÕÎËÃÉÅÊ „÷ÙÒÅÚÁÔØ“. ÷ ÜÔÏÍ ÓÌÕÞÁÅ, ×Ù ÍÏÖÅÔÅ ×ÅÒÎÕÔØ ÍÏÄÕÌØ ÎÁ ÍÅÓÔÏ ×ÏÓÐÏÌØÚÏ×Á×ÛÉÓØ ÆÕÎËÃÉÅÊ \r\n„÷ÓÔÁ×ÉÔØ ÉÚ ÂÕÆÅÒÁ“.',1037084944); +INSERT INTO international VALUES (620,'WebGUI',21,'ðÒÉ ÕÄÁÌÅÎÉÉ ÇÒÕÐÐÙ ÐÒÅÄÐÏÌÁÇÁÅÔÓÑ, ÞÔÏ ×Ù ÔÁËÖÅ ÕÄÁÌÑÅÔÅ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×ÈÏÄÑÝÉÈ × ÄÁÎÎÕÀ ÇÒÕÐÐÕ.
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÇÒÕÐÐÕ, Á ×ÈÏÄÑÝÉÈ × ÎÅÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÚÁÎÅÓÔÉ × ÄÒÕÇÉÅ ÇÒÕÐÐÙ, ÔÏ ×ÎÉÍÁÔÅÌØÎÏ ÐÒÏ×ÅÒØÔÅ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÉÚ ÕÄÁÌÑÅÍÏÊ ÇÒÕÐÐÙ Ë ÓÔÒÁÎÉÃÁÍ É ÏÐÅÒÁÃÉÑÍ. ',1036151143); +INSERT INTO international VALUES (621,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ
\r\n÷×ÅÄÉÔÅ ÕÎÉËÁÌÎÏÅ ÉÍÑ ÄÌÑ ÓÏÚÄÁ×ÁÅÍÏÊ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ\r\n

\r\nóÏÄÅÒÖÁÎÉÅ
\r\n÷ ÓÏÄÅÒÖÁÎÉÉ ÐÉÛÅÔÓÑ ËÏÄ HTML ÄÌÑ ÏÂÏÌÏÞËÉ, Á ÔÁËÖÅ ÚÁÐÉÓÙ×ÁÀÔÓÑ ÉÓÐÏÌØÚÕÅÍÙÅ ÍÁËÒÏÓÙ.\r\n

\r\nCSS
\r\n÷Ù ÍÏÖÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ËÁÓËÁÄÎÙÅ ÌÉÓÔÙ ÓÔÉÌÅÊ. \r\n

',1036152374); +INSERT INTO international VALUES (622,'WebGUI',21,'éÍÑ ÇÒÕÐÐÙ
\r\n
÷×ÅÄÉÔÅ ÉÍÑ ÄÌÑ ÇÒÕÐÐÙ.
\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÐÏÄÒÏÂÎÏÅ ÏÐÉÓÁÎÉÅ ÆÕÎËÃÉÊ É ÐÒÁ× ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×ÈÏÄÑÝÉÈ × ÜÔÕ ÇÒÕÐÐÕ.\r\n

\r\nóÒÏË ÏËÏÎÞÁÎÉÑ ÐÏÌÎÏÍÏÞÉÊ ÇÒÕÐÐÙ
\r\n
÷×ÅÄÉÔÅ ÐÅÒÉÏÄ ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÉ ÄÁÎÎÏÊ ÇÒÕÐÐÙ ÓÏÈÒÁÎÑÀÔ Ó×ÏÉ ÐÏÌÎÏÍÏÞÉÑ.
',1036152842); +INSERT INTO international VALUES (640,'WebGUI',21,'÷ÎÉÍÁÎÉÅ üÔÏÔ ÛÁÂÌÏÎ ÍÏÖÅÔ ÉÓÔÏÌØÚÏ×ÁÔØÓÑ ÎÁ ÒÁÚÌÉÞÎÙÈ ÓÔÒÁÎÉÃÁÈ ÓÁÊÔÁ. ðÒÉ ÕÄÁÌÅÎÉÉ ÛÁÂÌÏÎÁ, ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ, ÉÓÐÏÌØÚÕÀÝÉÍ ÕÄÁÌÑÅÍÙÊ ÛÁÂÌÏÎ, ÂÕÄÅÔ ÐÒÉÍÅÎÅÎ ÛÁÂÌÏÎ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ.',1036153454); +INSERT INTO international VALUES (623,'WebGUI',21,'éÓÐÏÌØÚÕÑ CSS Õ ×ÁÓ ÅÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÉÚÍÅÎÑÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÔÅËÓÔÏ×ÙÈ ÜÌÅÍÅÎÔÏ× ÓÔÒÁÎÉà ÓÁÊÔÁ.
\r\nîÁ ÍÏÍÅÎÔ ÓÏÚÄÁÎÉÑ ÓÁÊÔÁ ÂÉÌÉ ÓÏÚÄÁÎÙ ÓÌÅÄÕÀÝÉÅ ËÌÁÓÓÙ:
\r\n.homeLink - ÓÔÉÌØ ÄÌÑ ÓÓÙÌËÉ ÎÁ ÇÌÁ×ÎÕÀ ÓÔÒÁÎÉÃÕ
\r\n.myAccountLink - ÓÔÉÌØ ÄÌÑ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\n.makePrintableLink - ÓÔÉÌØ ÓÓÙÌËÉ ÎÁ ÐÅÞÁÔÎÕÀ ×ÅÒÓÉÀ ÄÏËÕÍÅÎÔÁ
\r\n.loginToggleLink - ÓÔÉÌØ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ÉÄÅÎÔÉÆÉËÁÃÉÉ
\r\n.verticalMenu - ÓÔÉÌØ ×ÅÒÔÉËÁÌØÎÏÇÏ ÍÅÎÀ
\r\nbody - ÓÔÉÌØ ÔÅÌÁ ÓÔÒÁÎÉÃÙ
\r\ntd - ÓÔÉÌØ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ
\r\nH1 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÐÅÒ×ÏÇÏ ÕÒÏ×ÎÑ
\r\nH3 - ÓÔÉÌØ ÄÌÑ ÚÏÇÏÌÏ×ËÁ ÔÒÅÔØÅÇÏ ÕÒÏ×ÎÑ
\r\nH4 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÞÅÔ×ÅÒÔÏÇÏ ÕÒÏ×ÎÑ
\r\nH5 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÐÑÔÏÇÏ ÕÒÏ×ÎÑ
\r\nul - ÓÔÉÌØ ÄÌÑ ÎÅÎÕÍÅÒÏ×ÁÎÎÏÇÏ ÓÐÉÓËÁ
\r\nA - ÓÔÉÌØ ÄÌÑ ÓÓÙÌËÉ ÏÂÝÅÇÏ ÎÁÚÎÁÞÅÎÉÑ
\r\n.pagination - ÓÔÉÌØ ÄÌÑ ÓÓÙÌÏË ÎÁ ÓÔÒÁÎÉÃÙ, ÏÂÒÁÚÏ×Á×ÛÉÅÓÑ ÐÏÓÌÅ ÒÁÚÂÉÅÎÉÑ ÓÔÒÁÎÉÃÙ ÎÁ ÓÔÒÁÎÉÞËÉ ÍÅÎØÛÅÇÏ ÒÁÚÍÅÒÁ
\r\n.horizontalMenu - ÓÔÉÌØ ÄÌÑ ÇÏÒÉÚÏÎÔÁÌØÎÏÇÏ ÍÅÎÀ
\r\n.adminBar - ÓÔÉÌØ ÄÌÑ ÐÁÎÅÌÉ ÎÁ×ÉÇÁÃÉÉ
\r\n.formDescription - ÓÔÉÌØ ÄÌÑ ÐÉÓÁÎÉÑ ÆÏÒÍÙ
\r\n.formSubtext - ÓÔÉÌØ ÄÌÑ ÓÏÄÅÒÖÉÍÏÇÏ ÆÏÒÍÙ
\r\n.tableMenu - ÓÔÉÌØ ÄÌÑ ÔÁÂÌÉÞÎÏÇÏ ÍÅÎÀ
\r\n.tableHeader - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÔÁÂÌÉÃÙ
\r\n.tableCell - ÓÔÉÌØ ÄÌÑ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ #2
\r\n.tableCellColor - ÓÔÉÌØ ÄÌÑ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ #3
\r\n.tableData - ÓÔÉÌØ ÄÌÑ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ #4
\r\n.pollAnswer - ÓÔÉÌØ ÄÌÑ ÏÔ×ÅÔÏ× ÎÁ ×ÏÐÒÏÓÙ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\n.pollColor - ÓÔÉÌØ ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÐÒÅÄÓÔÁ×ÌÅÎÉÑ ÐÒÏÃÅÎÔÎÏÇÏ ÒÁÓÐÒÅÄÅÌÅÎÉÑ ÏÔ×ÅÔÏ× ÎÁ ×ÏÐÒÏÓÙ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\n.pollQuestion - ÓÔÉÌØ ÄÌÑ ×ÏÐÒÏÓÏ× ÄÌÑ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\n.faqQuestion - ÓÔÉÌØ ÄÌÑ ×ÏÐÒÏÓÏ× ÉÚ ÓÐÉÓËÁ „þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×&147;
\r\n.listItemInvisible - ÓÔÉÌØ ÄÌÑ ÜÌÅÍÅÎÔÏ× ÓÐÉÓËÁ #2
\r\n\r\n',1037005818); +INSERT INTO international VALUES (624,'WebGUI',21,'íÁËÒÏÓ ×ÓÅÇÄÁ ÎÁÞÉÎÁÅÔÓÑ ÓÏ ÚÎÁËÁ ^ É ÚÁËÁÎÞÉ×ÁÅÔÓÑ ÔÏÞËÏÊ Ó ÚÁÐÑÔÏÊ (;). íÅÖÄÕ ÎÉÍÉ ÎÁÈÏÄÉÔÓÑ ÔÅËÓÔ ÍÁËÒÏÓÁ.
\r\nîÁÖÅ ÐÒÉ×ÅÄÅÎ ÓÐÉÓÏË ÉÍÅÀÝÉÈßÓÑ ÍÁËÒÏÓÏ×:
\r\n^a; ÉÌÉ ^a(); - ÓÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ
\r\nþÔÏ-ÂÙ ÉÚÍÅÎÉÔØ ÔÅËÓÔ ÓÓÙÌËÉ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÕËÁÖÉÔÅ ÎÏ×ÙÊ ÔÅËÓÔ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ.\r\nîÁÐÒÉÍÅÒ, ^a(óÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ);
\r\núÁÍÅÞÁÎÉÅ: ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ×Ù×ÅÓÔÉ ÎÁ ÜËÒÁÎ ÔÏÌØËÏ URL ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ. äÌÑ ÜÔÏÇÏ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÁÐÉÓØ: ^a(linkonly);.\r\n

\r\n^AdminBar;
\r\nðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÉÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ ÎÁ ÓÔÒÁÎÉÃÕ.\r\n

\r\n^AdminText();
\r\n
ðÏËÁÚÙ×ÁÅÔ ËÏÒÏÔËÏÅ ÔÅËÓÔÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ ÓÁÊÔÁ.
\r\n^AdminToggle; ÉÌÉ ^AdminToggle();
\r\níÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÕÀ ÍÏÖÅÔ ×ÉÄÅÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ.\r\n

\r\n^c;
\r\n÷Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÐÁÎÉÉ.\r\n

\r\n^C; or ^C(); - Crumb Trail
\r\n

\r\n^D; ÉÌÉ ^D();
\r\n÷Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÔÅËÕÛÕÀ ÄÁÔÕ. ÷ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÆÏÒÍÁÔ ÄÁÔÙ:\r\n%y ÇÏÄ ÕËÁÚÙ×ÁÅÔÓÑ ÐÏÌÎÏÓÔØÀ (4 ÃÉÆÒÙ)
\r\n%Y ×Ù×ÏÄÉÔ 2 ÐÏÓÌÅÄÎÉÅ ÃÉÆÒÙ ÇÏÄÁ
\r\n%m ÍÅÓÑà ÚÁÐÉÓÙ×ÁÔÓÑ × ×ÉÄÅ 2 ÃÉÆÒ (ÎÁÐÒÉÍÅÒ 02 ÉÌÉ 12)
\r\n%M ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ × ÏÂÏÚÎÁÞÅÎÉÉ ÍÅÓÑÃÁ
\r\n%c ÎÁÚ×ÁÎÉÅ ÍÅÓÑÃÁ
\r\n%d ÞÉÓÌÏ ÍÅÓÑÃÁ (2 ÃÉÆÒÙ)
\r\n%D ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÄÎÑ
\r\n%w ÉÍÑ ÄÎÑ ÎÅÄÅÌÉ
\r\n%h 12 ÞÁÓÏ×ÏÅ ÉÓÞÉÓÌÅÎÉÅ ×ÒÅÍÅÎÉ (2 ÃÉÆÒÙ)
\r\n%H ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÐÒÉ 12 ÞÁÓÏ×ÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
\r\n%j 2 ÃÉÆÒÙ ÐÒÉ 24 ÞÁÓÏ×ÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
\r\n%J ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÐÒÉ 24 ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
\r\n%p ÎÉÖÎÉÊ ÒÅÇÉÓÔÒ am/pm\r\n%P ×ÅÒÈÎÉÊ ÒÅÇÉÓÔÒ AM/PM
\r\n%z ÉÓÐÏÌØÚÕÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏËÉ ÆÏÒÍÁÔÁ ÄÁÔÙ
\r\n%Z ÉÓÐÏÌØÚÕÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ ÆÏÒÍÁÔÁ ×ÒÅÍÅÎÉ\r\n

\r\n^e;
- ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ e-mail ËÏÍÐÁÎÉÉ\r\n

\r\n^Env()
- ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÐÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ ×ÅÂ-ÓÅÒ×ÅÒÁ.\r\n

\r\n^Execute();
- ÜÔÏÔ ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÔØ ÓÓÙÌËÕ ÎÁ ×ÎÅÛÎÀÀ ÐÒÏÇÒÁÍÍÕ.\r\n

\r\n^Extras;
- ÍÁËÒÏÓ ×ÙÄÁÅÔ ÎÁ ÜËÒÁÎ ÐÕÔØ ÄÏ ÄÉÒÅËÔÏÒÉÉ Ó ÉËÏÎËÁÍÉ É ÜÌÅÍÅÎÔÁÍÉ ÇÒÁÆÉÞÅÓËÏÇÏ ÏÆÏÒÍÌÅÎÉÑ ÓÁÊÔÁ.\r\n

\r\n^FlexMenu;
- ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ\r\n

\r\n^FormParam();
Ó ÐÏÍÏÝØÀ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ÐÏÓÙÌÁÔØ ÚÁÐÒÏÓ Ë âä.\r\n

\r\n^GroupText();
íÁËÒÏÓ ×Ù×ÏÄÉÔ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÂßÅÄÉÎÅÎÎÙÈ × ÏÔÐÒÅÄÅÌÅÎÎÕÀ ÇÒÕÐÐÕ. ðÒÉÍÅÒ: ^GroupText(\"Visitors\",\"÷Ù ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎÙ ÎÁ ÓÁÊÔÅ\");\r\n

\r\n^H; or ^H(); - ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÇÌÁ×ÎÕÀ ÓÔÒÁÅÉÃÕ ÓÁÊÔÁ.\r\n

\r\n^I(); - ×ÏÚ×ÒÁÝÁÅÔ ÉÍÑ ÉÚÏÂÒÁÖÅÎÉÑ ×ÍÅÓÔÅ Ó ÐÁÒÁÍÅÔÒÁÍÉ, ÏÐÒÅÄÅÌÅÎÎÙÍÉ ÄÌÑ ÄÁÎÎÏÇÏ ÉÚÏÂÒÁÖÅÎÉÑ × „õÐÒÁ×ÌÅÎÉÉ ÇÒÁÆÉÞÅÓËÉÍÉ ÆÁÊÌÁÍÉ“. îÁÐÒÉÍÅÒ: ^I(\"ËÁÒÔÉÎËÁ\");
\r\n
\r\n^i(); - ×ÏÚ×ÒÁÝÁÅÔ ÐÕÔØ Ë ÇÒÁÆÉÞÅÓËÏÍÕ ÆÁÊÌÕ. îÁÐÒÉÍÅÒ:^i(\"ËÁÒÔÉÎËÁ\"); \r\n

\r\n^Include(); - ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ×ËÌÀÞÁÔØ ÎÁ ÓÁÊÔ ÓÏÄÅÒÖÉÍÏÅ ÌÏËÁÌØÎÏÇÏ ÆÁÊÌÁ
ðÒÉÍÅÒ:^Include(\"/this/file.html\"); \r\n

\r\n^L; or ^L(); ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÍÁÌÅÎØËÕÀ ÆÏÒÍÕ ÄÌÑ ××ÏÄÁ login`Á. \r\n

\r\n^LoginToggle; or ^LoginToggle(); ×Ù×ÏÄÉÔ ÓÓÙÌËÕ Ó ÔÅËÓÔÏÍ „÷ÏÊÔÉ × ÓÉÓÔÅÍÕ“ ÉÌÉ „÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ“ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ ×ÏÛÅÌ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÕ ÉÌÉ ÎÅÔ
\r\nðÒÉÍÅÒ ÉÓÐÏÌØÚÏ×ÁÎÉÑ:^LoginToggle(\"÷ÏÊÔÉ × ÓÉÓÔÅÍÕ\",\"÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ\"); \r\n

\r\n^M; or ^M(); ÔÅËÕÝÅÅ ÍÅÎÀ (×ÅÒÔÉËÁÌØÎÏÅ)\r\n

\r\n^m; ÔÅËÕÝÅÅ ÍÅÎÀ (ÇÏÒÉÚÏÎÔÁÌØÎÏÅ)\r\n

\r\n^P; or ^P(); ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ (×ÅÒÔÉËÁÌØÎÏÅ)\r\n

\r\n^p; ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ (ÇÏÒÉÚÏÎÔÁÌØÎÏÅ)\r\n

\r\n^Page(); ÍÁËÒÏÓ ×ÙÄÁÅÔ ÉÎÆÏÒÍÁÃÉÀ Ï ÓÔÒÁÎÉÃÅ: ÎÁÐÒÉÍÅÒ ÉÍÑ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ^Page(\"urlizedTitle\"); ÉÌÉ ^Page(\"menuTitle\");. \r\n

\r\n^PageTitle; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ.\r\n

\r\n^r; or ^r(); ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ×ÅÒÓÉÀ ÄÌÑ ÐÅÞÁÔÉ. ðÅÞÁÔÎÁÑ ×ÅÒÓÉÑ ÔÁËÖÅ ÓÏÚÄÁÅÔÓÑ Á×ÔÏÍÁÔÉÞÅÓËÉ. ðÒÉÍÅÒ: ^r(÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ); \r\n

\r\n^rootmenu; - ÓÏÚÄÁÅÔ ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ Ó ÓcÙÌËÁÍÉ ÎÁ ÇÌÁ×ÎÙÅ ÓÔÒÁÎÉÃÙ.\r\n

\r\n^RootTitle; - ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ÇÌÁ×ÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n

\r\n^S(); - ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ×ÅÒÔÉËÁÌØÎÏÅ ÍÅÎÀ, ÎÁÞÉÎÁÑ Ó ×ÙÂÒÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.
\r\nóÉÎÔÁËÓÉÓ: ^S(\"home\",3);
\r\n÷ ËÁ×ÙÞËÁÈ ÕËÁÚÙ×ÁÅÔÓÑ url ×ÙÂÒÁÎÏÊ ÓÔÒÁÎÉÃÙ, Á ÐÏÓÌÅ ÚÁÐÑÔÏÊ ÞÉÓÌÏ, ÕËÁÚÁ×ÙÀÝÅÅ ËÁËÏÊ ÕÒÏ×ÅÒØ ×ÌÏÖÅÎÎÏÓÔÉ ÉÓÐÏÌØÚÏ×ÁÔØ. \r\n

\r\n^s(); - ÔÏÖÅ, ÞÔÏ É ^S();, ÔÏÌØËÏ ×Ù×ÏÄÉÔÓÑ ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ.
\r\n

\r\n^SQL(); ÐÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ÐÏÓÌÁÔØ ÐÒÏÓÔÏÊ ÚÁÐÒÏÓ Ë ÂÁÚÅ ÄÁÎÎÙÈ. ÷ ÚÁÐÒÏÓÅ ÄÏÐÕÓÔÉÍÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÍÁËÒÏÓÏ× ^1; ^2; É Ô.Ä.
\r\nðÒÉÍÅÒ: ^SQL(\"select count(*) from users\",\"ëÏÌÉÞÅÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ: ^0;\"); \r\n

\r\n^Synopsis() ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÔØ ÍÅÎÀ ÉÚ ÓÓÙÌÏË ÎÁ ÐÏÄÓÔÒÁÎÉÃÙ Ó ÏÐÉÓÁÎÉÅÍ ÜÔÉÈ ÐÏÄÓÔÒÁÎÉÃ. ÷ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÇÌÕÂÉÎÕ ×ÌÏÖÅÎÎÏÓÔÉ ÓÔÒÁÎÉÃ.\r\n

\r\n^T(); - ×ÅÒÔÉËÁÌØÎÏÅ ÍÅÎÀ ×ÅÒÛÎÅÇÏ ÕÒÏ×ÎÑ.\r\n

\r\n^t(); - ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.\r\n

\r\n^Thumbnail(); - ÍÁËÒÏÓ ×ÏÚ×ÒÁÝÁÅÔ ÐÕÔØ ÄÏ ÕÍÅÎØÛÅÎÎÏÊ ËÏÐÉÉ ÉÚÏÂÒÁÖÅÎÉÑ.
\r\nðÒÉÍÅÒ: ^Thumbnail(\"éÍÑòÉÓÕÎËÁ\");. \r\n

\r\n^ThumbnailLinker(); - ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÕÍÅÎØÛÅÎÎÕÀ ËÏÐÉÀ ÉÚÏÂÒÁÖÅÎÉÑ, ×Ù×ÏÄÉÔ ÅÇÏ ÎÁ ÜËÒÁÎ, ÐÏÄ ÎÉÍ ÐÉÛÅÔ ÅÇÏ ÎÁÚ×ÁÎÉÅ É ÒÁÚÍÅÒ ÆÁÊÌÁ ÏÓÎÏ×ÎÏÇÏ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ.
\r\n

\r\n^u; - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÓÓÙÌËÕ ÎÁ ÓÁÊÔ ËÏÍÐÁÎÉÉ.\r\n

\r\n^URLEncode();
\r\n

\r\n^User(); - ÜÔÏÔ ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÐÏËÁÚÙ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ.
÷ ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÚÁÄÁÔØ ÐÁÒÁÍÅÔÒ, Ó ÐÏÍÏÝØÀ ËÏÔÏÒÏÇÏ ÍÏÖÎÏ ÏÇÒÁÎÉÞÉ×ÁÔØ ÄÏÓÔÕÐ Ë ÉÎÆÏÒÍÁÃÉÉ. îÁÐÒÉÍÅÒ:^User(email); ÐÏËÁÚÙ×ÁÅÔ ÔÏÌØËÏ ÜÌÅËÔÒÏÎÎÙÊ ÁÄÒÅÓ ÐÏÌØÚÏ×ÁÔÅÌÑ. åÓÌÉ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÎÅ ÕËÁÚÁÎ ÐÁÒÁÍÅÔÒ, ÔÏ ÏÔÏÂÒÁÖÁÅÔÓÑ ×ÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ.\r\n

\r\n^/; ÏÔÏÂÒÁÖÁÅÔ ÐÕÔØ Ë ÇÌÁ×ÎÏÍÕ ÓËÒÉÐÔÕ ÓÉÓÔÅÍÙ.\r\n

\r\n^\\; ÏÔÏÂÒÁÖÁÅÔ url ÔÅËÕÛÅÊ ÓÔÒÁÎÉÃÅ. \r\n

\r\n^@; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÉÍÑ, ÐÏÄ ËÏÔÏÒÙÍ ÐÏÌØÚÏ×ÁÔÅÌØ ÚÁÛÅÌ ÎÁ ÓÁÊÔ.\r\n

\r\n^?; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÆÏÒÍÕ ÄÌÑ ÐÏÉÓËÁ ÐÏ ÓÁÊÔÕ\r\n

\r\n^#; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ID ÐÏÌØÚÏ×ÁÔÅÌÑ\r\n

\r\n^*; or ^*(); ÇÅÎÅÒÁÔÏÒ ÓÌÕÞÁÊÎÙÈ ÞÉÓÅÌ
\r\näÉÁÐÁÚÏÎ ×ÏÚÍÏÖÎÙÈ ÚÎÁÞÅÎÉÊ ÏÔ 0 ÄÏ 100.\r\n

\r\n^-;,^0;,^1;,^2;,^3; ÍÁËÒÏÓÙ, ÉÓÐÏÌØÚÕÀÝÉÅÓÑ × ÆÕÎËÃÉÉ SQL-ÚÁÐÒÏÓÁ.\r\n

\r\n\r\n\r\n\r\n\r\n',1037021080); +INSERT INTO international VALUES (625,'WebGUI',21,'éÍÑ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÓÓÙÌËÉ ÎÁ ÜÔÏ ÉÚÏÂÒÁÖÅÎÉÅ.\r\n

\r\næÁÊÌ
\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ Ó ×ÁÛÅÇÏ ËÏÍÐØÀÔÅÒÁ ÄÌÑ ÏÐÒÁ×ËÉ ÎÁ ÓÅÒ×ÅÒ.\r\n

\r\nðÁÒÁÍÅÔÒÙ
\r\n÷ ÜÔÏÍ ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÁÔÒÉÂÕÔÙ ÄÌÑ ÔÅÇÁ img.
\r\nîÁÐÒÉÍÅÒ:
\r\nalign=\"right\"
\r\nalt=\"ÒÉÓÕÎÏË\"',1037015974); +INSERT INTO international VALUES (626,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÄÏÂÁ×ÉÔØ ÍÏÄÕÌØ ÎÁ ÓÔÒÁÎÉÃÕ ÉÚ ÍÅÎÀ „äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...“ ×ÙÂÅÒÉÔÅ ÎÕÖÎÙÊ ×ÁÍ ÍÏÄÕÌØ.',1037084391); +INSERT INTO international VALUES (627,'WebGUI',21,'ðÏÌÑ × ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ ÍÏÖÎÏ ÄÏ×Á×ÌÑÔØ, × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ, ÞÔÏ ×Ù ÈÏÔÉÔÅ ÚÎÁÔØ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ.',1037107666); +INSERT INTO international VALUES (628,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ ÂÕÄÅÔ ÕÄÁÌÅÎ Ó ÓÅÒ×ÅÒÁ É ×ÏÓÓÔÁÎÏ×ÌÅÎÉÀ ÎÅ ÐÏÄÌÅÖÉÔ.',1036930387); +INSERT INTO international VALUES (629,'WebGUI',21,'??? × ÒÁÚÒÁÂÏÔËÅ',1036414113); +INSERT INTO international VALUES (630,'WebGUI',21,'÷ ÓÉÓÔÅÍÕ ×ÓÔÒÏÅÎÁ ÐÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ. äÌÑ ÅÅ ×ÙÚÏ×Á ÉÓÐÏÌØÚÕÊÔÅ ÍÁËÒÏÓ ^?;\r\núÁÍÅÞÁÎÉÅ: ÐÏÉÓË ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÔÏÌØËÏ × ÒÁÍËÁÈ ×ÁÛÅÇÏ ÓÁÊÔÁ.',1037107995); +INSERT INTO international VALUES (631,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÍÁÎÅÄÖÅÒÁ ÉÚÏÂÒÁÖÅÎÉÊ ×Ù ÍÏÖÅÔÅ ÐÒÉÓÙÌÁÔØ ÇÒÁÆÉÞÅÓËÉÅ ÆÁÊÌÙ ÎÁ ÓÁÊÔ É ×ÙÚÙ×ÁÔØ ÉÈ ÐÒÉ ÐÏÍÏÝÉ ÍÁËÒÏÓÏ× ^i(); É ^I();\r\n',1037109128); +INSERT INTO international VALUES (616,'WebGUI',21,'??? × ÒÁÚÒÁÂÏÔËÅ',1036591976); +INSERT INTO international VALUES (632,'WebGUI',21,'Id ÍÏÄÕÌÑ
\r\nId ÍÏÄÕÌÑ ÐÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÕÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÃÉÏÎÎÙÊ ÎÏÍÅÒ, ÐÒÉÓ×ÁÉÍÙÊ ÍÏÄÕÌÀ ÓÉÓÔÅÍÏÊ Á×ÔÏÍÁÔÉÞÓËÉ. éÓÐÏÌØÚÕÅÔÓÑ ÐÒÉ ÎÁÐÉÓÁÎÉÉ SQL- ÚÁÐÒÏÓÏ×.\r\n

\r\nîÁÚ×ÁÎÉÅ
\r\nîÁÚ×ÁÎÉÅ ÍÏÄÕÌÑ; ÏÎÏ ÏÂÙÞÎÏ ÏÔÏÂÒÁÖÁÅÔÓÑ ÐÅÒÅÄ ÍÏÄÕÌÅÍ.\r\n

\r\nïÔÏÂÒÁÖÁÔØ ÎÁÚ×ÁÎÉÅ
\r\näÌÑ ÌÀÂÏÇÏ ÍÏÄÕÌÑ ÍÏÖÎÏ ÒÁÚÒÅÛÉÔØ ÉÌÉ ÚÁÐÒÅÔÉÔØ ÏÔÏÂÒÁÖÅÎÉÅ ÅÇÏ ÎÁÚ×ÁÎÉÅ.\r\n

\r\n÷ÙÐÏÌÎÑÔØ ÍÁËÒÏÓÙ?
\r\näÌÑ ÌÀÂÏÇÏ ÍÏÄÕÌÑ ÍÏÖÎÏ ÒÁÚÒÅÛÉÔØ ÉÌÉ ÚÁÐÒÅÔÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÍÁËÒÏÓÏ×.\r\n

\r\nðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ
\r\níÏÖÎÏ ×ÙÂÒÁÔØ ÐÏÚÉÃÉÀ ÍÏÄÕÌÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ ÓÔÒÁÎÉÃÙ.\r\n

\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÎÁÄÏ ÕËÁÚÁÔØ ÄÁÔÕ, ÎÁÞÉÎÁÑ Ó ËÏÔÏÒÏÊ ÍÏÄÕÌØ ÓÔÁÎÏ×ÉÔÓÑ ×ÉÄÉÍÙÍ ÄÌÑ ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÕËÁÚÙ×ÁÅÔÓÑ ÄÁÔÁ, ÐÏÓÌÅ ËÏÔÏÒÏÊ ÍÏÄÕÌØ ÓÔÁÎÏ×ÉÔÓÑ ÎÅ×ÉÄÉÍÙÍ ÄÌÑ ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\nïÐÉÓÁÎÉÅ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÏÂÙÞÎÏ ÕËÁÚÙ×ÁÀÔÓÑ ÏÓÎÏ×ÎÙÅ ÆÉÎËÃÉÉ ÍÏÄÕÌÑ. ðÏÌÅ ÍÏÖÎÏ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ.\r\n

',1037085372); +INSERT INTO international VALUES (633,'WebGUI',21,'îÏ×ÁÑ ÇÌÁ×ÎÁÑ ÓÔÒÁÎÉÃÁ ÄÏÂÁ×ÌÑÅÔÓÑ × ÏÓÎÏ×ÎÏÍ ÄÌÑ ÓÏÚÄÁÎÉÑ ÓËÒÙÔÏÊ ÚÁÎÙ, ÎÅ×ÉÄÉÍÏÊ Ó ÏÓÎÏ×ÎÏÇÏ ÓÁÊÔÁ.',1037108799); +INSERT INTO international VALUES (634,'WebGUI',21,'îÁÞÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ
\r\n÷ ËÁÞÅÓÔ×Å ÎÁÞÁÌØÎÏÊ ÓÔÒÁÎÉÃÙ ÍÏÖÎÏ ×ÙÂÒÁÔØ ÌÀÂÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ.

\r\nóÔÒÁÎÉÃÁ \"óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ\"
\r\nåÓÌÉ ÓÔÒÁÎÉÃÁ, ÚÁÐÒÏÛÅÎÎÁÑ ÐÏÌØÚÏ×ÁÔÅÌÅÍ Ó×ÁÛÅÇÏ ÓÁÊÔÁ ÎÅ ÎÁÊÄÅÎÁ, ÔÏ ÐÏÌØÚÏ×ÁÔÅÌØ ÂÕÄÅÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÌÅÎ ÎÁ ×ÙÂÒÁÎÎÕÀ ÚÄÅÓØ ÓÔÒÁÎÉÃÕ. ÷ ËÁÞÅÓÔ×Å ÓÔÒÁÎÉÃÙ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÔÒÁÎÉÃÕ ÓÏÄÅÒÖÁÝÕÀ ÆÏÒÍÕ ÄÌÑ ÐÏÉÓËÁ, ËÁÒÔÕ ÓÁÊÔÁ ÉÌÉ ÄÏÍÁÛÎÀÀ ÓÔÒÁÎÉÃÕ.

\r\nïÂß×ÌÅÎÉÅ ÔÉÐÁ ÄÏËÕÍÅÎÔÏ×
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ÓÉÓÔÅÍÁ ÇÅÎÅÒÉÒÕÅÔ ÄÏËÕÍÅÎÔÙ, ÓÏÏÔ×ÅÔÓ×ÕÀÝÉÅ ÓÔÁÎÄÁÒÔÕ HTML 4.0

\r\näÏÂÁ×ÉÔØ ËÏÍÅÎÔÁÒÉÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?
\r\nðÏ ÕÍÏÌÞÁÎÉÀ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÎÌØ, ÏÂÌÁÄÁÀÝÉÊ ÐÒÁ×ÏÍ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÏÄÅÒÖÉÍÏÇÏ ÓÁÊÔÁ, ÉÚÍÅÎÑÅÔ ÓÏÄÅÒÖÁÎÉÅ ÓÏÏÂÝÅÎÉÑ ÎÁ ÆÏÒÕÍÅ, ÔÏ Ë ÓÏÏÂÝÅÎÉÀ ÄÏÂÁ×ÌÑÅÔÓÑ ËÏÍÍÅÎÔÁÒÉÊ Ï ÔÏÍ ËÔÏ É ËÏÇÄÁ ÓÄÅÌÁÌ ÉÚÍÅÎÅÎÉÅ.

\r\næÉÌØÔÒ ÄÌÑ HTML-ËÏÄÁ
\r\näÌÑ ÉÎÆÏÒÍÁÃÉÉ, ÐÒÉÓÌÁÎÎÏÊ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÓÁÊÔÁ, ÍÏÖÎÏ ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×ÉÌÁ ÆÉÌØÔÒÁÃÉÉ HTML-ËÏÄÁ.

\r\níÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×
\r\n÷ ÜÔÏÊ ÓÔÒÏËÅ ÎÁÄÏ ÕËÁÚÁÔØ ÍÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ËÌÁÄÙ×ÁÅÍÙÈ ÆÁÊÌÏ× (× ËÉÌÏÂÁÊÔÁÈ) ÐÒÉ ÐÏÓÙÌËÉ ÉÈ ÎÁ ÓÁÊÔ.

\r\níÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÉÚÏÂÒÁÖÅÎÉÑ
\r\níÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÉÚÏÂÒÁÖÅÎÉÑ ÚÁÄÁÅÔÓÑ × ÐÉËÓÅÌÁÈ. ÷ÓÅ ÐÒÉÓÙÌÁÅÍÙÅ ÎÁ ÓÁÊÔ ÇÒÁÆÉÞÅÓËÉÅ ÆÁÊÌÙ ÁÎÁÌÉÚÉÒÕÀÔÓÑ ÓÉÓÔÅÍÏÊ, É, ÅÓÌÉ ËÏÌÌÉÞÅÓÔ×Ï ÐÉËÓÅÌÏ× ÐÏ ÄÌÉÎÎÏÊ ÓÔÏÒÏÎÅ ÐÒÅ×ÙÛÁÅÔ ÕËÁÚÁÎÎÙÊ ÒÁÚÍÅÒ, ÔÏ ÉÚÏÂÒÁÖÅÎÉÅ ÕÍÅÎØÛÁÅÔÓÑ ÄÏ ÕËÁÚÁÎÎÏÇÏ ÒÁÚÍÅÒÁ.

\r\nòÁÚÍÅÒ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÉÚÏÂÒÁÖÅÎÉÊ
\r\näÌÑ ×ÓÅÈ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌÏ×, ÐÒÉÓÙÌÁÅÍÙÈ ÎÁ ÓÁÊÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÓÏÚÄÁÅÔÓÑ ÕÍÅÎØÛÅÎÎÎÁÑ ËÏÐÉÑ, ÒÁÚÍÅÒ ËÏÔÏÒÏÊ ÍÏÖÎÏ ÏÐÒÅÄÅÌÉÔØ × ÜÔÏÊ ÓÔÒÏËÅ. òÁÚÍÅÒ ÚÁÄÁÅÔÓÑ × ÐÉËÓÅÌÁÈ.

\r\nëÏÌÉÞÅÓÔ×Ï ÓÔÏË × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ
\r\nëÏÌÉÞÅÓÔ×Ï ÓÔÏË × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ÆÏÒÍÙ ÚÁÄÁÅÔÓÑ ÖÅÓÔËÏ × ÐÉËÓÅÌÁÈ.

\r\nëÏÌÉÞÅÓÔ×Ï ÓÔÏÌÂÃÏ× × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ
ëÏÌÉÞÅÓÔ×Ï ÓÔÏÌÂÃÏ× × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ÕËÁÚÙ×ÁÅÔÓÑ ÖÅÓÔËÏ × ÐÉËÓÅÌÁÈ.

\r\nòÁÚÍÅÒ ÔÅËÓÔÏ×ÙÈ ÂÌÏËÏ×
\r\n÷ ÜÔÏÊ ÓÔÒÏËÅ ÎÁÄÏ ÕËÁÚÁÔØ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÌÉÞÅÓÔ×Ï ÓÉÍ×ÏÌÏ×, ÏÔÏÂÒÁÖÁÅÍÏÅ × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ÆÏÒÍÙ.

\r\néÓÐÏÌØÚÕÅÍÙÊ ÒÅÄÁËÔÏÒ ÔÅËÓÔÁ
\r\n÷ ×ÙÐÁÄÁÀÝÅÍ ÍÅÎÀ ×ÁÍ ÐÒÅÄÌÏÖÅÎ ×ÙÂÏÒ ÉÚ Ä×ÕÈ ÒÅÄÁËÔÏÒÏ×: ×ÓÔÒÏÅÎÎÏÇÏ É ×ÎÅÛÎÅÇÏ. ÷ÓÔÒÏÅÎÎÙÊ ÒÅÄÁËÔÏÒ ÉÍÅÅÔ ÄÏÓÔÁÔÏÞÎÏ ÎÅ×ÙÓÏËÕÀ ÆÕÎËÃÉÏÎÁÌØÎÏÓÔØ, ÎÏ ÄÏÓÔÁÔÏÞÎÏ ×ÙÓÏËÕÀ ÓËÏÒÏÓÔØ ÒÁÂÏÔÙ. ÷ÎÅÛÎÉÊ ÒÅÄÁËÔÏÒ ÏÂÌÁÄÁÅÔ ×ÙÓÏËÏÊ ÆÕÎËÃÉÏÎÁÌØÎÏÓÔØÀ.

\r\n',1037171770); +INSERT INTO international VALUES (635,'WebGUI',21,'ðÁËÅÔÙ ÐÒÅÄÓÔÁÌÑÀÔ ÓÏÂÏÊ ÓÇÒÕÐÐÉÒÏ×ÁÎÎÙÅ ÓÔÒÁÎÉÃÙ É ÏÂßÅËÔÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁËÅÔÏ× ÜÆÆÅËÔÉ×ÎÏ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÓÁÊÔÁ ÐÒÉÈÏÄÉÔÓÑ ÞÁÓÔÏ ÏÄÉÎÁËÏ×ÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ. îÁÐÒÉÍÅÒ: ÎÁÄÏ ÞÁÓÔÏ ÄÏÂÁ×ÌÑÔØ ÓÔÒÁÎÉÃÕ É ÎÁ ÓÔÒÁÎÉÃÕ ÄÏÂÁ×ÌÑÔØ ÓÔÁÔØÀ.',1037185552); +INSERT INTO international VALUES (636,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ÐÁËÅÔ ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ÎÉÖÅ ÐÏÓÌÅÄÏ×ÁÔÅÌÎÏÓÔØ ÄÅÊÓÔ×ÉÊ:\r\n
    \r\n
  1. ÷ ÍÅÎÀ „æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ“ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ „ðÁËÅÔÙ“ \r\n
  2. äÏÂÁרÔÅ ÓÔÒÁÎÉÃÕ É ÄÁÊÔÅ ÅÊ ÉÍÑ. éÍÑ ÓÔÒÁÎÉÃÙ É ÂÕÄÅÔ ÉÍÅÎÅÍ ÐÁËÅÔÁ.\r\n
  3. úÁÊÔÉÔÅ ÎÁ Ó×ÅÖÅÓÏÚÄÁÎÎÕÀ ÓÔÒÁÎÉÞËÕ É ÄÏÂÁרÔÅ ÔÕÄÁ ÓÔÒÁÎÉÞËÉ É ÍÏÄÕÌÉ. ëÁÖÄÁÑ ÓÔÒÁÎÉÃÁ ÉÌÉ ÍÏÄÕÌØ, ËÏÔÏÒÙÊ ×Ù ÄÏÂÁ×ÉÔÅ ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ × „ðÁËÅÔÙ“ \r\n
',1037085902); +INSERT INTO international VALUES (638,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÌÅÇËÏ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÏÔÄÅÌØÎÏÊ ÓÔÒÁÎÉÃÙ, ÎÅ ÍÅÎÑÑ ×ÉÄ ÓÁÊÔÁ ÃÅÌÉËÏÍ.',1036481566); +INSERT INTO international VALUES (639,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÛÁÂÌÏÎÁ, ÈÁÔÁËÔÅÒÉÚÕÀÝÅÅ ×ÎÅÛÎÉÊ ×ÉÄ ÓÔÒÁÎÉÃÙ ÐÏÓÌÅ ÅÇÏ ÐÒÉÍÅÎÅÉÑ.

\r\nûÁÂÌÏÎ
\r\nüÔÏ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ ÐÒÅÄÎÁÚÎÁÞÅÎÏ ÄÌÑ ÎÁÐÉÓÁÎÉÑ ÓÁÍÏÇÏ ÛÁÂÌÏÎÁ. ðÒÉ ÎÁÐÉÓÁÎÉÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÒÁÚÌÉÞÎÙÅ ÍÁËÒÏÓÙ. ûÁÂÌÏÎ ÚÁÐÉÓÙ×ÁÅÔÓÑ ÎÁ ÑÚÙËÅ HTML.

\r\n',1036482140); +INSERT INTO international VALUES (637,'WebGUI',21,'úÁÄÅÒÖËÁ ×Ï ×ÒÅÍÅÎÉ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÎÁÄÏ ÕËÁÚÁÔØ ÞÉÓÌÏ ÞÁÓÏ×, ÎÁ ËÏÔÏÒÏÅ ÏÔÌÉÞÁÅÔÓÑ ÌÏËÁÌØÎÏÅ ×ÒÅÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ É ×ÒÅÍÑ ÎÁ ÓÅÒ×ÅÒÅ.\r\n

\r\n÷ÎÅÛÎÉÊ ×ÉÄ ÏÂÓÕÖÄÅÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ, × ËÁËÏÍ ×ÉÄÅ ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØ ÓÏÏÂÝÅÎÉÑ ÏÂÓÕÖÄÅÎÉÑ.\r\n

\r\n÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÄÅÊÓÔ×ÉÅ, ËÏÔÏÒÏÅ ÂÕÄÅÔ ÐÒÏÉÚ×ÏÄÉÔØÓÑ ÐÒÉ ÐÏÓÔÕÐÌÅÎÉÉ ×ÈÏÄÑÝÅÇÏ ÓÏÏÂÝÅÎÉÑ.\r\n

',1037190271); +INSERT INTO international VALUES (845,'WebGUI',1,'Style Macros',1038888926); +INSERT INTO international VALUES (846,'WebGUI',1,'These macros are mainly useful in maintaining styles in WebGUI.\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\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\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^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

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

\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\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\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^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\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\n\r\nNote: The .searchBox style sheet class is tied to this macro.\r\n

\r\n\r\n^-;
\r\nThis is known as the separator macro. It must appear exactly once in every style. Wherever it appears is where the content for any given page will be put.\r\n

',1038888926); +INSERT INTO international VALUES (843,'WebGUI',1,'User Macros',1038888561); +INSERT INTO international VALUES (844,'WebGUI',1,'These macros have to do with users and logins.\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\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\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle; or ^AdminToggle();
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n

\r\n\r\n\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\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\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n

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

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

\r\n\r\n',1038888561); +INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macros',1038888367); +INSERT INTO international VALUES (842,'WebGUI',1,'These macros are used to create navigation on the site.\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\n\r\nNote: The .crumbTrail style sheet class is tied to this macro.\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^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\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^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^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\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\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\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^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\r\n

\r\n\r\n',1038888367); +INSERT INTO international VALUES (837,'WebGUI',1,'Folder, Add/Edit',1038871918); +INSERT INTO international VALUES (838,'WebGUI',1,'Folders are used to organize collateral, much the same way you\'d use folders on your hard drive or in a file cabinet.\r\n

\r\nOrganize in Folder
\r\nFolders can be inside of other folders. In which folder would you like to put this folder?\r\n

\r\n\r\nName
\r\nGive this folder a name so you can recognize what\'s in it.\r\n

\r\n\r\nDescription
\r\nDescribe the folder so that you remember why you created it and what it\'s supposed to contain.\r\n

',1038871918); +INSERT INTO international VALUES (835,'WebGUI',1,'Snippet, Add/Edit',1038871744); +INSERT INTO international VALUES (836,'WebGUI',1,'Snippets are bits of text that may be reused on your site. Thinks like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.\r\n

\r\nName
\r\nGive your snippet a unqiue name that you can use later to retrieve it.\r\n

\r\n\r\nOrganize in Folder
\r\nWhich collateral folder should contain this snippet?\r\n

\r\n\r\nSnippet
\r\nStart typing! Or better yet, copy the snippet from some other electronic document and paste it here.\r\n

',1038871744); +INSERT INTO international VALUES (833,'WebGUI',1,'File, Add/Edit',1038871497); +INSERT INTO international VALUES (834,'WebGUI',1,'You can upload any kind of file to the repository to be used later.\r\n

\r\n\r\nName
\r\nGive this file a unique name that you can use to retrieve it later.\r\n

\r\n\r\nOrganize in Folder
\r\nWhich collateral folder should hold this file?\r\n

\r\n\r\nFile
\r\nSelect a file from your hard drive to upload.\r\n

',1038871497); +INSERT INTO international VALUES (831,'WebGUI',1,'Collateral Macros',1038871188); +INSERT INTO international VALUES (832,'WebGUI',1,'The collateral management system has several macros for its specific purpose.\r\n

\r\n\r\n^I();
\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n

\r\nExample: ^I(\"logo\");\r\n

\r\n\r\n^i();
\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n

\r\nExample: ^i(\"status report\");\r\n

\r\n\r\n^Thumbnail();
\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n

\r\nExample: ^Thumbnail(\"logo\");\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image.\r\n

\r\nExample: ^ThumbnailLinker(\"logo\");\r\n

\r\n\r\n^File();
\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n

\r\n',1038871188); +INSERT INTO international VALUES (829,'WebGUI',1,'Page Template',1038870260); +INSERT INTO international VALUES (830,'WebGUI',1,'Page templates are used to organize wobjects on your page. To do this you create page template positions. You can have any number of positions in your page template, but you must always have position one. The page template position variables look like this: \r\n

\r\n<tmpl_var page.position1>\r\n<tmpl_var page.position2>\r\n<tmpl_var page.position3>\r\n<tmpl_var page.position4>\r\n<tmpl_var page.position5>\r\n<tmpl_var page.position6>\r\n<tmpl_var page.position7>\r\n<tmpl_var ...>\r\n\r\n
\r\n\r\nThe position elements can go up to 1 billion, which should be more than enough for the average site.',1038870260); +INSERT INTO international VALUES (825,'WebGUI',1,'Template, Language',1038865669); +INSERT INTO international VALUES (826,'WebGUI',1,'WebGUI has a powerful templating language built to give you maximum control over the layout of your content. The following is a list of the template language syntax.\r\n\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n

\r\n

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

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

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

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

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

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

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

\r\n\r\ncanPost
\r\nA conditional indicating whether the current user has the privileges to post a new message.\r\n

\r\n\r\n\r\npost.url
\r\nThe URL to post a new message.\r\n

\r\n\r\npost.label
\r\nThe translated label for the post URL.\r\n

\r\n\r\n\r\nsearch.url
\r\nThe URL to search this message board.\r\n

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

\r\n\r\nsubject.label
\r\nThe translated label for the subject column.\r\n

\r\n\r\nuser.label
\r\nThe translated label for the user column.\r\n

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

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

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

\r\n\r\nlast.label
\r\nThe translated label for the last reply column.\r\n

\r\n\r\nmessage_loop
\r\nThe loop containing each message.\r\n

\r\n\r\nlast.url
\r\nThe URL to the last reply to this message.\r\n

\r\n\r\nlast.subject
\r\nThe subject on the last reply to this message.\r\n

\r\n\r\n\r\nlast.username
\r\nThe username who posted the last reply to this message.\r\n

\r\n\r\nlast.userProfile
\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n

\r\n\r\nlast.date
\r\nThe date that the last reply to this message was posted.\r\n

\r\n\r\n\r\nmessage.subject
\r\nThe subject of this message.\r\n

\r\n\r\nmessage.date
\r\nThe date that this message was posted.\r\n

\r\n\r\nmessage.user
\r\nThe user that posted this message.\r\n

\r\n\r\nmessage.views
\r\nThe views that this message has received.\r\n

\r\n\r\nmessage.replies
\r\nThe number of replies to this thread.\r\n

\r\n\r\nmessage.url
\r\nThe URL to view this message.\r\n

\r\n\r\nmessage.currentUser
\r\nA condition indicating whether the current user is also the user that posted this message.\r\n

\r\n\r\nmessage.status
\r\nThe status of this message (pending, approved, denied).\r\n

\r\n\r\n

\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n

\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n

\r\n

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

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

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

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

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

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

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

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

\r\n',1038853712); +INSERT INTO international VALUES (75,'LinkList',1,'Link List Template',1038852816); +INSERT INTO international VALUES (76,'LinkList',1,'The following is the list of template variables available in Link List templates.\r\n

\r\n\r\n\r\naddlink.url
\r\nThe URL to add a link to this link list.\r\n

\r\n\r\naddlink.label
\r\nThe translated label for the add link URL.\r\n

\r\n\r\nlink_loop
\r\nThis loop contains all of the information about each link.\r\n

\r\n\r\nlink.url
\r\nThe URL for this link.\r\n

\r\n\r\nlink.name
\r\nThe text to be linked.\r\n

\r\n\r\nlink.controls
\r\nThe WebGUI management controls for this link.\r\n

\r\n\r\nlink.newwindow
\r\nA conditional as to whether the link should be opened in a new window.\r\n

\r\n\r\nlink.description
\r\nThe description of this link.\r\n

\r\n\r\n

\r\n

\r\n',1038852816); +INSERT INTO international VALUES (73,'Item',1,'Item Template',1038852468); +INSERT INTO international VALUES (74,'Item',1,'The following is the list of template variables available in item templates.\r\n

\r\n\r\nattachment.name
\r\nThe filename for the file attached to this item.\r\n

\r\n\r\nattachment.url
\r\nThe URL to download the file attached to this item.\r\n

\r\n\r\nattachment.icon
\r\nThe URL to the icon for the file attached to this item.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1038852164); +INSERT INTO international VALUES (76,'FAQ',1,'FAQ Template',1038802597); +INSERT INTO international VALUES (77,'FAQ',1,'The following is the list of template variables available in FAQ templates.\r\n

\r\n\r\naddquestion.url
\r\nThe URL to add a question to the FAQ.\r\n

\r\n\r\naddquestion.label
\r\nThe translated label for the add question link.\r\n

\r\n\r\nqa_loop
\r\nThe loop containing the variables for each question in the FAQ.\r\n

\r\nqa.id
\r\nThe unique identifier for this question.\r\n

\r\nqa.answer
\r\nThe answer for this question.\r\n

\r\nqa.question
\r\nThe question itself.\r\n

\r\nqa.controls
\r\nThe WebGUI management controls for this question.\r\n

\r\n

\r\n

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

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

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

\r\n\r\ncalendar.big
\r\nA full page calendar.\r\n

\r\n\r\ncalendar.small
\r\nA small calendar showing only dates.\r\n

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

\r\n\r\ncalendar.lastPage
\r\nA link to the last page of the calendar pagination.\r\n

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

\r\n\r\ncalendar.previousPage
\r\nA link to the next page backward in the calendar pagination.\r\n

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

\r\n\r\ncalendar.multiplePages
\r\nA conditional variable indicating whether there is more than one page in the calendar pagination.\r\n

\r\n\r\nlist_loop
\r\nA loop containing the list view of an events calendar.\r\n

\r\nlist.date
\r\nThe date of this event.\r\n

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

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

\r\nlist.sameAsPrevious
\r\nA conditional indicating whether the this event has the same date as the last event.\r\n

\r\nlist.url
\r\nThe URL to the full page view of this event.\r\n

\r\nlist.controls
\r\nThe WebGUI management controls for this event.\r\n

\r\n\r\n

\r\n

\r\n\r\nlist.firstPage
\r\nA link to the first page of the pagination.\r\n

\r\n\r\nlist.lastPage
\r\nA link to the last page of the pagination.\r\n

\r\n\r\nlist.nextPage
\r\nA link to the next page forward in the pagination.\r\n

\r\n\r\nlist.previousPage
\r\nA link to the next page backward in the pagination.\r\n

\r\n\r\nlist.pageList
\r\nA list of links to all the pages in the pagination.\r\n

\r\n\r\nlist.multiplePages
\r\nA conditional variable indicating whether there is more than one page in the pagination.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1038794854); -- -- Table structure for table 'karmaLog' @@ -8373,16 +9203,17 @@ CREATE TABLE language ( -- +INSERT INTO language VALUES (6,'Svenska (Swedish)','ISO-8859-1','default'); +INSERT INTO language VALUES (5,'Português (Portuguese)','ISO-8859-1','default'); +INSERT INTO language VALUES (4,'Español (Spanish)','ISO-8859-1','default'); +INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','default'); +INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','default'); INSERT INTO language VALUES (1,'English','ISO-8859-1','default'); -INSERT INTO language VALUES (2,'Deutsch','ISO-8859-1','default'); -INSERT INTO language VALUES (3,'Nederlands','ISO-8859-1','default'); -INSERT INTO language VALUES (4,'Español','ISO-8859-1','default'); -INSERT INTO language VALUES (5,'Português','ISO-8859-1','default'); -INSERT INTO language VALUES (6,'Svenska','ISO-8859-1','default'); +INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','default'); INSERT INTO language VALUES (7,'¼òÌåÖÐÎÄ (Chinese Simple)','gb2312','default'); -INSERT INTO language VALUES (8,'Italiano','ISO-8859-1','default'); +INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','default'); INSERT INTO language VALUES (9,'ÁcÊ^¤¤¤å (Chinese Traditional)','BIG5','default'); -INSERT INTO language VALUES (10,'Dansk','ISO-8859-1','default'); +INSERT INTO language VALUES (10,'Dansk (Danish)','ISO-8859-1','default'); INSERT INTO language VALUES (11,'Arabic','ISO-8859-6','default'); -- @@ -8433,6 +9264,12 @@ CREATE TABLE page ( startDate int(11) NOT NULL default '946710000', endDate int(11) NOT NULL default '2082783600', redirectURL text, + userDefined1 varchar(255) default NULL, + userDefined2 varchar(255) default NULL, + userDefined3 varchar(255) default NULL, + userDefined4 varchar(255) default NULL, + userDefined5 varchar(255) default NULL, + languageId int(11) NOT NULL default '1', PRIMARY KEY (pageId) ) TYPE=MyISAM; @@ -8441,11 +9278,14 @@ CREATE TABLE page ( -- -INSERT INTO page VALUES (1,0,'Home',-6,3,1,1,1,1,0,1,0,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL); -INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,1,1,1,1,0,1,0,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL); -INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL); -INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL); -INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL); +INSERT INTO page VALUES (1,0,'Home',-8,3,1,1,1,1,0,1,0,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,1,1,1,1,0,1,0,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (-3,1,'Your Next Step',-8,3,1,1,1,1,0,1,0,3,'','your_next_step',1,'Your Next Step','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (-2,1,'WebGUI Users',-8,3,1,1,1,1,0,1,0,2,'','webgui_users',1,'WebGUI Users','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (-1,1,'Getting Started',-8,3,1,1,1,1,0,1,0,1,'','getting_started',1,'Getting Started','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1); -- -- Table structure for table 'pageStatistics' @@ -8525,6 +9365,12 @@ INSERT INTO settings VALUES ('showDebug','0'); INSERT INTO settings VALUES ('styleManagersGroup','5'); INSERT INTO settings VALUES ('templateManagersGroup','8'); INSERT INTO settings VALUES ('trackPageStatistics','0'); +INSERT INTO settings VALUES ('smbPDC','your PDC'); +INSERT INTO settings VALUES ('smbBDC','your BDC'); +INSERT INTO settings VALUES ('smbDomain','your NT Domain'); +INSERT INTO settings VALUES ('selfDeactivation','1'); +INSERT INTO settings VALUES ('snippetsPreviewLength','30'); +INSERT INTO settings VALUES ('mailFooter','^c;\n^e;\n^u;\n'); -- -- Table structure for table 'style' @@ -8555,6 +9401,7 @@ INSERT INTO style VALUES (5,'Trash','','^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'); INSERT INTO style VALUES (-6,'WebGUI 4','\r\n','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^AdminBar;\r\n\"Print!\"\r\n
\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
\r\n
User:\r\n ^a(^@;);
Location: ^C;
\r\n
\r\n\r\n\r\n \r\n \r\n\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 \r\n
\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n

\r\n

\r\n
^D(\"%c %D %y\");Powered by WebGUI
\r\n\r\n\r\n'); INSERT INTO style VALUES (-7,'Smooth Blues','\r\n','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n
Home\r\n
\r\n
\r\n \r\n \r\n
Print!\r\n
\r\n
\r\n \r\n \r\n
My Account\r\n
\r\n
\r\n
\r\n\r\n\r\n \r\n \r\n \r\n \r\n
^C;^?;
\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
\r\n \r\n
\r\n

Site Navigation

\r\n
\r\n \r\n \r\n \r\n \r\n
^T(0);
^L;
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n \r\n\r\n^-;\r\n\r\n\r\n
\r\n
\r\n\r\n\r\n


This Design ©2002 OpenServe
\r\n\r\n
\r\n\r\n'); +INSERT INTO style VALUES (-8,'WebGUI 5','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^C;User: ^a(^@;);
\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n
\r\n ^H;\r\n
\r\n ^FlexMenu;\r\n ^a;\r\n
\r\n
\r\n
\r\n
\r\n
^-;
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
\r\n\r\n\r\n'); -- -- Table structure for table 'template' @@ -8573,32 +9420,46 @@ CREATE TABLE template ( -- -INSERT INTO template VALUES (5,'Left Column','\r\n\r\n \r\n \r\n\r\n
','Page'); -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
','Page'); -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
','Page'); -INSERT INTO template VALUES (1,'Default Page','\r\n\r\n\r\n\r\n
\r\n','Page'); -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
\r\n','Page'); -INSERT INTO template VALUES (6,'Right Column','\r\n\r\n \r\n \r\n\r\n
\r\n','Page'); -INSERT INTO template VALUES (7,'Side By Side','\r\n\r\n \r\n \r\n\r\n
\r\n','Page'); -INSERT INTO template VALUES (1,'Default Product','\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
\r\n\r\n\r\n

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

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

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

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

\r\n\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n\r\n
Features
\r\n\r\n

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

\r\n

Benefits
\r\n\r\n

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

Specifications
\r\n\r\n

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

Accessories
\r\n\r\n

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

Related Products
\r\n\r\n

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

\r\n\r\n','Product'); -INSERT INTO template VALUES (2,'Benefits Showcase','\r\n\r\n\r\n \" border=\"0\" />

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

\r\n\r\n\r\n Benefits
\r\n\r\n

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

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

\r\n\r\n\r\nSpecifications
\r\n\r\n

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

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

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

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

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

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

\r\n\r\nBenefits
\r\n\r\n

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

\r\n\r\n

\r\n\r\nSpecifications
\r\n\r\n

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

\r\n\r\nAccessories
\r\n\r\n

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

\r\n\r\nRelated Products
\r\n\r\n

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

\r\n

\r\n \r\n Price:
\r\n
\r\n\r\n\r\n Product Number:
\r\n
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n
\r\n\r\n\r\n','Product'); -INSERT INTO template VALUES (4,'Left Column Collateral','\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n
\r\n
\r\n\r\n \">\" border=\"0\" />

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

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

\r\n\r\n

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

\r\n\r\n\r\nSpecs:
\r\n\r\n

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

\r\n\r\nFeatures:
\r\n\r\n

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

\r\n\r\nOptions:
\r\n\r\n

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

\r\n','Product'); -INSERT INTO template VALUES (1,'Default FAQ','\r\n\r\n\r\n

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

\r\n\r\n

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

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

[top]

\r\n\r\n\r\n','FAQ'); -INSERT INTO template VALUES (2,'Q and A','\r\n

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

\r\n\r\n\r\nQ:
\r\nA: \r\n

\r\n\r\n\r\n','FAQ'); -INSERT INTO template VALUES (3,'Topics','\r\n

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

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

\r\n\r\n

\r\n\r\n\r\n','FAQ'); -INSERT INTO template VALUES (1,'Default Item','\r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \">\" border=0 alt=\"\" width=16 height=16 border=0 align=\"middle\">\r\n\r\n\r\n\r\n - \r\n','Item'); -INSERT INTO template VALUES (1,'Default USS','\r\n\r\n\r\n
\r\n\r\n\r\n ·\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \"> \r\n \r\n ()\r\n \r\n\">
\r\n\r\n\r\n

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

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

\r\n\r\n

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

','USS/Submission'); -INSERT INTO template VALUES (2,'Traditional with Thumbnails','\r\n\r\n\r\n\r\n
\r\n\r\n\r\n ·\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \"> \r\n \r\n ()\r\n \r\n\r\n \r\n \">\" border=\"0\">\r\n \r\n \">
\r\n\r\n\r\n
\r\n · · \r\n
\r\n
\r\n\r\n','USS'); -INSERT INTO template VALUES (3,'Weblog','\r\n\r\n\r\n

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

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

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

\r\n

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

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

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

\r\n · · \r\n
\r\n\r\n','USS'); -INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \" target=\"_blank\">\" border=0 alt=\"\" width=16 height=16 border=0 align=\"middle\">\r\n\r\n\r\n\r\n - \r\n','Item'); -INSERT INTO template VALUES (5,'Classifieds','\r\n\r\n\r\n ·\r\n\r\n

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

\">

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

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

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

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

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

\r\n · \r\n
\r\n\r\n','USS'); -INSERT INTO template VALUES (1,'Default Article','\r\n
\r\n \" align=\"right\" border=\"0\">\r\n\r\n\r\n\r\n

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

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

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

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

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

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

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

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n','Article'); -INSERT INTO template VALUES (3,'Left Align Image','\r\n
\r\n \" align=\"left\" border=\"0\">\r\n\r\n\r\n\r\n

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

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

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

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n','Article'); +INSERT INTO template VALUES (7,'Side By Side','\r\n\r\n \r\n \r\n\r\n
\r\n','Page'); +INSERT INTO template VALUES (6,'Right Column','\r\n\r\n \r\n \r\n\r\n
\r\n','Page'); +INSERT INTO template VALUES (1,'Default Page','\r\n\r\n\r\n\r\n
\r\n','Page'); +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
\r\n','Page'); +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
','Page'); +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
','Page'); +INSERT INTO template VALUES (5,'Left Column','\r\n\r\n \r\n \r\n\r\n
','Page'); +INSERT INTO template VALUES (4,'Left Column Collateral','\r\n\r\n\r\n\r\n

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

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

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

\r\n\r\n

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

\r\n\r\n\r\nSpecs:
\r\n\r\n \">

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

\r\n\r\nFeatures:
\r\n\r\n \">

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

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

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

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

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

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

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

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

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

\r\n\r\n

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

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

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

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

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

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

\r\n

\r\n \r\n Price:
\r\n
\r\n\r\n\r\n Product Number:
\r\n
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n\r\n \">\" border=0 align=\"absmiddle\">
\r\n
\r\n
\r\n\r\n\r\n','Product'); +INSERT INTO template VALUES (2,'Benefits Showcase','\r\n\r\n\r\n

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

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

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

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

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

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

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

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

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

\r\n\r\n','Product'); +INSERT INTO template VALUES (1,'Default Product','\r\n\r\n\r\n

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

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

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

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

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

\r\n\r\n

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

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

\r\n

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

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

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

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

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

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

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

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

\r\n\r\n','Product'); +INSERT INTO template VALUES (2,'Q and A','\r\n

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

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

\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n Q:
\r\n A: \r\n

\r\n\r\n\r\n','FAQ'); +INSERT INTO template VALUES (1,'Default FAQ','\r\n\r\n

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

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

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

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

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

[top]

\r\n\r\n\r\n','FAQ'); +INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \" target=\"_blank\">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item'); +INSERT INTO template VALUES (5,'Classifieds','\r\n

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

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

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

\">

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

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

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

\r\n\r\n

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

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

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

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

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

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

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

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

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

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

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

\r\n

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

\r\n · \r\n
\r\n
\r\n','USS'); +INSERT INTO template VALUES (1,'Default Item','\r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item'); +INSERT INTO template VALUES (2,'Traditional with Thumbnails','\r\n

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

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

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

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

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

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

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

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

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

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

\r\n \r\n \r\n
\"> ()\">
\r\n\r\n','Article'); +INSERT INTO template VALUES (2,'Center Image','\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n

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

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

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

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

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

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

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

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

\r\n · · \r\n
\r\n
','FileManager'); +INSERT INTO template VALUES (2,'List with Thumbnails','\r\n

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

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

\r\n · · \r\n
\r\n
','FileManager'); +INSERT INTO template VALUES (4,'Linked Image with Caption','\r\n

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

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

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

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

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

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

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

\r\n \r\n

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

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

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

\r\n\r\n\r\n\r\n \r\n \r\n \r\n ·\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
\r\n
\r\n','LinkList'); +INSERT INTO template VALUES (2,'Unordered List','\r\n

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

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

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

    \r\n\r\n
  • \r\n \r\n \r\n \r\n \r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
  • \r\n
    \r\n','LinkList'); +INSERT INTO template VALUES (3,'Ordered List','\r\n

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

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

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

      \r\n\r\n
    1. \r\n \r\n \r\n \r\n\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
    2. \r\n
      \r\n
    ','LinkList'); +INSERT INTO template VALUES (4,'Descriptive','\r\n

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

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

    \r\n\r\n\r\n\r\n \r\n
    \r\n
    \r\n\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n

    \r\n\r\n','LinkList'); +INSERT INTO template VALUES (1,'Default Message Board','\r\n

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

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

    \r\n · · \r\n
    \r\n
    \r\n\r\n','MessageBoard'); +INSERT INTO template VALUES (1,'Default Site Map','\r\n

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

    \r\n\r\n\r\n\r\n ·\">
    \r\n
    ','SiteMap'); +INSERT INTO template VALUES (2,'Descriptive Site Map','\r\n

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

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

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

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

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

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

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

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

    \r\n · \r\n
    \r\n
    \r\n','USS'); -- -- Table structure for table 'userLoginLog' @@ -8748,7 +9609,7 @@ CREATE TABLE userSession ( CREATE TABLE userSessionScratch ( sessionId varchar(60) default NULL, - name varchar(35) default NULL, + name varchar(255) default NULL, value varchar(255) default NULL ) TYPE=MyISAM; @@ -8765,13 +9626,11 @@ CREATE TABLE userSessionScratch ( CREATE TABLE users ( userId int(11) NOT NULL default '0', username varchar(35) default NULL, - identifier varchar(128) default NULL, authMethod varchar(30) NOT NULL default 'WebGUI', - ldapURL text, - connectDN varchar(255) default NULL, dateCreated int(11) NOT NULL default '1019867418', lastUpdated int(11) NOT NULL default '1019867418', karma int(11) NOT NULL default '0', + status enum('Active','Deactivated','Selfdestructed') NOT NULL default 'Active', PRIMARY KEY (userId) ) TYPE=MyISAM; @@ -8780,8 +9639,8 @@ CREATE TABLE users ( -- -INSERT INTO users VALUES (1,'Visitor','No Login','WebGUI',NULL,NULL,1019867418,1019867418,0); -INSERT INTO users VALUES (3,'Admin','RvlMjeFPs2aAhQdo/xt/Kg','WebGUI','','',1019867418,1019935552,0); +INSERT INTO users VALUES (1,'Visitor','WebGUI',1019867418,1019867418,0,'Active'); +INSERT INTO users VALUES (3,'Admin','WebGUI',1019867418,1019935552,0,'Active'); -- -- Table structure for table 'webguiVersion' @@ -8798,7 +9657,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('4.8.0','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('4.9.0','initial install',unix_timestamp()); -- -- Table structure for table 'wobject' @@ -8839,5 +9698,8 @@ 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,1,1001744792,1336444487,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); -INSERT INTO wobject VALUES (-2,1,'Article',1,'Welcome to WebGUI!',1,'
    \r\n

    If you’re reading this message it means that you’ve got WebGUI up and running. Good job! The installation is not trivial.

    \r\n

     

    \r\n

    In order to do anything useful with your new installation you’ll need to log in as the default administrator account. Follow these steps to get started:

    \r\n

     

    \r\n
      \r\n
    1. Click here to log in. (username: Admin password: 123qwe) \r\n
    2. Click here to turn the administrative interface on.
    \r\n

     Now that you’re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.

    \r\n

     

    \r\n

    You’ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.

    \r\n

     

    \r\n

    For more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.

    \r\n

     

    Enjoy your new WebGUI site!\r\n
    ',1,1023555430,3,1023555630,3,1,1023512400,1338872400,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); +INSERT INTO wobject VALUES (-4,-2,'Article',1,'Who is using WebGUI?',1,'Large Corporations
    \nCorporations need powerful web platforms to support hundreds and thousands of users. These platforms must be reliable, secure, and provide content at blazing fast speeds. \n\n \n

    \n\nSmall Businesses
    \nNeed a sure fire way to overcome your competition? How about a dynamic web presence that will allow you to easily integrate E-Commerce, account profiles, and much more? \n

    \n \n

    \n\nNon-Profit Organizations
    \nMany non-profit organizations do not have a large budget, but need a web solution to distribute content and manage membership. \n

    \n\n

    \n\nEducational Institutions
    \nSchools and universities are continuously integrating online resources into their daily operations. \n

    \n \n

    \n\nGovernment Institutions
    \nGovernment institutions need a secure and reliable way of storing and communicating important information. Many government and quasi-government organizations are using WebGUI already; including a few that are so secure that we\'d have to kill you if we told you who they are. =) \n\n

    [ Florida Department of Agriculture | Euro Meeting | A Secret Federal Agency ]
    \n\n
    \n

    \n\nThere are literally hundreds of sites using WebGUI. You could be next.\n',0,1038221932,3,1038222654,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); +INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'

    \n\n
    ',1,1038219356,3,1038219356,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); +INSERT INTO wobject VALUES (-2,-1,'Article',1,'Welcome to WebGUI!',1,'If you\'re reading this message it means that you\'ve got WebGUI up and running. Good job! The installation is not trivial.\n\n

    \n \nIn order to do anything useful with your new installation you\'ll need to log in as the default administrator account. Follow these steps to get started:\n\n

    \n\n

      \n
    1. Click here to log in. (username: Admin password: 123qwe)\n
    2. Click here to turn the administrative interface on.\n
    \n\n

    \n\nNow that you\'re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.\n\n

    \n \nYou\'ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.\n\n

    \n\nFor more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.\n\n

    \n \nEnjoy your new WebGUI site!',1,1023555430,3,1038220053,3,1,1023537600,1338897600,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); +INSERT INTO wobject VALUES (-5,-3,'Article',1,'What should you do next?',1,'To learn more about WebGUI and how you can best implement WebGUI in your organization, please see the choices below.\n\n

    \n \nTalk to the Experts
    \nOur website contains all of the different methods for reaching us. Our friendly staff will be happy to assist you in any way possible.\n \n

    \n\nRequest an Interactive Product Demonstration CD
    \nThis CD shows all of the excellent features that WebGUI provides and gives you a brief overview of the product. It also provides examples of how the product works and how it can be used in your environment.\n \n

    \n\nPurchase the Manual for WebGUI
    \nRuling WebGUI is the definitive guide to everything WebGUI related. It has been compiled by the experts at Plain Black Software and covers almost all aspects of WebGUI. When you purchase Ruling WebGUI, you will receive updates to this great manual for one full year.\n \n

    \n\nPurchase Technical Support
    \nThe WebGUI Support Center is there to help you when you get stuck. With a system as large as WebGUI, you\'ll likely have some questions, and our courteous and knowlegable staff is available to answer those questions. And best of all, you get Ruling WebGUI free when you sign up for the Support Center.\n \n

    \n\nSign Up for Plain Black Hosting
    \nWe provide professional hosting services for you so you don\'t have to go through the trouble of finding a hoster who likely won\'t know what to do with WebGUI anyway.\n',0,1038244102,3,1038705736,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); diff --git a/docs/upgrades/upgrade_4.9.0-4.9.1.sql b/docs/upgrades/upgrade_4.9.0-4.9.1.sql new file mode 100644 index 000000000..8d8fd9437 --- /dev/null +++ b/docs/upgrades/upgrade_4.9.0-4.9.1.sql @@ -0,0 +1,8 @@ +insert into webguiVersion values ('4.9.1','upgrade',unix_timestamp()); + + + + + + + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index b90e98114..a89c14b76 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "4.9.0"; +our $VERSION = "4.9.1"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2002 Plain Black LLC.