blob: a927eadea9600e155d129266c67a9b92bcd6186d [file] [log] [blame]
Alexander Afanasyev508269a2012-07-28 13:59:54 -07001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
7<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
8<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
9<script type="text/javascript" src="$relpath$jquery.js"></script>
10<script type="text/javascript" src="$relpath$dynsections.js"></script>
11$treeview
12$search
13$mathjax
14<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
15<link href="$relpath$ns3_stylesheet.css" rel="stylesheet" type="text/css" />
16<link href="$relpath$favicon.ico" rel="shortcut icon" type="image/ico" />
17</head>
18<body>
19<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
20
21<!--BEGIN TITLEAREA-->
22<div id="titlearea">
23<table cellspacing="0" cellpadding="0" width="100%">
24 <tbody>
25 <tr style="height: 56px;">
26 <td id="projectlogo">
Alexander Afanasyev67ae4b62012-08-23 10:50:02 -070027 <a href="http://ndnSIM.net/">
Alexander Afanasyev508269a2012-07-28 13:59:54 -070028 <img alt="$projectname Logo" src="../_static/ndn-logo.png"/>
29 </a>
30 <a href="http://irl.cs.ucla.edu/">
31 <img alt="IRL Logo" src="../_static/irl-logo.png"/>
32 </a>
33 </td>
34 <td id="projecttext">
35 <div id="projectbrief">NS-3 based Named Data Networking (NDN) simulator</div>
Alexander Afanasyev8a53f762012-07-28 14:12:37 -070036 <span id="projectnumber">ndnSIM: NDN, CCN, CCNx, content centric networks</span>
Alexander Afanasyev508269a2012-07-28 13:59:54 -070037 </td>
38 <!--BEGIN DISABLE_INDEX-->
39 <!--BEGIN SEARCHENGINE-->
40 <td>$searchbox</td>
41 <!--END SEARCHENGINE-->
42 <!--END DISABLE_INDEX-->
43 <td id="projectsection">
44 <span style="margin-right:10px">API Documentation</span>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!--END TITLEAREA-->
51<!-- end header part -->