On line page

View: New views
6 Messages — Rating Filter:   Alert me  

On line page

by Thomas Feldman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

 

I ‘ve created a bunch of new templates very simple. When I’m on the Edit page, everything works fine…As for the page preview : the page displays well… But, even if I published the page, nothing appears on the online page….

 

 

The online page html code is this :

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">

<head>

<meta name="gwt:property" content="locale=fr">

<script type='text/javascript'>

var jahiaGWTParameters = {

serverPath:"http://localhost:8080/cms",

serviceEntryPoint:"/gwt/",

op:"normal",

currentUser:"root",

pid:"29",

lang:"fr",

allowFileUnlock:"true"

};

</script>

 <link href="/jsp/jahia/gwt/org.jahia.ajax.gwt.templates.entrypoint.general.live.Live/css/jahia-ext-all.css" rel="stylesheet"/> <link href="/jsp/jahia/css/gwt/theme/xtheme-jahia.css" rel="stylesheet"/>

<script type="text/javascript" src="/jsp/jahia/javascript/jahia.js"></script>

<!--[if lte IE 6]>

<style type="text/css">

img {

behavior: url("/jsp/jahia/css/pngbehavior.jsp")}

</style>

<![endif]-->

<script type="text/javascript" language="JavaScript">

var jahiaMainServletPath="/cms";

var jahiaContextPath ="";

var jahiaCoreWebdavPath ="/webdav";

</script>

<link rel="stylesheet" type="text/css" href="/jsp/jahia/css/styles.css"/><link rel="stylesheet" type="text/css" href="/jsp/jahia/css/languageSwitchingLinks.css"/><link rel="stylesheet" type="text/css" href="/jsp/jahia/css/portlet-spec-1.0.css"/><link rel="stylesheet" type="text/css" href="/jsp/jahia/css/portlets.css"/>       <title>Home Page</title>

 

<!-- All headers and declarations global meta and css-->

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 

<!-- cache:vars var="theme" --><link rel="stylesheet" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/files.css"><link rel="stylesheet" media="print" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/print.css"><link rel="stylesheet" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/web.css"><!-- /cache:vars -->

<script type="text/javascript" src='/jsp/jahia/templates/my-templates/theme/default/scripts/swfobject.js'></script>

<script type="text/javascript" src='/jsp/jahia/templates/my-templates/theme/default/scripts/textsizer.js'></script>

<script type="text/javascript" src='/jsp/jahia/templates/my-templates/theme/default/scripts/collapse.js'></script><script type='text/javascript'>

var resource_module_rb_application_resource = {"save":"Sauver",

"cancel":"Annuler",

"advp_enable":"Appliquer les réglages avancés de prévisualisation",

"advp_username":"Prévisualisation pour l'utilisateur",

"advp_dateofpreview":"Date de prévisualisation",

"advc_enable":"Appliquer les réglages avancés du mode comparaison",

"advc_version1":"Version 1",

"advc_version2":"Version 2",

"versioning_versionLabel":"Version",

"versioning_workflowState":"status du workflow",

"versioning_author":"Createur",

"versioning_versionDate":"Date de version",

"versioning_languageCode":"Langue"};

</script>

</head>

<body><script id='jahia-gwt' type='text/javascript' src='/jsp/jahia/gwt/org.jahia.ajax.gwt.templates.entrypoint.general.live.Live/org.jahia.ajax.gwt.templates.entrypoint.general.live.Live.nocache.js'></script>

 

<script type='text/javascript'>

var toolsbars_rb_toolsbars = {

"display":"Afficher les barres d'outils",

"reset": "Réinitialiser",

"hide_alert": "Attention",

"hide_warning": "Une barre d'outil, au moins, doit être affichée.",

"hide_all": "Tout cacher"

};

</script>

 

        <div id="gwt-jahiatoolbar" class="jahia-admin-gxt toolsbars-gxt" jahiatype="toolsbars" content="actualContent"></div>

        <div id="actualContent">

<div id="bodywrapper"><!--start bodywrapper-->

            <div id="container">

                <div id="headerPart1">

        <div id="languages"><!--start languages-->

       

 

 

 

 

