From 758f9fc068d391b5e68747049e9f654b98ff362f Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 21 Jan 2014 12:25:36 -0300 Subject: [PATCH] address page --- public/css/common.css | 2 + public/views/address.html | 81 +++++++++++++++++++-------------------- public/views/block.html | 11 +++--- 3 files changed, 47 insertions(+), 47 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index 685758a..f51137d 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -38,6 +38,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .m20h {margin: 0 20px;} .m5v {margin: 5px 0;} .m20v {margin: 20px 0;} +.m10v {margin: 10px 0;} .m50v {margin: 50px 0;} .m10b {margin-bottom: 10px;} @@ -119,6 +120,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { } .col-gray { + width: 267px; background-color: #F4F4F4; padding: 15px; margin-top: 21px; diff --git a/public/views/address.html b/public/views/address.html index 1e21aec..71ec54e 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -1,45 +1,44 @@
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Address{{address.addrStr}}
Total Received{{address.totalReceived}} BTC
Total Sent{{address.totalSent}} BTC
Final Balance{{address.balance}} BTC
No. Transactions{{address.txApperances}}
+
+
+
+ +

Address

+ {{address.addrStr}} +
+ +
+

Summary

+ + + + + + + + + + + + + + + + + + + +
Total Received{{address.totalReceived}} BTC
Total Sent{{address.totalSent}} BTC
Final Balance{{address.balance}} BTC
No. Transactions{{address.txApperances}}
+
+
+
+ +
+
+

Transactions Transactions contained within this block

+
+
-
- -
-
- -
-

Transactions Transactions contained within this block

-
-
+
diff --git a/public/views/block.html b/public/views/block.html index d3db901..16447eb 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -8,30 +8,29 @@

Block #{{ block.height }}

-

Hashes

- + - + - + - +
Hash Hash {{block.hash}}
Previous Block Previous Block {{block.previousblockhash}}
Next Block Next Block {{block.nextblockhash}}
Merkle RootMerkle Root

{{block.merkleroot}}

-
+