Added search engine.
This commit is contained in:
parent
4bcb51fcc8
commit
6971ad0b22
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ INSERT INTO help VALUES (33,'WebGUI','English','Manage','Template','Templates ar
|
|||
INSERT INTO help VALUES (34,'WebGUI','English','Add/Edit','Template','<b>Template Name</b><br>\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<p>\r\n\r\n<b>Template</b><br>\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. The following is an example of a template with two content areas side by side:\r\n<p>\r\n<pre>\r\n<table>\r\n <tr>\r\n <td>^0;</td>\r\n <td>^1;</td>\r\n </tr>\r\n</table>\r\n</pre>\r\n<p>\r\nAlso be sure to take a look at the templates that come with WebGUI for ideas.\r\n','0');
|
||||
INSERT INTO help VALUES (35,'WebGUI','English','Delete','Template','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.','0');
|
||||
alter table wobject change templatePosition templatePosition int not null default 0;
|
||||
INSERT INTO international VALUES (529,'WebGUI','English','results');
|
||||
INSERT INTO international VALUES (530,'WebGUI','English','with <b>all</b> the words');
|
||||
INSERT INTO international VALUES (531,'WebGUI','English','with the <b>exact phrase</b>');
|
||||
INSERT INTO international VALUES (532,'WebGUI','English','with <b>at least one</b> of the words');
|
||||
INSERT INTO international VALUES (533,'WebGUI','English','<b>without</b> the words');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue