Mercurial > google_bookmarks_incsearch
comparison chrome/content/view.html @ 0:c47ec96326ad
initial import
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Fri, 15 Aug 2008 01:57:59 +0900 |
| parents | |
| children | b090002b1814 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c47ec96326ad |
|---|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> | |
| 3 <head> | |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| 5 <meta http-equiv="Content-Script-Type" content="text/javascript" /> | |
| 6 <link rel="stylesheet" href="./base.css" type="text/css" /> | |
| 7 <link rel="stylesheet" href="./glayer.css" type="text/css" /> | |
| 8 <script type="text/javascript" src="./glayer.js"></script> | |
| 9 <script type="text/javascript" src="./glayer_ex.js"></script> | |
| 10 <script type="text/javascript" src="./database.js"></script> | |
| 11 <script type="text/javascript" src="./incsearch.js"></script> | |
| 12 <script type="application/javascript;version=1.7" src="./loader.js"></script> | |
| 13 <script type="text/javascript" src="./googlebookmarks.js"></script> | |
| 14 <script type="text/javascript" src="./init.js"></script> | |
| 15 <title>Google Bookmarks IncSearch - Firefox Extension</title> | |
| 16 </head> | |
| 17 <body> | |
| 18 <p> | |
| 19 <span id="title" class="title">Google Bookmarks IncSearch</span> | |
| 20 <input id="text" name="pattern" value="" size="80" type="text" /> | |
| 21 <span id="option"> | |
| 22 <a id ="sync" href="javascript:void(0)"><img src="./sync.gif" alt="Sync Bookmarks" />sync</a> | |
| 23 <a id ="setting" href="javascript:void(0)"><img src="./setting.gif" alt="Setting" />setting</a> | |
| 24 <a id ="help" href="javascript:void(0)"><img src="./help.gif" alt="Help" />help</a> | |
| 25 </span> | |
| 26 </p> | |
| 27 <div id="viewHeader"> | |
| 28 <span style="float:right;" id="pageLinkTop"></span> | |
| 29 <span id="status"></span> | |
| 30 </div> | |
| 31 <div id="viewArea"></div> | |
| 32 <div id="viewFooter"> | |
| 33 <div id="pageLinkBottom"></div> | |
| 34 </div> | |
| 35 <div id="footer"><p>© 2007-2008 <a href="http://www.enjoyxstudy.com/firefox/extension/googlebookmarks_incsearch/">Enjoy*Study</a> </p></div> | |
| 36 <div id="loadingBox" class="glayer_box" style="display: none;"> | |
| 37 <p> | |
| 38 <img src="./loader.gif" alt="loading" /> | |
| 39 <span id="loadingMessage"></span> | |
| 40 </p> | |
| 41 </div> | |
| 42 <div id="settingBox" class="glayer_box" style="display: none;"> | |
| 43 <p>Setting</p> | |
| 44 <table> | |
| 45 <tr> | |
| 46 <th>Number of results</th> | |
| 47 <td><input id="numberOfResults" name="numberOfResults" type="text" value="" size="5" /></td> | |
| 48 </tr> | |
| 49 <tr> | |
| 50 <th>Size of input area</th> | |
| 51 <td><input id="sizeOfInputArea" name="sizeOfInputArea" type="text" value="" size="5" /></td> | |
| 52 </tr> | |
| 53 </table> | |
| 54 <div class="buttons"> | |
| 55 <input id="settingSave" type="button" value="Save"/> | |
| 56 <input id="settingCancel" type="button" value="Cancel"/> | |
| 57 </div> | |
| 58 </div> | |
| 59 <div id="helpBox" class="glayer_box_big" style="display: none;"> | |
| 60 <p>Shortcut Keys</p> | |
| 61 <table> | |
| 62 <tr> | |
| 63 <th>[Ctrl]+[Right]</th> | |
| 64 <td>Next page</td> | |
| 65 </tr> | |
| 66 <tr> | |
| 67 <th>[Ctrl]+[Left]</th> | |
| 68 <td>Previous page</td> | |
| 69 </tr> | |
| 70 <tr> | |
| 71 <th>[Ctrl]+[Down]</th> | |
| 72 <td>Next bookmark</td> | |
| 73 </tr> | |
| 74 <tr> | |
| 75 <th>[Ctrl]+[Up]</th> | |
| 76 <td>Previous bookmark</td> | |
| 77 </tr> | |
| 78 <tr> | |
| 79 <th>[Ctrl]+[Enter] or [Ctrl]+[m]</th> | |
| 80 <td>Open bookmark</td> | |
| 81 </tr> | |
| 82 <tr> | |
| 83 <th>[Ctrl]+[e]</th> | |
| 84 <td>Edit bookmark</td> | |
| 85 </tr> | |
| 86 <tr> | |
| 87 <th>[Ctrl]+[u]</th> | |
| 88 <td>Load bookmarks from Google Bookmarks (sync bookmarks)</td> | |
| 89 </tr> | |
| 90 <tr> | |
| 91 <th>[Ctrl]+[s]</th> | |
| 92 <td>Open(Close) setting window</td> | |
| 93 </tr> | |
| 94 <tr> | |
| 95 <th>[Ctrl]+[/]</th> | |
| 96 <td>Show(Close) help (this page)</td> | |
| 97 </tr> | |
| 98 </table> | |
| 99 <br/> | |
| 100 <p>Input Text Pattern for Search</p> | |
| 101 <table> | |
| 102 <tr> | |
| 103 <th>a b</th> | |
| 104 <td>a AND b</td> | |
| 105 </tr> | |
| 106 <tr> | |
| 107 <th>a|b</th> | |
| 108 <td>a OR b</td> | |
| 109 </tr> | |
| 110 <tr> | |
| 111 <th>!a</th> | |
| 112 <td>NOT a</td> | |
| 113 </tr> | |
| 114 </table> | |
| 115 <div class="buttons"> | |
| 116 <input id="helpClose" type="button" value="Close"/> | |
| 117 </div> | |
| 118 </div> | |
| 119 </body> | |
| 120 </html> |
