Skip to content

Commit 104f51a

Browse files
author
lezwon
committed
initial commit
0 parents  commit 104f51a

File tree

431 files changed

+194404
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+194404
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platforms/*
2+
plugins/*
3+
www/lib

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Framework7 PhoneGap Application
2+
3+
> [Framework7](http://www.idangero.us/framework7) is a Mobile UI framework that can be used to build hybrid apps with PhoneGap. This template allows you to get started using Framework7
4+
quickly.
5+
6+
For a more extensive Framework7 sample, see the [one included in their Github project](https://github.com/nolimits4web/Framework7/tree/master/dist)
7+
or the [demo apps on their website](http://www.idangero.us/framework7/apps/#.VpQCc5MrKjQ).
8+
9+
Also, for an intro to Framework7, check out [this post on the PhoneGap blog](http://phonegap.com/blog/2015/11/30/framework7/).
10+
11+
12+
## Usage
13+
14+
### PhoneGap CLI
15+
16+
$ phonegap create my-app --template phonegap-template-framework7
17+
18+
### Cordova CLI
19+
20+
$ cordova create my-app --template phonegap-template-framework7
21+
22+
### Desktop
23+
24+
In your browser, open the file:
25+
26+
/www/index.html
27+
28+
29+

config.xml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<widget id="com.dashkonnect.dashtick" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>DashTick</name>
4+
<description>
5+
A basic Framework7 template for PhoneGap.
6+
</description>
7+
<author email="[email protected]" href="http://cordova.io">
8+
Apache Cordova Team
9+
</author>
10+
<content src="index.html" />
11+
<access origin="*" />
12+
<allow-intent href="http://*/*" />
13+
<allow-intent href="https://*/*" />
14+
<allow-intent href="tel:*" />
15+
<allow-intent href="sms:*" />
16+
<allow-intent href="mailto:*" />
17+
<allow-intent href="geo:*" />
18+
<platform name="android">
19+
<preference name="android-minSdkVersion" value="14" />
20+
<allow-intent href="market:*" />
21+
</platform>
22+
<platform name="ios">
23+
<allow-intent href="itms:*" />
24+
<allow-intent href="itms-apps:*" />
25+
<preference name="BackupWebStorage" value="none" />
26+
</platform>
27+
<preference name="DisallowOverscroll" value="true" />
28+
<plugin name="cordova-plugin-whitelist" spec="~1.2.0" />
29+
<plugin name="cordova-plugin-console" spec="~1.0.1" />
30+
<plugin name="cordova-plugin-statusbar" spec="~1.0.1" />
31+
</widget>

hooks/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
-->
21+
# Cordova Hooks
22+
23+
Cordova Hooks represent special scripts which could be added by application and plugin developers or even by your own build system to customize cordova commands. See Hooks Guide for more details: http://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html#Hooks%20Guide.

www/about.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!-- We don't need a full layout in this file because this page will be parsed with Ajax. -->
2+
3+
<!-- Top Navbar-->
4+
<div class="navbar">
5+
<div class="navbar-inner">
6+
<div class="left">
7+
<a href="#" class="back link">
8+
<i class="icon icon-back"></i>
9+
<span>Back</span>
10+
</a>
11+
</div>
12+
<div class="center sliding">About</div>
13+
<div class="right">
14+
<a href="#" class="link icon-only open-panel"><i class="icon icon-bars"></i></a>
15+
</div>
16+
</div>
17+
</div>
18+
<div class="pages">
19+
<div data-page="about" class="page">
20+
<div class="page-content">
21+
<div class="content-block">
22+
<p>Here is About page!</p>
23+
<p>Fusce eros lectus, accumsan eget mi vel, iaculis tincidunt felis. Nulla tincidunt pharetra sagittis. Fusce in felis eros. Nulla sit amet aliquam lorem, et gravida ipsum. Mauris consectetur nisl non sollicitudin tristique. Praesent vitae metus ac quam rhoncus mattis vel et nisi. Aenean aliquet, felis quis dignissim iaculis, lectus quam tincidunt ligula, et venenatis turpis risus sed lorem. Morbi eu metus elit. Ut vel diam dolor.</p>
24+
</div>
25+
</div>
26+
</div>
27+
</div>

www/booking.html

+1,259
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
utag.ut.writeva({});

www/booking_files/1315.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/booking_files/31b9c73

+2
Large diffs are not rendered by default.