The source code of the edit page is :

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">

        <head>

               <meta name="gwt:property" content="locale=fr">

               <script type='text/javascript'>

                       var jahiaGWTParameters = {

                       serverPath:"http://localhost:8080/cms",

                       serviceEntryPoint:"/gwt/",

                       op:"edit",

                       currentUser:"root",

                       pid:"29",

                       lang:"fr",

                       allowFileUnlock:"true"

                       };

               </script>

               <link href="/jsp/jahia/gwt/org.jahia.ajax.gwt.templates.entrypoint.general.live.Live/css/jahia-ext-all.css" rel="stylesheet"/>

               <link href="/jsp/jahia/css/gwt/theme/xtheme-jahia.css" rel="stylesheet"/>

               <script type="text/javascript" src="/jsp/jahia/javascript/jahia.js"></script>

               <!--[if lte IE 6]>

                       <style type="text/css">

                       img {

                       behavior: url("/jsp/jahia/css/pngbehavior.jsp")}

                       </style>

                       <![endif]-->

               <script type="text/javascript" language="JavaScript">

                       var jahiaMainServletPath="/cms";

                       var jahiaContextPath ="";

                       var jahiaCoreWebdavPath ="/webdav";

               </script>

               <link rel="stylesheet" type="text/css" href="/jsp/jahia/css/styles.css"/>

               <link rel="stylesheet" type="text/css" href="/jsp/jahia/css/languageSwitchingLinks.css"/>

               <link rel="stylesheet" type="text/css" href="/jsp/jahia/css/portlet-spec-1.0.css"/>

               <link rel="stylesheet" type="text/css" href="/jsp/jahia/css/portlets.css"/>

               <title>Home Page</title>

               <!-- All headers and declarations global meta and css-->

               <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

               <link rel="stylesheet" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/edit.css">

<link rel="stylesheet" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/files.css"><link rel="stylesheet" media="print" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/print.css"><link rel="stylesheet" type="text/css" href="/jsp/jahia/templates/my-templates/theme/default/css/web.css">

               <script type="text/javascript" src='/jsp/jahia/templates/my-templates/theme/default/scripts/swfobject.js'></script>

               <script type="text/javascript" src='/jsp/jahia/templates/my-templates/theme/default/scripts/textsizer.js'></script>

               <script type="text/javascript" src='/jsp/jahia/templates/my-templates/theme/default/scripts/collapse.js'></script><script type='text/javascript'>

                       var resource_module_rb_application_resource = {"save":"Sauver",

                       "cancel":"Annuler",

                       "advp_enable":"Appliquer les réglages avancés de prévisualisation",

                       "advp_username":"Prévisualisation pour l'utilisateur",

                       "advp_dateofpreview":"Date de prévisualisation",

                       "advc_enable":"Appliquer les réglages avancés du mode comparaison",

                       "advc_version1":"Version 1",

                       "advc_version2":"Version 2",

                       "versioning_versionLabel":"Version",

                       "versioning_workflowState":"status du workflow",

                       "versioning_author":"Createur",

                       "versioning_versionDate":"Date de version",

                       "versioning_languageCode":"Langue"};

               </script>

        </head>

        <body>

               <script id='jahia-gwt' type='text/javascript' src='/jsp/jahia/gwt/org.jahia.ajax.gwt.templates.entrypoint.general.edit.Edit/org.jahia.ajax.gwt.templates.entrypoint.general.edit.Edit.nocache.js'></script>

               <script type='text/javascript'>

                       var toolsbars_rb_toolsbars = {

                       "display":"Afficher les barres d'outils",

                       "reset": "Réinitialiser",

                       "hide_alert": "Attention",

                       "hide_warning": "Une barre d'outil, au moins, doit être affichée.",

                       "hide_all": "Tout cacher"

                       };

               </script>

               <div id="gwt-jahiatoolbar" class="jahia-admin-gxt toolsbars-gxt" jahiatype="toolsbars" content="actualContent"></div>

               <div id="actualContent">

                       <div id="bodywrapper">

                               <!--start bodywrapper-->

                               <div id="container">

                                      <div id="headerPart1">

                                              <div id="languages">

                                                     <!--start languages-->

                                                     <ul>

                                                             <li class="selected"><span>FR</span><span jahiatype="actionmenu" id="ContentPage_29-uid470186945_0.13364606357122388" wfkey="ContentPage_29" lang="fr" extended="true" statusonly="true"></span></li>

                                                     </ul>

                                              </div>

                                              <!--stop languages-->

                                              <div id="topshortcuts">

                                                     <!--start topshortcuts-->

                                                     <ul>

                                                             <li class="topshortcuts-login">

                                                                     <a class="loginFormTopLogoutShortcuts"href="/cms/engineName/logout/site/duke3/home/pid/29?engine_params=logout">Se déconnecter</a>

                                                             </li>

                                                             <li>

                                                                     <span class="currentUser" >

                                                                            root

                                                                     </span>

                                                             </li>

                                                             <li>

                                                                     <a class="loginFormTopMySettingsShortcuts" href="/cms/engineName/mysettings/site/duke3/op/edit/home" >Mes paramètres</a>

                                                             </li>

                                                             <li class="topshortcuts-print"><a href="#" onclick="javascript:window.print()">

                                                                     Imprimer</a>

                                                             </li>

                                                             <li class="topshortcuts-typoincrease">

                                                                     <a href="javascript:ts('body',1)">Agrandir</a>

                                                             </li>

                                                             <li class="topshortcuts-typoreduce">

                                                                     <a  href="javascript:ts('body',-1)">Réduir</a>

                                                             </li>

                                                             <li class="topshortcuts-home">

                                                                     <a href='/cms/site/duke3/op/edit/home'>Accueil</a>

                                                             </li>

                                                             <li class="topshortcuts-sitemap">

                                                                     <a href='/cms/site/duke3/op/edit/home/engineName/sitemap'>Plan du site</a>

                                                             </li>

                                                     </ul>

                                              </div>

                                              <!--stop topshortcuts-->

                                              <div class="clear"></div>

                                              <div id="peoplebox0" class="collapsible">

                                                     <!--start collapsible loginFormTop-->

                                                     <div class="boxloginFormTop">

                                                             <!--start box 4 default-->

                                                             <div class="boxloginFormTop-topright"></div>

                                                             <div class="boxloginFormTop-topleft"></div>

                                                             <div class="boxloginFormTop-header">

                                                                     <div id="loginFormTop">

                                                                            <!--start loginFormTop-->

                                                                     </div>

                                                                     <!--stop loginFormTop-->

                                                             </div>

                                                             <div class="box4-bottomright"></div>

                                                             <div class="box4-bottomleft"></div>

                                                             <div class="clear"></div>

                                                     </div>

                                                     <div class="clear"></div>

                                                     <!--stop box 4 default-->

                                              </div>

                                              <!--stop collapsible loginFormTop-->

                                              <div class="clear"></div>

                                      </div>

                                      <div id="page">

                                              <!--start page-->

                                              <div id="headerPart2">

                                                     <!--start headerPart2-->

                                                     <div id="logotop">

                                                             <div class="containerListWrap">

                                                                     <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" actionType="0" labelkey="Modifier le logo" id="ContentContainerList_643-uid470187133_0.9527691146276721"></div>

                                                                    

                                                             </div>

                                                             <!-- end display action menu -->

                                                     </div>

                                                     <h1 class="hide">Nom du site</h1>

                                                     <div id="navigationN1">

                                                             <!--start navigationN1-->

                                                             <div class="">

