htdocs/index.html (91 lines of code) (raw):

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="alternate" type="application/rss+xml" title="Apache Software Foundation - Data Privacy RSS" href="/rss.xml" /> <link rel="stylesheet" href="css/boxer.css"> <title>ASF Boxer Service</title> <script src="js/boxer.js" type="text/javascript"></script> </head> <body onload="prime();"> <header> <div class="header-logo"><img src="images/logo.png"/> <div class="header-text">ASF Boxer Service</div> </div> <nav> <label for="show-menu" class="show-menu">Show Menu</label> <input type="checkbox" id="show-menu" role="button"> <ul id="menu"> <li> <a href="https://gitbox.apache.org/"> Home </a> </li> <li onmouseenter="blurbg(true);" onmouseleave="blurbg(false);"> <a href="/">You &#9660;</a> <ul class="hidden"> <li> <a href="?action=preferences"> <img src="images/profile.png" align="left" style="width: 48px; margin-right: 8px;"/> Your account information <p>Shows your current status and to which repositories you have access.</p> </a> </li> <li> <a href="#" onclick="logout();"> <img src="images/logout.png" align="left" style="width: 48px; margin-right: 8px;"/> Log out <p>Log out and clear session.</p> </a> </li> </ul> </li> <li onmouseenter="blurbg(true);" onmouseleave="blurbg(false);"> <a href="#">Repository Tools &#9660;</a> <ul class="hidden"> <li> <a href="?action=newrepo"> <img src="images/newrepo.png" align="left" style="width: 48px; margin-right: 8px;"/> Create a new repository <p>Create a new repository on GitHub and GitBox.</p> </a> </li> <li class="adminonly""> <a href="?action=search"> <img src="images/search.png" align="left" style="width: 48px; margin-right: 8px;"/> User Search <p>Find GitBox/GitHub users and show their access levels.</p> </a> </li> <!-- <li> <a href="?action=explorer"> <img src="images/explorer.png" align="left" style="width: 48px; margin-right: 8px;"/> Repository browser <p>Shows you the repos you have access to, and all available actions for them.</p> </a> </li> <li><a href="?action=archive"> <img src="images/archive.png" align="left" style="width: 48px; margin-right: 8px;"/> Archive a repository <p>Marks a repository as read-only, allowing no further commits to it.</p> </a></li> --> </ul> </li> <li onmouseenter="blurbg(true);" onmouseleave="blurbg(false);"> <a href="#">Help &#9660;</a> <ul class="hidden"> <li> <a href="https://infra.apache.org/contact.html"> Contact Infrastructure <p>Have a question for us? Here's where to get help.</p> </a> </li> <li> <a href="faq.html"> Frequently Asked Questions <p>Often someone has already asked your question. Check here for answers to common problems.</p> </a> </li> </ul> </li> </ul> </nav> </header> <main id="main"> <h1 id="title">ASF Boxer</h1> <p>Please wait...</p> </main> <footer> &nbsp; </footer> </body> </html>