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.

40 lines
1.2 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="upgrade">
<div class="navbar">
<div class="navbar-inner">
<div class="title">Upgrade Required</div>
</div>
</div>
<div class="page-content">
<div class="block">
<p>This version of TerranQuest is too old to work properly with the
game server.</p>
{{#js_if "platform_type != 'browser'"}}
<h3>Download:</h3>
<div class="display-flex">
{{#js_if "platform_type == 'cordova'"}}
{{#each android}}
<div class="button round margin-horizontal" onclick='openSystemBrowser("{{this}}")'>{{@key}}</div>
{{/each}}
{{/js_if}}
{{#js_if "platform_type == 'nw'"}}
{{#each nwjs}}
<div class="button round margin-horizontal" onclick='openSystemBrowser("{{this}}")'>{{@key}}</div>
{{/each}}
{{/js_if}}
</div>
{{/js_if}}
</div>
</div>
</div>