From 75b8d7279eed1b65fe4d4508e45bbdfbf4bf3c3b Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 16 Jan 2014 17:42:02 -0300 Subject: [PATCH 1/2] first step: preparing a common file for list of transactions --- public/views/address.html | 22 +------------ public/views/block.html | 53 +----------------------------- public/views/transaction/list.html | 35 ++++++++++++++++++++ 3 files changed, 37 insertions(+), 73 deletions(-) create mode 100644 public/views/transaction/list.html diff --git a/public/views/address.html b/public/views/address.html index bcafe336..539dca16 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -40,26 +40,6 @@

Transactions Transactions contained within this block

- - - - - - - - - - - - - - - - - - - - -
Transaction HashDatetimeFeeTransacted Amount
Loading...
{{tx.txid}}{{tx.time * 1000 | date:'medium'}}{{tx.feeds}}{{tx.valueOut}}
+
diff --git a/public/views/block.html b/public/views/block.html index a81b42dc..8d85c85d 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -50,18 +50,6 @@ Number Of Transactions {{block.tx.length}} - - Output Total - -- - - - Estimated Transaction Volume - -- - - - Transaction Fees - -- - Height {{block.height}} @@ -76,10 +64,6 @@
- - - - @@ -107,42 +91,7 @@

Transactions Transactions contained within this block

- -
-
- {{tx.txid}} - {{tx.time * 1000 | date:'medium'}} -
- -
-
- Transmitter -
-
- -
-
-
-
-

Receptor

-

Receptor

-
-
-

Bitcoin of Receptor

-

Bitcoin of Receptor

-
-
-
-
- -
- Feeds: {{tx.feeds}} -
- {{tx.valueOut}} -
-
-
- +
diff --git a/public/views/transaction/list.html b/public/views/transaction/list.html new file mode 100644 index 00000000..b41efc17 --- /dev/null +++ b/public/views/transaction/list.html @@ -0,0 +1,35 @@ +
+
+ {{tx.txid}} + {{tx.time * 1000 | date:'medium'}} +
+ +
+
+ Transmitter +
+
+ +
+
+
+
+

Receptor

+

Receptor

+
+
+

Bitcoin of Receptor

+

Bitcoin of Receptor

+
+
+
+
+ +
+ Feeds: {{tx.feeds}} +
+ {{tx.valueOut}} +
+
+
+ From 522d35905a9182928983c6deb97074aec3b5ddea Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 16 Jan 2014 18:28:23 -0300 Subject: [PATCH 2/2] final step: colquito/complete info of transaction list --- public/views/transaction/list.html | 33 +++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/public/views/transaction/list.html b/public/views/transaction/list.html index b41efc17..ca60761f 100644 --- a/public/views/transaction/list.html +++ b/public/views/transaction/list.html @@ -1,12 +1,23 @@ +
Loading...
{{tx.txid}} {{tx.time * 1000 | date:'medium'}} -
+
- Transmitter + No Inputs (Newly Generated isCoinBasens) +
+
+ {{vin.addr}} + {{vin.value}} BTC +

+ Outpoint: + {{vin.txid}} +

+
+
@@ -14,22 +25,24 @@
-

Receptor

-

Receptor

+
+ {{vout.scriptPubKey.type}} +
-

Bitcoin of Receptor

-

Bitcoin of Receptor

+
+ {{address}} + {{vout.value}} BTC +
- Feeds: {{tx.feeds}} + Feeds: {{tx.feeds}}
{{tx.valueOut}}
-
-
- + +
Relayed By --
Difficulty {{block.difficulty}}