redd coin calculator script


SUBMITTED BY: Guest

DATE: Aug. 27, 2014, 6:59 a.m.

FORMAT: HTML

SIZE: 992 Bytes

HITS: 1019

  1. <div class="header">
  2. <h1>
  3. <img src="http://i.imgur.com/8z5IK9G.png" alt="Reddcoin Icon" class="reddcoinIcon" />
  4. Reddcoin Stake Calculator
  5. </h1>
  6. </div>
  7. <div class="mainContainer">
  8. <input type="text" id="initialRdd" />
  9. <button id="calculateButton">Calculate</button>
  10. <div id="errorMessage">^ This should be a number.</div>
  11. <div id="results">
  12. <p>Enter your total Reddcoin above to see your stake returns.</p>
  13. </div>
  14. </div>
  15. <p class="small">
  16. I'm not positive this is accurate.
  17. If it's wrong please fix it and/or blame hoppi.
  18. </p>
  19. <script type="text/html" id="resultRowTemplate">
  20. <div class="resultText">
  21. Estimated ${label} gain:
  22. </div>
  23. <div class="resultAmount">
  24. ${amount} RDD
  25. </div>
  26. <hr class="clear" />
  27. </script>

comments powered by Disqus