| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <html> |
| <head> |
| <title>Cayenne Click Examples - $title</title> |
| <link rel="stylesheet" type="text/css" href="style.css" title="Style"> |
| $imports |
| |
| #if ($head-include) |
| #include($head-include) |
| #end |
| </head> |
| <body #if($body-onload) onload="$body-onload" #end> |
| |
| <div style="background-color: navy; color: white; padding: 0.5em;"> |
| |
| <a class="menu" href="$context/index.html" title="Example Homepage">Home</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=WEB-INF/src/$srcPath" title="Page Java source">Page Java</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=$path" title="Page Content source">Page HTML</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=WEB-INF/click.xml" title="Click Application Descriptor">Click XML</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=WEB-INF/web.xml" title="Web Application Descriptor">Web XML</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=WEB-INF/cayenne.xml" title="Cayenne Application Descriptor">Cayenne XML</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=WEB-INF/HRMap.map.xml" title="Cayenne DataMap">Data Map</a> |
| | |
| <a class="menu" href="$context/source-viewer.htm?filename=WEB-INF/HRDB.driver.xml" title="Cayenne DataMap">Data Node</a> |
| | |
| <a class="menu" href="$context/javadoc/index.html" title="HTML Javadoc API">Javadoc API</a> |
| </div> |
| |
| <h2>Cayenne/Click::$title</h2> |
| |
| |
| #parse($path) |
| |
| </body> |
| </html> |