[dpdk-web] [PATCH] add ml search boxes

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Feb 20 15:14:37 CET 2017


Add two search boxes for users@ and dev at .
After validating, the request is sent to mail-archive.com.
More advanced searches can be done on mail-archive.com.

Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 ml.html | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/ml.html b/ml.html
index 8c3c497..31b8f6d 100644
--- a/ml.html
+++ b/ml.html
@@ -47,6 +47,19 @@
 					    |</td>
 				</tr>
 				<tr>
+					<th></th>
+					<td>
+						<form action="https://mail-archive.com/search">
+							<input type="hidden" name="a" value="1">
+							<input type="hidden" name="l" value="users at dpdk.org">
+							<input type="hidden" name="o" value="newest">
+							<input type="text" name="haswords" size="40"
+							placeholder="search in users at dpdk.org archives">
+						</form>
+					</td>
+					<td></td>
+				</tr>
+				<tr>
 					<th><a href="mailto:announce at dpdk.org">announce at dpdk.org</a></th>
 					<td>release announcements (forwarded to dev list)</td>
 					<td>| <a href="/ml/listinfo/announce">register</a>
@@ -61,6 +74,19 @@
 					    |</td>
 				</tr>
 				<tr>
+					<th></th>
+					<td>
+						<form action="https://mail-archive.com/search">
+							<input type="hidden" name="a" value="1">
+							<input type="hidden" name="l" value="dev at dpdk.org">
+							<input type="hidden" name="o" value="newest">
+							<input type="text" name="haswords" size="40"
+							placeholder="search in dev at dpdk.org archives">
+						</form>
+					</td>
+					<td></td>
+				</tr>
+				<tr>
 					<th><a href="mailto:stable at dpdk.org">stable at dpdk.org</a></th>
 					<td>backports on stable branches</td>
 					<td>| <a href="/ml/listinfo/stable">register</a>
-- 
2.7.0



More information about the web mailing list