Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 5a9bd11

Browse files
committed
Switch to drop-down menu style.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95610 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent dcee980 commit 5a9bd11

File tree

5 files changed

+124
-93
lines changed

5 files changed

+124
-93
lines changed

www/analyzer/annotations.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<title>Source Annotations</title>
66
<link type="text/css" rel="stylesheet" href="menu.css" />
77
<link type="text/css" rel="stylesheet" href="content.css" />
8+
<link type="text/javascript" rel="javascript" href="/menu.css"/>
89
</head>
910
<body>
1011

www/analyzer/index.html

+17-20
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,25 @@
33
<html>
44
<head>
55
<title>Clang Static Analyzer</title>
6-
<link type="text/css" rel="stylesheet" href="menu.css" />
7-
<link type="text/css" rel="stylesheet" href="content.css" />
6+
<link type="text/css" rel="stylesheet" href="/content.css" />
7+
<link type="text/css" rel="stylesheet" href="/menu.css" />
8+
<link type="text/javascript" rel="javascript" href="/menu.css"/>
89
</head>
910
<body>
1011

1112
<!--#include virtual="menu.html.incl"-->
1213

1314
<div id="content">
14-
15-
<h1>Clang Static Analyzer</h1>
16-
15+
<table style="margin-top:-10px; padding:5px" border=0>
16+
<tr><td>
17+
<h1>Clang Static Analyzer</h1>
1718
<p>The Clang Static Analyzer consists of both a source code analysis framework
1819
and a standalone tool that finds bugs in C and Objective-C programs. The
1920
standalone tool is invoked from the command-line, and is intended to run in
2021
tandem with a build of a project or code base.</p>
2122

2223
<p>Both are 100% open source and are part of the <a
2324
href="http://clang.llvm.org">Clang</a> project.</p>
24-
<!--
25-
<center>
26-
<table border=0 cellspacing=20>
27-
<tr>
28-
<td><center><img src="/images/analyzer_html.png"></center></td>
29-
<td><center><img src="/images/analyzer_xcode.png"></center></td>
30-
</tr>
31-
<tr>
32-
<td><center>Viewing results in a web browser</center></td>
33-
<td><center>Viewing results in Xcode 3.2</center></td>
34-
</tr>
35-
</table>
36-
</center>
37-
-->
3825

3926
<!-- Generated from: http://www.spiffycorners.com/index.php -->
4027

@@ -89,7 +76,7 @@ <h1>Clang Static Analyzer</h1>
8976
#wrappedcontent { padding:15px;}
9077
</style>
9178

92-
<div style="padding:0px">
79+
<div style="margin-left:25px; margin-right:25px; padding:0px; font-size: 80%">
9380
<b class="spiffy">
9481
<b class="spiffy1"><b></b></b>
9582
<b class="spiffy2"><b></b></b>
@@ -137,6 +124,16 @@ <h2 id="StaticAnalysis">What is Static Analysis?</h2>
137124
programs that is freely available, extensible, and has a high quality of
138125
implementation.</p>
139126

127+
128+
129+
130+
</td><td>
131+
<a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="450x"></a>
132+
<center><b>Viewing static analyzer results in Xcode 3.2</b></center>
133+
<a href="images/analyzer_html.png"><img src="images/analyzer_html.png" width="450px"></a>
134+
<center><b>Viewing static analyzer results in web browser</b></center>
135+
</td></tr></table>
136+
140137
<h3 id="Clang">Part of Clang and LLVM</h3>
141138

142139
<p>As its name implies, the Clang Static Analyzer is built on top of <a

www/analyzer/menu.css

