You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

63 lines
2.7 KiB
HTML

<!--
TerranQuest - Augmented Reality fantasy game
Copyright 2016 Netsyms Technologies
Licensed 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.
-->
<div class="scrollable-box">
<div class='list-group'>
<div class='list-group-item' onclick='openIntro()'>
Show Introduction
</div>
<div class='list-group-item' onclick='openRules()'>
Show Rules
</div>
<div class='list-group-item' onclick='openscreen("munzeelink")'>
Link with Munzee account
<br />
<span class="small">When you link a Munzee account, any Munzee QR codes you scan will be automatically captured in Munzee as well.</span>
</div>
<div class='list-group-item' onclick='askLogout()'>
Logout from app
</div>
<div class='list-group-item'>
<p>
<span style='font-weight: bold;'>Data and Libraries Used</span>
<br />
Map tiles by Stamen Design (stamen.com), under CC BY 3.0 (creativecommons.org/licenses/by/3.0).
<br />
Map tile data by OpenStreetMap (openstreetmap.org), under CC BY-SA (creativecommons.org/licenses/by-sa/3.0).
<br />
Places from OpenStreetMap and contributers, licensed under the ODbL (opendatacommons.org/licenses/odbl).
<br />
Map display is powered by Leaflet (leafletjs.com), copyright (c) 2010-2016, Vladimir Agafonkin and copyright (c) 2010-2011, CloudMade. BSD 2-clause license.
<br />
Weather data Powered by Dark Sky (darksky.net/poweredby).
<br />
Application developed using Apache Cordova (Apache License 2.0).
<br />
Barcode scanner code copyright (c) 2010 Matt Kane (MIT License).
</p>
</div>
<div class='list-group-item' onclick="openmodal('licenses', '#license-modal');">
Open Source Licenses
</div>
<div class="list-group-item">
Version: <span id="settings-version-code"></span>
</div>
</div>
</div>
<script>
$('#settings-version-code').text(window.cordova.plugins.version.getAppVersion());
</script>