OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <link rel="icon" href="../../app/theme/history_favicon.png"> | 6 <link rel="icon" href="../../app/theme/history_favicon.png"> |
7 <script src="shared/js/local_strings.js"></script> | 7 <script src="shared/js/local_strings.js"></script> |
8 <script> | 8 <script> |
9 /////////////////////////////////////////////////////////////////////////////// | 9 /////////////////////////////////////////////////////////////////////////////// |
10 // Globals: | 10 // Globals: |
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 .entry .title { | 1129 .entry .title { |
1130 max-width:600px; | 1130 max-width:600px; |
1131 overflow: hidden; | 1131 overflow: hidden; |
1132 white-space: nowrap; | 1132 white-space: nowrap; |
1133 text-overflow: ellipsis; | 1133 text-overflow: ellipsis; |
1134 } | 1134 } |
1135 .results .time, .results .title { | 1135 .results .time, .results .title { |
1136 margin-top:18px; | 1136 margin-top:18px; |
1137 } | 1137 } |
1138 .title > .starred { | 1138 .title > .starred { |
1139 background:url('../../app/theme/star_small.png'); | 1139 background:url('shared/images/star_small.png'); |
1140 background-repeat:no-repeat; | 1140 background-repeat:no-repeat; |
1141 display:inline-block; | 1141 display:inline-block; |
1142 margin-left:12px; | 1142 margin-left:12px; |
1143 margin-right:0; | 1143 margin-right:0; |
1144 width:11px; | 1144 width:11px; |
1145 height:11px; | 1145 height:11px; |
1146 } | 1146 } |
1147 html[dir='rtl'] .title > .starred { | 1147 html[dir='rtl'] .title > .starred { |
1148 margin-left:0; | 1148 margin-left:0; |
1149 margin-right:12px; | 1149 margin-right:12px; |
(...skipping 16 matching lines...) Expand all Loading... |
1166 #results-pagination { | 1166 #results-pagination { |
1167 padding-top:24px; | 1167 padding-top:24px; |
1168 margin-left:18px; | 1168 margin-left:18px; |
1169 } | 1169 } |
1170 | 1170 |
1171 </style> | 1171 </style> |
1172 </head> | 1172 </head> |
1173 <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize
:fontsize"> | 1173 <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize
:fontsize"> |
1174 <div class="header"> | 1174 <div class="header"> |
1175 <a href="" onclick="setSearch(''); return false;"> | 1175 <a href="" onclick="setSearch(''); return false;"> |
1176 <img src="../../app/theme/history_section.png" | 1176 <img src="shared/images/history_section.png" |
1177 width="67" height="67" class="logo" border="0"></a> | 1177 width="67" height="67" class="logo" border="0"></a> |
1178 Debug: this is History 2 | 1178 Debug: this is History 2 |
1179 <form method="post" action="" | 1179 <form method="post" action="" |
1180 onsubmit="setSearch(this.term.value); return false;" | 1180 onsubmit="setSearch(this.term.value); return false;" |
1181 class="form"> | 1181 class="form"> |
1182 <input type="text" name="term" id="term"> | 1182 <input type="text" name="term" id="term"> |
1183 <input type="submit" name="submit" i18n-values="value:searchbutton"> | 1183 <input type="submit" name="submit" i18n-values="value:searchbutton"> |
1184 </form> | 1184 </form> |
1185 </div> | 1185 </div> |
1186 <div class="main"> | 1186 <div class="main"> |
1187 <div id="results-separator"> | 1187 <div id="results-separator"> |
1188 <table border="0" cellPadding="0" cellSpacing="0"> | 1188 <table border="0" cellPadding="0" cellSpacing="0"> |
1189 <tr><td id="results-summary"></td><td id="edit-button"><p></p></td></tr> | 1189 <tr><td id="results-summary"></td><td id="edit-button"><p></p></td></tr> |
1190 </table> | 1190 </table> |
1191 </div> | 1191 </div> |
1192 <div id="editing-controls"></div> | 1192 <div id="editing-controls"></div> |
1193 <div id="results-display"></div> | 1193 <div id="results-display"></div> |
1194 <div id="results-pagination"></div> | 1194 <div id="results-pagination"></div> |
1195 </div> | 1195 </div> |
1196 <div class="footer"> | 1196 <div class="footer"> |
1197 </div> | 1197 </div> |
1198 </body> | 1198 </body> |
1199 </html> | 1199 </html> |
OLD | NEW |