-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelpSummary.html
35 lines (33 loc) · 1.38 KB
/
helpSummary.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../internet/jquery.mobile-1.3.2.min.css">
<script src="../internet/jquery-1.8.3.min.js"></script>
<script src="../internet/jquery.mobile-1.3.2.min.js"></script>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<div data-role="page" id="help1" data-dialog="true">
<div data-role="header" id="header" class="header">
<a href="main.html" data-role="button" data-icon="home" data-transition="flip" data-theme="c">Home</a>
<h1><span class="titleTXT">Home Budget Manager</span></h1>
</div>
<div data-role="content">
<table width="100%" style="margin-top:-15px;">
<tr><td colspan="2" align="center"><h2>Summary</h2></td></tr>
</table>
<p>Review to the total Incomes/Expenses and their difference</p>
<p>Review to the total Account balance in the system</p>
<p>Review to the today's Incomes/Expenses and their difference</p>
<p>Review to the past 7 day's Incomes/Expenses and their difference</p>
<p>Review to the monthly Incomes/Expenses and their difference</p>
<p>Review to the yearly Incomes/Expenses and their difference</p>
<p>* While reviewing Incomes/Expenses user can manage them as from the list view</p>
<div id="busy">Loading...</div>
</div>
<div data-role="footer" class="footer">
<h1><span class="titleTXT">Help Desk</span></h1>
</div>
</div>
</body>
</html>