4 modular: simple app to count whatever you like
5 author: hackbard@hackdaworld.org
9 Licensed to the Apache Software Foundation (ASF) under one
10 or more contributor license agreements. See the NOTICE file
11 distributed with this work for additional information
12 regarding copyright ownership. The ASF licenses this file
13 to you under the Apache License, Version 2.0 (the
14 "License"); you may not use this file except in compliance
15 with the License. You may obtain a copy of the License at
17 http://www.apache.org/licenses/LICENSE-2.0
19 Unless required by applicable law or agreed to in writing,
20 software distributed under the License is distributed on an
21 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 KIND, either express or implied. See the License for the
23 specific language governing permissions and limitations
29 <title>Modular</title>
31 <meta name="format-detection" content="telephone=no">
32 <meta name="msapplication-tap-highlight" content="no">
33 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
35 <link rel="stylesheet" type="text/css" href="css/index.css">
38 <link rel="stylesheet" type="text/css"
39 href="mobile/jquery.mobile-1.4.5.css">
40 <script type="text/javascript"
41 src="mobile/jquery.mobile-1.4.5.min.js"></script>
44 <script type="text/javascript" src="cordova.js"></script>
45 <script type="text/javascript" src="js/jquery.js"></script>
46 <script type="text/javascript" src="js/jsutils/utils.js">
48 <script type="text/javascript" src="js/jsutils/idb.js">
50 <script type="text/javascript" src="js/config.js"></script>
51 <script type="text/javascript" src="js/index.js"></script>
61 <div id=mdcont class=mdmain>
69 <div class=mdcline>Name</div>
71 <input id=mdiname value=New
74 <div class=mdcline>Total</div>
76 <input id=mditot value=0
78 class=mdni type=number>
80 <div class=mdcline>Rows</div>
82 <input id=mdirows value=0
84 class=mdni type=number>
86 <div class=mdcline>Columns</div>
88 <input id=mdicols size=3 value=0
90 class=mdni type=number>