From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 12:44:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8DC97B for ; Sun, 10 Aug 2014 12:44:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C37EE2FF7 for ; Sun, 10 Aug 2014 12:44:57 +0000 (UTC) Received: from wen (uid 1209) (envelope-from wen@FreeBSD.org) id 2d6c by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 12:44:57 +0000 From: Wen Heping Date: Sun, 10 Aug 2014 12:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364534 - head/www/impresscms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e76949.2d6c.3da2b287@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 12:44:57 -0000 Author: wen Date: Sun Aug 10 12:44:56 2014 New Revision: 364534 URL: http://svnweb.freebsd.org/changeset/ports/364534 QAT: https://qat.redports.org/buildarchive/r364534/ Log: - Update to 1.3.7 - Reset maintainer to ports@ Modified: head/www/impresscms/Makefile head/www/impresscms/distinfo head/www/impresscms/pkg-plist Modified: head/www/impresscms/Makefile ============================================================================== --- head/www/impresscms/Makefile Sun Aug 10 12:41:32 2014 (r364533) +++ head/www/impresscms/Makefile Sun Aug 10 12:44:56 2014 (r364534) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= impresscms -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.7 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%20${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3%20Branch/ImpressCMS%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_final -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Community Developed Content Management System USES= zip Modified: head/www/impresscms/distinfo ============================================================================== --- head/www/impresscms/distinfo Sun Aug 10 12:41:32 2014 (r364533) +++ head/www/impresscms/distinfo Sun Aug 10 12:44:56 2014 (r364534) @@ -1,2 +1,2 @@ -SHA256 (impresscms_1.3.4_final.zip) = f0fe30d92cfa41790f44ecc14195f3ebe7d21070826e67b72fe585710bca760e -SIZE (impresscms_1.3.4_final.zip) = 11457132 +SHA256 (impresscms_1.3.7_final.zip) = 5e6089bc9880905903f5225776c4bd24487e564af728c8f28cbd867c6b96a0c3 +SIZE (impresscms_1.3.7_final.zip) = 11797324 Modified: head/www/impresscms/pkg-plist ============================================================================== --- head/www/impresscms/pkg-plist Sun Aug 10 12:41:32 2014 (r364533) +++ head/www/impresscms/pkg-plist Sun Aug 10 12:44:56 2014 (r364534) @@ -10,13 +10,13 @@ %%WWWDIR%%/htdocs/admin.php %%WWWDIR%%/htdocs/banners.php %%WWWDIR%%/htdocs/cache/index.html -%%WWWDIR%%/htdocs/class/auth/auth.php %%WWWDIR%%/htdocs/class/auth/auth_ads.php +%%WWWDIR%%/htdocs/class/auth/authfactory.php %%WWWDIR%%/htdocs/class/auth/auth_ldap.php %%WWWDIR%%/htdocs/class/auth/auth_openid.php +%%WWWDIR%%/htdocs/class/auth/auth.php %%WWWDIR%%/htdocs/class/auth/auth_provisionning.php %%WWWDIR%%/htdocs/class/auth/auth_xoops.php -%%WWWDIR%%/htdocs/class/auth/authfactory.php %%WWWDIR%%/htdocs/class/auth/index.html %%WWWDIR%%/htdocs/class/captcha/captcha.php %%WWWDIR%%/htdocs/class/captcha/config.php @@ -29,8 +29,8 @@ %%WWWDIR%%/htdocs/class/class.zipfile.php %%WWWDIR%%/htdocs/class/commentrenderer.php %%WWWDIR%%/htdocs/class/criteria.php -%%WWWDIR%%/htdocs/class/database/database.php %%WWWDIR%%/htdocs/class/database/databasefactory.php +%%WWWDIR%%/htdocs/class/database/database.php %%WWWDIR%%/htdocs/class/database/databaseupdater.php %%WWWDIR%%/htdocs/class/database/drivers/index.html %%WWWDIR%%/htdocs/class/database/drivers/mysql/database.php @@ -48,8 +48,8 @@ %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformautocompleteelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformblockoptionselement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformcheckelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdate_timeelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdateelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdate_timeelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformfileelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformfileuploadelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformhidden.php @@ -60,18 +60,18 @@ %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformparentcategoryelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformradioelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformrichfileelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsection.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsectionclose.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselect_multielement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsection.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselectelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselect_multielement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformset_passwordelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsourceeditor.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformtextelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformtimeelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuploadelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformurllinkelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuser_sigelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuserelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuser_sigelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformyesnoelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/index.html %%WWWDIR%%/htdocs/class/icmsform/icmsform.php @@ -93,16 +93,15 @@ %%WWWDIR%%/htdocs/class/plugins.php %%WWWDIR%%/htdocs/class/tardownloader.php %%WWWDIR%%/htdocs/class/template.php -%%WWWDIR%%/htdocs/class/theme.php %%WWWDIR%%/htdocs/class/theme_blocks.php +%%WWWDIR%%/htdocs/class/theme.php %%WWWDIR%%/htdocs/class/tree.php %%WWWDIR%%/htdocs/class/uploader.php %%WWWDIR%%/htdocs/class/xoopsblock.php -%%WWWDIR%%/htdocs/class/xoopseditor/index.html -%%WWWDIR%%/htdocs/class/xoopseditor/xoopseditor.php %%WWWDIR%%/htdocs/class/xoopseditor.inc.php +%%WWWDIR%%/htdocs/class/xoopseditor/index.html %%WWWDIR%%/htdocs/class/xoopseditor.php -%%WWWDIR%%/htdocs/class/xoopsform/form.php +%%WWWDIR%%/htdocs/class/xoopseditor/xoopseditor.php %%WWWDIR%%/htdocs/class/xoopsform/formbutton.php %%WWWDIR%%/htdocs/class/xoopsform/formcaptcha.php %%WWWDIR%%/htdocs/class/xoopsform/formcheckbox.php @@ -115,30 +114,31 @@ %%WWWDIR%%/htdocs/class/xoopsform/formfile.php %%WWWDIR%%/htdocs/class/xoopsform/formhidden.php %%WWWDIR%%/htdocs/class/xoopsform/formhiddentoken.php -%%WWWDIR%%/htdocs/class/xoopsform/formimage.php %%WWWDIR%%/htdocs/class/xoopsform/formimage_browse.php +%%WWWDIR%%/htdocs/class/xoopsform/formimage.php %%WWWDIR%%/htdocs/class/xoopsform/formlabel.php %%WWWDIR%%/htdocs/class/xoopsform/formpassword.php +%%WWWDIR%%/htdocs/class/xoopsform/form.php %%WWWDIR%%/htdocs/class/xoopsform/formradio.php %%WWWDIR%%/htdocs/class/xoopsform/formradioyn.php -%%WWWDIR%%/htdocs/class/xoopsform/formselect.php %%WWWDIR%%/htdocs/class/xoopsform/formselectcountry.php %%WWWDIR%%/htdocs/class/xoopsform/formselecteditor.php %%WWWDIR%%/htdocs/class/xoopsform/formselectgroup.php %%WWWDIR%%/htdocs/class/xoopsform/formselectlang.php %%WWWDIR%%/htdocs/class/xoopsform/formselectmatchoption.php +%%WWWDIR%%/htdocs/class/xoopsform/formselect.php %%WWWDIR%%/htdocs/class/xoopsform/formselecttheme.php %%WWWDIR%%/htdocs/class/xoopsform/formselecttimezone.php %%WWWDIR%%/htdocs/class/xoopsform/formselectuser.php -%%WWWDIR%%/htdocs/class/xoopsform/formtext.php %%WWWDIR%%/htdocs/class/xoopsform/formtextarea.php %%WWWDIR%%/htdocs/class/xoopsform/formtextdateselect.php +%%WWWDIR%%/htdocs/class/xoopsform/formtext.php %%WWWDIR%%/htdocs/class/xoopsform/grouppermform.php %%WWWDIR%%/htdocs/class/xoopsform/index.html +%%WWWDIR%%/htdocs/class/xoopsformloader.php %%WWWDIR%%/htdocs/class/xoopsform/simpleform.php %%WWWDIR%%/htdocs/class/xoopsform/tableform.php %%WWWDIR%%/htdocs/class/xoopsform/themeform.php -%%WWWDIR%%/htdocs/class/xoopsformloader.php %%WWWDIR%%/htdocs/class/xoopslists.php %%WWWDIR%%/htdocs/class/xoopsmailer.php %%WWWDIR%%/htdocs/class/xoopsmodule.php @@ -152,118 +152,6 @@ %%WWWDIR%%/htdocs/class/zipdownloader.php %%WWWDIR%%/htdocs/content.php %%WWWDIR%%/htdocs/editors/FCKeditor/_documentation.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_upgrade.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew_history.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckcontextmenu.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdataprocessor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrangeiterator.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckeditingarea.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckelementpath.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckenterkey.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckevents.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckhtmliterator.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckicon.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckiecleanup.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckimagepreloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckkeystrokehandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublock.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublockpanel.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenuitem.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckpanel.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckplugin.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckspecialcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyle.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstylesloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbar.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbutton.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckw3crange.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fck_othercommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckfitwindow.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckindentcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcklistcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckshowblocks.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckstylecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktablecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckconstants.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckeditorapi.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckjscoreextensions.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckscriptloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_contextmenu.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckbrowserinfo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcodeformatter.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckconfig.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug_empty.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdocumentprocessor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdomtools.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklanguagemanager.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklisthandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklistslib.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckplugins.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckregexlib.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckscayt.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckstyles.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbaritems.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbarset.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckurlparams.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtmlentities.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/disablehandles.htc %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/hiddenfield.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/hiddenfield.htc @@ -299,47 +187,48 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/common/images/unlocked.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/common/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/common/moz-bindings.xml +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/lgpl.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/logo_fckeditor.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/logo_fredck.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/sponsors/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_about.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_anchor.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_button.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_checkbox.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_colorselector.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_div.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_find.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/fck_flash.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/fck_flash_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_form.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_hiddenfield.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/fck_image.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/fck_image_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/fck_link.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_listprop.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_paste.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_radiobutton.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_replace.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt/scayt_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt/scayt_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/fck_select.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_smiley.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_source.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_specialchar.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js @@ -353,15 +242,14 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_table.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_tablecell.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_table.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/template1.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/template2.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/template3.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_textarea.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_textfield.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/00.gif @@ -369,10 +257,10 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/diacritic.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/dialogue.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/fck_universalkey.css +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/keyboard_layout.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/multihexa.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dtd/fck_dtd_test.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dtd/fck_xhtml10strict.js @@ -392,11 +280,11 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/frmresourcetype.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/frmupload.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/ButtonArrow.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder32.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened32.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderUp.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/ai.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/avi.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif @@ -505,17 +393,17 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/fckeditorcode_gecko.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/fckeditorcode_ie.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_getfontformat.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_translationstatus.txt %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/en.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_getfontformat.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_translationstatus.txt %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/fckplugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/sample.config.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/sample.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/fckplugin.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/index.html @@ -529,7 +417,7 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/simplecommands/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/_fckviewstrips.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor_registry.php %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_dialog_ie6.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_editor.css @@ -546,6 +434,7 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.expand.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.separator.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.start.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/_fckviewstrips.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/fck_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/fck_dialog_ie6.js @@ -585,87 +474,209 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images/toolbar.separator.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images/toolbar.start.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/ciframe.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/tmpFrameset.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/w.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor_registry.php -%%WWWDIR%%/htdocs/editors/FCKeditor/fckconfig.js -%%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.php -%%WWWDIR%%/htdocs/editors/FCKeditor/fckpackager.xml -%%WWWDIR%%/htdocs/editors/FCKeditor/fckstyles.xml -%%WWWDIR%%/htdocs/editors/FCKeditor/fcktemplates.xml -%%WWWDIR%%/htdocs/editors/FCKeditor/fckutils.cfm -%%WWWDIR%%/htdocs/editors/FCKeditor/formfckeditor.php -%%WWWDIR%%/htdocs/editors/FCKeditor/htaccess.txt -%%WWWDIR%%/htdocs/editors/FCKeditor/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/language/english.php -%%WWWDIR%%/htdocs/editors/FCKeditor/language/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/license.txt -%%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.config.js -%%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.connector.php -%%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.upload.php -%%WWWDIR%%/htdocs/editors/FCKeditor/module/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/xoops_version.php -%%WWWDIR%%/htdocs/editors/dhtmltextarea/dhtmltextarea.php -%%WWWDIR%%/htdocs/editors/dhtmltextarea/editor_registry.php -%%WWWDIR%%/htdocs/editors/dhtmltextarea/index.html -%%WWWDIR%%/htdocs/editors/dhtmltextarea/language/english.php -%%WWWDIR%%/htdocs/editors/dhtmltextarea/language/index.html -%%WWWDIR%%/htdocs/editors/index.html -%%WWWDIR%%/htdocs/editors/tinymce/changelog.txt -%%WWWDIR%%/htdocs/editors/tinymce/editor_registry.php -%%WWWDIR%%/htdocs/editors/tinymce/formtinymce.php -%%WWWDIR%%/htdocs/editors/tinymce/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/langs/en.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/langs/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/license.txt -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/css/advhr.css -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/css/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/js/rule.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/langs/en_dlg.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/langs/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/rule.htm -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/css/advimage.css -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/css/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/image.htm -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/img/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/img/sample.gif -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/js/image.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/langs/en_dlg.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/langs/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/css/advlink.css -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/css/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/js/advlink.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/langs/en_dlg.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/langs/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/link.htm -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlist/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autolink/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autoresize/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/langs/en.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/bbcode/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/bbcode/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/compat2x/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/compat2x/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/contextmenu/editor_plugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckcontextmenu.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdataprocessor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrangeiterator.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckeditingarea.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckelementpath.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckenterkey.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckevents.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckhtmliterator.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckicon.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckiecleanup.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckimagepreloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckkeystrokehandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublock.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublockpanel.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenuitem.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckpanel.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckplugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckspecialcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyle.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstylesloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbutton.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbar.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckw3crange.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckfitwindow.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckindentcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcklistcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fck_othercommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckshowblocks.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckstylecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktablecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckconstants.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckeditorapi.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckjscoreextensions.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckscriptloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckbrowserinfo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcodeformatter.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckconfig.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_contextmenu.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug_empty.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdocumentprocessor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdomtools.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklanguagemanager.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklisthandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklistslib.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckplugins.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckregexlib.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckscayt.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckstyles.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbaritems.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbarset.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckurlparams.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtmlentities.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/ciframe.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/tmpFrameset.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/w.html +%%WWWDIR%%/htdocs/editors/FCKeditor/fckconfig.js +%%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.php +%%WWWDIR%%/htdocs/editors/FCKeditor/fckpackager.xml +%%WWWDIR%%/htdocs/editors/FCKeditor/fckstyles.xml +%%WWWDIR%%/htdocs/editors/FCKeditor/fcktemplates.xml +%%WWWDIR%%/htdocs/editors/FCKeditor/fckutils.cfm +%%WWWDIR%%/htdocs/editors/FCKeditor/formfckeditor.php +%%WWWDIR%%/htdocs/editors/FCKeditor/htaccess.txt +%%WWWDIR%%/htdocs/editors/FCKeditor/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/language/english.php +%%WWWDIR%%/htdocs/editors/FCKeditor/language/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/license.txt +%%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.config.js +%%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.connector.php +%%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.upload.php +%%WWWDIR%%/htdocs/editors/FCKeditor/module/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_upgrade.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew_history.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew.html +%%WWWDIR%%/htdocs/editors/FCKeditor/xoops_version.php +%%WWWDIR%%/htdocs/editors/dhtmltextarea/dhtmltextarea.php +%%WWWDIR%%/htdocs/editors/dhtmltextarea/editor_registry.php +%%WWWDIR%%/htdocs/editors/dhtmltextarea/index.html +%%WWWDIR%%/htdocs/editors/dhtmltextarea/language/english.php +%%WWWDIR%%/htdocs/editors/dhtmltextarea/language/index.html +%%WWWDIR%%/htdocs/editors/index.html +%%WWWDIR%%/htdocs/editors/tinymce/changelog.txt +%%WWWDIR%%/htdocs/editors/tinymce/editor_registry.php +%%WWWDIR%%/htdocs/editors/tinymce/formtinymce.php +%%WWWDIR%%/htdocs/editors/tinymce/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/license.txt +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/css/advhr.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/css/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/js/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/js/rule.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advhr/rule.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/css/advimage.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/css/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/image.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/img/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/img/sample.gif +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/js/image.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/js/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advimage/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/css/advlink.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/css/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/js/advlink.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/js/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlink/link.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlist/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/advlist/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autolink/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autolink/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autoresize/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autoresize/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/autosave/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/bbcode/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/bbcode/editor_plugin_src.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/bbcode/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/compat2x/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/compat2x/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/contextmenu/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/contextmenu/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/contextmenu/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/directionality/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/directionality/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/directionality/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/emotions.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/img/smiley-cool.gif @@ -689,19 +700,23 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/dialog.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/img/example.gif %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js/dialog.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css/fullpage.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/fullpage.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/js/fullpage.js @@ -709,6 +724,7 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullscreen/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullscreen/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullscreen/fullscreen.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullscreen/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/changelog.txt @@ -718,14 +734,16 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js/icmsmlcontent.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/mlcontent.php %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/iespell/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/iespell/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/iespell/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/skins/clearlooks2/img/alert.gif %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/skins/clearlooks2/img/button.gif @@ -740,15 +758,20 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/skins/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/inlinepopups/template.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/insertdatetime/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/insertdatetime/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/insertdatetime/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/layer/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/layer/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/layer/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/legacyoutput/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/legacyoutput/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/lists/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/lists/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/css/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/css/media.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/img/flash.gif %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/img/flv_player.swf %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/img/index.html @@ -766,12 +789,15 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/media.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/media/moxieplayer.swf %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/nonbreaking/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/nonbreaking/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/nonbreaking/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/noneditable/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/noneditable/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/noneditable/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/css/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/img/pagebreak.gif %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/pagebreak/img/trans.gif @@ -781,6 +807,7 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/css/pasteword.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/js/pastetext.js @@ -790,21 +817,25 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/pastetext.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/paste/pasteword.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/example.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/jscripts/embed.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/jscripts/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/preview/preview.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/print/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/print/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/print/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/safari/blank.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/safari/editor_plugin.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/safari/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/save/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/save/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/save/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/css/searchreplace.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/js/searchreplace.js @@ -814,25 +845,30 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img/wline.gif %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css/props.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/js/props.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/props.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/tabfocus/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/tabfocus/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/cell.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/css/cell.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/css/row.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/css/table.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/js/cell.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/table/js/index.html @@ -848,15 +884,21 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/css/template.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/js/template.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/template/template.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualblocks/css/visualblocks.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualblocks/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualblocks/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualchars/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualchars/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/visualchars/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/wordcount/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/wordcount/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/abbr.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/acronym.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/attributes.htm @@ -867,6 +909,7 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/css/xhtmlxtras.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/del.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/ins.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xhtmlxtras/js/abbr.js @@ -886,8 +929,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js/xoopsemotions.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/xoopsemotions.php @@ -902,8 +945,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/xoopsimagebrowser.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/xoopsimagemanager.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/xoopsimagebrowser.php %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/xoopsimagemanager.php @@ -919,8 +962,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/xoopscode.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/xoopsquote.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/xoopscode.htm @@ -930,6 +973,7 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/charmap.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/color_picker.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/editor_template.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/editor_template_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/image.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/img/colorpicker.jpg %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/img/flash.gif @@ -952,8 +996,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/link.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/source_editor.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en_dlg.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/link.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/shortcuts.htm @@ -974,17 +1018,18 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/dialog.css -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_black.png +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_silver.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_black.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_silver.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/source_editor.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/editor_template.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/editor_template_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/img/icons.gif %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/langs/en.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/simple/skins/default/content.css @@ -1022,13 +1067,13 @@ %%WWWDIR%%/htdocs/images/aligncenter.gif %%WWWDIR%%/htdocs/images/alignleft.gif %%WWWDIR%%/htdocs/images/alignright.gif -%%WWWDIR%%/htdocs/images/arrow.gif %%WWWDIR%%/htdocs/images/arrow1.gif +%%WWWDIR%%/htdocs/images/arrow.gif %%WWWDIR%%/htdocs/images/await.gif %%WWWDIR%%/htdocs/images/banners/banner.swf -%%WWWDIR%%/htdocs/images/banners/impresscms_banner.gif %%WWWDIR%%/htdocs/images/banners/impresscms_banner_2.gif %%WWWDIR%%/htdocs/images/banners/impresscms_banner_3.gif +%%WWWDIR%%/htdocs/images/banners/impresscms_banner.gif %%WWWDIR%%/htdocs/images/banners/index.html %%WWWDIR%%/htdocs/images/bg.gif %%WWWDIR%%/htdocs/images/blank.gif @@ -1052,6 +1097,7 @@ %%WWWDIR%%/htdocs/images/flags/index.html %%WWWDIR%%/htdocs/images/flags/italian.gif %%WWWDIR%%/htdocs/images/flags/ja_utf8.gif +%%WWWDIR%%/htdocs/images/flags/korean.gif %%WWWDIR%%/htdocs/images/flags/nederlands.gif %%WWWDIR%%/htdocs/images/flags/noflag.gif %%WWWDIR%%/htdocs/images/flags/persian.gif @@ -1069,21 +1115,20 @@ %%WWWDIR%%/htdocs/images/hide.gif %%WWWDIR%%/htdocs/images/icon_big.png %%WWWDIR%%/htdocs/images/icon_options.png -%%WWWDIR%%/htdocs/images/icon_small.png %%WWWDIR%%/htdocs/images/icons/aim.gif -%%WWWDIR%%/htdocs/images/icons/delete.gif %%WWWDIR%%/htdocs/images/icons/delete_block.gif -%%WWWDIR%%/htdocs/images/icons/edit.gif +%%WWWDIR%%/htdocs/images/icons/delete.gif %%WWWDIR%%/htdocs/images/icons/edit_block.gif -%%WWWDIR%%/htdocs/images/icons/em_small.gif +%%WWWDIR%%/htdocs/images/icons/edit.gif %%WWWDIR%%/htdocs/images/icons/email.gif +%%WWWDIR%%/htdocs/images/icons/em_small.gif %%WWWDIR%%/htdocs/images/icons/english/aim.gif -%%WWWDIR%%/htdocs/images/icons/english/delete.gif %%WWWDIR%%/htdocs/images/icons/english/delete_block.gif -%%WWWDIR%%/htdocs/images/icons/english/edit.gif +%%WWWDIR%%/htdocs/images/icons/english/delete.gif %%WWWDIR%%/htdocs/images/icons/english/edit_block.gif -%%WWWDIR%%/htdocs/images/icons/english/em_small.gif +%%WWWDIR%%/htdocs/images/icons/english/edit.gif %%WWWDIR%%/htdocs/images/icons/english/email.gif +%%WWWDIR%%/htdocs/images/icons/english/em_small.gif %%WWWDIR%%/htdocs/images/icons/english/icq_add.gif %%WWWDIR%%/htdocs/images/icons/english/index.html %%WWWDIR%%/htdocs/images/icons/english/ip.gif @@ -1091,8 +1136,8 @@ %%WWWDIR%%/htdocs/images/icons/english/no_posticon.gif %%WWWDIR%%/htdocs/images/icons/english/pm.gif %%WWWDIR%%/htdocs/images/icons/english/pm_small.gif -%%WWWDIR%%/htdocs/images/icons/english/posticon.gif %%WWWDIR%%/htdocs/images/icons/english/posticon2.gif +%%WWWDIR%%/htdocs/images/icons/english/posticon.gif %%WWWDIR%%/htdocs/images/icons/english/profile.gif %%WWWDIR%%/htdocs/images/icons/english/reply.gif %%WWWDIR%%/htdocs/images/icons/english/www.gif *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***