<ul class="level_1 "><li class="item_action standard first"><div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="navmenu" actionType="0" toolbarview="false" id="ContentContainerList_642-uid470187226_0.5896012967386153"></div>

</li>

<li class="item_1 standard">

<div class="action-menu-icons" jahiatype="actionmenu" wfkey="ContentPage_34" bundlename="jahiatemplates.Web-templates" namepostfix="navlink" iconstyle="editContainer" actionType="2" toolbarview="false" labelkey="" id="ContentContainer_69-uid470187570_0.6787699173894932"></div>

<a href="/cms/site/duke3/op/edit/home/qui-sommes-nous" class="" title="Qui Sommes Nous ?">Qui Sommes Nous ?</a>

</li>

<li class="item_2 standard">

<div class="action-menu-icons" jahiatype="actionmenu" wfkey="ContentPage_35" bundlename="jahiatemplates.Web-templates" namepostfix="navlink" iconstyle="editContainer" actionType="2" toolbarview="false" labelkey="" id="ContentContainer_70-uid470187601_0.5949180388372811"></div>

<a href="/cms/site/duke3/op/edit/home/notre-travail" class="" title="Notre Travail">Notre Travail</a>

</li>

<li class="item_3 standard">

<div class="action-menu-icons" jahiatype="actionmenu" wfkey="ContentPage_36" bundlename="jahiatemplates.Web-templates" namepostfix="navlink" iconstyle="editContainer" actionType="2" toolbarview="false" labelkey="" id="ContentContainer_71-uid470187633_0.4681350566921878"></div>

<a href="/cms/site/duke3/op/edit/home/rh" class="" title="RH">RH</a>

</li>

<li class="item_4 standard">

<div class="action-menu-icons" jahiatype="actionmenu" wfkey="ContentPage_37" bundlename="jahiatemplates.Web-templates" namepostfix="navlink" iconstyle="editContainer" actionType="2" toolbarview="false" labelkey="" id="ContentContainer_72-uid470187664_0.31119488483793745"></div>

<a href="/cms/site/duke3/op/edit/home/razorfish" class="" title="Razorfish">Razorfish</a>

</li>

<li class="item_5 standard last">

<div class="action-menu-icons" jahiatype="actionmenu" wfkey="ContentPage_38" bundlename="jahiatemplates.Web-templates" namepostfix="navlink" iconstyle="editContainer" actionType="2" toolbarview="false" labelkey="" id="ContentContainer_73-uid470187695_0.9592825195699651"></div>

<a href="/cms/site/duke3/op/edit/home/presse" class="" title="Presse">Presse</a>

</li>

</ul>

