Skip to content

Commit

Permalink
another small change to web structure design
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3799 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Jun 6, 2007
1 parent 25a54c8 commit 4fca11f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions htroot/WatchWebStructure_p.html
Expand Up @@ -7,13 +7,13 @@
<style type="text/css">
#left {
float: left;
width: 240px;
width: 224px;
}
form dt {
width: 60px;
width: 40px;
}
form dd {
width: 140px;
width: 130px;
text-align:right;
}
</style>
Expand All @@ -36,13 +36,10 @@ <h2>Web Structure</h2>
<a href="WatchWebStructure_p.html?host=#[host]#&depth=#[depthi]#&width=#[width]#&height=#[height]#"><img src="env/grafics/plus.gif" /></a>
<input type="text" name="depth" value="#[depth]#" size="1" maxlength="1" />
</dd>
<dt>width</dt>
<dd><input type="text" name="width" value="#[width]#" size="4" maxlength="4" /></dd>
<dt>depth</dt>
<dd><input type="text" name="height" value="#[height]#" size="4" maxlength="4" /></dd>
<dt>
<input type="submit" value="change" />
</dt>
<dt>size</dt>
<dd><input type="text" name="width" value="#[width]#" size="4" maxlength="4" />&nbsp;x&nbsp;<input type="text" name="height" value="#[height]#" size="4" maxlength="4" /></dd>
<dt>&nbsp;</dt>
<dd><input type="submit" value="change" /></dd>
</dl>
</form>
</div>
Expand Down

0 comments on commit 4fca11f

Please sign in to comment.