Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Oct 30, 2024
1 parent cac6bfb commit 6fc8e6d
Show file tree
Hide file tree
Showing 9 changed files with 374 additions and 618 deletions.
59 changes: 28 additions & 31 deletions MetFragWeb/src/main/webapp/comparespectrad3js.xhtml
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:h="http://xmlns.jcp.org/jsf/html">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html">

<h:head>
<title><ui:insert name="title">MetFrag</ui:insert></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&amp;display=swap" />
<h:outputStylesheet name='css/style.css' rel='stylesheet'
type='text/css' />
<h:outputStylesheet name='css/d3js.css' rel='stylesheet'
type='text/css' />
<title><ui:insert name="title">MetFrag</ui:insert></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&amp;display=swap"/>
<h:outputStylesheet name="css/style.css" rel="stylesheet" type="text/css"/>
<h:outputStylesheet name="css/d3js.css" rel="stylesheet" type="text/css"/>
</h:head>

<h:body style="min-height: 100%; height:100%; margin-right: 0; margin-left: 0; margin-bottom:0; padding:0; font-size: 0.8em;
background: #E2E2E2;">
<h:panelGroup layout="block" id="container">
<div id="header" style="margin-left: auto; margin-right: auto; padding-top: 25px">
<ui:insert name="header" >
<ui:include src="includes/header.xhtml" />
</ui:insert>
</div>

<div id="content" style="margin-left: auto; margin-right: auto;">
<ui:insert name="content" >
<ui:include src="includes/comparespectraD3JSInclude.xhtml" />
</ui:insert>
</div>

<div id="footer">
<ui:insert name="footer">
<ui:include src="includes/footer.xhtml" />
</ui:insert>
</div>
</h:panelGroup>
<h:body class="body-style">
<h:panelGroup layout="block" id="container">
<div id="header">
<ui:insert name="header">
<ui:include src="includes/header.xhtml"/>
</ui:insert>
</div>

<div id="content">
<ui:insert name="content">
<ui:include src="includes/comparespectraD3JSInclude.xhtml"/>
</ui:insert>
</div>

<div id="footer">
<ui:insert name="footer">
<ui:include src="includes/footer.xhtml"/>
</ui:insert>
</div>
</h:panelGroup>
</h:body>

</html>
618 changes: 307 additions & 311 deletions MetFragWeb/src/main/webapp/includes/databasePrime.xhtml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions MetFragWeb/src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html">

<h:head>
<title><ui:insert name="title">MetFrag</ui:insert></title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&amp;display=swap"/>
<h:outputStylesheet name='css/style.css' rel='stylesheet' type='text/css'/>
<meta name="viewport" content="width=device-width"/>
<h:outputStylesheet name="css/style.css" rel="stylesheet" type="text/css"/>
</h:head>

<h:body class="body-style">
Expand Down
11 changes: 5 additions & 6 deletions MetFragWeb/src/main/webapp/landing.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
</ui:insert>
</div>

<div id="landingPage" class="landing-page-style">
<ui:insert name="content">
<ui:include src="includes/landingPage.xhtml"/>
</ui:insert>
</div>
<div id="landingPage" class="landing-page-style">
<ui:insert name="content">
<ui:include src="includes/landingPage.xhtml"/>
</ui:insert>
</div>
</h:panelGroup>
</h:body>

</html>
244 changes: 0 additions & 244 deletions MetFragWeb/src/main/webapp/resources/css/loader.css

This file was deleted.

7 changes: 6 additions & 1 deletion MetFragWeb/src/main/webapp/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,4 +584,9 @@ html,body {
.landing-page-style {
width: 90%;
margin: 0 auto;
}
}

.upload-parameters-style {
width: 90%;
margin: 0 auto;
}
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6fc8e6d

Please sign in to comment.