</div>

 

                                                     </div>

                                                     <!--stop navigationN1-->

                                              </div>

                                              <!--stop illustration-->

                                              <div id="containerdata">

                                                     <!--start containerdata-->

                                                     <div id="wrapper">

                                                             <!--start wrapper-->

                                                             <div id="content4">

                                                                     <!--start content  #content2=InsetB/content #content3=content/InsetA   content4=alone #content5=50%InsetB/50%content-->

                                                                     <div class="spaceContent">

                                                                            <!--start spaceContent -->

                                                                            <div id="breadcrumb">

                                                                                    <ul class="breadcrumb">

                                                                                            <li>Home Page</li>

                                                                                    </ul>

                                                                            </div>

                                                                            <h2>Home Page</h2>

                                                                            <div class="maincontentList">

                                                                                    <div class="containerListWrap">

                                                                                            <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="mainContents" actionType="0" labelkey="Liste de paragraphes" id="ContentContainerList_648-uid470187773_0.7889288807143701"></div>

                                                                                            <a class="hidden" id="ctn394_65" name="ctn394_65"></a><div class="containerWrap"><div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="mainContent" iconstyle="editContainer" actionType="2" id="ContentContainer_65-uid470187851_0.020635401211368865"></div>

<div class="maincontent">

        <h3><span id="contentTitle"><div class="editableContent" onclick="onClickEditableContent(this, '65', '1431')" onblur="onBlurEditableContent(this, '65', '1431')">Right side Content</div></span></h3>

 

            <span id="contentBody"><div class="editableContent" onclick="onClickEditableContent(this, '65', '1430')" onblur="onBlurEditableContent(this, '65', '1430')">

        <P>This is the content of the right side of Duke V2 Home page. You caan replace the content by cliking on the modify icon</P>

 

</div></span>

    </div>

    <br class="clear"/>

</div> <!-- action menus -->

                                                                                    </div>

                                                                                    <!-- end display action menu -->

                                                                            </div>

                                                                            <div class="intro">

                                                                            </div>

                                                                            <!-- end display action menu -->

                                                                     </div>

                                                                     <div class="box4 ">

                                                                            <!--start box 4 default-->

                                                                            <div class="box4-topright"></div>

                                                                            <div class="box4-topleft"></div>

                                                                            <h3 class="box4-header"><span class="newsTitle">Home Page</span></h3>

                                                                            <div class="newsRss"><a href="">Abonnement au fil RSS</a>

                                                                            </div>

                                                                            <div class="box4-bottomright"></div>

                                                                            <div class="box4-bottomleft"></div>

                                                                            <div class="clear"></div>

                                                                     </div>

                                                                     <div class="newsList">

                                                                            <div class="containerListWrap">

                                                                                    <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="news" actionType="0" labelkey="Liste d'actualités" id="ContentContainerList_649-uid470188898_0.6382318026519515"></div>

                                                                                    <div class="news"><a class="hidden" id="ctn396_68" name="ctn396_68"></a><div class="containerWrap"><div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="news" iconstyle="editContainer" actionType="2" labelkey="Modifier l'actualité" id="ContentContainer_68-uid470189805_0.41888737900579986"></div>

<div class="newsListItem"><!--start newsListItem -->

        <h4><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_68"><span id="newsTitle"><div class="editableContent" onclick="onClickEditableContent(this, '68', '1473')" onblur="onBlurEditableContent(this, '68', '1473')">Third New</div></span></a></h4>

 

        <p class="newsInfo">

            <span class="newsLabelDate">Date :</span>

            <span id="newsDate"></span>

            <span class="newsDate">

                23/02/2009&nbsp;10:27</span>

        </p>

 

        <div class="newsImg"><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_68"><span id="newsImg"></span></a></div>

        <p class="newsResume">

           <span id="newsResume"><div class="editableContent" onclick="onClickEditableContent(this, '68', '1472')" onblur="onBlurEditableContent(this, '68', '1472')">This is the third new to be displayed. You can modify the news title and body by clicking of the new icon. Adding a new is very simple : just click on the add news icon.</div></span>

        </p>

 

        <div class="more"><span><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_68">

            Lire</a></span></div>

        <span id="newsContent"></span>

        <div class="clear"></div>

    </div>

    <!--stop newsListItem -->

</div> <!-- action menus --></div><!-- css user defined -->

                                                                                    <div class="news"><a class="hidden" id="ctn396_67" name="ctn396_67"></a><div class="containerWrap"><div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="news" iconstyle="editContainer" actionType="2" labelkey="Modifier l'actualité" id="ContentContainer_67-uid470189914_0.8998070416040128"></div>

<div class="newsListItem"><!--start newsListItem -->

        <h4><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_67"><span id="newsTitle"><div class="editableContent" onclick="onClickEditableContent(this, '67', '1459')" onblur="onBlurEditableContent(this, '67', '1459')">Second New</div></span></a></h4>

 

        <p class="newsInfo">

            <span class="newsLabelDate">Date :</span>

            <span id="newsDate"></span>

            <span class="newsDate">

                23/02/2009&nbsp;10:26</span>

        </p>

 

        <div class="newsImg"><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_67"><span id="newsImg"></span></a></div>

        <p class="newsResume">

           <span id="newsResume"><div class="editableContent" onclick="onClickEditableContent(this, '67', '1458')" onblur="onBlurEditableContent(this, '67', '1458')">This is the second new to be displayed. You can modify the news title and body by clicking of the new icon. Adding a new is very simple : just click on the add news icon.</div></span>

        </p>

 

        <div class="more"><span><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_67">

            Lire</a></span></div>

        <span id="newsContent"></span>

        <div class="clear"></div>

    </div>

    <!--stop newsListItem -->

