Skip to content

Commit 123fe9e

Browse files
committed
view partials
1 parent 6c6c405 commit 123fe9e

File tree

5 files changed

+477
-0
lines changed

5 files changed

+477
-0
lines changed

client/views/partials/bank.html

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<div class="secondary-stat">
2+
<div class="row">
3+
<div class="col-lg-4">
4+
<div id="secondary-stat-item1" class="secondary-stat-item big-number-stat clearfix">
5+
<div class="data">
6+
<span class="col-left big-number">260</span>
7+
<span class="col-right">
8+
<em>Gateways Net Worth</em>
9+
<em>3% <i class="fa fa-caret-down"></i></em>
10+
</span>
11+
</div>
12+
<div id="spark-stat1" class="inlinesparkline"><canvas width="304" height="60" style="display: inline-block; vertical-align: top; width: 304px; height: 60px;"></canvas></div>
13+
</div>
14+
</div>
15+
<div class="col-lg-4">
16+
<div id="secondary-stat-item2" class="secondary-stat-item big-number-stat clearfix">
17+
<p class="data">
18+
<span class="col-left big-number">$23,000</span>
19+
<span class="col-right">
20+
<em>Current Revenue</em>
21+
<em>5% <i class="fa fa-caret-up"></i></em>
22+
</span>
23+
</p>
24+
<div id="spark-stat2" class="inlinesparkline"><canvas width="304" height="60" style="display: inline-block; vertical-align: top; width: 304px; height: 60px;"></canvas></div>
25+
</div>
26+
</div>
27+
<div class="col-lg-4">
28+
<div id="secondary-stat-item3" class="secondary-stat-item big-number-stat clearfix">
29+
<p class="data">
30+
<span class="col-left big-number">$47,000</span>
31+
<span class="col-right">
32+
<em>Total Profit</em>
33+
<em>7% <i class="fa fa-caret-up"></i></em>
34+
</span>
35+
</p>
36+
<div id="spark-stat3" class="inlinesparkline"><canvas width="304" height="60" style="display: inline-block; vertical-align: top; width: 304px; height: 60px;"></canvas></div>
37+
</div>
38+
</div>
39+
</div>
40+
</div>
41+
42+
<div id="current-address" class="ng-scope">
43+
44+
<div class="h3 text-center">
45+
46+
<span class="label label-grey square col-md-offset-1">
47+
48+
<strong style="color:#000;">YOUR CURRENT ADDRESS:</strong>
49+
</span>
50+
</div>
51+
<p class="lead text-center" id="current-address">
52+
53+
<div qr-code class="col-md-2 col-md-offset-5" ></div>
54+
<p class="col-md-2 col-md-offset-4" >{{currentAddress}}</p>
55+
</p>
56+
</div>
57+
58+
<div class="col-md-12">
59+
<input id = "fileUpload" ng-show="false" type="file" />
60+
<div class="col-md-6 text-center">
61+
<!--<div class="fileupload"><i class="fa fa-upload"></i><span>Import Addresses</span><input class="upload" type="file" id="file" name="file" ng-click="import()"/></div>-->
62+
63+
<button ng-click="invest()"><i class="fa fa-upload"></i>Invest</button>
64+
65+
</div>
66+
<!--<div class="col-md-4 text-center">
67+
<button ng-click="generateAddress()">Generate New Address</button>
68+
</div>-->
69+
<div class="col-md-6 text-center">
70+
<button ng-click="divest()"><i class="fa fa-download"></i>Divest</button>
71+
</div>
72+
</div>
73+
<div class="col-md-6 text-center">
74+
<span>You currently have 0.00000000 BTC invested.</span>
75+
</div>
76+
<div class="col-md-6 text-center">
77+
<span>You are supplying 0.000000% of the network's net worth.</span>
78+
</div>

