[Yanel-commits] rev 22764 - public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt

michi at wyona.com michi at wyona.com
Sat Feb 17 23:56:52 CET 2007


Author: michi
Date: 2007-02-17 23:56:51 +0100 (Sat, 17 Feb 2007)
New Revision: 22764

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl
Log:
target top as base

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl	2007-02-17 22:36:53 UTC (rev 22763)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl	2007-02-17 22:56:51 UTC (rev 22764)
@@ -13,6 +13,10 @@
   <xsl:template match="/">
     <html>
       <head>
+        <base target="_top"/>
+<!--
+        <base target="_parent"/>
+-->
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
         <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
         <link rel="stylesheet" href="css/global.css" type="text/css"/>
@@ -31,10 +35,10 @@
         <h2>Getting Started</h2>
         <p>
           <ul>
-            <li><a href="yanel-website/en/documentation/what-is-a-realm.html" target="_top">What is a realm?</a></li>
+            <li><a href="yanel-website/en/documentation/what-is-a-realm.html">What is a realm?</a></li>
             <li>Create a realm from scratch.</li>
             <li>
-              <a href="yanel-website/en/documentation/import-existing-website-as-new-realm.html" target="_top">Import
+              <a href="yanel-website/en/documentation/import-existing-website-as-new-realm.html">Import
                 an existing website as a new realm.</a> (Work in progress: <a href="import-site.html">Do it!</a>)
             </li>
             <li>




More information about the Yanel-commits mailing list