diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-04 11:23:41 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-04 11:23:41 +0200 |
| commit | 4b36a2c3b49da686d36eb242a0805d597468505e (patch) | |
| tree | 10a0a1d2bef1e4ac39dfcb52bbec8fb073c6b92b /htroot/IndexControlURLs_p.html | |
| parent | 8ca842b137a89a30fb7191f3b061330d24aff04a (diff) | |
small style changes
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index 6028dc169..500431e28 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -70,14 +70,14 @@ function updatepage(str) { <dt class="TableCellDark">Retrieve by URL:</dt>
<dd><input type="text" name="urlstring" value="#[urlstring]#" size="40" maxlength="250" />
- <input type="submit" name="urlstringsearch" value="Show Details for URL" class="submitready" style="width:300px;"/><br />
+ <input type="submit" name="urlstringsearch" value="Show Details for URL" class="submitready" style="width:240px;"/><br />
<div id="searchresults"></div>
</dd>
<dt class="TableCellDark">Retrieve by URL-Hash:</dt>
<dd><input type="text" name="urlhash" value="#[urlhash]#" size="40" maxlength="12" />
- <input type="submit" name="urlhashsearch" value="Show Details for URL-Hash" class="submitready" style="width:300px;"/>
- <input type="submit" name="urlhashsimilar" value="Generate List" class="submitready" style="width:300px;"/>
+ <input type="submit" name="urlhashsearch" value="Show Details for URL-Hash" class="submitready" style="width:240px;"/>
+ <input type="submit" name="urlhashsimilar" value="Generate List" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -91,7 +91,7 @@ function updatepage(str) { <dl>
<dt class="TableCellLight"> </dt>
<dd>Show top <input type="text" name="lines" value="#[lines]#" size="6" maxlength="6" /> domains from all URLs.
- <input type="submit" name="statistics" value="Generate Statistics" class="submitready" style="width:300px;"/>
+ <input type="submit" name="statistics" value="Generate Statistics" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -113,7 +113,7 @@ function updatepage(str) { <div>
<input type="hidden" name="hashpart" value="#[hashpart]#" />
<input type="hidden" name="lines" value="#[lines]#" />
- <input type="submit" name="deletedomain" value="delete all" class="submitready" style="width:300px;"/>
+ <input type="submit" name="deletedomain" value="delete all" class="submitready" style="width:240px;"/>
</div>
</form>
</td>
@@ -145,7 +145,7 @@ function updatepage(str) { <br />
</dd>
<dt class="TableCellLight"> </dt>
- <dd><input type="submit" name="lurlexport" value="Export URLs" class="submitready" style="width:300px;"/>
+ <dd><input type="submit" name="lurlexport" value="Export URLs" class="submitready" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -185,16 +185,16 @@ function updatepage(str) { <input type="hidden" name="viewMode" value="parsed" />
<input type="hidden" name="show" value="Show" />
<input type="hidden" name="urlHash" value="#[urlhash]#" />
- <input type="submit" value="Show Content" name="showcontent" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Show Content" name="showcontent" class="submitready" style="width:240px;"/><br />
</form>
<form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<input type="hidden" name="keystring" value="" />
<input type="hidden" name="keyhash" value="" />
<input type="hidden" name="urlstring" value="" />
<input type="hidden" name="urlhash" value="#[urlhash]#" />
- <input type="submit" value="Delete URL" name="urlhashdelete" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Delete URL" name="urlhashdelete" class="submitready" style="width:240px;"/><br />
<span class="small"> this may produce unresolved references at other word indexes but they do not harm</span><br /><br />
- <input type="submit" value="Delete URL and remove all references from words" name="urlhashdeleteall" class="submitready" style="width:300px;"/><br />
+ <input type="submit" value="Delete URL and remove all references from words" name="urlhashdeleteall" class="submitready" style="width:240px;"/><br />
<span class="small"> delete the reference to this url at every other word where the reference exists (very extensive, but prevents unresolved references)</span><br />
</form>
#(/genUrlProfile)#
|
