blob: 1ee65148733d440d47d4091b10c8a33e56b4263d [file]
<!DOCTYPE HTML>
{% comment %}
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.
{% endcomment %}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/royalesite.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<base href="{{ site.baseurl }}/" />
<title>{{page.title}}</title>
</head>
<body class="page">
<div class="topbar">
<img src="http://royale.codeoscopic.com/wp-content/uploads/2018/01/apache-royale-tm-logo-light.svg" style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/>
<ul class="topMenu">
<li class="topMenu_li fa">
<a class="topMenu_li_a" href="http://royale.apache.org/features.html">FEATURES</a>
</li>
<li class="topMenu_li fa">
<a class="topMenu_li_a" href="http://royale.apache.org/tryitnow/index.html">TRY IT NOW</a>
</li>
<li class="topMenu_li fa">
<a class="topMenu_li_a" href="http://royale.apache.org/download.html">DOWNLOAD</a>
</li>
<li class="topMenu_li fa">
<a class="topMenu_li_a" href="http://royale.apache.org/documentation.html">DOCS</a>
</li>
<li class="topMenu_li fa">
<a class="topMenu_li_a" href="http://royale.apache.org/blog.html">BLOG</a>
</li>
<li class="topMenu_li fa fa-github">
<a class="topMenu_li_a" href="http://royale.apache.org/github.html">GITHUB</a>
</li>
</ul>
<ul class="social">
<li class="social_li fa fa-search">
<a href="search.html"></a>
</li>
<li class="social_li fa fa-share-alt">
<a href="share.html"></a>
</li>
<li class="social_li fa fa-th">
<a href="menu.html"></a>
</li>
</ul>
</div>
<p class="tagline">Designed for the future. Code Once. Run Everywhere.</p>
<div class="toc_and_doc">
<div class="content" id="content">
{{content}}
</div>
<div class="toc" id="toc">
{% assign pagepathparts = page.path | split: "/" %}
{% assign numparts = pagepathparts | size %}
{% case numparts %)
{% when 1 %}
{% assign folder1 = "" %}
{% assign folder2 = "" %}
{% when 2 %}
{% assign folder1 = pagepathparts[0] %}
{% assign folder2 = "" %}
{% when 3 %}
{% assign folder1 = pagepathparts[0] %}
{% assign folder2 = pagepathparts[1] %}
{% endcase %}
{% for entry in site.data.toc.toc %}
{% for p in site.pages %}
{% if p.path == entry.path %}
<div class="toc_entry">
{% if p.path == page.path %}
<span class="toc_label">{{ p.title }}</span>
{% else %}
<a class="toc_link" href="{{ p.url | remove_first: '/'}}">{{ p.title }}</a>
{% endif %}
</div>
{% if entry.children %}
{% assign entrypathparts = entry.children[0].path | split: "/" %}
{% if folder1 == entrypathparts[0] %}
<div class="menu_div">
{% for p2 in entry.children %}
{% for q in site.pages %}
{% if p2.path == q.path %}
<div class="toc_entry">
{% if q.path == page.path %}
<span class="toc_label">{{ q.title }}</span>
{% else %}
<a class="toc_link" href="{{ q.url | remove_first: '/'}}">{{ q.title }}</a>
{% endif %}
</div>
{% endif %}
{% endfor %}
{% if p2.children %}
{% assign entrypathparts = p2.children[0].path | split: "/" %}
{% if folder2 == entrypathparts[1] %}
<div class="menu_div2">
{% for p3 in p2.children %}
{% for r in site.pages %}
{% if p3.path == r.path %}
<div class="toc_entry">
{% if r.path == page.path %}
<span class="toc_label">{{ r.title }}</span>
{% else %}
<a class="toc_link" href="{{ r.url | remove_first: '/'}}">{{ r.title }}</a>
{% endif %}
</div>
{% endif %}
{% endfor %}
{% endfor %}
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
</div>
</div>
<div class="footer">
<div class="footer-column">
<ul class="footer-list">
<li class="apacheroyale">APACHE ROYALE</li>
<li><a class="footer-list_a" href="http://royale.apache.org/index.html">Home</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/features.html">Features</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/tryitnow/index.html">Try it now</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/download.html">Download</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/showcase.html">Showcase</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/blog.html">Blog</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/team.html">Team</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/royalenpm.html">Royale in npm</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/license.html">License</a></li>
</ul>
</div>
<div class="footer-column">
<ul class="footer-list">
<li class="documentation">DOCUMENTATION</li>
<li><a class="footer-list_a" href="http://royale.apache.org/index.html">Getting Started</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/docs.html">Docs</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/reference/index.html">Reference</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/wiki.html">Wiki</a></li>
</ul>
<ul class="footer-list">
<li class="community">COMMUNITY</li>
<li><a class="footer-list_a" href="contribute.html">Get Involved</a></li>
<li><a class="footer-list_a" href="mailinglists.html">Mailing Lists</a></li>
<li><a class="footer-list_a" href="faq.html">FAQ</a></li>
</ul>
</div>
<div class="footer-column">
<ul class="footer-list">
<li class="development">DEVELOPMENT</li>
<li><a class="footer-list_a" href="http://royale.apache.org/github.html">Github</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/source.html">Source Code</a></li>
<li><a class="footer-list_a" href="http://royale.apache.org/issues.html">Issues</a></li>
</ul>
<ul class="footer-list">
<li class="apache">APACHE</li>
<li><a class="footer-list_a" href="http://www.apache.org/">Apache</a></li>
<li><a class="footer-list_a" href="http://www.apache.org/donations.html">Donations</a></li>
<li><a class="footer-list_a" href="http://www.apache.org/thanks.html">Sponsorship</a></li>
<li><a class="footer-list_a" href="http://www.apache.org/thanks.html">Thanks</a></li>
</ul>
</div>
<div class="aboutusdiv" >
<p class="aboutus">ABOUT US</p>
<p class="aboutus_p"><img class="aboutus-logo" src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/apache-royale-logo-footer-circle-grey.svg"/><a href=https://royale.apache.org/index.html" class="aboutus_a">Apache Royale™</a> is a highly productive open source application technology for building expressive frontend applications that outputs to different formats and deploy consistently on all major browsers, desktops and devices.</p>
<p><img class="aboutus-apache-logo" src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/Apache_PoweredBy.svg" />
<a href=https://royale.apache.org/index.html" class="aboutus_a">Apache Royale™</a>, <a href="http://www.apache.org" class="aboutus_a">Apache™</a> and the <a href="http://www.apache.org/foundation/press/kit/" class="aboutus_a">Apache feather logo™</a> are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Read more about our privacy policy on our Privacy Policy page.</p>
</div>
</div>
<div class="asf">
Copyright © 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
</div>
</body>
</html>