Moved library/src to src

This commit is contained in:
2015-01-27 19:58:13 +01:00
parent d97c4b1a4a
commit 5ddc2006e2
83 changed files with 255 additions and 92 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<library name="wsf" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf-safe.ecf"/> <library name="wsf" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf-safe.ecf"/>
<library name="wsf_extension" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf_extension-safe.ecf" readonly="false"/> <library name="wsf_extension" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf_extension-safe.ecf" readonly="false"/>
<library name="wsf_html" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf_html\wsf_html-safe.ecf" readonly="false"/> <library name="wsf_html" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf_html\wsf_html-safe.ecf" readonly="false"/>
<cluster name="src" location=".\library\src\" recursive="true"> <cluster name="src" location=".\src\" recursive="true">
<file_rule> <file_rule>
<exclude>/EIFGENs$</exclude> <exclude>/EIFGENs$</exclude>
<exclude>/CVS$</exclude> <exclude>/CVS$</exclude>
+1 -1
View File
@@ -22,7 +22,7 @@
<library name="wsf" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf.ecf"/> <library name="wsf" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf.ecf"/>
<library name="wsf_extension" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf_extension.ecf" readonly="false"/> <library name="wsf_extension" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf_extension.ecf" readonly="false"/>
<library name="wsf_html" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf_html\wsf_html.ecf" readonly="false"/> <library name="wsf_html" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf_html\wsf_html.ecf" readonly="false"/>
<cluster name="src" location=".\library\src\" recursive="true"> <cluster name="src" location=".\src\" recursive="true">
<file_rule> <file_rule>
<exclude>/EIFGENs$</exclude> <exclude>/EIFGENs$</exclude>
<exclude>/CVS$</exclude> <exclude>/CVS$</exclude>
-11
View File
@@ -1,11 +0,0 @@
note
description: "[
Marker interface for CMS Hook
]"
date: "$Date$"
revision: "$Revision$"
deferred class
CMS_HOOK
end
+15
View File
@@ -0,0 +1,15 @@
note
description: "Summary description for {CMS_CUSTOM_SETUP}."
date: "$Date$"
revision: "$Revision$"
class
CMS_CUSTOM_SETUP
inherit
CMS_DEFAULT_SETUP
create
make
end
+11
View File
@@ -0,0 +1,11 @@
note
description: "[
Marker interface for CMS Hook
]"
date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 96085 $"
deferred class
CMS_HOOK
end
@@ -5,8 +5,8 @@ note
registered, otherwise, each descendant has to add it to the cms service registered, otherwise, each descendant has to add it to the cms service
itself. itself.
]" ]"
date: "$Date: 2014-08-28 08:21:49 -0300 (ju. 28 de ago. de 2014) $" date: "$Date: 2014-11-13 19:34:00 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 95708 $" revision: "$Revision: 96086 $"
deferred class deferred class
CMS_HOOK_AUTO_REGISTER CMS_HOOK_AUTO_REGISTER
@@ -2,8 +2,8 @@ note
description: "[ description: "[
Hook providing a way to alter a block. Hook providing a way to alter a block.
]" ]"
date: "$Date$" date: "$Date: 2014-11-19 20:00:19 +0100 (mer., 19 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96123 $"
deferred class deferred class
CMS_HOOK_BLOCK CMS_HOOK_BLOCK
@@ -2,7 +2,7 @@ note
description: "[ description: "[
Hook providing a way to alter a form. Hook providing a way to alter a form.
]" ]"
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
deferred class deferred class
CMS_HOOK_FORM_ALTER CMS_HOOK_FORM_ALTER
@@ -2,7 +2,7 @@ note
description: "[ description: "[
Hook providing a way to alter a menu Hook providing a way to alter a menu
]" ]"
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
deferred class deferred class
CMS_HOOK_MENU_ALTER CMS_HOOK_MENU_ALTER
@@ -2,7 +2,7 @@ note
description: "[ description: "[
Hook providing a way to alter the CMS menu system. Hook providing a way to alter the CMS menu system.
]" ]"
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
deferred class deferred class
CMS_HOOK_MENU_SYSTEM_ALTER CMS_HOOK_MENU_SYSTEM_ALTER
@@ -2,8 +2,8 @@ note
description: "[ description: "[
Hook providing a way to alter the value table for a response. Hook providing a way to alter the value table for a response.
]" ]"
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_HOOK_VALUE_TABLE_ALTER CMS_HOOK_VALUE_TABLE_ALTER
@@ -1,8 +1,8 @@
note note
description: "Summary description for {WSF_CMS_COMMON_API}." description: "Summary description for {WSF_CMS_COMMON_API}."
author: "" author: ""
date: "$Date: 2014-08-28 08:21:49 -0300 (ju. 28 de ago. de 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 95708 $" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_COMMON_API CMS_COMMON_API
@@ -1,6 +1,6 @@
note note
description: "Describe content to be placed inside Regions." description: "Describe content to be placed inside Regions."
date: "$Date: 2014-08-28 08:21:49 -0300 (ju. 28 de ago. de 2014) $" date: "$Date: 2014-11-17 18:47:30 +0100 (lun., 17 nov. 2014) $"
deferred class deferred class
CMS_BLOCK CMS_BLOCK
@@ -1,6 +1,6 @@
note note
description: "Summary description for {CMS_BLOCK_REGION}." description: "Summary description for {CMS_BLOCK_REGION}."
date: "$Date: 2014-10-30 12:55:33 -0300 (ju. 30 de oct. de 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
class class
CMS_BLOCK_REGION CMS_BLOCK_REGION
@@ -1,7 +1,7 @@
note note
description: "CMS_BLOCK implemented with a `content' associated with a specific `format'." description: "CMS_BLOCK implemented with a `content' associated with a specific `format'."
date: "$Date$" date: "$Date: 2014-11-18 10:13:13 +0100 (mar., 18 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96110 $"
class class
CMS_CONTENT_BLOCK CMS_CONTENT_BLOCK
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_ENCODERS}." description: "Summary description for {CMS_ENCODERS}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_ENCODERS CMS_ENCODERS
+148
View File
@@ -0,0 +1,148 @@
note
description: "[
CMS block with file content.
]"
date: "$Date: 2014-12-05 22:39:27 +0100 (ven., 05 déc. 2014) $"
revision: "$Revision: 96260 $"
class
CMS_FILE_BLOCK
inherit
CMS_BLOCK
redefine
out
end
create
make,
make_raw
feature {NONE} -- Initialization
make (a_name: like name; a_title: like title; a_files_root_path: detachable PATH; a_file_location: PATH)
-- Create Current with `a_name', `a_title', `a_file_location'
-- inside root directory `a_files_root_path' for the files.
require
a_name_not_blank: not a_name.is_whitespace
do
is_enabled := True
name := a_name
title := a_title
location := a_file_location
root_path := a_files_root_path
end
make_raw (a_name: like name; a_title: like title; a_files_root_path: PATH; a_file_location: PATH)
-- Create Current with `a_name', `a_title', `a_file_location'
-- inside root directory `a_files_root_path' for the files.
require
a_name_not_blank: not a_name.is_whitespace
do
make (a_name, a_title, a_files_root_path, a_file_location)
set_is_raw (True)
end
feature -- Access
name: READABLE_STRING_8
-- <Precursor>
title: detachable READABLE_STRING_32
-- <Precursor>
location: PATH
-- Location of file.
root_path: detachable PATH
-- Root location for files universe.
feature -- Status report
is_raw: BOOLEAN
-- Is raw?
-- If True, do not get wrapped it with block specific div
feature -- Element change
set_is_raw (b: BOOLEAN)
do
is_raw := b
end
set_name (n: like name)
-- Set `name' to `n'.
require
not n.is_whitespace
do
name := n
end
set_title (a_title: like title)
-- Set `title' to `a_title'.
do
title := a_title
end
feature -- Conversion
to_html (a_theme: CMS_THEME): STRING_8
-- <Precursor>
local
p: detachable PATH
f: RAW_FILE
ut: FILE_UTILITIES
do
-- Process html generation
if attached root_path as l_root_path then
p := l_root_path.extended_path (location)
else
p := location
end
if ut.file_path_exists (p) then
create f.make_with_path (p)
if f.exists and then f.is_access_readable then
create Result.make (f.count)
f.open_read
from
until
f.end_of_file or f.exhausted
loop
f.read_stream_thread_aware (1_024)
Result.append (f.last_string)
end
f.close
else
Result := ""
debug ("cms")
Result := "File block #" + name
end
end
else
Result := ""
debug ("cms")
Result := "File block #" + name
end
end
end
feature -- Debug
out: STRING
do
create Result.make_from_string (generator)
Result.append ("%Nname:")
Result.append (name)
if attached title as l_title then
Result.append ("%N%Ttitle:")
Result.append (l_title)
end
Result.append ("%Nlocation:")
Result.append (location.out)
if attached root_path as l_root_path then
Result.append ("%Nroot_path:")
Result.append (l_root_path.out)
end
Result.append ("%N")
end
end
@@ -3,8 +3,8 @@ note
Object containing a collection of values. Object containing a collection of values.
It is typically used by `{CMS_RESPONSE}.values' . It is typically used by `{CMS_RESPONSE}.values' .
]" ]"
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_VALUE_TABLE CMS_VALUE_TABLE
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_FORMATS}." description: "Summary description for {CMS_FORMATS}."
author: "" author: ""
date: "$Date: 2014-10-16 04:45:23 -0300 (ju. 16 de oct. de 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 95932 $" revision: "$Revision: 96085 $"
class class
CMS_FORMATS CMS_FORMATS
@@ -1,7 +1,7 @@
note note
description: "Summary description for {CMS_FORM}." description: "Summary description for {CMS_FORM}."
date: "$Date: 2014-08-28 08:21:49 -0300 (ju. 28 de ago. de 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 95708 $" revision: "$Revision: 96085 $"
class class
CMS_FORM CMS_FORM
@@ -2,8 +2,8 @@ note
description: "[ description: "[
Menu associated with CMS system. Menu associated with CMS system.
]" ]"
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_MENU_SYSTEM CMS_MENU_SYSTEM
@@ -1,7 +1,7 @@
note note
description: "This module allows the use of HTTP Basic Authentication to restrict access by looking up users in the given providers." description: "This module allows the use of HTTP Basic Authentication to restrict access by looking up users in the given providers."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
BASIC_AUTH_MODULE BASIC_AUTH_MODULE
@@ -1,7 +1,7 @@
note note
description: "Processes a HTTP request's BASIC authorization headers, putting the result into the execution variable user." description: "Processes a HTTP request's BASIC authorization headers, putting the result into the execution variable user."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
BASIC_AUTH_FILTER BASIC_AUTH_FILTER
@@ -1,7 +1,7 @@
note note
description: "CORS filter" description: "CORS filter"
date: "$Date: 2014-08-08 16:02:11 -0300 (vi., 08 ago. 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 95593 $" revision: "$Revision: 96085 $"
class class
CORS_FILTER CORS_FILTER
@@ -1,7 +1,7 @@
note note
description: "Summary description for {BASIC_AUTH_LOGIN_HANDLER}." description: "Summary description for {BASIC_AUTH_LOGIN_HANDLER}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
BASIC_AUTH_LOGIN_HANDLER BASIC_AUTH_LOGIN_HANDLER
@@ -1,7 +1,7 @@
note note
description: "Summary description for {BASIC_AUTH_LOGOFF_HANDLER}." description: "Summary description for {BASIC_AUTH_LOGOFF_HANDLER}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
BASIC_AUTH_LOGOFF_HANDLER BASIC_AUTH_LOGOFF_HANDLER
@@ -1,7 +1,7 @@
note note
description: "Describe module features that adds one or more features to your web site." description: "Describe module features that adds one or more features to your web site."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_MODULE CMS_MODULE
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_MODULE_COLLECTION}." description: "Summary description for {CMS_MODULE_COLLECTION}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_MODULE_COLLECTION CMS_MODULE_COLLECTION
@@ -1,7 +1,7 @@
note note
description: "Summary description for {NODES_HANDLER}." description: "Summary description for {NODES_HANDLER}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
NODES_HANDLER NODES_HANDLER
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_API_OPTIONS}." description: "Summary description for {CMS_API_OPTIONS}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_API_OPTIONS CMS_API_OPTIONS
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_REQUEST_UTIL}." description: "Summary description for {CMS_REQUEST_UTIL}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_REQUEST_UTIL CMS_REQUEST_UTIL
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_URL_UTILITIES}." description: "Summary description for {CMS_URL_UTILITIES}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_URL_UTILITIES CMS_URL_UTILITIES
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_HANDLER}." description: "Summary description for {CMS_HANDLER}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_HANDLER CMS_HANDLER
@@ -1,7 +1,7 @@
note note
description: "Summary description for {CMS_ROOT_HANDLER}." description: "Summary description for {CMS_ROOT_HANDLER}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_ROOT_HANDLER CMS_ROOT_HANDLER
@@ -1,7 +1,7 @@
note note
description: "Summary description for {CMS_GENERIC_RESPONSE}." description: "Summary description for {CMS_GENERIC_RESPONSE}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_GENERIC_RESPONSE CMS_GENERIC_RESPONSE
@@ -1,7 +1,7 @@
note note
description: "Summary description for {NODE_VIEW_CMS_RESPONSE}." description: "Summary description for {NODE_VIEW_CMS_RESPONSE}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
GENERIC_VIEW_CMS_RESPONSE GENERIC_VIEW_CMS_RESPONSE
@@ -1,7 +1,7 @@
note note
description: "Summary description for {NOT_FOUND_ERROR_CMS_RESPONSE}." description: "Summary description for {NOT_FOUND_ERROR_CMS_RESPONSE}."
date: "$Date$" date: "$Date: 2014-11-13 19:34:00 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96086 $"
class class
NOT_FOUND_ERROR_CMS_RESPONSE NOT_FOUND_ERROR_CMS_RESPONSE
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_HTML_PAGE}." description: "Summary description for {CMS_HTML_PAGE}."
author: "" author: ""
date: "$Date: 2014-11-04 09:57:24 -0300 (ma. 04 de nov. de 2014) $" date: "$Date: 2014-11-13 19:34:00 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 96034 $" revision: "$Revision: 96086 $"
class class
CMS_HTML_PAGE CMS_HTML_PAGE
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_HTML_PAGE_RESPONSE}." description: "Summary description for {CMS_HTML_PAGE_RESPONSE}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_HTML_PAGE_RESPONSE CMS_HTML_PAGE_RESPONSE
@@ -1,8 +1,8 @@
note note
description: "Summary description for {WSF_CMS_HTML_TEMPLATE}." description: "Summary description for {WSF_CMS_HTML_TEMPLATE}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_HTML_TEMPLATE CMS_HTML_TEMPLATE
@@ -1,8 +1,8 @@
note note
description: "Summary description for {CMS_PAGE_TEMPLATE}." description: "Summary description for {CMS_PAGE_TEMPLATE}."
author: "" author: ""
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
CMS_PAGE_TEMPLATE CMS_PAGE_TEMPLATE
@@ -1,7 +1,7 @@
note note
description: "Abstract class describing a generic theme" description: "Abstract class describing a generic theme"
date: "$Date$" date: "$Date: 2014-11-18 02:49:56 +0100 (mar., 18 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96108 $"
deferred class deferred class
CMS_THEME CMS_THEME
@@ -1,7 +1,7 @@
note note
description: "Summary description for {CMS_THEME_INFORMATION}." description: "Summary description for {CMS_THEME_INFORMATION}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
class class
CMS_THEME_INFORMATION CMS_THEME_INFORMATION
@@ -1,7 +1,7 @@
note note
description: "Summary description for {DEFAULT_CMS_TEMPLATE}." description: "Summary description for {DEFAULT_CMS_TEMPLATE}."
date: "$Date$" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96085 $"
deferred class deferred class
DEFAULT_CMS_TEMPLATE DEFAULT_CMS_TEMPLATE
@@ -2,8 +2,8 @@ note
description: "[ description: "[
Template to be used with missing theme. Template to be used with missing theme.
]" ]"
date: "$Date$" date: "$Date: 2014-11-19 20:00:19 +0100 (mer., 19 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96123 $"
class class
MISSING_CMS_TEMPLATE MISSING_CMS_TEMPLATE
@@ -3,8 +3,8 @@ note
Theme used when expected theme is missing. Theme used when expected theme is missing.
It is mainly used to report missing theme error. It is mainly used to report missing theme error.
]" ]"
date: "$Date$" date: "$Date: 2014-11-19 20:00:19 +0100 (mer., 19 nov. 2014) $"
revision: "$Revision$" revision: "$Revision: 96123 $"
class class
MISSING_CMS_THEME MISSING_CMS_THEME
@@ -1,8 +1,8 @@
note note
description: "Summary description for {SMARTY_CMS_HTML_PAGE_INSPECTOR}." description: "Summary description for {SMARTY_CMS_HTML_PAGE_INSPECTOR}."
author: "" author: ""
date: "$Date: 2014-11-07 04:58:41 -0300 (vi. 07 de nov. de 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 96042 $" revision: "$Revision: 96085 $"
class class
SMARTY_CMS_HTML_PAGE_INSPECTOR SMARTY_CMS_HTML_PAGE_INSPECTOR
@@ -1,8 +1,8 @@
note note
description: "Summary description for {SMARTY_CMS_REGIONS_INSPECTOR}." description: "Summary description for {SMARTY_CMS_REGIONS_INSPECTOR}."
author: "" author: ""
date: "$Date: 2014-11-06 17:59:12 -0300 (ju. 06 de nov. de 2014) $" date: "$Date: 2014-11-13 16:23:47 +0100 (jeu., 13 nov. 2014) $"
revision: "$Revision: 96040 $" revision: "$Revision: 96085 $"
class class
SMARTY_CMS_REGIONS_INSPECTOR SMARTY_CMS_REGIONS_INSPECTOR