summaryrefslogtreecommitdiff
path: root/static/browser.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/browser.html')
-rwxr-xr-xstatic/browser.html106
1 files changed, 10 insertions, 96 deletions
diff --git a/static/browser.html b/static/browser.html
index 5251b68..3bf3431 100755
--- a/static/browser.html
+++ b/static/browser.html
@@ -3,90 +3,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>dump.fm - image search</title>
-<style type="text/css">
-<!--
-a {
- font-size: 12px;
- color: #f0e;
-}
-a:visited {
- color: #f0e;
-}
-a:hover {
- color: #f0e;
-}
-a:active {
- color: #f0e;
-}
-
-
-
-
-
-
-
-
- body {
- font-size:13;
- font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
-
-
-}
-#rapper{
-}
- #container {
- text-align: left;
- font-family: sans-serif;
- color: #4E4848;
- margin-left: auto;
- margin-right: auto;
- width: 1200px;
- }
- #description {display:none;width:790px;}
- #description div, .post, .result {margin: -px 270px;width:470px;}
- #description p > p,#description p {margin:0;line-height:.1;width:600;}
- #description img {float:left;margin:0 12px 32px 0;}
-table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333}.gsc-trailing-more-results,.gsc-resultsHeader,.gsc-search-box{display:none}.gsc-results{padding-left:20px}#searchControl .gsc-control{width:550px;padding:10px;padding-left:20;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;line-height:.1;}input#q{font:bold 11px Arial,Helvetica,sans-serif;color:#F00;height:2em;padding:3px;border-top:2px solid #999;border-right:2px solid #999;border-bottom:1px solid #999;border-left:1px solid #999;}
-#logo{padding-left:20;}
-.gsc-control img{
- max-width:500px;
- width: expression(this.width > 500 ? 500: true);
- max-height:400px;
- height: expression(this.width > 500 ? 500: true);
-
- #submit {
-
- position:absolute;
- display:inline-block;
- width:120px;
-height:35px;
-right:0px;
-font-size:20px;
-background-image:url(/static/bg-btn-blue.png);
-top:15px;
- text-align:center;
- z-index:100;
- cursor:pointer;
- background-color:#087cff;
- border-top-right-radius:10px;
- -webkit-border-top-right-radius:5px;
- -moz-border-radius-topright:5px;
- border-bottom-right-radius:5px;
- -webkit-border-bottom-right-radius:5px;
- -moz-border-radius-bottomright:5px;
- border-radius:2px;
- font-size:12px;
- color:#fff;
- text-shadow:1px 1px 3px rgba(0,0,0,0.5);
-}
-
-#ish{
- top:30%;
- left:20%;
- width: 300px;
-}
-</style>
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="dumpsearch.js" type="text/javascript"></script>
@@ -101,24 +17,22 @@ top:15px;
<div id="ish">
<form onSubmit="searchImages(); return false;" >
<div align="left">
-
- <tr>
- <td colspan="2"><p align="left"></p>
-
- <div align="left">
- <input name="q" type="text" id="q" onChange="searchImages();" size="30%">
+<img src="/static/browsertool.gif">
+
+ <tr>
+ <td colspan="2"><br>
+ <input name="q" type="text" id="q" onChange="searchImages();" size="10%">
<input type="submit" name="submit" id="submit" class="msgSubmit"value="Search Images">
- </div>
+
<label>
</label>
- </p> </td>
- </tr>
- <div align="center">
+ </td>
+ <div align="left">
<div align="left">
<table class="search" width="425" border="0" cellpadding="5" cellspacing="0">
- <a href="#" id="about">optionzz</a></div>
+ <a href="#" id="about">options</a></div>
</table>
@@ -330,7 +244,7 @@ top:15px;
function keepResult(res) {
$.ajax({
- type: 'GET',
+ type: 'POST',
timeout: 5000,
url: '/msg',
data: { 'room': 'RoomA', 'content': res.unescapedUrl },