Changeset 1548
- Timestamp:
- 08/26/07 02:26:18 (6 years ago)
- Location:
- website/test1
- Files:
-
- 3 added
- 3 modified
-
index.php (modified) (1 diff)
-
media/css/style.css (modified) (1 diff)
-
media/images/information.gif (added)
-
media/images/question.gif (added)
-
tbs_us_manual.htm (added)
-
templates/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
website/test1/index.php
r1547 r1548 7 7 $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."; 8 8 $TBS->Show(); 9 9 10 ?> -
website/test1/media/css/style.css
r1547 r1548 11 11 a { color: #DA3B3B; background: inherit; } 12 12 a:hover { color: #DA3B3B; background: inherit; text-decoration: underline} 13 14 a.info { text-decoration:none; position:relative; } 15 a.info span { display:none; } 16 a.info:hover { cursor:default; } 17 a.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 19 a.quest { text-decoration:none; position:relative; } 20 a.quest span { display:none; } 21 a.quest:hover { cursor:default; } 22 a.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; } 13 23 14 24 p { margin: 5px 0; } -
website/test1/templates/index.html
r1547 r1548 57 57 google_ad_height = 200; 58 58 google_ad_format = "200x200_as"; 59 google_ad_type = " text_image";59 google_ad_type = "image"; 60 60 //2007-08-23: UMIT 61 61 google_ad_channel = "3836098329"; … … 80 80 <br /> 81 81 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> 83 83 </div> 84 84 <!-- Fim: downloAD -->
