<%@page contentType="text/html"%>
<%--
// $Id: //open/mondrian/webapp/MD-INDEX.jsp#14 $
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
// (C) Copyright 2001-2005 Kana Software, Inc. and others.
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
//
// jhyde, 6 August, 2001
--%>
<html>
<head>
<title>Mondrian examples</title>
</head>
<body>
<p>NSTDA</p>
<ul>
<li><a href="MD-DISPLAY.jsp?query=Employee">Employee</a></li>
<!--
<li><a href="MD-DISPLAY.jsp?query=EmployeeResign">EmployeeResign</a></li>
-->
<li><a href="MD-DISPLAY.jsp?query=EmployeeAge">EmployeeAge</a></li>
<li><a href="MD-DISPLAY.jsp?query=EmployeeEr">Er room</a></li>
<li><a href="MD-DISPLAY.jsp?query=EmployeeErCost">Er cost</a></li>
<li><a href="MD-DISPLAY.jsp?query=Cremation">Cremation</a></li>
<li><a href="MD-DISPLAY.jsp?query=pvf">pvf</a></li>
<li><a href="MD-DISPLAY.jsp?query=gpa">gpa</a></li>

<!--
<li><a href="MD-DISPLAY.jsp?query=xmla">JPivot pivot table by XMLA</a></li>
<li><a href="MD-DISPLAY.jsp?query=fourhier">JPivot with 4 hierarchies</a></li>
<li><a href="MD-DISPLAY.jsp?query=arrows">JPivot with arrows</a></li>
<li><a href="MD-DISPLAY.jsp?query=colors">JPivot with colors</a></li>
<li><a href="MD-TAGLIB.jsp">Various queries formatted using the Mondrian tag-library</a></li>
<li><a href="MD-ADHOC.jsp">Basic interface for ad hoc queries</a></li>
<li><a href="MD-XMLTEST.jsp">XML for Analysis tester</a></li>
-->
</ul>

<!--
<p>Other links:</p>
<ul>
<li><a href="http://mondrian.pentaho.org">Mondrian home page</a></li>
<li><a href="http://sourceforge.net/projects/mondrian">Mondrian project page</a></li>
<li><a href="http://jpivot.sourceforge.net/">JPivot home page</a></li>
<li><a href="http://sourceforge.net/projects/jpivot">JPivot project page</a></li>
</ul>
-->
</body>
</html>