+53-40
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,53 @@
1-
/***************/
2-
/* page layout */
3-
/***************/
4-
5-
[id=menu] {
6-
position:fixed;
7-
width:30ex;
8-
}
9-
[id=content] {
10-
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
11-
position:absolute;
12-
left:35ex;
13-
padding-right:4ex;
14-
}
15-
16-
/**************/
17-
/* menu style */
18-
/**************/
19-
20-
#menu .submenu {
21-
padding-top:1em;
22-
display:block;
23-
}
24-
25-
#menu label {
26-
display:block;
27-
font-weight: bold;
28-
text-align: center;
29-
color: #ffffff;
30-
background-color: #2d58b7;
31-
}
32-
#menu a {
33-
padding:0 .2em;
34-
display:block;
35-
text-align: center;
36-
background-color: #EBF0FA;
37-
}
38-
#menu a:visited {
39-
color:rgb(100,50,100);
40-
}
1+
/* From 'A list apart', 'dropdowns' */
2+
body {
3+
background-color: #EBF0FA;
4+
}
5+
#nav {
6+
font-weight: bold;
7+
color: #2d58b7;
8+
}
9+
#nav a {
10+
text-decoration: none;
11+
}
12+
#nav a:hover {
13+
text-decoration: underline;
14+
}
15+
.menubar {
16+
font-size: 80%;
17+
}
18+
.menubar ul {
19+
padding: 0;
20+
margin: 0;
21+
list-style: none;
22+
}
23+
.menubar li {
24+
text-align: center;
25+
padding: 5px;
26+
list-style: none;
27+
float: left;
28+
position: relative;
29+
width: 11em;
30+
cursor: default;
31+
background-color: #EBF0FA;
32+
}
33+
.menubar li ul /* second level lists */ {
34+
display: none;
35+
position: absolute;
36+
top: 1em;
37+
left: 0;
38+
}
39+
.menubar li>ul {
40+
padding: 0;
41+
margin: 0;
42+
top:auto;
43+
left:auto;
44+
font-weight: normal;
45+
}
46+
.menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
47+
display: block;
48+
}
49+
#content {
50+
clear: left;
51+
padding-top: 10px;
52+
background-color: #ffffff;
53+
}

www/analyzer/menu.html.incl

+36-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
1-
<div id="menu">
2-
<div>
3-
<a href="http://llvm.org/">LLVM Home</a>
4-
<a href="http://clang.llvm.org/">Clang Home</a>
5-
</div>
6-
7-
<div class="submenu">
8-
<label>Quick Links</label>
9-
<a href="/index.html">About the Analyzer</a>
10-
<a href="/filing_bugs.html">Filing Bugs</a>
11-
</div>
12-
13-
<div class="submenu">
14-
<label>User Manual</label>
15-
<!-- <a href="/design_philosphy.html">Design&nbsp;Philosophy</a> -->
16-
<a href="/installation.html">Obtaining&nbsp;the&nbsp;Analyzer</a>
17-
<a href="/scan-build.html">Running&nbsp;the&nbsp;Analyzer</tt></a>
18-
<a href="/available_checks.html">Available&nbsp;Checks</a>
19-
<!-- <a href="/false_positives.html">False&nbsp;Positives</a> -->
20-
<a href="/annotations.html">Source-level Annotations</a>
21-
</div>
22-
23-
<div class="submenu">
24-
<label>Development</label>
25-
<a href="/dev_cxx.html">Analysis support for C++</a>
26-
</div>
27-
28-
<div class="submenu">
29-
<label>Clang Mailing Lists</label>
30-
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
31-
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
32-
</div>
33-
1+
<div id="nav">
2+
<ul class="menubar">
3+
<li>
4+
<a href="/index.html">About</a>
5+
<ul>
6+
<li><a href="/index.html">About the Analyzer</a></li>
7+
<li><a href="http://llvm.org/">LLVM Project</a></li>
8+
<li><a href="http://clang.llvm.org/">Clang Project</a></li>
9+
</ul>
10+
</li>
11+
<li>
12+
<a href="/filing_bugs.html">Filing Bugs</a>
13+
</li>
14+
<li>
15+
User Manual
16+
<ul>
17+
<li><a href="/installation.html">Obtaining the Analyzer</a></li>
18+
<li><a href="/scan-build.html">Running the Analyzer</tt></a></li>
19+
<li><a href="/available_checks.html">Available Checks</a></li>
20+
<li><a href="/annotations.html">Source-level Annotations</a></li>
21+
</ul>
22+
</li>
23+
<li>
24+
Development
25+
<ul>
26+
<li><a href="/dev_cxx.html">Analysis support for C++</a></li>
27+
</ul>
28+
</li>
29+
<li>
30+
Mailing Lists
31+
<ul>
32+
<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a></li>
33+
<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a></li>
34+
</ul>
35+
</li>
36+
</ul>
3437
</div>

www/analyzer/menu.js

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
startList = function() {
2+
if (document.all&&document.getElementById) {
3+
navRoot = document.getElementById("nav");
4+
for (i=0; i<navRoot.childNodes.length; i++) {
5+
node = navRoot.childNodes[i];
6+
if (node.nodeName=="LI") {
7+
node.onmouseover=function() {
8+
this.className+=" over";
9+
}
10+
node.onmouseout=function() {
11+
this.className=this.className.replace(" over", "");
12+
}
13+
}
14+
}
15+
}
16+
}
17+
window.onload=startList;

0 commit comments

Comments
 (0)