aux/template_header.erb in genevalidator-1.6.1 vs aux/template_header.erb in genevalidator-1.6.2
- old
+ new
@@ -1,59 +1,19 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>GeneValidator: identify problems with gene predictions</title>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
-
- <script type="text/javascript" src="files/js/jquery-2.1.1.min.js"></script>
- <script type="text/javascript" src="files/js/bootstrap.min.js"></script>
- <script type="text/javascript" src="files/js/jquery.tablesorter.min.js"></script>
- <script type="text/javascript" src="files/js/d3.v3.min.js"></script>
- <script type="text/javascript" src="files/js/script.js"></script>
- <script type="text/javascript" src="files/js/plots.js"></script>
-
- <link href="files/css/bootstrap.min.css" rel="stylesheet" type="text/css">
- <link href="files/css/font-awesome.min.css" rel="stylesheet" type="text/css">
- <link href="files/css/style.css" rel="stylesheet" type="text/css">
-
-</head>
+<!DOCTYPE html><html><head><title>GeneValidator: identify problems with gene predictions</title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><script type="text/javascript" src="files/js/jquery-2.1.1.min.js"></script><script type="text/javascript" src="files/js/bootstrap.min.js"></script><script type="text/javascript" src="files/js/jquery.tablesorter.min.js"></script><script type="text/javascript" src="files/js/d3.v3.min.js"></script><script type="text/javascript" src="files/js/script.js"></script><script type="text/javascript" src="files/js/plots.js"></script><link href="files/css/bootstrap.min.css" rel="stylesheet" type="text/css"><link href="files/css/font-awesome.min.css" rel="stylesheet" type="text/css"><link href="files/css/style.css" rel="stylesheet" type="text/css"></head>
<body>
- <div class="container">
- <span class="menu_icon pull-right"><a href="#" id="show_all_plots" onclick="show_all_plots(this);"><i class="fa fa-2x fa-bar-chart-o"></i><br>Show All Charts</a></span>
- <span class="menu_icon pull-right"><a href="https://github.com/wurmlab/GeneValidator" target="_blank"><i class="fa fa-2x fa-github"></i><br>Source Code</a></span>
- <span class="menu_icon pull-right"><a href="http://wurmlab.github.io/tools/genevalidator/documentation/v1/"><i class="fa fa-2x fa-info-circle"></i><br>About</a></span>
- <div class="clearfix"></div>
- <img class="logo" src="files/img/gene.png" alt="logo">
- <div class="page-title">
- <h1>Gene Validator <small>v<%= GeneValidator::VERSION %></small></h1>
- <h4 class="subheading">Identify Problems with Gene Predictions</h4>
- </div>
- <br/><br/>
- <div id="report">
- <div id="report_1"></div>
- </div>
- <br><br>
- <table id="sortable_table" class="table table-collapsed table-bordered table-condensed tablesorter">
- <thead>
- <tr id="header">
- <th>#</th>
- <th>Ranking</th>
- <th>Sequence Definition
- <span data-toggle="tooltip" title="Query definition as it apears in the input fasta file." data-placement="top"><i class="fa fa-question-circle"></i></span>
- </th>
- <th>No. Hits
- <span data-toggle="tooltip" title="Number of non-identical hits found by BLAST." data-placement="top"><i class="fa fa-question-circle"></i></span>
- </th>
- <% @validations.each do |item| %>
- <th class="sorter-false">
- <b><%= item.header %></b>
- <% if item.short_header == "LengthCluster" || item.short_header == "Gene_Merge" || item.short_header == "ORF" || item.short_header == "MA" %>
- <span data-toggle="tooltip" title="Charts available for this validation" data-placement="top"><i class="fa fa-bar-chart-o chartIcon"></i></span> <span data-toggle="tooltip" title="<%=item.description%>" data-placement="top"><i class="fa fa-question-circle"></i></span>
- <% else %>
- <span data-toggle="tooltip" title="<%=item.description%>" data-placement="top"><i class="fa fa-question-circle"></i></span>
- <% end %>
- </th>
- <% end %>
- <th class="sorter-false chart-column"></th>
- </tr>
- </thead>
- <tbody>
\ No newline at end of file
+<div aria-hidden="true" aria-labelledby="myModalLabel3" class="modal" id="spinner1" role="dialog" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-body text-center"><h2>Loading ...</h2><i class="fa fa-spinner fa-5x fa-spin"></i></div></div></div></div>
+<div class="modal fade" id="alert" aria-hidden="true" aria-labelledby="myModalLabel5" role="dialog" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button><h4 class="modal-title">Oops, Something went wrong!</h4></div><div class="modal-body"><p>This operation is not posible. There seems to be too many queries...</p></div><div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></div></div></div></div>
+<div class="modal fade" id="browseralert" aria-hidden="true" aria-labelledby="browser" role="dialog" tabindex="-1"><div class="modal-dialog"><div class="modal-content browser-alert"><div class="modal-header"><button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button><h4 class="modal-title">Incompatible Browser - Please use Mozilla Firefox!</h4></div><div class="modal-body" id="browseralertbody"><p id="browseralertText">The plugin that we use to display the validation plots means that your browser is currently unsupported.</p><p>Please use <strong>Mozilla FireFox</strong> to view this file.</p></div></div></div></div>
+<div class="container"><span class="menu_icon pull-right"><a href="#" id="show_all_plots" onclick="show_all_plots(this);"><i class="fa fa-2x fa-bar-chart-o"></i><br>Show All Charts</a></span><span class="menu_icon pull-right"><a href="https://github.com/wurmlab/GeneValidator" target="_blank"><i class="fa fa-2x fa-github"></i><br>Source Code</a></span><span class="menu_icon pull-right"><a href="http://wurmlab.github.io/tools/genevalidator/"><i class="fa fa-2x fa-info-circle"></i><br>About</a></span><div class="clearfix"></div><img class="logo" src="files/img/gene.png" alt="logo"><div class="page-title"><h1>Gene Validator <small>v<%= GeneValidator::VERSION %></small></h1><h4 class="subheading">Identify Problems with Gene Predictions</h4></div><br/><br/>
+<div id="report"><div id="report_1"></div></div><br><br>
+<table id="sortable_table" class="table table-striped table-collapsed table-bordered table-condensed tablesorter"><thead>
+<tr id="header"><th>#</th><th>Ranking</th><th>Sequence Definition <span data-toggle="tooltip" title="Query definition as it apears in the input fasta file." data-placement="top"><i class="fa fa-question-circle"></i></span></th><th>No. Hits <span data-toggle="tooltip" title="Number of non-identical hits found by BLAST." data-placement="top"><i class="fa fa-question-circle"></i></span></th>
+<% @validations.each do |item| %>
+ <th class="sorter-false"><b><%= item.header %></b>
+ <% if item.short_header == "LengthCluster" || item.short_header == "GeneMerge" || item.short_header == "MainORF" || item.short_header == "MissingExtraSequences" %>
+ <span data-toggle="tooltip" title="Charts available for this validation" data-placement="top"><i class="fa fa-bar-chart-o chartIcon"></i></span> <span data-toggle="tooltip" title="<%=item.description%>" data-placement="top"><i class="fa fa-question-circle"></i></span>
+ <% else %>
+ <span data-toggle="tooltip" title="<%=item.description%>" data-placement="top"><i class="fa fa-question-circle"></i></span>
+ <% end %>
+</th>
+<% end %>
+<th class="sorter-false chart-column"></th></tr></thead><tbody>