www/booking_files/5297kx13790.js

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
(function(){var a=function(){var n=this;var w="tracker.marinsm.com";var G="5297kx13790";
2+
var H=365;var y=[];var o=false;var d="";var F=5;var m=function(){var J=["mckv","pcrid"];
3+
return J};this.setClientId=function(J){G=J};this.activateAnonymizeIp=function(){o=true
4+
};var D=function(){return G};this.setHost=function(J){w=J};var g=function(){return w
5+
};this.setExpires=function(J){H=J};this.setDefaultSubDomain=function(J){d=J};var j=function(){var J=new Date();
6+
J.setTime(J.getTime()+(H*24*60*60*1000));return"; expires="+J.toUTCString()};var C=function(){var J=new Date();
7+
return J.getTimezoneOffset()/60};var c=function(J){return(typeof J==="function")||(!!J&&typeof J!="string"&&!J.nodeName&&J.constructor!=Array&&/^[\s[]?function/.test(J+""))
8+
};var e=function(K,J){if(!K){return""}var L=encodeURIComponent;if(c(L)){return J?encodeURI(K):L(K)
9+
}return escape(K)};this.trackPage=function(){if(t()){var J=window.location.protocol+"//"+g()+"/tp?act=1&cid="+e(D())+"&tz="+e(C())+"&ref="+e(document.referrer)+"&page="+e(window.location);
10+
if(u()){J+="&uuid="+e(x())}else{J+="&uuid="+e(I())}if(o){J+="&anonymizeIp=set"}h(J)
11+
}};var t=function(){var J=q(window.location.toString())||q(document.referrer)||!s(document.referrer,window.location.toString());
12+
if(!u()){v("_msuuid",I())}return J};var s=function(K,J){var M=/^([^:]*:\/\/)?([^:]*:[^@]*@)?([^\/:\?]*\.[^\/:\?]*)?(:[^\/]*)?(\/[^?#]*)?(\?[^#]*)?(#.*)?$/i;
13+
try{return K.match(M)[3]==J.match(M)[3]}catch(L){}return false};var k=function(J){var K=J.indexOf("/","https://".length);
14+
var L=J.indexOf("?","https://".length);if(K>=0){return J.substring(K+1)}else{if(L>=0){return J.substring(L+1)
15+
}}return""};var f=function(J,K){var L=k(K);if(L.length>0){var M=new RegExp("\\W"+J+"\\W");
16+
return M.test(L)}return false};var q=function(M){if(M==null||M==""){return false}var K=m();
17+
for(var L=0,J=K.length;L<J;L++){if(f(K[L],M)){return true}}return false};this.addTrans=function(J){if(J!=null){y.push(J)
18+
}};this.processOrders=function(){for(var K=0;K<y.length;++K){var J=l(y[K]);h(J)}};
19+
var l=function(M){var L=r(M);var K=window.location.protocol+"//"+g()+"/tp?act=2&cid="+e(D())+"&tz="+e(C())+"&trans="+e(L)+"&ref="+e(document.referrer)+"&page="+e(window.location);
20+
var J=i(M);if(J!=null){K=K+"&currency="+e(J)}if(u()){K+="&uuid="+e(x())}else{K+="&uuid="+e(I())
21+
}if(o){K+="&anonymizeIp=set"}return K};var r=function(Q){var O="";var L=Q.orderId;
22+
if(typeof Q.items!="undefined"){var M=Q.items;try{for(var N=0,K=M.length;N<K;++N){O+=E(M[N],L)
23+
}}catch(P){}}var J=(O==="");O=B(Q,J)+O;return O};var B=function(O,K){var J=["orderId","affiliation","total","tax","shipping","city","state","country"];
24+
var L=["UTM:T"];var N=false;for(var M=0;M<J.length;++M){if(typeof O[J[M]]!="undefined"){L.push(O[J[M]]);
25+
N=true}else{L.push("")}}return(N||K)?L.join("|")+"\n":""};var E=function(N,J){var P=["convType","product","category","price","quantity"];
26+
var K=["UTM:I"];var M=N.orderId||J||"";K.push(M);var O=false;for(var L=0;L<P.length;
27+
++L){if(typeof N[P[L]]!="undefined"){K.push(N[P[L]]);O=true}else{K.push("")}}return O?K.join("|")+"\n":""
28+
};var i=function(J){if(typeof J.currency=="undefined"){return null}return J.currency
29+
};var A=function(J){var O=null;if(document.cookie&&document.cookie!=""){var M=document.cookie.split(";");
30+
for(var L=0;L<M.length;L++){var K=M[L];K=K.replace(/^\s+/,"");var N=J+"_"+D();if((K.substring(0,N.length+1))==(N+"=")){O=decodeURIComponent(K.substring(N.length+1));
31+
break}}}return O};this.getHostName=function(){return window.location.hostname};this.writeCookie=function(J,K,M){var L=J+"_"+D();
32+
if(M){document.cookie=L+"="+e(K)+";domain="+M+";path=/"+j()}else{document.cookie=L+"="+e(K)+";path=/"+j()
33+
}};this.writeAndTestCookie=function(J,K,L){this.writeCookie(J,K,L);if(!A(J)){return false
34+
}return true};var v=function(K,N){var M=false;if(!d){var O=b.getHostName().split(".");
35+
for(var L=2;L<=F;L++){var J=O.slice(-L,O.length);var P="."+J.join(".");if(b.writeAndTestCookie(K,N,P)){M=true;
36+
break}}}else{M=b.writeAndTestCookie(K,N,d)}if(!M){b.writeCookie(K,N)}};this.setCookie=v;
37+
var p=function(){};this.registerCallback=function(J){if(typeof J==="function"){p=J
38+
}};var h=function(J){var L=J+"&rnd="+Math.round(Math.random()*2147483647);var K=new Image(1,1);
39+
K.src=L;K.onload=function(){K.onload=null;p(this)}};var x=function(){return A("_msuuid")
40+
};var u=function(){var J=x();return(J!=null&&J.length>0)};var I=function(){var P="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split("");
41+
var O=P,M=[],K=Math.random;var L=O.length;var N;M[8]=M[13]=M[18]=M[23]="-";M[14]="4";
42+
for(var J=0;J<36;J++){if(!M[J]){N=0|K()*16;M[J]=O[(J==19)?(N&3)|8:N&15]}}return M.join("")
43+
};var z=function(J){try{return n[J[0]].apply(n,J.slice(1))}catch(K){}};this.execQueue=function(){var J=window._mTrack||[];
44+
while(J.length>0){var K=J.shift();z(K)}};return this};var b=new a();if(typeof window._mTrack=="undefined"){window._mTrack=[]
45+
}window._mTrack.push=function(c){Array.prototype.push.apply(window._mTrack,arguments);
46+
b.execQueue()};b.execQueue();return b})();

0 commit comments

Comments
 (0)