-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 6914-sbatch-id-phase-1
- Loading branch information
Showing
36 changed files
with
3,372 additions
and
2,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
|
||
.sr-range-slider { | ||
background: var(--sr-action) !important; | ||
} | ||
|
||
.model-tallyReport-axis .sr-enum-button { | ||
min-width: 4em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<link rel="shortcut icon" href="/static/img/favicon.ico"> | ||
<link rel="icon" type="image/png" href="/static/img/favicon.png"> | ||
<link rel="apple-touch-icon" href="/static/img/favicon.png"> | ||
<title>RadiaSoft</title> | ||
<link href="/static/css/ext/bootstrap-3.3.7.min.css" rel="stylesheet"> | ||
<link href="/en/css/landing.css" rel="stylesheet"> | ||
<script src="/static/js/ext/jquery-2.2.4.min.js"></script> | ||
<script src="/static/js/ext/bootstrap-3.3.7.min.js"></script> | ||
</head> | ||
<body class="landing"> | ||
<div class="header-strip"></div> | ||
<div class="max-width-container"> | ||
<header> | ||
<nav class="navbar navbar-static-top main-nav"> | ||
<a class="home-link" href="/"> | ||
<img src="/en/img/sirepo-by-radiasoft-logo.png" class="logo" alt="Sirepo" /> | ||
</a> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
<section class="content-block intro"> | ||
<div class="row"> | ||
<div class="col-lg-8 center-block intro-content"> | ||
<h2>Sirepo Plans</h2> | ||
<p> | ||
You are running a private instance of sirepo. | ||
<br/> | ||
<a href="https://www.apache.org/licenses/LICENSE-2.0"> license </a> | ||
</p> | ||
</div> | ||
<section style="background: white;" > | ||
<br/> | ||
<h3 style="margin: 1em;">Sirepo Plans</h3> | ||
<p>You should only see this page if you are developing Sirepo.</p> | ||
</section> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<div class="row"> | ||
<div class="col-lg-12 center-block footer-content"> | ||
<img class="footer-sirepo" src="/en/img/sirepo-logo-white.png" alt="Sirepo" /> | ||
|
||
<nav class="footer-nav"> | ||
<ul> | ||
<li><a href="https://radiasoft.net">RadiaSoft Home</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="footer-radiasoft"> | ||
<img src="/en/img/radiasoft-logo-white.png" alt="RadiaSoft" /> | ||
<p> | ||
©2022 RadiaSoft | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
123 changes: 63 additions & 60 deletions
123
sirepo/package_data/static/html/openmc-visualization.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.