diff options
| author | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-15 15:48:28 +0000 |
|---|---|---|
| committer | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-15 15:48:28 +0000 |
| commit | 8ba81e099512ce091b86119196cd6930c7be2446 (patch) | |
| tree | 09bf1f8aa000c09d7d7f4b665b857dbfc84bb3ff /htroot/Network.html | |
| parent | eda8696e335eb5bf82fec0ef705f52d74fe414d8 (diff) | |
- added some comments (will get more in the near future)
- added missing <label> to the search field in Network.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3728 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 260b782e8..03452deea 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -31,10 +31,12 @@ ::
<p>Showing #[num]# entries from a total of #[total]# peers.</p>
<form action="Network.html?page=#[page]#" method="get" enctype="multipart/form-data" accept-charset="UTF-8">
- <fieldset>
- Search for a peername (RegExp allowed):
- <input type="text" name="match" value="#[searchpattern]#" /><input type="hidden" name="page" value="#[page]#" /><input type="submit" name="search" value="Search" />
- </fieldset>
+ <fieldset>
+ <label for="match">Search for a peername (RegExp allowed)</label>:
+ <input type="text" id="match" name="match" value="#[searchpattern]#" />
+ <input type="hidden" name="page" value="#[page]#" />
+ <input type="submit" name="search" value="Search" />
+ </fieldset>
</form>
<table class="networkTable" border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
|
