Changeset 1548

Show
Ignore:
Timestamp:
08/26/07 02:26:18 (6 years ago)
Author:
joaopacheco
Message:

Just testing...

Location:
website/test1
Files:
3 added
3 modified

Legend:

Unmodified
Added
Removed
  • website/test1/index.php

    r1547 r1548  
    77$introduce_box = "UMIT is the newest nmap frontend, and it's been developed in Python and GTK and was started with the sponsoring of Google's Summer of Code."; 
    88$TBS->Show(); 
     9 
    910?> 
  • website/test1/media/css/style.css

    r1547 r1548  
    1111a { color: #DA3B3B; background: inherit; } 
    1212a:hover { color: #DA3B3B; background: inherit; text-decoration: underline} 
     13 
     14a.info { text-decoration:none; position:relative; } 
     15a.info span { display:none; } 
     16a.info:hover { cursor:default; } 
     17a.info:hover .infobox { font-weight: normal; display:block; position:absolute; top:20px; left:0; width:205px; height:70px; border: 1px solid #ccc; background:#f4f4f4 url(../images/information.gif) no-repeat bottom right; color:#000; text-align:left; font-size:0.85em; padding-left:10px; padding-top:10px; } 
     18 
     19a.quest { text-decoration:none; position:relative; } 
     20a.quest span { display:none; } 
     21a.quest:hover { cursor:default; } 
     22a.quest:hover .infobox { font-weight: normal; display:block; position:absolute; top:20px; left:0; width:205px; height:70px; border: 1px solid #ccc; background:#f4f4f4 url(../images/question.gif) no-repeat bottom right; color:#000; text-align:left; font-size:0.85em; padding-left:10px; padding-top:10px; } 
    1323 
    1424p { margin: 5px 0; } 
  • website/test1/templates/index.html

    r1547 r1548  
    5757                        google_ad_height = 200; 
    5858                        google_ad_format = "200x200_as"; 
    59                         google_ad_type = "text_image"; 
     59                        google_ad_type = "image"; 
    6060                        //2007-08-23: UMIT 
    6161                        google_ad_channel = "3836098329"; 
     
    8080                <br /> 
    8181                To get the latest UMIT release,<br /> 
    82                 go to its project site at source forge and <a href="http://www.sourceforge.net/projects/umit" title="Download UMIT"><b>Download Umit Now!</b></a> 
     82                go to its project site at source forge and <a class="info" href="http://sourceforge.net/project/showfiles.php?group_id=142490" title=""><b>Download Umit Now!</b><span class="infobox">This download is goint to be redirect to the Mirror List in SourceForge!<br />Just click to continue...</span></a> 
    8383        </div> 
    8484        <!-- Fim: downloAD -->