Update of /cvsroot/leaf/src/config/webconf/var/webconf/www
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20690/var/webconf/www

Modified Files:
        dropbear.cgi general-info.cgi keyboard.cgi logfiles.cgi 
Log Message:
Cosmetic fixes from Mats Erik Andersson


Index: general-info.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/general-info.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** general-info.cgi    27 Oct 2004 20:58:11 -0000      1.1
--- general-info.cgi    17 Nov 2006 17:58:33 -0000      1.2
***************
*** 5,8 ****
--- 5,9 ----
  <center>
  <table><tr><th nowrap>Filesystem Utilization</th>
+  <th>&nbsp;&nbsp;&nbsp;</th>
   <th nowrap>Memory Utilization</th></tr>
   <tr><td>
***************
*** 20,24 ****
          ?>
        </table></td>
! 
        <td align=center nowrap valign=center>
        <? # Memory Free 
--- 21,25 ----
          ?>
        </table></td>
!       <td></td>
        <td align=center nowrap valign=center>
        <? # Memory Free 

Index: dropbear.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/dropbear.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dropbear.cgi        18 Apr 2006 16:53:34 -0000      1.2
--- dropbear.cgi        17 Nov 2006 17:58:33 -0000      1.3
***************
*** 68,72 ****
  <h1>Daemon Status</h1>
  <? /var/webconf/lib/svcstat.sh "$FORM_cmd" dropbear dropbear ?>
! 
  <h1>Configuration</h1>
  <? if [ "$FORM_cmd" = "List" ]; then
--- 68,72 ----
  <h1>Daemon Status</h1>
  <? /var/webconf/lib/svcstat.sh "$FORM_cmd" dropbear dropbear ?>
! <br></br>
  <h1>Configuration</h1>
  <? if [ "$FORM_cmd" = "List" ]; then

Index: keyboard.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/keyboard.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** keyboard.cgi        17 Nov 2005 20:59:59 -0000      1.3
--- keyboard.cgi        17 Nov 2006 17:58:33 -0000      1.4
***************
*** 68,72 ****
           fi 
           
!   echo "Your current keyboard map is <u>$KBD_MAP</u>"
    
    ?>
--- 68,72 ----
           fi 
           
!   echo "Your current keyboard map is <u>$KBD_MAP</u><br></br>"
    
    ?>

Index: logfiles.cgi
===================================================================
RCS file: /cvsroot/leaf/src/config/webconf/var/webconf/www/logfiles.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** logfiles.cgi        3 Oct 2005 21:09:05 -0000       1.4
--- logfiles.cgi        17 Nov 2006 17:58:33 -0000      1.5
***************
*** 182,199 ****
        cut -f11 -d' ' | sort |uniq )
  
! echo -n "<tr>"
!       for a in Delete Download View Formatted Size "Last Modified" File; do
!               echo -n "<th>$a</th>"
                done
  echo "</tr>"
  for x in $candidates ; do 
!       echo "<tr><td>"
        if [ -z "$( echo $opens | grep $x )" ]; then
!               echo "<a href=logfiles.cgi?cmd=Delete&name=$x>delete</a></b>"
                else
!               echo "in use"
                fi
!       echo "</td><td><a 
href=logfiles.cgi?cmd=Download&name=$x>download</a></td>"
!       echo "</td><td><a href=logfiles.cgi?cmd=View&name=$x>view</a></td>"
        if [ -n "$( echo $x | grep shorewall )" ]; then
                echo "<td><a 
href=\"logfiles.cgi?cmd=View&style=shorewall&name=$x\">formatted</a></td>"
--- 182,199 ----
        cut -f11 -d' ' | sort |uniq )
  
! echo -n "<tr align='left'>"
!       for a in Delete Download View Formatted Size "Last Modified" 
'&nbsp;&nbsp;File'; do
!               echo -n "<th>&nbsp;$a&nbsp;</th>"
                done
  echo "</tr>"
  for x in $candidates ; do 
!       echo -n "<tr><td>"
        if [ -z "$( echo $opens | grep $x )" ]; then
!               echo "<a href=logfiles.cgi?cmd=Delete&name=$x>delete</a></td>"
                else
!               echo "in use</td>"
                fi
!       echo "<td><a href=logfiles.cgi?cmd=Download&name=$x>download</a></td>"
!       echo "<td><a href=logfiles.cgi?cmd=View&name=$x>view</a></td>"
        if [ -n "$( echo $x | grep shorewall )" ]; then
                echo "<td><a 
href=\"logfiles.cgi?cmd=View&style=shorewall&name=$x\">formatted</a></td>"
***************
*** 201,207 ****
                echo "<td></td>"
                fi
!       echo "<td align=right>$(ls -l $x | sed "s/ \+/ /g" | cut -f 5 -d' 
')</td>" 
!       echo "<td align=right>$(ls -l $x | sed "s/ \+/ /g" | cut -f 6-8 -d' 
')</td>" 
!       echo "<td>$x</td></tr>"
        done
  
--- 201,207 ----
                echo "<td></td>"
                fi
!       echo "<td align=right>$(ls -l $x | sed "s/ \+/ /g" | cut -f 5 -d' 
')&nbsp;</td>" 
!       echo "<td>$(ls -l $x | sed "s/ \+/ /g" | cut -f 6-8 -d' ')</td>" 
!       echo "<td align='left'>$x</td></tr>"
        done
  


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to