</div> <!-- action menus --></div><!-- css user defined -->

                                                                                    <div class="news"><a class="hidden" id="ctn396_66" name="ctn396_66"></a><div class="containerWrap"><div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="news" iconstyle="editContainer" actionType="2" labelkey="Modifier l'actualité" id="ContentContainer_66-uid470192664_0.02470835761781165"></div>

<div class="newsListItem"><!--start newsListItem -->

        <h4><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_66"><span id="newsTitle"><div class="editableContent" onclick="onClickEditableContent(this, '66', '1445')" onblur="onBlurEditableContent(this, '66', '1445')">First New</div></span></a></h4>

 

        <p class="newsInfo">

            <span class="newsLabelDate">Date :</span>

            <span id="newsDate"></span>

            <span class="newsDate">

                23/02/2009&nbsp;10:24</span>

        </p>

 

        <div class="newsImg"><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_66"><span id="newsImg"></span></a></div>

        <p class="newsResume">

           <span id="newsResume"><div class="editableContent" onclick="onClickEditableContent(this, '66', '1444')" onblur="onBlurEditableContent(this, '66', '1444')">This is the first new to be displayed. You can modify the news title and body by clicking of the new icon. Adding a new is very simple : just click on the add news icon.</div></span>

        </p>

 

        <div class="more"><span><a href="/cms/site/duke3/op/edit/home/template/newsDetail?queryPath=/content/jahia/duke3/home/news/ContentContainer_66">

            Lire</a></span></div>

        <span id="newsContent"></span>

        <div class="clear"></div>

    </div>

    <!--stop newsListItem -->

</div> <!-- action menus --></div><!-- css user defined -->

                                                                            </div>

                                                                            <!-- end display action menu -->

                                                                     </div>

                                                             </div>

                                                             <!--stop space content-->

                                                     </div>

                                                     <!--stopContent-->

                                              </div>

                                              <!--stop wrapper-->

                                              <div class="clear"></div>

                                      </div>

                                      <div>&nbsp;</div>

                                      <div id="footer">

                                              <!--start footer-->

                                              <div id="footerPart1">

                                                     <!--start footerPart1-->

                                                     <div class="containerListWrap">

                                                             <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" actionType="0" labelkey="Sections mises en avant" id="ContentContainerList_647-uid470192805_0.7874800258196889"></div>

                                                             <div class="columns5">

                                                                     <!--start 2columns -->

                                                                    

                                                                     <div class="clear"></div>

                                                             </div>

                                                     </div>

                                                     <!-- end display action menu --><!--stop 5 columns -->

                                                     <div class="clear"></div>

                                                     <div class="clear"></div>

                                              </div>

                                              <!--stop footerPart1-->

                                              <div id="footerPart2">

                                                     <!--start footerPart2-->

                                                     <div id="footerPart2content">

                                                             <!--start footerPart2content-->

                                                     </div>

                                                     <div class="clear"></div>

                                              </div>

                                              <!--stop footerPart2-->

                                              <div id="footerPart3">

                                                     <!--start footerPart3-->

                                                     <div class="columns2">

                                                             <!--start 2columns -->

                                                             <div class="column-item1">

                                                                     <!--start column-item -->

                                                                     <div class="columnspace">

                                                                            <!--start columnspace -->

                                                                            <div class="containerListWrap">

                                                                                    <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" actionType="0" labelkey="Modifier le logo" id="ContentContainerList_646-uid470192820_0.053059812990633115"></div>

                                                                                   

                                                                            </div>

                                                                            <!-- end display action menu -->

                                                                     </div>

                                                                     <!--stop columnspace -->

                                                                     <div class="clear"></div>

                                                             </div>

                                                             <!--stop column-item -->

                                                             <div class="column-item2" style="width:85%">

                                                                     <!--start column-item -->

                                                                     <div class="columnspace">

                                                                            <!--start columnspace -->

                                                                             <div id="bottomshortcuts">

                                                                                    <!--start bottomshortcuts-->

                                                                                    <div class="containerListWrap">

                                                                                            <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" actionType="0" labelkey="Liste de liens" id="ContentContainerList_645-uid470192977_0.7596211124939273"></div>

                                                                                            <ul>

                                                                                            

                                                                                            </ul>

                                                                                    </div>

                                                                                    <!-- end display action menu -->

                                                                            </div>

                                                                            <!--stop bottomshortcuts-->

                                                                            <div id="copyright">

                                                                                    <!--start copyright-->

                                                                                    <p>

                                                                                    <div class="containerListWrap">

                                                                                            <div class="action-menu-icons" jahiatype="actionmenu" bundlename="jahiatemplates.Web-templates" namepostfix="footers" actionType="0" labelkey="" id="ContentContainerList_644-uid470193055_0.6454132891615147"></div>

                                                                                           

                                                                                    </div>

                                                                                    <!-- end display action menu --></p>

                                                                            </div>

                                                                            <!--stop copyright-->

                                                                     </div>

                                                                     <!--stop columnspace -->

                                                                     <div class="clear"></div>

                                                             </div>

                                                             <!--stop column-item -->

                                                             <div class="clear"></div>

                                                     </div>

                                                     <!--stop 2 columns -->

                                                     <div class="clear"></div>

                                              </div>

                                              <!--stop footerPart3-->

                                              <div class="clear"></div>

                                              <div class="clear"></div>

                                      </div>

                                      <!--stop footer-->

                                      <div class="clear"></div>

                               </div>

                               <div class="clear"></div>

                       </div>

                       <div class="clear"></div>

               </div>

               </div>

        </body>

