|
25 | 25 | <!DOCTYPE html>
|
26 | 26 | <html>
|
27 | 27 | <head>
|
28 |
| - <meta charset="utf-8"/> |
| 28 | + @@HEAD |
29 | 29 | <title>/ledger</title>
|
30 |
| - <meta name="description" content="Zold wallet browser"/> |
31 |
| - <meta name="keywords" content="zold wallet browser"/> |
32 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
33 |
| - <link rel="shortcut icon" href="https://www.zold.io/logo.png"/> |
34 |
| - <link href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-css-1.3.0.min.css" rel="stylesheet"/> |
35 |
| - <link href="@@VERSION/css/main.min.css" rel="stylesheet"/> |
36 | 30 | <link href="@@VERSION/css/ledger.min.css" rel="stylesheet"/>
|
37 |
| - <script src="https://code.jquery.com/jquery-3.3.1.min.js"> |
38 |
| - // Should be empty |
39 |
| - </script> |
40 |
| - <script src="https://cdn.rawgit.com/yegor256/colorizejs/gh-pages/colorizejs.min.js"> |
41 |
| - // Should be empty |
42 |
| - </script> |
43 |
| - <script src="@@VERSION/js/main.js"> |
44 |
| - // Should be empty |
45 |
| - </script> |
46 |
| - <script src="@@VERSION/js/ledger.js"> |
47 |
| - // Should be empty |
48 |
| - </script> |
| 31 | + <script src="@@VERSION/js/ledger.js"></script> |
49 | 32 | </head>
|
50 | 33 | <body onload="ledger_init();">
|
51 | 34 | <section>
|
|
63 | 46 | <table id="copies">
|
64 | 47 | <colgroup>
|
65 | 48 | <col style="width:8em"/> <!-- Digest -->
|
| 49 | + <col style=""/> <!-- Diff --> |
66 | 50 | <col style="width:4em"/> <!-- Score -->
|
67 | 51 | <col style="width:4em"/> <!-- Nodes -->
|
68 | 52 | <col style="width:7em"/> <!-- Balance -->
|
|
73 | 57 | <thead>
|
74 | 58 | <tr>
|
75 | 59 | <th>Digest</th>
|
| 60 | + <th> </th> |
76 | 61 | <th>Score</th>
|
77 | 62 | <th>Nodes</th>
|
78 | 63 | <th>Balance</th>
|
|
85 | 70 | </tbody>
|
86 | 71 | <tfoot>
|
87 | 72 | <tr>
|
88 |
| - <td colspan="6" style="text-align:right">Candidates:</th> |
| 73 | + <td colspan="7" style="text-align:right">Candidates:</th> |
89 | 74 | <td id="candidates"></td>
|
90 | 75 | </tr>
|
91 | 76 | </thead>
|
|
119 | 104 | </a>
|
120 | 105 | </p>
|
121 | 106 | </section>
|
122 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1963507-54"></script> |
123 |
| - <script> |
124 |
| - window.dataLayer = window.dataLayer || []; |
125 |
| - function gtag(){dataLayer.push(arguments);} |
126 |
| - gtag('js', new Date()); |
127 |
| - gtag('config', 'UA-1963507-54'); |
128 |
| - </script> |
129 |
| - <script type="text/javascript" > |
130 |
| - (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; |
131 |
| - m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) |
132 |
| - (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); |
133 |
| - ym(52628953, "init", { id:52628953, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); |
134 |
| - </script> |
135 |
| - <script language="javascript" type="text/javascript"> |
136 |
| - Cd=document;Cr="&"+Math.random();Cp="&s=1"; |
137 |
| - Cd.cookie="b=b";if(Cd.cookie)Cp+="&c=1"; |
138 |
| - Cp+="&t="+(new Date()).getTimezoneOffset(); |
139 |
| - if(self!=top)Cp+="&f=1"; |
140 |
| - if(navigator.javaEnabled())Cp+="&j=1"; |
141 |
| - if(typeof(screen)!='undefined')Cp+="&w="+screen.width+"&h="+ |
142 |
| - screen.height+"&d="+(screen.colorDepth?screen.colorDepth:screen.pixelDepth); |
143 |
| - Cd.write("<img src='//c.hit.ua/hit?i=59293&g=0&x=2"+Cp+Cr+ |
144 |
| - "&r="+escape(Cd.referrer)+"&u="+escape(window.location.href)+ |
145 |
| - "' border='0' wi"+"dth='1' he"+"ight='1'/>"); |
146 |
| - </script> |
| 107 | + @@TAIL |
147 | 108 | </body>
|
148 | 109 | </html>
|
0 commit comments