Revision: 6267
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6267&view=rev
Author:   eoberlander
Date:     2012-01-28 16:51:52 +0000 (Sat, 28 Jan 2012)
Log Message:
-----------
Reformat table to match IPCop log page style.

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/logurlfilter.cgi

Modified: ipcop/trunk/html/cgi-bin/logurlfilter.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/logurlfilter.cgi   2012-01-28 14:37:25 UTC (rev 
6266)
+++ ipcop/trunk/html/cgi-bin/logurlfilter.cgi   2012-01-28 16:51:52 UTC (rev 
6267)
@@ -203,16 +203,16 @@
 <form method='post' action="$ENV{'SCRIPT_NAME'}">
 <table width='100%'>
 <tr>
-    <td width='8%' class='base'>$Lang::tr{'section'}:</td>
-    <td width='20%' class='base'>
+    <td class='base' nowrap='nowrap'>$Lang::tr{'section'}:&nbsp;</td>
+    <td>
     <select name='SECTION' onchange='this.form.submit()'>
         <option value='urlfilter' 
$selected{'SECTION'}{'urlfilter'}>$Lang::tr{'urlfilter url filter'}</option>
         <option value='squidGuard' 
$selected{'SECTION'}{'squidGuard'}>squidGuard</option>
     </select>
     </td>
-
-    <td width='8%' class='base'>$Lang::tr{'month'}:</td>
-    <td width='15%'>
+    <td class='base' nowrap='nowrap'>&nbsp;&nbsp;$Lang::tr{'month'}:&nbsp;
+    </td>
+    <td>
     <select name='MONTH'>
 END
 ;
@@ -227,8 +227,9 @@
 print <<END
     </select>
     </td>
-    <td width='8%' class='base'>$Lang::tr{'day'}:</td>
-    <td width='15%'>
+    <td class='base' nowrap='nowrap'>&nbsp;&nbsp;$Lang::tr{'day'}:&nbsp;
+    </td>
+    <td>
     <select name='DAY'>
 END
 ;
@@ -242,10 +243,17 @@
 print <<END
     </select>
     </td>
-    <td><input type='submit' name='ACTION' title='$Lang::tr{'day before'}' 
value='&lt;&lt;' />
+    <td>
+        &nbsp;&nbsp;
+    </td>
+    <td align='center'>
+        <input type='submit' name='ACTION' title='$Lang::tr{'day before'}' 
value='&lt;&lt;' />
         <input type='submit' name='ACTION' title='$Lang::tr{'day after'}' 
value='&gt;&gt;' />
-    <input type='submit' name='ACTION' value='$Lang::tr{'update'}' />&nbsp;
-    <input type='submit' name='ACTION' value='$Lang::tr{'export'}' /></td>
+        <input type='submit' name='ACTION' value='$Lang::tr{'update'}' />&nbsp;
+        <input type='submit' name='ACTION' value='$Lang::tr{'export'}' /></td>
+    <td class='onlinehelp'>
+        <a href='${General::adminmanualurl}/logs-urlfilter.html' 
target='_blank'><img src='/images/web-support.png' alt='$Lang::tr{'online help 
en'}' title='$Lang::tr{'online help en'}' /></a>
+    </td>
 </tr>
 </table>
 <hr />
@@ -260,7 +268,7 @@
 print <<END
 <table width='100%'>
 <tr>
-    <td width='8%' class='base'>$Lang::tr{'urlfilter category'}:</td>
+    <td width='5%' class='base' nowrap='nowrap'>$Lang::tr{'urlfilter 
category'}:&nbsp;</td>
     <td width='20%'>
     <select name='CATEGORY'>
     <option value='ALL' $selectedAllCat>$Lang::tr{'caps all'}</option>
@@ -276,7 +284,7 @@
 print <<END
     </select>
     </td>
-    <td width='8%' class='base'>$Lang::tr{'urlfilter client'}:</td>
+    <td width='5%' class='base' 
nowrap='nowrap'>&nbsp;&nbsp;$Lang::tr{'urlfilter client'}:&nbsp;</td>
 END
 ;
 
@@ -284,7 +292,7 @@
     print "<td width='20%'>\n";
 }
 else {
-    print "<td>\n";
+    print "<td width='70%'>\n";
 }
 
 my $selectedAllSrcIp = '';
@@ -317,8 +325,8 @@
     }
 
     print <<END
-    <td width='10%' class='base'>$Lang::tr{'username'}:</td>
-    <td>
+    <td width='5%' class='base' 
nowrap='nowrap'>&nbsp;&nbsp;$Lang::tr{'username'}:&nbsp;</td>
+    <td width='45%'>
     <select name='USERNAME'>
         <option value='ALL' $selectedAllUser>$Lang::tr{'caps all'}</option>
 END

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to