</html>

 

 

Thanks for any help…

 

 

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

thomas.feldman@...
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees

 


_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: On line page

by Benjamin Papez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Thomas,

is there any error/warning logging in the console, when you access the page in LIVE mode ?

Regards,
Benjamin


_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: On line page

by Thomas Feldman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hello Benjamin, it seems there is no error ; I send you the console output:

 

============= gwt-log-1.5.6 =============Wed Feb 25 10:48:01 GMT+100 2009=============

[DEBUG] load module

[DEBUG] Categories selector not found

[DEBUG] load toolbar

POST http://localhost:8080/gwt/toolbar/

http://localhost:8080/gwt/toolbar/

200 OK

150ms

CF1C3A35...ache.html (ligne 3900)

[DEBUG] toolbar loaded

[INFO] createUI() 193ms

[DEBUG] 4 toolbar(s).

[DEBUG] is top

[DEBUG] ---- is display title: false

[DEBUG] ---- Nb items groupe: 5

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.SwitchingMode

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.User

[DEBUG] items group layout =2

[DEBUG] items group layout =2

[DEBUG] Toogle item

[DEBUG] items group layout =2

[DEBUG] Toogle item

[DEBUG] items group layout =2

[DEBUG] Toogle item

POST http://localhost:8080/gwt/base/

http://localhost:8080/gwt/base/

200 OK

410ms

CF1C3A35...ache.html (ligne 3900)

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.sites

[DEBUG] items group layout =4

[DEBUG] items group layout =4

[DEBUG] items group layout =4

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.Fill

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.LanguageSwitcher

[DEBUG] items group layout =2

[DEBUG] has tab

[DEBUG] is not draggable

[DEBUG] is top

[DEBUG] is not draggable

[DEBUG] is top

[DEBUG] is not draggable

[DEBUG] is top

[DEBUG] is not draggable

[DEBUG] -- all tool bars added.

[INFO] Toolbar loaded in 1549ms

 

 

 

Good luck.

 

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

thomas.feldman@...
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees

 

De : template_list-bounces@... [mailto:template_list-bounces@...] De la part de Benjamin Papez
Envoyé : mardi 24 février 2009 21:51
À : Any questions regarding template development and/or about the taglibsextension
Objet : Re: [template_list] On line page

 

Hello Thomas,

is there any error/warning logging in the console, when you access the page in LIVE mode ?

Regards,
Benjamin



_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: On line page

by Benjamin Papez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Thomas,

this log output is unreadable as there are lots of characters missing, but it looks like there is no error/warning in the log. Could you please flush the cache of the site, so we could see if it is a caching problem. (if you click on the right mouse button, when being on the Jahia toolbar, you can choose Cache and you will get a Cache toolbar, where you can flush the cache for a site).

Regards,
Benjamin

2009/2/25 Thomas Feldman <Thomas.Feldman@...>

Hello Benjamin, it seems there is no error ; I send you the console output:

 

============= gwt-log-1.5.6 =============Wed Feb 25 10:48:01 GMT+100 2009=============

[DEBUG] load module

[DEBUG] Categories selector not found

[DEBUG] load toolbar

POST http://localhost:8080/gwt/toolbar/

http://localhost:8080/gwt/toolbar/

200 OK

150ms

CF1C3A35...ache.html (ligne 3900)

[DEBUG] toolbar loaded

[INFO] createUI() 193ms

[DEBUG] 4 toolbar(s).

[DEBUG] is top

[DEBUG] ---- is display title: false

[DEBUG] ---- Nb items groupe: 5

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.SwitchingMode

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] items group layout =8

[DEBUG] itemsgroup is the tabpanel

[DEBUG] add tabitem

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.User

[DEBUG] items group layout =2

[DEBUG] items group layout =2

[DEBUG] Toogle item

[DEBUG] items group layout =2

[DEBUG] Toogle item

[DEBUG] items group layout =2

[DEBUG] Toogle item

POST http://localhost:8080/gwt/base/

http://localhost:8080/gwt/base/

200 OK

410ms

CF1C3A35...ache.html (ligne 3900)

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.sites

[DEBUG] items group layout =4

[DEBUG] items group layout =4

[DEBUG] items group layout =4

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.Fill

[DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.LanguageSwitcher

[DEBUG] items group layout =2

[DEBUG] has tab

[DEBUG] is not draggable

[DEBUG] is top

[DEBUG] is not draggable

[DEBUG] is top

[DEBUG] is not draggable

[DEBUG] is top

[DEBUG] is not draggable

[DEBUG] -- all tool bars added.

[INFO] Toolbar loaded in 1549ms

 

 

 

Good luck.

 

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

thomas.feldman@...
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees

 

De : template_list-bounces@... [mailto:template_list-bounces@...] De la part de Benjamin Papez
Envoyé : mardi 24 février 2009 21:51
À : Any questions regarding template development and/or about the taglibsextension
Objet : Re: [template_list] On line page

 

Hello Thomas,



is there any error/warning logging in the console, when you access the page in LIVE mode ?

Regards,
Benjamin

_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list




_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: On line page

by Sergiy Shyrkov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Thomas,

could you please check the server log file (server console)?
The log entries, you've posted, are from Firebug console in the Firefox,
I guess.

Kind regards
Sergiy

Benjamin Papez wrote:

> Hello Thomas,
>
> this log output is unreadable as there are lots of characters missing,
> but it looks like there is no error/warning in the log. Could you please
> flush the cache of the site, so we could see if it is a caching problem.
> (if you click on the right mouse button, when being on the Jahia
> toolbar, you can choose Cache and you will get a Cache toolbar, where
> you can flush the cache for a site).
>
> Regards,
> Benjamin
>
> 2009/2/25 Thomas Feldman <Thomas.Feldman@...
> <mailto:Thomas.Feldman@...>>
>
>     Hello Benjamin, it seems there is no error ; I send you the console
>     output:
>
>      
>
>     ============= gwt-log-1.5.6 =============Wed Feb 25 10:48:01 GMT+100
>     2009=============
>
>     [DEBUG] load module
>
>     [DEBUG] Categories selector not found
>
>     [DEBUG] load toolbar
>
>     POST http://localhost:8080/gwt/toolbar/
>
>     http://localhost:8080/gwt/toolbar/
>
>    
>
>     200 OK
>
>    
>
>    
>
>     150ms
>
>    
>
>     CF1C3A35...ache.html (ligne 3900)
>
>     [DEBUG] toolbar loaded
>
>     [INFO] createUI() 193ms
>
>     [DEBUG] 4 toolbar(s).
>
>     [DEBUG] is top
>
>     [DEBUG] ---- is display title: false
>
>     [DEBUG] ---- Nb items groupe: 5
>
>     [DEBUG] ---- items group type:
>     org.jahia.toolbar.itemsgroup.SwitchingMode
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.User
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] Toogle item
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] Toogle item
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] Toogle item
>
>     POST http://localhost:8080/gwt/base/
>
>     http://localhost:8080/gwt/base/
>
>    
>
>     200 OK
>
>    
>
>    
>
>     410ms
>
>    
>
>     CF1C3A35...ache.html (ligne 3900)
>
>     [DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.sites
>
>     [DEBUG] items group layout =4
>
>     [DEBUG] items group layout =4
>
>     [DEBUG] items group layout =4
>
>     [DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.Fill
>
>     [DEBUG] ---- items group type:
>     org.jahia.toolbar.itemsgroup.LanguageSwitcher
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] has tab
>
>     [DEBUG] is not draggable
>
>     [DEBUG] is top
>
>     [DEBUG] is not draggable
>
>     [DEBUG] is top
>
>     [DEBUG] is not draggable
>
>     [DEBUG] is top
>
>     [DEBUG] is not draggable
>
>     [DEBUG] -- all tool bars added.
>
>     [INFO] Toolbar loaded in 1549ms
>
>      
>
>      
>
>      
>
>     Good luck.
>
>      
>
>     *Thomas Feldman
>     *Chef de projet  technique -Technical Project Manager
>     ____________________________________________________________
>
>     *Duke - A Razorfish Company*
>     86-90, rue Notre Dame de Nazareth
>     75003 Paris - France
>     T : +33 (0)1 53 44 17 19
>
>     mailto:thomas.feldman@...
>     http://www.duke-interactive.com
>     ____________________________________________________________
>
>     If emails save time, not printing them saves trees
>
>      
>
>     *De :* template_list-bounces@...
>     <mailto:template_list-bounces@...>
>     [mailto:template_list-bounces@...
>     <mailto:template_list-bounces@...>] *De la part de* Benjamin Papez
>     *Envoyé :* mardi 24 février 2009 21:51
>     *À :* Any questions regarding template development and/or about the
>     taglibsextension
>     *Objet :* Re: [template_list] On line page
>
>      
>
>     Hello Thomas,
>
>
>
>     is there any error/warning logging in the console, when you access
>     the page in LIVE mode ?
>
>     Regards,
>     Benjamin
>
>     _______________________________________________
>     template_list mailing list
>     template_list@... <mailto:template_list@...>
>     http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> template_list mailing list
> template_list@...
> http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Re: On line page

by Thomas Feldman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, didn't post the reply to the list, but the issue is fine now...It was just a cache problem.

Thanks for your help

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________
Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19
mailto:thomas.feldman@...
http://www.duke-interactive.com
____________________________________________________________
If emails save time, not printing them saves trees

-----Message d'origine-----
De : template_list-bounces@... [mailto:template_list-bounces@...] De la part de Sergiy Shyrkov
Envoyé : mercredi 25 février 2009 17:35
À : template_list@...
Objet : Re: [template_list] On line page

Hello Thomas,

could you please check the server log file (server console)?
The log entries, you've posted, are from Firebug console in the Firefox,
I guess.

Kind regards
Sergiy

Benjamin Papez wrote:

> Hello Thomas,
>
> this log output is unreadable as there are lots of characters missing,
> but it looks like there is no error/warning in the log. Could you please
> flush the cache of the site, so we could see if it is a caching problem.
> (if you click on the right mouse button, when being on the Jahia
> toolbar, you can choose Cache and you will get a Cache toolbar, where
> you can flush the cache for a site).
>
> Regards,
> Benjamin
>
> 2009/2/25 Thomas Feldman <Thomas.Feldman@...
> <mailto:Thomas.Feldman@...>>
>
>     Hello Benjamin, it seems there is no error ; I send you the console
>     output:
>
>      
>
>     ============= gwt-log-1.5.6 =============Wed Feb 25 10:48:01 GMT+100
>     2009=============
>
>     [DEBUG] load module
>
>     [DEBUG] Categories selector not found
>
>     [DEBUG] load toolbar
>
>     POST http://localhost:8080/gwt/toolbar/
>
>     http://localhost:8080/gwt/toolbar/
>
>    
>
>     200 OK
>
>    
>
>    
>
>     150ms
>
>    
>
>     CF1C3A35...ache.html (ligne 3900)
>
>     [DEBUG] toolbar loaded
>
>     [INFO] createUI() 193ms
>
>     [DEBUG] 4 toolbar(s).
>
>     [DEBUG] is top
>
>     [DEBUG] ---- is display title: false
>
>     [DEBUG] ---- Nb items groupe: 5
>
>     [DEBUG] ---- items group type:
>     org.jahia.toolbar.itemsgroup.SwitchingMode
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] items group layout =8
>
>     [DEBUG] itemsgroup is the tabpanel
>
>     [DEBUG] add tabitem
>
>     [DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.User
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] Toogle item
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] Toogle item
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] Toogle item
>
>     POST http://localhost:8080/gwt/base/
>
>     http://localhost:8080/gwt/base/
>
>    
>
>     200 OK
>
>    
>
>    
>
>     410ms
>
>    
>
>     CF1C3A35...ache.html (ligne 3900)
>
>     [DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.sites
>
>     [DEBUG] items group layout =4
>
>     [DEBUG] items group layout =4
>
>     [DEBUG] items group layout =4
>
>     [DEBUG] ---- items group type: org.jahia.toolbar.itemsgroup.Fill
>
>     [DEBUG] ---- items group type:
>     org.jahia.toolbar.itemsgroup.LanguageSwitcher
>
>     [DEBUG] items group layout =2
>
>     [DEBUG] has tab
>
>     [DEBUG] is not draggable
>
>     [DEBUG] is top
>
>     [DEBUG] is not draggable
>
>     [DEBUG] is top
>
>     [DEBUG] is not draggable
>
>     [DEBUG] is top
>
>     [DEBUG] is not draggable
>
>     [DEBUG] -- all tool bars added.
>
>     [INFO] Toolbar loaded in 1549ms
>
>      
>
>      
>
>      
>
>     Good luck.
>
>      
>
>     *Thomas Feldman
>     *Chef de projet  technique -Technical Project Manager
>     ____________________________________________________________
>
>     *Duke - A Razorfish Company*
>     86-90, rue Notre Dame de Nazareth
>     75003 Paris - France
>     T : +33 (0)1 53 44 17 19
>
>     mailto:thomas.feldman@...
>     http://www.duke-interactive.com
>     ____________________________________________________________
>
>     If emails save time, not printing them saves trees
>
>      
>
>     *De :* template_list-bounces@...
>     <mailto:template_list-bounces@...>
>     [mailto:template_list-bounces@...
>     <mailto:template_list-bounces@...>] *De la part de* Benjamin Papez
>     *Envoyé :* mardi 24 février 2009 21:51
>     *À :* Any questions regarding template development and/or about the
>     taglibsextension
>     *Objet :* Re: [template_list] On line page
>
>      
>
>     Hello Thomas,
>
>
>
>     is there any error/warning logging in the console, when you access
>     the page in LIVE mode ?
>
>     Regards,
>     Benjamin
>
>     _______________________________________________
>     template_list mailing list
>     template_list@... <mailto:template_list@...>
>     http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> template_list mailing list
> template_list@...
> http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
_______________________________________________
template_list mailing list
template_list@...
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list