#include extern const char sHtmlCssEtag [] = "00000006"; extern const char sHtmlCssFile [] = "body {" "font-family: Tahoma, Arial, sans-serif;" "font-size: 80%;" "background-color: rgb(240, 240, 240);" "}" "a {" "color: rgb(44, 55, 66);" "}" "a:link {" "text-decoration: none;" "}" "a:visited {" "color: rgb(44, 55, 66);" "}" "a:hover {" "color: rgb(255, 153, 0);" "}" "a:active {" "color: rgb(204, 122, 0);" "}" ".all {" "max-width:600px;" "margin: auto;" "}" ".header {" "background-color: rgb(30, 30, 30);" "color: white;" "padding: 10px;" "font-weight: bold;" "margin: 10px 0px;" "}" ".links {" "padding: 7px;" "text-align: center;" "background-color: rgb(215, 215, 215);" "box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);" "}" ".data th, td {" "padding: 5px 12px;" "text-align: right;" "border-bottom: 1px solid #ccc;" "}" ".data tr:nth-child(even) {" "background-color: #ddd;" "}" ".data th {" "background-color: #ccc;" "}" ".data table {" "width: 100%;" "max-width: 600px;" "}" ".letter {" "font-weight: bold;" "}" "h4 {" "background-color: rgb(0, 130, 130);" "color: white;" "padding: 10px;" "margin: 10px 0px;" "}" ".flex-container {" "display: -webkit-flex;" "display: flex;" "}" ".flex-item {" "width: 33%;" "margin: 3px;" "}"; size_t sHtmlCssSize = sizeof(sHtmlCssFile) - 1; extern const char sHtmlCommonHeader [] = "" "" "" "%s" "" "
" "
XMR-Stak-AMD
" "
" "" "" "" "
" "

%s

"; extern const char sHtmlHashrateBodyHigh [] = "
" "" ""; extern const char sHtmlHashrateTableRow [] = ""; extern const char sHtmlHashrateBodyLow [] = "" "" "
Thread ID10s60s15mH/s
%u%s%s%s
Totals:%s%s%s
Highest:%s
" "
"; extern const char sHtmlConnectionBodyHigh [] = "
" "" "" "" "" "
Pool address%s
Connected since%s
Pool ping time%u ms
" "

Network error log

" "" ""; extern const char sHtmlConnectionTableRow [] = ""; extern const char sHtmlConnectionBodyLow [] = "
DateError
%s%s
"; extern const char sHtmlResultBodyHigh [] = "
" "" "" "" "" "" "
Difficulty%u
Good results%u / %u (%.1f %%)
Avg result time%.1f sec
Pool-side hashes%u
" "

Top 10 best results found

" "" "" "" "" "" "" "
1%llu2%llu
3%llu4%llu
5%llu6%llu
7%llu8%llu
9%llu10%llu
" "

Error details

" "" "" ""; extern const char sHtmlResultTableRow [] = ""; extern const char sHtmlResultBodyLow [] = "
Error text
CountLast seen
%s
%llu%s
";