site/edit/index.html (39 lines of code) (raw):

<!doctype html> <html lang=''> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/styles.css"> <script src="/js/jquery.js" type="text/javascript"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script src="/script.js"></script> <script src="/js/projects.js"></script> <title>Apache Projects Directory</title> </head> <body> <div id="logo"></div> <div id='cssmenu'> <ul> <li class='active'><a href='/'><span>Home</span></a></li> <li><a href='/projects.html'><span>Projects</span></a></li> <li><a href='/releases.html'><span>Releases</span></a></li> <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li> <li style="background: none !important"><input type="text" style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" placeholder="Search..."/></li> </ul> </div> <div id="contents"> <p style="text-align: center;"> Loading data, please wait...<br/> <img src="/images/loader.gif"/> </p> </div> <div id="footer"> Copyright&copy; the Apache Software Foundation. Licensed under the Apache License v/2.0<br/> For inquiries, contact <a href="mailto:dev@community.apache.org">dev@community.apache.org</a>. </div> <script type="text/javascript"> preloadEverything(function() { buildEditor('%name%')}); </script> </body> </html>