[Yanel-commits] rev 40893 - public/yanel/contributions/resources/xinha/htdocs

simon at wyona.com simon at wyona.com
Sun Jan 11 00:56:17 CET 2009


Author: simon
Date: 2009-01-11 00:56:16 +0100 (Sun, 11 Jan 2009)
New Revision: 40893

Modified:
   public/yanel/contributions/resources/xinha/htdocs/xinha.jelly
Log:
resource-type-identifier namespace escaped.

Modified: public/yanel/contributions/resources/xinha/htdocs/xinha.jelly
===================================================================
--- public/yanel/contributions/resources/xinha/htdocs/xinha.jelly	2009-01-10 23:49:53 UTC (rev 40892)
+++ public/yanel/contributions/resources/xinha/htdocs/xinha.jelly	2009-01-10 23:56:16 UTC (rev 40893)
@@ -3,10 +3,10 @@
   <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
       <title>Edit ${resource.getEditPath()} with Xinha</title>
-      <link rel="stylesheet" type="text/css" href="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::xinha/css/xinha-resource.css"/>
+      <link rel="stylesheet" type="text/css" href="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/^http:^2f^2fwww.wyona.org^2fyanel^2fresource^2f1.0::xinha/css/xinha-resource.css"/>
       
       <script type="text/javascript">
-        _editor_url  = resolveRelative("${yanel.back2realm}") + "${yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::xinha/xinha/";  // (preferably absolute) URL (including trailing slash) where Xinha is installed
+        _editor_url  = resolveRelative("${yanel.back2realm}") + "${yanel.reservedPrefix}/resource-types/^http:^2f^2fwww.wyona.org^2fyanel^2fresource^2f1.0::xinha/xinha/";  // (preferably absolute) URL (including trailing slash) where Xinha is installed
         _editor_lang = "${resource.getRequestedLanguage()}";      // And the language we need to use in the editor.
         _editor_skin = "silva";   // If you want use a skin, add the name (of the folder) here
         
@@ -18,7 +18,7 @@
             return url + '/' + path;
         }
       </script>
-      <script type="text/javascript" src="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/http://www.wyona.org/yanel/resource/1.0::xinha/xinha/XinhaCore.js"></script>
+      <script type="text/javascript" src="${yanel.back2realm}${yanel.reservedPrefix}/resource-types/^http:^2f^2fwww.wyona.org^2fyanel^2fresource^2f1.0::xinha/xinha/XinhaCore.js"></script>
       <script type="text/javascript">
         var editeur = null;
         function initXinha() {



More information about the Yanel-commits mailing list