From 332927bb7aa884ec69772a8e033c4e21fad30f74 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 23 Jan 2003 02:46:44 +0000 Subject: [PATCH] added the snippet help --- docs/upgrades/upgrade_5.0.2-5.0.3.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/upgrades/upgrade_5.0.2-5.0.3.sql b/docs/upgrades/upgrade_5.0.2-5.0.3.sql index bf58e0c42..3e8588740 100644 --- a/docs/upgrades/upgrade_5.0.2-5.0.3.sql +++ b/docs/upgrades/upgrade_5.0.2-5.0.3.sql @@ -7,4 +7,8 @@ delete from international where languageId=2 and namespace='Product' and interna insert into international (internationalId,languageId,namespace,message,lastUpdated) values (47,2,'Product','Verwandte Produkte sind Produkte, die vergleichbar zu anderen Produkten sind.

\r\nVerwandte Produkte
\r\nWählen Sie aus der Liste ein Produkt aus, das Sie bereits eingegeben haben.

\r\nWeiteres verwandtes Produkt hinzufügen?

\r\nMöchten Sie ein weiteres Produkt hinzufügen?\r\n', 1042383649); delete from template where templateId=1 and namespace='USS/Submission'; 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

\r\n\r\n','USS/Submission'); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=624; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (624,1,'WebGUI','WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

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

\r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\n

\r\n', 1043289717); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=832; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (832,1,'WebGUI','The collateral management system has several macros for its specific purpose.\r\n

\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\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^Snippet();
\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n

\r\nExample: ^Snippet("flash code");\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', 1043289595);