[llvm-commits] CVS: llvm-www/safecode/index.html people.html pubs.html

John Criswell criswell at cs.uiuc.edu
Tue Nov 3 07:39:38 PST 2009



Changes in directory llvm-www/safecode:

index.html updated: 1.26 -> 1.27
people.html updated: 1.1 -> 1.2
pubs.html updated: 1.1 -> 1.2
---
Log message:

Switch to the new sidebar menu include file.


---
Diffs of the changes:  (+3 -30)

 index.html  |   11 +----------
 people.html |   11 +----------
 pubs.html   |   11 +----------
 3 files changed, 3 insertions(+), 30 deletions(-)


Index: llvm-www/safecode/index.html
diff -u llvm-www/safecode/index.html:1.26 llvm-www/safecode/index.html:1.27
--- llvm-www/safecode/index.html:1.26	Tue Nov  3 09:15:58 2009
+++ llvm-www/safecode/index.html	Tue Nov  3 09:38:56 2009
@@ -38,17 +38,8 @@
 	<!-- content-wrap starts here -->
 	<div id="content-wrap">	 
 	
-		<div id="sidebar" >				
+    <!--#include virtual="sidebar.incl" -->
 
-			<h1 class="clear">Menu</h1>
-			<ul class="sidemenu">
-				<li><a href="index.html">Home</a></li>
-				<li><a href="pubs.html">Publications</a></li>
-				<li><a href="people.html">Project Members</a></li>
-				<li><a href="links.html">Links</a></li>
-			</ul>		
-		</div>	
-	
 		<div id="main">		
 			<a name="Home"></a>			
 			<div class="box">


Index: llvm-www/safecode/people.html
diff -u llvm-www/safecode/people.html:1.1 llvm-www/safecode/people.html:1.2
--- llvm-www/safecode/people.html:1.1	Tue Nov  3 09:15:58 2009
+++ llvm-www/safecode/people.html	Tue Nov  3 09:38:56 2009
@@ -38,17 +38,8 @@
 	<!-- content-wrap starts here -->
 	<div id="content-wrap">	 
 	
-		<div id="sidebar" >				
+    <!--#include virtual="sidebar.incl" -->
 
-			<h1 class="clear">Menu</h1>
-			<ul class="sidemenu">
-				<li><a href="index.html">Home</a></li>
-				<li><a href="pubs.html">Publications</a></li>
-				<li><a href="people.html">Project Members</a></li>
-				<li><a href="links.html">Links</a></li>
-			</ul>		
-		</div>	
-	
 		<div id="main">		
 			<a name="People"></a>			
 			<div class="box">


Index: llvm-www/safecode/pubs.html
diff -u llvm-www/safecode/pubs.html:1.1 llvm-www/safecode/pubs.html:1.2
--- llvm-www/safecode/pubs.html:1.1	Tue Nov  3 09:15:58 2009
+++ llvm-www/safecode/pubs.html	Tue Nov  3 09:38:56 2009
@@ -41,17 +41,8 @@
 	<!-- content-wrap starts here -->
 	<div id="content-wrap">	 
 
-    <div id="sidebar" >				
+    <!--#include virtual="sidebar.incl" -->
 
-			<h1 class="clear">Menu</h1>
-			<ul class="sidemenu">
-				<li><a href="index.html">Home</a></li>
-				<li><a href="pubs.html">Publications</a></li>
-				<li><a href="people.html">Project Members</a></li>
-				<li><a href="links.html">Links</a></li>
-			</ul>		
-		</div>	
-	
 		<div id="main">		
 		
 			<a name="SAFECode Publications"></a>			






More information about the llvm-commits mailing list