Changeset 533 for branches

Show
Ignore:
Timestamp:
10/17/10 15:25:20 (19 months ago)
Author:
fnicola
Message:

FIXED: problem with the render.
FINALIZED: clientDisconnect and nw_conf (basic settings)

Location:
branches/nightwing-backfire/nightwing/www/cgi-bin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/nightwing-backfire/nightwing/www/cgi-bin/clientDisconnect.awk

    r529 r533  
    88        else 
    99                print "No se pudo desconectar Usuario con IP: " user_ip 
     10close(CMD) 
    1011} 
    1112 
  • branches/nightwing-backfire/nightwing/www/cgi-bin/nw_config/basicSettings.cgi

    r529 r533  
    11#!/bin/sh 
    2  
    32# Modified By: Fernando F Nicola <nicolaff@gmail.com> 
    43# To: Lugro-Mesh 
    5  
    6 . ./basicSettingsFunctions.cgi 
     4. /www/cgi-bin/nw_config/basicSettingsFunctions.cgi 
    75 
    86#{ 
     
    2220# 
    2321#} 
    24 echo "Content-type: text/html\n" 
     22 
    2523 
    2624# read in our parameters 
     
    136134 
    137135# our html code 
    138 echo "<html>" 
    139 echo "<head><title>Base Settings Changed!</title></head>" 
    140 echo "<body>" 
    141 echo "$ACCUM" 
    142 echo "</body>" 
    143 echo "</html>" 
     136echo -e "Content-type: text/html\n\n" 
     137 
     138cat << HEADER 
     139$(cat /www/cgi-bin/nw_config/header_html) 
     140HEADER 
     141 
     142cat << BODY 
     143<body> 
     144$(if [ -z $ACCUM ]; then echo "Ningun Campo Seleccionado"; else echo $ACCUM; fi) 
     145$ACCUM 
     146</body> 
     147BODY 
     148 
     149cat << FOOTER 
     150$(cat /www/cgi-bin/nw_config/footer_html) 
     151FOOTER 
  • branches/nightwing-backfire/nightwing/www/cgi-bin/nw_config/nw_conf_web.html

    r531 r533  
    1717 
    1818######## HEADER ########### 
    19 echo "Content-type: text/html"  
     19echo -e "Content-type: text/html\n\n"  
     20 
    2021cat << HEADER 
    21  
    2222$(cat /www/cgi-bin/nw_config/header_html) 
    23  
    2423 <script type="text/javascript"> 
    2524    var upgr={