File indexing completed on 2024-12-22 04:41:05
0001 <html><head> 0002 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 0003 <title>%TITLE%</title> 0004 <style> 0005 html {font-family: sans-serif;} 0006 html * {font-size: 100%;line-height: 1.6;} 0007 #box {max-width:650px;min-width:400px;overflow:auto;margin: 25px auto 10px auto;padding: 10px 40px;text-align: %LEFT_STR%;direction: %DIRECTION%;} 0008 hr {width: 100%;} 0009 img.warning {float: %LEFT_STR%;margin-%LEFT_STR%: -20px;margin-top: 15px;} 0010 h1 {font-size: 150%;font-weight: bold;border-bottom: 1px solid;margin-%LEFT_STR%: 48px;margin-%RIGHT_STR%: 50px;} 0011 h2 {font-size: 100%;font-weight: normal;border-bottom: 1px solid;margin-%LEFT_STR%: 48px;padding: 5px 0px 10px 2px;margin-%RIGHT_STR%: 50px;} 0012 ul {font-size: 90%;padding-%LEFT_STR%: 48px;margin: 20px 0;max-width:600px;} 0013 li {padding: 5px;} 0014 0015 #recovery-widget 0016 { 0017 margin: 20px 50px; 0018 } 0019 0020 #recovery-widget .button 0021 { 0022 margin-top: 10px; 0023 height: 25px; 0024 } 0025 0026 #restore-session-button 0027 { 0028 font-weight: bold; 0029 margin-left: 5px; 0030 } 0031 0032 #listview 0033 { 0034 width: 500px; 0035 border-spacing: 0; 0036 border: 1px solid; 0037 cursor: default; 0038 -webkit-user-select: none; 0039 } 0040 0041 #listview tbody, 0042 #listview thead 0043 { 0044 display: block; 0045 } 0046 0047 #listview thead 0048 { 0049 height: 30px; 0050 padding-left: 5px; 0051 } 0052 0053 #listview th 0054 { 0055 line-height: 30px; 0056 font-weight: normal; 0057 vertical-align: middle; 0058 } 0059 0060 #listview tbody 0061 { 0062 height: 200px; 0063 overflow-y: auto; 0064 overflow-x: hidden; 0065 } 0066 0067 #listview tbody 0068 { 0069 border-top: 1px solid; 0070 } 0071 0072 #listview tbody td 0073 { 0074 height: 26px; 0075 width: 480px; 0076 max-width: 480px; 0077 overflow: hidden; 0078 text-overflow: ellipsis; 0079 white-space: nowrap; 0080 } 0081 0082 #listview img 0083 { 0084 width: 16px; 0085 height: 16px; 0086 margin-right: 7px; 0087 } 0088 0089 #listview input 0090 { 0091 margin-top: 6px; 0092 margin-left: 8px; 0093 margin-right: 10px; 0094 } 0095 0096 #listview .tab input 0097 { 0098 margin-left: 15px; 0099 } 0100 0101 #listview .window 0102 { 0103 font-weight: bold; 0104 } 0105 0106 #listview span 0107 { 0108 vertical-align: top; 0109 } 0110 0111 #listview td.js-disabled 0112 { 0113 text-align: center; 0114 height: 150px; 0115 } 0116 0117 #listview tbody tr.js-disabled:hover 0118 { 0119 background-color: transparent; 0120 } 0121 0122 @media (prefers-color-scheme: light) { 0123 html {background: #dddddd;color: #525c66;} 0124 #box {background: #ffffff;} 0125 h1, h2 {border-color: #f4f4f4;} 0126 hr {color: lightgray;} 0127 #listview {border-color: #aaa;} 0128 #listview thead {background: #eff0f1;} 0129 #listview tbody {border-color: #c0c2c4;} 0130 #listview tbody tr:hover {background-color: #baddff;} 0131 #listview tbody tr.selected {color: white;background-color: #1e90ff;} 0132 } 0133 @media (prefers-color-scheme: dark) { 0134 html {background: #070709;color: #dddddd;} 0135 #box {background: #171717;} 0136 h1, h2 {border-color: #555;} 0137 hr {color: darkgray;} 0138 #listview {border-color: #555;} 0139 #listview thead {background: #252525;} 0140 #listview tbody {border-color: #404244;} 0141 #listview tbody tr:hover {background-color: #0e4272;} 0142 #listview tbody tr.selected {color: white;background-color: #005baa;} 0143 } 0144 </style> 0145 0146 </head> 0147 <body> 0148 0149 <p hidden id="script-data" 0150 data-window="%WINDOW%"> 0151 </p> 0152 0153 <div id="box"> 0154 <img class="warning" src="%IMAGE%" width=45> 0155 <h1>%OOPS%</h1> 0156 <h2>%APOLOGIZE%</h2> 0157 0158 <ul> 0159 <li>%TRY-REMOVING%</li> 0160 <li>%START-NEW%</li> 0161 </ul> 0162 0163 <div id="recovery-widget"> 0164 <table id="listview"> 0165 <thead> 0166 <tr> 0167 <th>%WINDOWS-AND-TABS%</th> 0168 </tr> 0169 </thead> 0170 <tbody id="recovery-items"> 0171 <noscript> 0172 <tr class="js-disabled"> 0173 <td class="js-disabled">%JAVASCRIPT-DISABLED%</td> 0174 </tr> 0175 </noscript> 0176 </tbody> 0177 </table> 0178 0179 <form> 0180 <input class="button" type="submit" id="start-new-session-button" name="new-session" value="%BUTTON-START-NEW%"> 0181 <input class="button" type="submit" id="restore-session-button" name="restore-session" value=" %BUTTON-RESTORE% "> 0182 </form> 0183 </div> 0184 </div> 0185 </body> 0186 0187 </html>