-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (131 loc) · 7.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Money Flows for you!</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/webfonts/notethis_regular_english/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/webfonts/playtimewithhottoddies_regular_macroman/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/pouchdb-2.2.3.min.js"></script>
<script src="js/vendor/jquery-1.11.0.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title"><a href="/">MoneyFlows</a></h1>
<div id="totals">
On <span id="dateReal"> </span>, you had $<span id="totalReal"> </span><br>
Today, you might have $<span id="totalMaybe"> </span>
</div>
<!-- <nav>
<ul>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
</ul>
</nav>
-->
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<section id="showFlows">
<header id="flowHeader">
<div class='col_date' title="When is the money due to arrive?">
Date
</div><div class='col_harborTo' title="Who is the money going to? Could be you!">
Flows To
</div><div class='col_amount' title="HOW MUCH MONEY?!?">
Amount
</div><div class='col_status' title="Chkd = verified accurate info Sent = on its way Paid = done and done!">
Status
</div><div class='col_showPopup' title="Check to show more options.">
More
</div><div class='col_moneyMaybe' title="You *MIGHT* have this money on the Due Date!">
$Maybe
</div><div class='col_moneyReal' title="You actually had this much money at this point in time.">
$Real
</div>
</header>
<section id="flows"> </section>
<div id="newFlow">
<input id="date" class="col_date" type="date" placeholder="4/30" autofocus tabIndex="99901"><input id="harborTo" class="col_harborTo" placeholder="Where to?" tabIndex="99902"><input id="amount" class="col_amount" placeholder="$" tabIndex="99903"><select id="status" class="col_status" tabIndex="99904">
<option> </option>
<option>Chkd</option>
<option>Sent</option>
<option>Paid</option>
</select>
<span class="invisible flowHiddenInfo"><div>From <input id="harborFrom" class="col_harborFrom" placeholder="Probably you!!" tabIndex="99906"></div><div>Is this flow taxable? <input id="isTaxable" class="col_isTaxable" type="checkbox" tabIndex="99907"></div><div>Is this flow a loan? <input id="isLoan" class="col_isLoan" type="checkbox" tabIndex="99908"></div>
<textarea id="notes" class="col_notes" tabIndex="99909" rows="2" placeholder="Notes"></textarea>
</span>
</div>
</section>
<div id="harborTo-info" title="Harbor Information">
<form>
<fieldset>
<input type="hidden" name="harborTo_rev" id="harborTo_rev" class="text ui-widget-content ui-corner-all" tabindex="-1">
<span name="harborTo_name" id="harborTo_name" class="text ui-widget-content ui-corner-all"> </span>
<label for="harborTo_isMine" title="Is the money in here yours?">Mine!</label><input type="checkbox" name="harborTo_isMine" id="harborTo_isMine" class="text ui-widget-content ui-corner-all" autofocus="true">
<br>
<input type="text" name="harborTo_nameFull" id="harborTo_nameFull" class="text ui-widget-content ui-corner-all" placeholder="Full Name">
<br>
<input type="text" name="harborTo_accountNum" id="harborTo_accountNum" class="text ui-widget-content ui-corner-all" placeholder="Account Number">
<br>
<textarea name="harborTo_contactInfo" id="harborTo_contactInfo" placeholder="Contact Info"> </textarea>
<br>
<textarea name="harborTo_notes" id="harborTo_notes" placeholder="Notes"> </textarea>
<!-- Allow form submission with keyboard without duplicating the dialog button -->
<input type="submit" tabindex="-1" style="position:absolute; top:-1000px">
</fieldset>
</form>
</div>
<div id="harborFrom-info" title="Harbor Information">
<form>
<fieldset>
<input type="hidden" name="harborFrom_rev" id="harborFrom_rev" class="text ui-widget-content ui-corner-all">
<span name="harborFrom_name" id="harborFrom_name" class="text ui-widget-content ui-corner-all"> </span>
<label for="harborFrom_isMine" title="Is the money in here yours?">Mine!</label><input type="checkbox" name="harborFrom_isMine" id="harborFrom_isMine" class="text ui-widget-content ui-corner-all">
<br>
<input type="text" name="harborFrom_nameFull" id="harborFrom_nameFull" class="text ui-widget-content ui-corner-all" placeholder="Full Name">
<br>
<input type="text" name="harborFrom_accountNum" id="harborFrom_accountNum" class="text ui-widget-content ui-corner-all" placeholder="Account Number">
<br>
<textarea name="harborFrom_contactInfo" id="harborFrom_contactInfo" placeholder="Contact Info"> </textarea>
<br>
<textarea name="harborFrom_notes" id="harborFrom_notes" placeholder="Notes"> </textarea>
<!-- Allow form submission with keyboard without duplicating the dialog button -->
<input type="submit" tabindex="-1" style="position:absolute; top:-1000px">
</fieldset>
</form>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<div id="syncWrapper">
<div id="sync-uptodate">In sync | </div>
<div id="sync-error">There was a problem syncing | </div>
<div id="sync-change">Need to sync | </div>
<a href="/MoneyFlows/options.html">Options</a>
</div>
</footer>
</div>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>');</script>
<script src="js/plugins.js"></script>
<script src="js/shared.js"></script>
<script src="js/main.js"></script>
</body>
</html>