Author: jmorliaguet
Date: Sat Feb 18 21:57:22 2006
New Revision: 2426

Added:
   cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/index.html  
 (contents, props changed)
   cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/main.html   
(contents, props changed)
   cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/tests.html  
 (contents, props changed)
Log:

- added a menu navigation to access the tests 



Added: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/index.html
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/index.html 
Sat Feb 18 21:57:22 2006
@@ -0,0 +1,14 @@
+<html>
+<head>
+  <title>CPSSkins functional tests</title>
+</head>
+  <frameset COLS="25%,*">
+    <frame SRC="tests.html" NAME="tests">
+    <frame SRC="main.html" NAME="main">
+  </frameset>
+  <noframes>
+    <body>
+      This text will appear only if the browser does not support frames.
+    </body>
+  </noframes>
+</html>

Added: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/main.html
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/main.html  
Sat Feb 18 21:57:22 2006
@@ -0,0 +1,2 @@
+
+select a test

Added: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/tests.html
==============================================================================
--- (empty file)
+++ cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/tests.html 
Sat Feb 18 21:57:22 2006
@@ -0,0 +1,43 @@
+
+<ul>
+  <li>
+    <a target="main"
+       href="cpsskins_contextualactions_test.html">Contextual actions</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_contextualmenu_test.html">Contextual menu</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_external_sources.html">External data sources</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_navpanel_test.html">Navigation panels</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_observer_test.html">Observer test</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_panel_test.html">Panels</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_progressive_enhancement.html">Progressive enhancement</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_tooltip.html">Tooltips</a>
+  </li>
+  <li>
+    <a target="main"
+       href="cpsskins_widget_templates.html">Widget templates</a>
+  </li>
+  <li>
+    <a target="main"
+       href="behaviour/cpsskins_behaviour_test.html">Behaviour</a>
+  </li>
+</ul>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to