Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update /www/index.html to a redirection #2718

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 3 additions & 63 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -1,63 +1,3 @@
<#def TITLE>Coq Package Index</#def>
<#def HEAD>
<link rel="stylesheet" type="text/css" href="/styles/barron/style.css"/>
<link rel="stylesheet" type="text/css" href="/styles/package-index.css"/>
</#def>
<#include "incl/header.html">
<div id="filters">

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Active filters
</div>
<div class="frameworkcontent">
<input type="text" id="custom-filter" onkeyup="update_filter()" autofocus>
<div id="f-selected">
</div>
</div>
</div>

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available suites
</div>
<div class="frameworkcontent">
<div id="f-suites"> <!-- filled in by js --> </div>
</div>
</div>

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available categories
</div>
<div class="frameworkcontent">
<div id="f-categories"> <!-- filled in by js --> </div>
</div>
</div>

<div class="framework">
<div class="frameworklabel" style="color:black;font-weight:bold">
Available keywords
</div>
<div class="frameworkcontent">
<div id="f-keywords"> <!-- filled in by js --> </div>
<div class="clear"> <!-- stop floating contents --> </div>
</div>
</div>

</div>

<div id="packages">
<div class="frameworkcontent">
<table>
<tbody id="data">
</tbody>
</table>
</div>

</div>

<script src="/scripts/filter.js"/></script>
<script src="/scripts/packages.js"></script>

<#include "incl/footer.html">
<head>
<meta http-equiv="Refresh" content="0; URL=https://coq.inria.fr/coq-package-index" />
</head>