# --------------- Friendly URL Rewrite Rules --------------------- RewriteRule ^/cms/(.*).html$ /pls/automat/wt_show.friendly_url_dispatcher?p_friendly_url_path=/cms/&p_pattern=$1 [PT] RewriteRule ^/cms/(.*)$ /pls/automat/$1 [PT] # --------------- // Friendly URL Rewrite Rules ------------------In this example the DAD-name of the Oracle modPLSQL-configuration is "automat". Thus Automat PL/SQL-packages are invoked via "/pls/automat". The new user-friendly URL shall start with "/cms".
Parameter |
Value / example |
Description |
AUTOMAT_EMAIL |
webmaster@webag.com |
E-Mail-Sender-Address ("From:") for Mails beeing send to authors and webmasters by the Automat workflow-engine. |
AUTOMAT_IMAGE_DIR |
/wt_img |
Virtual directory containing the Automat graphics (without final "/") |
CGI_BIN</td> |
/cgi-bin |
Virtual CGI directory of the web listener, in which the upload scripts are stored. Note: This is old fashioned. The current Automat does noit use CGI-scripts to perform uploads. Thus the CGI_BIN-value is not longer used. |
CGI_EXTENSION |
.exe or .pl |
Only for Webservers on Windows NT/2000: |
CGI_OFF |
1=Yes, 0=No |
Use CGI-Scripts or the JAVA-VM within the Oracle-DB
for uploading external files? |
DATE_FORMAT |
DD.MM.YYYY HH24:MI:SS |
Outputformat for Date-Fields (e.g. "Last change" of a page in the search engine). The format specification is taken from the Oracle output format for the DATE datatype. This parameter can also be used in each web settings. |
DEFAULT_DOMAIN |
ntdomain |
Name of the default NT domain, under which the MS HTTP server runs (applies only for the MS IIS/ single login). |
ENABLE_WT_FORM |
1=Yes, 0=No |
Yes=Show the WT_FORM-subtree in the
left navigation tree, allthough the old xml form-system will not be
developed fursther. Default: 0 (No). |
HELPFILE_DIR |
http://www.webag.de/help |
Directory-URL of the Automat online help webpages |
HOMEPAGE_IMAGE_BASE |
/images/homepage |
URL of the home page graphics WITHOUT final "/" |
HTML_ALLOWED |
1=Yes, 0=No |
In addition to all the HTML alias tags, the program allows (or not) all the other HTML tags. This parameter is automatically set by check box in the HTML alias form. |
HTR_PAGE_SIZE |
10 |
Number of hits per page in the search results (DEFAULT=10) |
HTR_PREVIEW_SIZE |
200 |
Number of characters in page preview on the hit list |
LANG_LOGIN |
de, en |
Language used for the wt_login form and the change password form |
LOGIN_ALIAS_ALLOWD |
1=Yes, 0=No | If set to 0, users cannot use
login-aliases. Default: 1 (yes) |
LOGIN_APPLICATION_NAME |
Enterprise Web AG Intranet |
This character string will be displayed as headline in the cookie-login-window, so that the user knows for which system he logges in. Example: "Company XYZ intranet ". |
LOGIN_SUPPORT_EMAIL |
webmaster@webag.com |
This is the e-mail address which is offered within the cookie-login-forms for the help, if a user cannot log in because he has forgotten, e.g., not only his password, but also his username. In many cases this is not the task of the webmaster, so it may be useful to enter another email address here. |
LOGIN_URL |
http://www.webag.de |
Follow up after login, called by login.main. This parameter can also be used for a single user. |
LOGIN_REDIRECT |
5 |
LOGIN_URL is automatically loaded after n seconds. This parameter can also be used for a single user. |
OPEN_DOOR |
1=Yes, 0=No |
If this parameter is set to "1" = "Yes", every connected user works as an administrator. This parameter is used to make the first connect after a new installation less complicated. Define the real admin-users an remove this parameter then. |
OWA |
/pls/automat |
URL of the virtual path of the PL/SQL cartridge WITHOUT the final "/" |
PASSWORD_CHANGE |
1=Yes, 0=No |
Users can change their passwords. This parameter can also be set to be user specific. |
PASSWORD_FORGOTTEN_SEND_NEW |
1=Yes, 0=No |
Users can request a new password. The new passwort will be sent via email. The password will be sent to the email-adress stored in the user-parameter EMAIL. |
PHYS_ROOT |
D:\InetOracle\html |
Physical directory of the top web server directory WITHOUT final "/". This parameter can be stored in the settings for each web. |
SAMPLE_TEXT_ID |
15 |
Text_ID of the example text for the Automat layout select function. |
SMTP_SERVER |
mail.mydomain.com |
Networkname of yor SMTP-Server. The WebAG Automat uses this server to send form input data as e-mail. |
SYSLOG_DAYS |
365 |
How many days shall system messages be stored. The Automat will delete all older messages through its background workflow job. Default: "3670" (10 Jahre). |
TRACK_ENABLE |
1=enable, 0=disable |
Enable or disable access tracking. Default: "1" (Enable). |
TRACK_DAYS |
365 |
How long are track protocols stored in the content database? When this duration is exceeded, the track-records will be removed. You can not analyse the page hits prior to this date. Default: 3670 (= 10 years). |
TRACK_CUT_IP_ADDRESSES |
1=Yes, 0=No |
Yes: Store ip-adresses without the
last of the four digits. This is for data privacy reasons. You can
switch off the ability to locate the visitor. |
UPLOAD_TEMPDIR |
D:\InetOracle\upload\temp |
Phys. directory, outside the web server structure, that is used to store the temporary authentication files for the upload procedure. This path must be outside the HTTP directory. |
USE_PASSWD |
1=Yes, 0=No |
Is wt_admin to update the table PASSWD for new users? |
Extension |
Icon-URL |
Description |
doc |
/images/icon_doc.gif |
MS-Word |
|
/images/icon_pdf.gif |
Acrobat |
/images/icon_txt.gif |
FUNCTION authorize RETURN BOOLEAN IS BEGIN -------- -- Please change here and choose your authentication mode. -- One of the two authorize-functions should be active. -------- RETURN authorize_cookie; -- RETURN authorize_basic; END; -- authorizeFor the new registration procedure the WebAG Automat needs two new system parametres:
Parameter |
Value (example) |
Description |
ADMIN |
1=Yes, 0=No |
User is (not) the Central Administrator |
ADMIN_USER |
1=Yes, 0=No |
User is User-Administrator.He has the right to invoke the user- and group-administration, create, modify or delete users, groups and the user/group assignments. He is not able to modify or appoint any kind of administrators. |
ADMIN_DESIGN |
1=Yes, 0=No |
User is Webdesign-Administrator. He has the right to work on HTML-Triggers, Stencils, Textlayouts and Homepagedesigns. |
|
mfriemel@webag.com |
E-mail address of the author |
COMMENT |
Webmaster |
Notes on this user. Can be transferred from the NT domain. |
FULLNAME |
Martin Friemel |
Full name - necessary for use in HTML triggers. Can be transferred out of the NT domain. |
LANG_AUTOMAT |
de, en |
Language used by wt_automat forms for output |
LANG_LOGIN |
de, en |
Language used by wt_login form and amendment form for output. Can be set globally for all users. Default: de ("German"). |
LOGIN_URL |
http://www.webag.de |
Follow up after login, called by login.main. This parameter overloads the identical global parameter. |
LOGIN_REDIRECT |
5 |
LOGIN_URL is automatically deleted after n seconds. This parameter overloads the identical global parameter. |
PASSWORD_CHANGE |
1=Yes, 0=No |
Users can change their passwords. This parameter overwrites the global parameter of the same name. This applies only for the authorisation WebAG PASSWD. |
Parameter |
Value (Example) |
Description |
BROKEN_IMAGE_URL |
/images/broken.gif |
The Automat will display to the BROKEN_IMAGE_URL, when the requested image (created as an internal file) is not availible for the user. The original image could have been deleted, deactivated or the user has no read privilege. |
BROKEN_LINK_URL |
wt_show.text_page?p_text_id=1234 |
The Automat will redirect to the BROKEN_LINK_URL, when the requested page is not availible for the user. The original page could have been deleted, deactivated or the user has no read privilege. When this parameter is not set, the Automat will redirect to the web-index instead. |
DATE_FORMAT |
DD.MM.YYYY HH24:MI:SS |
Outputformat for Date-Fields (e.g. "Last change" of a page in the search engine). The format specification is taken from the Oracle output format for the DATE datatype. This parameter can also be used in the global settings as default for every web. |
DEFAULT_DOWNLOAD_TARGET |
_blank |
Specifies the TARGET of links to internal files in web_index, web_sitemap and search result page. Example: DEFAULT_DOWNLOAD_TARGET = _blank loads internal file downloads into a new broweser window. |
DEFAULT_READ_PRIV |
PUBLIC, Gn or Un |
See standard read access rights |
|
mfriemel@webag.com |
E-Mail address of the web |
FOLDER_LIST_HEADER |
Index |
Heading for the directory, default $HOMEPAGE_TITLE |
FOLDER_LIST_SUB_HEADER |
Webserver overview |
2nd heading for the directory "Directory" or "Index" for the first level, below this the name of the current folder is shown. |
FORUM_GRANT |
1=Yes, 0=No |
"1" = Authors have the right to create forum pages in this web. Default: "1" = Yes |
FORUM_PAGE_SIZE |
1000 |
Number af entries on the forum startpage. All older messages can be displayed with the option "Archived messages ...". Default value: 1000.. |
FORUM_NEWS_SIZE |
20 |
Number of enries in the list "Newest messages" of a forum. Default value: 20. |
FRIENDLY_URL_PATH |
/cms/ |
Short, user friendly URL-path to the Automat-webpages. For details please read the section User friendly URLs. |
HOMEPAGE_TITLE |
Text |
Title of the web, is also used for the directory heading, the search engine and as the META description. Default: Web name. The parameter is changed with the "Index properties" form. |
HOME_TEXT_ID |
324 |
IID of the page to be shown at the start |
HOME_URL |
http://www.webag.com/meier |
Homepage URL |
HTR_PRIVATE |
1=Yes, 0=No |
Search engine: Find own pages only, default "1" = PRIVATE |
HTR_REGISTER |
1=Yes, 0=No |
Changes to be transferred into the search engine, default YES |
HTR_SHOW_ADVANCED |
1=Yes, 0=No |
|
KEEP_OLD_VERSIONS_DAYS |
365 |
Old webpage-versions will remain within the Automat database for the defined duration. |
KEEP_WASTEBASKET_DAYS |
7 |
Deleted webpages are kept within the wastebasket for the defined duration. |
LANG_SHOW |
de, en |
Language used for output of the web pages (search, index, sitemap) |
META_KEYWORDS |
Software, CMS, Database (a comma-seperated list of words) |
META tags for search engines. If you use a PAGE_OPEN-Trigger, you should enter the META-tags there. |
PARENT_WEB_ID |
15 |
ID of the parent web. This informations is used by the global tree "wt_show.global_tree" to display the webs in their hierarchy. This parameter lets you implement the company-wide deparment structure for the intranet. |
PHYS_HOME |
/home2/web2/meier |
Physical home directory of the web pages without final "/". |
PHYS_ROOT |
/home2/web2 |
Physical root of the HTTP listener. It is normally set globally, but can be set for each web (useful e.g. for multi-domain installations) |
REDIRECT_DOWNLOAD_TO_FILENAME |
0 oder 1 |
When downloading an intenal file Automat page the download-URL contains the filename rather than the TEXT_ID. If the filename contains foreign charcters the download may fail. In this case the parameter can force the system not to use the filenames in download-URLs: 0 = Never us the filename in download-URLs |
UPLOAD_FILE_QUOTA |
10000000 |
Internal files: Limit for file upload into the database in bytes (here: 10MB). If parameter is omitted unlimited upload into the database is possible. |
UPLOAD_FILE_MAXSIZE |
1000000 |
Internal files: Maximum size of a file for database upload in bytes (here 1MB). If parameter is omitted there is no maximum size for file upload. |
USE_CATEGORY |
1=Yes, 0=No |
The web is to use the system-wide categories or not. This has an effect on the appearance of the extended search form. (Default: YES) |
USE_CLASSIFICATION |
1=Yes, 0=No |
The web is to use the system-wide classifications or not. This has an effect on the appearance of the extended search form. (Default: YES) |
Trigger name |
Description |
PAGE_OPEN |
Start of the document (replaces the section from <HTML> tag up to and including <BODY> tag). |
PRE_BODY |
Start of the Contents (directly after the <BODY> tag) |
PRE_HEADER |
Before the document heading |
ON_HEADER |
Replaces the heading |
POST_HEADER |
After the heading |
PRE_FOOTER |
Before the document footnote (Link line) |
ON_FOOTER |
Replaces the footnote |
POST_FOOTER |
After the footnote |
POST_BODY |
End of the Contents (directly before the </BODY> tag) |
PAGE_CLOSE |
End of the document (replaces the section from </BODY> tag up to and including </HTML> tag) |
Variable |
Description |
$WEB_ID |
Web ID of the web |
$WEB_NAME |
Name of the web |
$WEB_EMAIL |
E-mail contact address of the web |
$AUTHOR_ID |
User ID of the author |
$AUTHOR_NAME |
Name of the author |
$AUTHOR_EMAIL |
E-mail address of the author |
$AUTHOR_FULLNAME |
Full name of the author |
$AUTHOR_COMMENT |
Notes on the author |
$MODIFIED_AT |
Date of the last change. For "web_index" and "search" max(modified_at) for the web pages if the web |
$HIT_COUNTER |
Number of read accesses on the web page. |
$COUNT_SINCE |
Date of the first read access since the page was added or the statistics reset. |
$VALID_FROM |
Start date on which the page becomes valid, providing a date has been entered. The format of the date depends on whether the date has been entered with or without a time: "dd.mm.yyyy hh24:mi" or just "dd.mm.yyyy". |
$VALID_TO |
End date on which the page ceases to become valid, providing a date has been entered. Date format see "$VALID_FROM" |
$FOLDER_NAME |
Name of the current folder (only in triggers) |
$PAGE_NAME |
Name of the current page, providing the name exists (only in triggers) |
$FOLDER_ID |
ID of the current folder (only in triggers) |
$TEXT_ID |
ID of the current page (only in triggers) |
$CATEGORY_NAME |
Name of the category of the current web page (only in triggers) |
$CATEGORY_ID |
ID of the category of the current web page (only in triggers) |
$CLASSIFICATION_NAME |
Name of the classification of the current web page (only in triggers) |
$CLASSIFICATION_ID |
ID of the classification of the current web page (only in triggers) |
$LOGIN_NAME |
User name of the logged-in user (only worthwhile in triggers) |
$OWA |
Virtual directory of the modPLSQL DAD "/pls/automat" without final "/" |
$HOMEPAGE_IMAGE_BASE |
URL directory, under which the home page design graphics are stored. |
$BG_COLOR_BODY |
Background colour of the text, default 'FFFFFF' |
$HOMEPAGE_TITLE |
Title of the web site |
$META_KEYWORDS |
Meta tag |
$HOME_TEXT_ID |
Number of text pages that are displayed at the start |
$HOME_URL |
Home URL |
$FONT_COLOR_PARA |
Colour of the font for the paragraph text, default '000000' |
$FORM_CONTAINER_ID |
Only in Automat-forms: ID of the form-container. |
Automat 4.3.0 provides new variables to support the navigation in mulrilingual Webs. Use them in your triggers and stencils for your own multilingual webdesign: |
|
$AUTOMAT_URL_SELF_<lang> |
Will be replaced with the language variant url of the current
webpage. Please replace "<lang>" with a language country
code, e.g. "en" for "english". |
$MLC_LANG_CODE |
is the current pages language country code,
e.g.. "en" für "english". Use this variable if you want to call
a PL/SQL-procedure within a trigger, that requests the content
language as an input parameter. |
$AUTOMAT_URL_xxxx |
These variables help building an own footer line, because they offer the urls to all functions of default footer line.
|
<p> |
<p> |
1.
Attribute |
|
SHOW="YES" |
The part is only displayed if the following condition is fulfilled |
HIDE="YES" |
The part is only hidden if the following condition is fulfilled |
2.
Attribute |
|
MODULE="<Text>" |
Name of the PL/SQL procedure incl. package name (see Starting up) |
CATEGORY_ID="<Number>" |
ID of the optional category of the web page |
CLASSIFICATION_ID="<Number>" |
ID of the optional classification of the web page |
MLC_LANG_CODE="<Lang-Code>" |
Lang-Code of an MLC content language of the current page.Example: <AUTOMAT_TRIGGER
SHOW MLC_LANG_CODE="en"> The link to the german page-variant will appear only if the current page is in english. |
IF="<Boolean PL/SQL-Expression>" |
A boolean
PL/SQL-expression. Example: <AUTOMAT_TRIGGER
SHOW="YES" IF="$MLC_LANG_CODE'='de'"> |
<html> <h1><AUTOMAT_STENCIL>Heading</AUTOMAT_STENCIL></h1> <p> |
¶…Heading…¶¶…This is the paragraph text..…¶ |
<h1> <p>
|
FUNCTION get_salary (p_ename IN VARCHAR2) RETURN VARCHAR2 IS l_salary NUMBER; BEGIN IF p_ename IS NOT NULL THEN SELECT sal INTO l_salary FROM emp WHERE ename = p_ename; RETURN 'Your salary: <b>'||TO_CHAR(l_salary,'99999D99')||' $</b>.'; ELSE RETURN 'No salary infomation available for anonymous users!'; END IF; END; |
<AUTOMAT_INCLUDE
TYPE="FUNCTION"> |
|
Legacy feature: Textlayouts are no longer used in web designs with stencils. This function is only offered to support old automat projects where no stencils are used.
The layout of web pages without stencils is set out to suit the requirements of the corporate design. The individual elements of a web page e.g. the font, font size and colour are entered for this. The part of the web page affected is given with the parameter names:
xxx_HEADER |
Page heading |
xxx_SUB_HEADER |
Second heading |
xxx_PARA_HEADER |
Paragraph heading |
xxx_PARA |
Paragraph text |
xxx_TH |
Table heading |
xxx_TD |
Table cell |
Parameter name |
Value/example |
Description |
ATTR_HEADER |
biu |
Attribute <b><i><u> and </...> |
ATTR_PARA |
||
ATTR_PARA_HEADER |
||
ATTR_SUB_HEADER |
||
ATTR_TD |
||
ATTR_TH |
||
BG_COLOR_BODY |
Background colour of the page |
|
BG_COLOR_TR_EVEN |
Background colour of the table columns for even numbered lines |
|
BG_COLOR_TR_ODD |
Background colour of the table columns for odd numbered lines |
|
BG_COLOR_TH |
Background of the table headings |
|
BG_IMAGE |
Background graphic |
|
BLOCKQUOTES |
2 |
Number of <BLOCKQUOTE>'s |
CENTER |
1=Yes, 0=No |
Page centred or not |
COLOR_ALINK |
||
COLOR_LINK |
||
COLOR_VLINK |
||
FONT_COLOR_HEADER |
FF0000 |
|
FONT_COLOR_PARA |
||
FONT_COLOR_PARA_HEADER |
||
FONT_COLOR_SUB_HEADER |
||
FONT_COLOR_TD |
||
FONT_COLOR_TH |
||
FONT_FACE_HEADER |
Arial, Helvetica |
|
FONT_FACE_PARA |
|
|
FONT_FACE_PARA_HEADER |
||
FONT_FACE_SUB_HEADER |
||
FONT_FACE_TD |
||
FONT_FACE_TH |
||
FONT_SIZE_HEADER |
3 |
|
FONT_SIZE_PARA |
||
FONT_SIZE_PARA_HEADER |
||
FONT_SIZE_SUB_HEADER |
|
|
FONT_SIZE_TD |
Table heading |
|
FONT_SIZE_TH |
Table data |
|
WIDTH_PARA |
Width of paragraph |
Parameter name |
Value/Example |
Description |
HTML_HEADER_OPEN |
<H1> |
HTML tags before the heading |
HTML_HEADER_CLOSE |
</H1> |
HTML tags after the heading |
HTML_SUB_HEADER_OPEN |
<H2> |
HTML tags before the second heading |
HTML_SUB_HEADER_CLOSE |
</H2> |
HTML tags after the second heading |
HTML_PARA_OPEN |
<DIV> |
HTML tags before the paragraph text |
HTML_PARA_CLOSE |
</DIV> |
HTML tags after the paragraph text |
HTML_PARA_HEADER_OPEN |
<H3> |
HTML tags before the paragraph heading |
HTML_PARA_HEADER_CLOSE |
</H3> |
HTML tags after the paragraph heading |
HTML_TH_OPEN |
HTML tags before each table heading |
|
HTML_TH_CLOSE |
HTML tags after each table heading |
|
HTML_TD_OPEN |
HTML tags before each table cell |
|
HTML_TD_CLOSE |
HTML tags after each table cell |
|
HTML_HIGHLIGHT_OPEN |
<font color="red"><b> |
HTML tags to highlight the found search words |
HTML_HIGHLIGHT_CLOSE |
</b></font> |
HTML tags to terminate the highlighting |
Parameter name |
Value/Example |
Description |
WEB_INDEX_STD_LABEL |
1=Yes, 0=No |
Yes
= The index-pageheader
is "Web Index" (Default). |
WEB_INDEX_HTML_WEB_OPEN |
<img src="my_web_icon.gif"> |
Replaces the standard-image before the web-name. You can change the web-icon with this parameter. |
WEB_INDEX_HTML_WEB_CLOSE |
</font> |
This parameter is useful to terminate <font>-tags opened in the WEB_INDEX_HTML_WEB_OPEN-parameter. |
WEB_INDEX_HTML_FOLDER_OPEN |
<img src="my_folder_icon.gif"> |
Replaces the standard-image before the folders names. You can change the folder-icon with this parameter. |
WEB_INDEX_HTML_FOLDER_CLOSE |
</font> |
This parameter is useful to terminate <font>-tags opened in the WEB_INDEX_HTML_FOLDER_OPEN-parameter. |
WEB_INDEX_HTML_PAGE_OPEN |
<img src="my_page_icon.gif"> |
Replaces the standard-image before the pages names. You can change the page-icon with this parameter. |
WEB_INDEX_HTML_PAGE_CLOSE |
</font> |
This parameter is useful to terminate <font>-tags opened in the WEB_INDEX_HTML_PAGE_OPEN-parameter. |
Parameter name |
Value/Example |
Description |
WEB_SITEMAP_BG_COLOR_FOLDER |
EEEEEE |
Hex-value of the background color under the folder-names in the sitemap-tree. |
WEB_SITEMAP_STD_LABEL |
1=Yes, 0=No |
Yes
= The
sitemap-pageheader is "Web Sitemap" (Default). |
WEB_SITEMAP_HTML_WEB_OPEN |
<img src="my_web_icon.gif"> |
Replaces the standard-image before the web-name. You can change the web-icon with this parameter. |
WEB_SITEMAP_HTML_WEB_CLOSE |
</font> |
This parameter is useful to terminate <font>-tags opened in the WEB_INDEX_HTML_WEB_OPEN-parameter. |
WEB_SITEMAP_HTML_FOLDER_OPEN |
<img src="my_folder_icon.gif"> |
Replaces the standard-image before the folders names. You can change the folder-icon with this parameter. |
WEB_SITEMAP_HTML_FOLDER_CLOSE |
</font> |
This parameter is useful to terminate <font>-tags opened in the WEB_INDEX_HTML_FOLDER_OPEN-parameter. |
WEB_SITEMAP_HTML_PAGE_OPEN |
<img src="my_page_icon.gif"> |
Replaces the standard-image before the pages names. You can change the page-icon with this parameter. |
WEB_SITEMAP_HTML_PAGE_CLOSE |
</font> |
This parameter is useful to terminate <font>-tags opened in the WEB_INDEX_HTML_PAGE_OPEN-parameter. |
Parameter name |
Value/Example |
Description |
SEARCH_FORM_BG_COLOR |
EEEEEE |
Hex-value of the background color for the html-table that frames the search form. The default value is "EEEEEE" - light grey. |
SEARCH_FORM_BORDER_WIDTH |
1 |
Border width of the background color for the html-table that frames the search form. The default value is "1". |
D:\InetOracle\html> dir /b /s *.htm* > D:\tmp\liste.txt |
set linesize 1000 set serveroutput on size 1000000 format wrapped spool D:\InetOracle\html\report\report.html BEGIN htr_api.import_url_list ( i_dir => 'D:\tmp', i_file => 'liste.txt', i_url_from => 19, i_url_prefix => 'http://www.webag.de/', i_commit_after => 10 ); owa_util.showpage; END; / spool off |
D:\> plus80 automat_schema/password@db_alias @ scriptname.sql |
set linesize 1000 set serveroutput on size 1000000 format wrapped spool D:\InetOracle\html\report\validate.htm BEGIN htr_api.url_validate ( i_origin => htr_api.db_origin_import, i_remove => htr_api.db_yes ); owa_util.showpage; END; / spool off |
<!--
WebAG Track Code START --> |
select
text_id as "ID der Seite"
,header as "Überschrift"
,modified_at as "Letzte Änderung"
-- META-Columns:
,'<a href="blub?p='||t.text_id||'">'||t.text_id||'</a>'
as FLEX_REPORT_HTML_FOR_COLUMN_1
,to_char(modified_at, 'dd. Mon yyyy') as
FLEX_REPORT_HTML_FOR_COLUMN_3
-- // META-Columns
from wt_text t