master
Skylar Ittner 4 years ago
parent defe5a0998
commit 1344dd0abd

@ -22,7 +22,7 @@
<!-- <!--
Generated file; DO NOT EDIT. Generated file; DO NOT EDIT.
--> -->
<project name="Lecte" basedir=".."> <project name="CommunityVotingApp" basedir="..">
<property file="nbproject/configs/${config}.properties" /> <property file="nbproject/configs/${config}.properties" />
<scriptdef name="checkVersion" language="javascript"> <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.cordova_5f_build_5f_script_5f_version=52
auxiliary.org-netbeans-modules-cordova.phonegap=true auxiliary.org-netbeans-modules-cordova.phonegap=true
file.reference.Lecte-test=test file.reference.CommunityVotingApp-test=test
file.reference.Lecte-www=www file.reference.CommunityVotingApp-www=www
files.encoding=UTF-8 files.encoding=UTF-8
project.license=mpl 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> <type>org.netbeans.modules.web.clientproject</type>
<configuration> <configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1"> <data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>Lecte</name> <name>CommunityVotingApp</name>
</data> </data>
</configuration> </configuration>
</project> </project>

@ -13,8 +13,8 @@ initPlatform();
var app = new Framework7({ var app = new Framework7({
root: "#app", root: "#app",
name: "Lecte", name: "CommunityVotingApp",
id: "vote.lecte.Lecte", id: "com.netsyms.CommunityVotingApp",
theme: platform_theme, theme: platform_theme,
card: { card: {
swipeToClose: false 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 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/. file, You can obtain one at http://mozilla.org/MPL/2.0/.
--> -->
<title>Lecte</title> <title>CommunityVotingApp</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/icons/logo.svg" /> <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"> <div class="block">
<p>This program is licensed under the Mozilla Public License 2.0. <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> <br>
This application relies on and is bundled with third-party code. This application relies on and is bundled with third-party code.
See below for the their licenses and where to find source 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> <span class="if-not-md">Back</span>
</a> </a>
</div> --> </div> -->
<div class="title">Lecte</div> <div class="title">CommunityVotingApp</div>
</div> </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">
<div class="navbar-bg"></div> <div class="navbar-bg"></div>
<div class="navbar-inner"> <div class="navbar-inner">
<div class="title">Lecte</div> <div class="title">CommunityVotingApp</div>
</div> </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">
<div class="navbar-bg"></div> <div class="navbar-bg"></div>
<div class="navbar-inner"> <div class="navbar-inner">
<div class="title">Lecte</div> <div class="title">CommunityVotingApp</div>
</div> </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">
<div class="navbar-bg"></div> <div class="navbar-bg"></div>
<div class="navbar-inner"> <div class="navbar-inner">
<div class="title">Lecte</div> <div class="title">CommunityVotingApp</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save