From 2e1abb31502d7b988ad4c541ae23878b26bc375e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Wed, 16 Jul 2008 22:52:52 +0000 Subject: Improve my crunkines with html. --- etc/inc/shaper.inc | 67 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 33 deletions(-) (limited to 'etc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index b028c56..2f1391f 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -2712,8 +2712,40 @@ class dnpipe_class extends dummynet_class { $form .= ">Bit/s"; $form .= ""; $form .= ""; + $form .= "Mask"; + $form .= ""; + $form .= ""; + $form .= " slots
"; + $form .= "If 'source' or 'destination' is chosen, \n"; + $form .= "a dynamic pipe with the bandwidth, delay, packet loss and queue size given above will \n"; + $form .= "be created for each source/destination IP address encountered, \n"; + $form .= "respectively. This makes it possible to easily specify bandwidth \n"; + $form .= "limits per host."; + $form .= ""; + $form .= "Description"; + $form .= ""; + $form .= "GetDescription(); + $form .= "\">"; + $form .= "
"; + $form .= "You may enter a description here "; + $form .= "for your reference (not parsed)."; + $form .= ""; $form .= ""; - $form .= "Advanced"; + $form .= ""; $form .= "
"; $form .= "

- Show source port range"; @@ -2747,38 +2779,7 @@ class dnpipe_class extends dummynet_class { $form .= "then they are delayed by value specified in the Delay field, and then they "; $form .= "are delivered to their destination."; $form .= ""; - $form .= "Mask"; - $form .= ""; - $form .= ""; - $form .= " slots
"; - $form .= "If 'source' or 'destination' is chosen, \n"; - $form .= "a dynamic pipe with the bandwidth, delay, packet loss and queue size given above will \n"; - $form .= "be created for each source/destination IP address encountered, \n"; - $form .= "respectively. This makes it possible to easily specify bandwidth \n"; - $form .= "limits per host."; - $form .= ""; - $form .= "Description"; - $form .= ""; - $form .= "GetDescription(); - $form .= "\">"; - $form .= "
"; - $form .= "You may enter a description here "; - $form .= "for your reference (not parsed)."; - $form .= ""; + return $form; -- cgit v1.1