This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
App/www/screens/settings.html

40 lines
1.9 KiB
HTML
Raw Normal View History

2016-04-12 17:33:37 -06:00
<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>-->
2016-04-12 17:33:37 -06:00
<div class='list-group-item' onclick='askLogout()'>
Logout from app
</div>
<div class='list-group-item'>
<p>
2016-08-21 01:07:37 -06:00
<span style='font-weight: bold;'>Data and Libraries Used</span>
2016-04-12 17:33:37 -06:00
<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).
2016-04-12 17:33:37 -06:00
<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 Forecast (forecast.io).
<br />
2016-08-21 01:07:37 -06:00
Application developed using Apache Cordova (Apache License 2.0).
<br />
2016-08-21 01:07:37 -06:00
Barcode scanner code copyright (c) 2010 Matt Kane (MIT License).
2016-04-12 17:33:37 -06:00
</p>
</div>
2016-08-21 01:07:37 -06:00
<div class='list-group-item' onclick="openmodal('licenses', '#license-modal');">
Open Source Licenses
</div>
2016-04-12 17:33:37 -06:00
</div>
</div>