From e3a93f958c4b4d33b5c2dcf2515b4faced68ce40 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Mon, 24 Feb 2014 16:08:40 -0300 Subject: [PATCH] fix layout address page --- public/views/address.html | 119 ++++++++++++++++------------------ public/views/block.html | 14 ++-- public/views/transaction.html | 50 +++++++------- 3 files changed, 89 insertions(+), 94 deletions(-) diff --git a/public/views/address.html b/public/views/address.html index d43c98ce..f3c6ba37 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -1,70 +1,63 @@
-
-
-

Address

-
- Loading Address Information... -
-
-
- -

{{$root.currency.getConvertion(address.balance)}}

-
- -
-

Summary

-
Confirmed
- - - - - - - - - - - - - - - - - - - -
Total Received{{$root.currency.getConvertion(address.totalReceived)}}
Total Sent{{$root.currency.getConvertion(address.totalSent)}}
Final Balance{{$root.currency.getConvertion(address.balance)}}
No. Transactions{{address.txApperances}}
-
-
Unconfirmed
- - - - - - - - - - - - -
Unconfirmed Txs Balance{{$root.currency.getConvertion(address.unconfirmedBalance)}}
No. Transactions{{address.unconfirmedTxApperances}}
-
- -
+

Address {{$root.currency.getConvertion(address.balance) || address.balance + ' BTC'}}

+
+ Loading Address Information... +
+
+
+ String + {{address.addrStr}} + +
+

Summary confirmed

+
+
+ + + + + + + + + + + + + + + + + + + +
Total Received{{$root.currency.getConvertion(address.totalReceived) || address.totalReceived + ' BTC'}}
Total Sent{{$root.currency.getConvertion(address.totalSent) || address.totalSent + ' BTC'}}
Final Balance{{$root.currency.getConvertion(address.balance) || address.balance + ' BTC'}}
No. Transactions{{address.txApperances}}
-
-
-
-
-

Transactions Transactions for this address

-
+
+
-
+
+

Unconfirmed

+ + + + + + + + + + + + +
Unconfirmed Txs Balance{{$root.currency.getConvertion(address.unconfirmedBalance)}}
No. Transactions{{address.unconfirmedTxApperances}}
+
+
+

Transactions

+
+
+
diff --git a/public/views/block.html b/public/views/block.html index 44610f39..421ffcca 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -6,13 +6,13 @@ Loading Block... -
- BlockHash - {{block.hash}} - -
-

Summary

+
+ BlockHash + {{block.hash}} + +
+

Summary

@@ -29,7 +29,7 @@ - + diff --git a/public/views/transaction.html b/public/views/transaction.html index 7ec88bca..c5448f96 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -8,35 +8,37 @@ {{v_index}} -
- ID - {{tx.txid}} - -
Loading Transaction Details...
-

Summary

-
Block Reward{{$root.currency.getConvertion(block.reward)}}{{$root.currency.getConvertion(block.reward) || block.reward + ' BTC'}}
Timestamp
- - - - - - - - - - - - - - - - -
Size {{tx.size}} (bytes)
Received Time {{tx.firstSeenTs * 1000|date:'medium'}}N/A
Mined Time {{tx.time * 1000|date:'medium'}}N/A
+
+
+ Id + {{tx.txid}} + +
+

Summary

+ + + + + + + + + + + + + + + + + +
Size {{tx.size}} (bytes)
Received Time {{tx.firstSeenTs * 1000|date:'medium'}}N/A
Mined Time {{tx.time * 1000|date:'medium'}}N/A
+

Details