|
| 1 | +<!doctype html> |
| 2 | +<html lang="{xmlLang}" xml:lang="{xmlLang}" dir="{Text Direction}"> |
| 3 | +<head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | + <meta name="robots" content="noindex,nofollow" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | + <link rel="shortcut icon" type="image/png" href="data:image/png;base64,{favicon}" /> |
| 8 | + <title>phpMussel</title> |
| 9 | + <style> |
| 10 | +#wrapper,#pp{font-weight:700} |
| 11 | +#wrapper{border-style:solid;border-color:#aaa;background-color:#3e4643;width:98%;margin:auto;padding:2px;border-top-right-radius:24px} |
| 12 | +body,#wrapper{text-align:center} |
| 13 | +hr,#wrapper{border-width:1px} |
| 14 | +#wrapper_inner{width:96%;margin:auto;padding:2px} |
| 15 | +#results,#phpmusselversion{color:#e7ab7d} |
| 16 | +#denied{font-size:calc(20px * {magnification})} |
| 17 | +#footer_inner{font-size:calc(12px * {magnification});letter-spacing:0px;white-space:nowrap;text-align:right} |
| 18 | +#generated_by{color:#000} |
| 19 | +#generated_by,#phpmusselversion{display:inline} |
| 20 | +body{font-family:'Open Sans',sans-serif,'Lucida Grande',Tahoma,Verdana,Arial,MingLiU;font-size:calc(12px * {magnification});letter-spacing:1px;text-decoration:none;border-style:none;white-space:normal;background-color:#36393b;color:#999} |
| 21 | +hr{border-style:solid none none;margin:5px 2px 0;padding:2px;color:#aaa} |
| 22 | +#results{margin:10px;padding:2px} |
| 23 | + </style> |
| 24 | +</head> |
| 25 | + |
| 26 | +<body> |
| 27 | + <div id="wrapper"> |
| 28 | + <div id="wrapper_inner"> |
| 29 | + <hr /> |
| 30 | + <div id="results"> |
| 31 | + <div id="denied"{Attache}>{denied}</div> |
| 32 | + <div id="denied_reason"{Attache}>{denied_reason}</div> |
| 33 | + </div> |
| 34 | + <div id="detected">{detected}</div> |
| 35 | + <hr /> |
| 36 | + <div id="footer"> |
| 37 | + <div id="footer_inner"> |
| 38 | + <div id="generated_by"{Attache}>{GeneratedBy}</div> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + <div id="pp">{pp}</div> |
| 44 | +</body> |
| 45 | + |
| 46 | +</html> |
0 commit comments