master
Skylar Ittner 4 years ago
parent defe5a0998
commit 1344dd0abd

@ -22,7 +22,7 @@
<!--
Generated file; DO NOT EDIT.
-->
<project name="Lecte" basedir="..">
<project name="CommunityVotingApp" basedir="..">
<property file="nbproject/configs/${config}.properties" />
<scriptdef name="checkVersion" language="javascript">

@ -1,7 +1,7 @@
auxiliary.org-netbeans-modules-cordova.cordova_5f_build_5f_script_5f_version=52
auxiliary.org-netbeans-modules-cordova.phonegap=true
file.reference.Lecte-test=test
file.reference.Lecte-www=www
file.reference.CommunityVotingApp-test=test
file.reference.CommunityVotingApp-www=www
files.encoding=UTF-8
project.license=mpl
site.root.folder=${file.reference.Lecte-www}
site.root.folder=${file.reference.CommunityVotingApp-www}

@ -3,7 +3,7 @@
<type>org.netbeans.modules.web.clientproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>Lecte</name>
<name>CommunityVotingApp</name>
</data>
</configuration>
</project>

@ -13,8 +13,8 @@ initPlatform();
var app = new Framework7({
root: "#app",
name: "Lecte",
id: "vote.lecte.Lecte",
name: "CommunityVotingApp",
id: "com.netsyms.CommunityVotingApp",
theme: platform_theme,
card: {
swipeToClose: false

@ -5,7 +5,7 @@ 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/.
-->
<title>Lecte</title>
<title>CommunityVotingApp</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/icons/logo.svg" />

@ -22,7 +22,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<div class="block">
<p>This program is licensed under the Mozilla Public License 2.0.
To get the source code, visit https://source.netsyms.com/Netsyms/Lecte.
To get the source code, visit https://source.netsyms.com/Netsyms/CommunityVotingApp.
<br>
This application relies on and is bundled with third-party code.
See below for the their licenses and where to find source code.

@ -15,7 +15,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<span class="if-not-md">Back</span>
</a>
</div> -->
<div class="title">Lecte</div>
<div class="title">CommunityVotingApp</div>
</div>
</div>

@ -10,7 +10,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="title">Lecte</div>
<div class="title">CommunityVotingApp</div>
</div>
</div>

@ -10,7 +10,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="title">Lecte</div>
<div class="title">CommunityVotingApp</div>
</div>
</div>

@ -10,7 +10,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="title">Lecte</div>
<div class="title">CommunityVotingApp</div>
</div>
</div>

Loading…
Cancel
Save