Alexander Afanasyev | 49272f7 | 2014-04-06 21:49:46 -0700 | [diff] [blame] | 1 | <!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$named_data_doxygen.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 | <!--headercontainer--> |
| 23 | <div id="header_container"> |
| 24 | |
| 25 | <!--header--> |
| 26 | <div class="row"> |
| 27 | <div class="three columns"> |
| 28 | <div id="logo"> |
| 29 | <a href="http://named-data.net" title="A Future Internet Architecture"><img src="http://named-data.net/wp-content/uploads/cropped-20130722_Logo2.png" alt="" /></a> |
| 30 | </div><!--logo end--> |
| 31 | </div> |
| 32 | |
| 33 | <!--top menu--> |
| 34 | <div class="nine columns" id="menu_container" > |
Beichuan Zhang | 55b8ed4 | 2014-04-26 22:25:44 -0700 | [diff] [blame] | 35 | <h1><a href="http://named-data.net/doc/NFD/$projectnumber/">$projectname $projectnumber documentation</a></h1> |
Alexander Afanasyev | 49272f7 | 2014-04-06 21:49:46 -0700 | [diff] [blame] | 36 | </div> |
| 37 | </div> |
| 38 | </div><!--header container end--> |
| 39 | <!--END TITLEAREA--> |
| 40 | |
| 41 | <!-- end header part --> |