client/views/partials/home.html

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
<div class="widget widget-table">
2+
3+
<div class="widget-header">
4+
<h3><i class="fa fa-group"></i> Available DAO's</h3>
5+
<em>- List of Autonomous Organizations</em>
6+
<div class="btn-group widget-header-toolbar">
7+
<a href="" title="Focus" class="btn-borderless btn-focus"><i class="fa fa-eye"></i></a>
8+
<a href="" title="Expand/Collapse" class="btn-borderless btn-toggle-expand"><i class="fa fa-chevron-up"></i></a>
9+
<a href="" title="Remove" class="btn-borderless btn-remove"><i class="fa fa-times"></i></a>
10+
</div>
11+
<div class="btn-group widget-header-toolbar">
12+
<div class="label label-danger"><i class="fa fa-warning"></i> 2 Critical Messages</div>
13+
</div>
14+
</div>
15+
<div class="col-md-12" class="widget-content">
16+
<div id="ticket-table_wrapper" class="dataTables_wrapper form-inline no-footer">
17+
<div class="row">
18+
<div style="margin-top:2%;"></div>
19+
<div class="col-md-7">
20+
<div id="ticket-table_filter" class="dataTables_filter"><label>Search:<input type="search" class="form-control" placeholder="" aria-controls="ticket-table"></label>
21+
</div>
22+
</div>
23+
</div>
24+
25+
<table id="ticket-table" class="table table-sorting dataTable no-footer" role="grid">
26+
<thead>
27+
<tr role="row">
28+
29+
<th class="sorting_asc" tabindex="0" aria-controls="ticket-table" rowspan="1" colspan="1" aria-sort="ascending" aria-label="Number: activate to sort column ascending" style="width: 83px;">Number</th>
30+
31+
<th class="sorting" tabindex="0" aria-controls="ticket-table" rowspan="1" colspan="1" aria-label="Date: activate to sort column ascending" style="width: 154px;">Date</th>
32+
33+
<th class="sorting" tabindex="0" aria-controls="ticket-table" rowspan="1" colspan="1" aria-label="Category: activate to sort column ascending" style="width: 145px;">Category</th>
34+
35+
<th class="sorting" tabindex="0" aria-controls="ticket-table" rowspan="1" colspan="1" aria-label="Name: activate to sort column ascending" style="width: 75px;">Name</th>
36+
37+
<th class="sorting" tabindex="0" aria-controls="ticket-table" rowspan="1" colspan="1" aria-label="Title: activate to sort column ascending" style="width: 266px;">Title</th>
38+
39+
<th class="sorting" tabindex="0" aria-controls="ticket-table" rowspan="1" colspan="1" aria-label="Priority: activate to sort column ascending" style="width: 110px;">Priority</th>
40+
</tr>
41+
</thead>
42+
<tbody>
43+
<tr role="row" class="odd">
44+
<td class="sorting_1">
45+
<a href="#">[#18765]</a>
46+
</td>
47+
<td>Nov 21, 2013 15:45</td>
48+
<td>Front-End Site</td>
49+
<td>Smith</td>
50+
<td>
51+
<a href="#">Product Review Problem</a>
52+
</td>
53+
<td>
54+
<span class="label label-high">#4 - High</span>
55+
</td>
56+
</tr><tr role="row" class="even">
57+
<td class="sorting_1">
58+
<a href="#">[#18766]</a>
59+
</td>
60+
<td>Nov 21, 2013 16:12</td>
61+
<td>Technical Support</td>
62+
<td>Sean</td>
63+
<td>
64+
<a href="#">Can't Download the Guide Doc</a>
65+
</td>
66+
<td>
67+
<span class="label label-medium">#5 - Medium</span>
68+
</td>
69+
</tr><tr role="row" class="odd">
70+
<td class="sorting_1">
71+
<a href="#">[#18767]</a>
72+
</td>
73+
<td>Nov 21, 2013 16:43</td>
74+
<td>General Info</td>
75+
<td>Jane Doe</td>
76+
<td>
77+
<a href="#">Regarding Customer Support</a>
78+
</td>
79+
<td>
80+
<span class="label label-medium">#5 - Medium</span>
81+
</td>
82+
</tr><tr role="row" class="even">
83+
<td class="sorting_1">
84+
<a href="#">[#18768]</a>
85+
</td>
86+
<td>Nov 22, 2013 08:24</td>
87+
<td>General Info</td>
88+
<td>Smith</td>
89+
<td>
90+
<a href="#">Can't Change My Address</a>
91+
</td>
92+
<td>
93+
<span class="label label-urgent">#3 - Urgent</span>
94+
</td>
95+
</tr><tr role="row" class="odd">
96+
<td class="sorting_1">
97+
<a href="#">[#18769]</a>
98+
</td>
99+
<td>Nov 22, 2013 08:30</td>
100+
<td>Sales</td>
101+
<td>Smith</td>
102+
<td>
103+
<a href="#">Review Tab Malfunction</a>
104+
</td>
105+
<td>
106+
<span class="label label-low">#6 - Low</span>
107+
</td>
108+
</tr><tr role="row" class="even">
109+
<td class="sorting_1">
110+
<a href="#">[#18770]</a>
111+
</td>
112+
<td>Nov 22, 2013 08:47</td>
113+
<td>Front-End Site</td>
114+
<td>John Doe</td>
115+
<td>
116+
<a href="#">Broken Link</a>
117+
</td>
118+
<td>
119+
<span class="label label-emergency">#2 - Emergency</span>
120+
</td>
121+
</tr><tr role="row" class="odd">
122+
<td class="sorting_1">
123+
<a href="#">[#18771]</a>
124+
</td>
125+
<td>Nov 23, 2013 14:08</td>
126+
<td>Sales</td>
127+
<td>Jack</td>
128+
<td>
129+
<a href="#">Need Info About My Order Status</a>
130+
</td>
131+
<td>
132+
<span class="label label-critical">#1 - Critical</span>
133+
</td>
134+
</tr><tr role="row" class="even">
135+
<td class="sorting_1">
136+
<a href="#">[#18772]</a>
137+
</td>
138+
<td>Nov 23, 2013 17:45</td>
139+
<td>Techincal Support</td>
140+
<td>Darren</td>
141+
<td>
142+
<a href="#">Bouncing Email</a>
143+
</td>
144+
<td>
145+
<span class="label label-critical">#1 - Critical</span>
146+
</td>
147+
</tr></tbody>
148+
</table><div class="row"></div></div>
149+
</div>
150+
</div>
151+
Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
<!-- WIDGET TABLE -->
10+
<div class="widget widget-table">
11+
<div class="widget-header">
12+
<h3><i class="fa fa-desktop"></i> Browser &amp; OS</h3>
13+
<div class="btn-group widget-header-toolbar">
14+
<a href="#" title="Focus" class="btn-borderless btn-focus"><i class="fa fa-eye"></i></a>
15+
<a href="#" title="Expand/Collapse" class="btn-borderless btn-toggle-expand"><i class="fa fa-chevron-up"></i></a>
16+
<a href="#" title="Remove" class="btn-borderless btn-remove"><i class="fa fa-times"></i></a>
17+
</div>
18+
<div class="btn-group widget-header-toolbar">
19+
<div class="control-inline toolbar-item-group">
20+
<span class="control-title">New Visits:</span>
21+
<div class="label label-success"><i class="fa fa-caret-up"></i> 3.5%</div>
22+
</div>
23+
</div>
24+
</div>
25+
<div class="widget-content">
26+
<div id="visit-stat-table_wrapper" class="dataTables_wrapper form-inline no-footer"><div class="row"><div class="col-sm-6"><div class="dataTables_length" id="visit-stat-table_length"><label><select name="visit-stat-table_length" aria-controls="visit-stat-table" class="form-control input-sm"><option value="10">10</option><option value="25">25</option><option value="50">50</option><option value="100">100</option></select> records per page</label></div></div><div class="col-sm-6"><div id="visit-stat-table_filter" class="dataTables_filter"><label>Search:<input type="search" class="form-control input-sm" placeholder="" aria-controls="visit-stat-table"></label></div></div></div><table id="visit-stat-table" class="table table-sorting table-striped table-hover datatable dataTable no-footer" role="grid" aria-describedby="visit-stat-table_info">
27+
<thead>
28+
<tr role="row"><th class="sorting_asc" tabindex="0" aria-controls="visit-stat-table" rowspan="1" colspan="1" aria-label="Browser: activate to sort column ascending" aria-sort="ascending" style="width: 106px;">Browser</th><th class="sorting" tabindex="0" aria-controls="visit-stat-table" rowspan="1" colspan="1" aria-label="Operating System: activate to sort column ascending" style="width: 129px;">Operating System</th><th class="sorting" tabindex="0" aria-controls="visit-stat-table" rowspan="1" colspan="1" aria-label="Visits: activate to sort column ascending" style="width: 49px;">Visits</th><th class="sorting" tabindex="0" aria-controls="visit-stat-table" rowspan="1" colspan="1" aria-label="New Visits: activate to sort column ascending" style="width: 83px;">New Visits</th></tr>
29+
</thead>
30+
<tbody>
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
<tr role="row" class="odd">
45+
<td class="sorting_1">Chrome</td>
46+
<td>Macintosh</td>
47+
<td>360</td>
48+
<td>82.78%</td>
49+
</tr><tr role="row" class="even">
50+
<td class="sorting_1">Chrome</td>
51+
<td>Windows</td>
52+
<td>582</td>
53+
<td>87.24%</td>
54+
</tr><tr role="row" class="odd">
55+
<td class="sorting_1">Chrome</td>
56+
<td>Linux</td>
57+
<td>172</td>
58+
<td>45.21%</td>
59+
</tr><tr role="row" class="even">
60+
<td class="sorting_1">Chrome</td>
61+
<td>iOS</td>
62+
<td>86</td>
63+
<td>35.23%</td>
64+
</tr><tr role="row" class="odd">
65+
<td class="sorting_1">Chrome</td>
66+
<td>iOS</td>
67+
<td>45</td>
68+
<td>23.21%</td>
69+
</tr><tr role="row" class="even">
70+
<td class="sorting_1">Firefox</td>
71+
<td>Windows</td>
72+
<td>280</td>
73+
<td>63.12%</td>
74+
</tr><tr role="row" class="odd">
75+
<td class="sorting_1">Firefox</td>
76+
<td>Android</td>
77+
<td>236</td>
78+
<td>58.02%</td>
79+
</tr><tr role="row" class="even">
80+
<td class="sorting_1">Firefox</td>
81+
<td>Windows</td>
82+
<td>67</td>
83+
<td>27.11%</td>
84+
</tr><tr role="row" class="odd">
85+
<td class="sorting_1">Internet Explorer</td>
86+
<td>Windows</td>
87+
<td>145</td>
88+
<td>45.23%</td>
89+
</tr><tr role="row" class="even">
90+
<td class="sorting_1">Opera</td>
91+
<td>Windows</td>
92+
<td>328</td>
93+
<td>67.12%</td>
94+
</tr></tbody>
95+
</table><div class="row"><div class="col-sm-6"><div class="dataTables_info" id="visit-stat-table_info" role="status" aria-live="polite">Showing 1 to 10 of 13 entries</div></div><div class="col-sm-6"><div class="dataTables_paginate paging_simple_numbers" id="visit-stat-table_paginate"><ul class="pagination"><li class="paginate_button previous disabled" aria-controls="visit-stat-table" tabindex="0" id="visit-stat-table_previous"><a href="#">Previous</a></li><li class="paginate_button active" aria-controls="visit-stat-table" tabindex="0"><a href="#">1</a></li><li class="paginate_button " aria-controls="visit-stat-table" tabindex="0"><a href="#">2</a></li><li class="paginate_button next" aria-controls="visit-stat-table" tabindex="0" id="visit-stat-table_next"><a href="#">Next</a></li></ul></div></div></div></div>
96+
</div>
97+
</div>
98+
<!-- END WIDGET TABLE -->
99+
100+
<!-- WIDGET DONUT AND PIE CHART -->
101+
<div class="widget">
102+
<div class="widget-header">
103+
<h3><i class="fa fa-truck"></i> Traffic Source</h3>
104+
<em>- Visits based on source of traffic</em>
105+
<div class="btn-group widget-header-toolbar">
106+
<a href="#" title="Focus" class="btn-borderless btn-focus"><i class="fa fa-eye"></i></a>
107+
<a href="#" title="Expand/Collapse" class="btn-borderless btn-toggle-expand"><i class="fa fa-chevron-up"></i></a>
108+
<a href="#" title="Remove" class="btn-borderless btn-remove"><i class="fa fa-times"></i></a>
109+
</div>
110+
</div>
111+
<div class="widget-content">
112+
<div class="demo-flot-chart" id="demo-donut-chart" style="padding: 0px; position: relative;"><canvas class="flot-base" width="460" height="350" style="direction: ltr; position: absolute; left: 0px; top: 0px; width: 460px; height: 350px;"></canvas><canvas class="flot-overlay" width="460" height="350" style="direction: ltr; position: absolute; left: 0px; top: 0px; width: 460px; height: 350px;"></canvas><span class="pieLabel" id="pieLabel0" style="position: absolute; top: 215px; left: 328px;"><div class="donut-label">Direct<br>65%</div></span><span class="pieLabel" id="pieLabel1" style="position: absolute; top: 155px; left: 75px;"><div class="donut-label">Referral<br>20%</div></span><span class="pieLabel" id="pieLabel2" style="position: absolute; top: 38px; left: 149px;"><div class="donut-label">Others<br>15%</div></span></div>
113+
<div class="panel panel-default panel-pie-chart">
114+
<div class="panel-heading">
115+
<h3 class="panel-title">Last Week Visits</h3>
116+
</div>
117+
<div class="panel-body">
118+
<ul class="list-inline">
119+
<li>
120+
<span id="mini-pie-chart1" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
121+
<div>Mon</div>
122+
</li>
123+
<li>
124+
<span id="mini-pie-chart2" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
125+
<div>Tue</div>
126+
</li>
127+
<li>
128+
<span id="mini-pie-chart3" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
129+
<div>Wed</div>
130+
</li>
131+
<li>
132+
<span id="mini-pie-chart4" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
133+
<div>Thu</div>
134+
</li>
135+
<li>
136+
<span id="mini-pie-chart5" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
137+
<div>Fri</div>
138+
</li>
139+
<li>
140+
<span id="mini-pie-chart6" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
141+
<div>Sat</div>
142+
</li>
143+
<li>
144+
<span id="mini-pie-chart7" class="mini-pie-chart"><canvas width="13" height="13" style="display: inline-block; vertical-align: top; width: 13px; height: 13px;"></canvas></span>
145+
<div>Sun</div>
146+
</li>
147+
</ul>
148+
</div>
149+
</div>
150+
</div>
151+
</div>
152+
<!-- END WIDGET DONUT AND PIE CHART -->

0 commit comments

Comments
 (0)