Skip to content
Snippets Groups Projects
Verified Commit 529e4cf9 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove ladida modifier

parent 591c9d75
No related branches found
No related tags found
No related merge requests found
Pipeline #7262 passed
...@@ -49,16 +49,16 @@ const UheppHistUI = ({width, height, uhepp}) => { ...@@ -49,16 +49,16 @@ const UheppHistUI = ({width, height, uhepp}) => {
<li className="nav-item"> <li className="nav-item">
<a className="nav-link" id="binning-tab" data-toggle="tab" href="#binning" role="tab" aria-controls="binning" aria-selected="true">Binning</a> <a className="nav-link" id="binning-tab" data-toggle="tab" href="#binning" role="tab" aria-controls="binning" aria-selected="true">Binning</a>
</li> </li>
<li className="nav-item"> { /*<li className="nav-item">
<a className="nav-link" id="other-tab" data-toggle="tab" href="#other" role="tab" aria-controls="other" aria-selected="false">Other</a> <a className="nav-link" id="other-tab" data-toggle="tab" href="#other" role="tab" aria-controls="other" aria-selected="false">Other</a>
</li> </li> */}
<li className="nav-item"> <li className="nav-item">
<a className="nav-link" id="reset-tab" data-toggle="tab" href="#reset" role="tab" aria-controls="reset" aria-selected="false">Reset</a> <a className="nav-link" id="reset-tab" data-toggle="tab" href="#reset" role="tab" aria-controls="reset" aria-selected="false">Reset</a>
</li> </li>
</ul> </ul>
<div className="tab-content" id="view-options-content"> <div className="tab-content" id="view-options-content">
<div className="tab-pane show active" id="info" role="tabpanel" aria-labelledby="binning-tab"> <div className="tab-pane show active p-3" id="info" role="tabpanel" aria-labelledby="binning-tab">
<dl> <dl>
<dt>Author</dt> <dt>Author</dt>
<dd>{ uhepp.metadata.author || <i>None</i>}</dd> <dd>{ uhepp.metadata.author || <i>None</i>}</dd>
...@@ -87,7 +87,7 @@ const UheppHistUI = ({width, height, uhepp}) => { ...@@ -87,7 +87,7 @@ const UheppHistUI = ({width, height, uhepp}) => {
) }</dd> ) }</dd>
</dl> </dl>
</div> </div>
<div className="tab-pane" id="binning" role="tabpanel" aria-labelledby="binning-tab"> <div className="tab-pane p-3" id="binning" role="tabpanel" aria-labelledby="binning-tab">
<form> <form>
<div className="form-group"> <div className="form-group">
<label htmlFor="rebin">Bin edges</label> <label htmlFor="rebin">Bin edges</label>
...@@ -131,10 +131,12 @@ const UheppHistUI = ({width, height, uhepp}) => { ...@@ -131,10 +131,12 @@ const UheppHistUI = ({width, height, uhepp}) => {
</div> </div>
</form> </form>
</div> </div>
<div className="tab-pane" id="other" role="tabpanel" aria-labelledby="other-tab"> { /*<div className="tab-pane" id="other" role="tabpanel" aria-labelledby="other-tab">
<h1>La di da</h1> <h1>La di da</h1>
</div> </div> */}
<div className="tab-pane" id="reset" role="tabpanel" aria-labelledby="reset-tab"> <div className="tab-pane p-3" id="reset" role="tabpanel" aria-labelledby="reset-tab">
<p>Reset all view modifications. Pull the plot to make permanent
changes.</p>
<button className="btn btn-secondary m-1" type="button" onClick={() => setData(uhepp)}> <button className="btn btn-secondary m-1" type="button" onClick={() => setData(uhepp)}>
Reset view Reset view
</button> </button>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</style> </style>
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <nav class="navbar navbar-expand-lg navbar-dark bg-dark shadow-sm">
<div class="container"> <div class="container">
<a class="navbar-brand" href="/">{% svg 'logo' %}</a> <a class="navbar-brand" href="/">{% svg 'logo' %}</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<p>Copyright 2020-{% now "Y" %}, Frank Sauerburger<p> <p>Copyright 2020-{% now "Y" %}, Frank Sauerburger<p>
</div> </div>
<div class="col-md-2" style="text-align: center;"> <div class="col-md-2" style="text-align: center;">
<i title="Made with passion" class="fas fa-wave-square"></i> <i title="Made with Poisson" class="fas fa-wave-square"></i>
</div> </div>
<div class="col-md-5" style="text-align: right"> <div class="col-md-5" style="text-align: right">
<ul> <ul>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% load pygmentify_tags %} {% load pygmentify_tags %}
{% block teaser %} {% block teaser %}
<div class="jumbotron jumbo-fluid plot-background"> <div class="jumbotron jumbo-fluid plot-background shadow">
<div class="container"> <div class="container">
<h1 class="display-4">uhepp hub</h1> <h1 class="display-4">uhepp hub</h1>
<h2>Home of {{ plot_count }} plots</h2> <h2>Home of {{ plot_count }} plots</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment