-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from key4hep/feat/view-info-section
Information about the current view
- Loading branch information
Showing
8 changed files
with
211 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,55 +100,67 @@ | |
<div class="info-modal-content"> | ||
<span class="logo-letter e1">e</span><span class="logo-letter e2">e</span><span | ||
class="logo-letter d">d</span><span class="logo-letter e3">E</span> | ||
<p>Welcome to eede, an EDM4hep Event Data Explorer. Learn more about eede on the <a | ||
href="https://github.com/key4hep/eede/wiki" target="_blank" rel="noopener noreferrer">wiki</a>. | ||
Want to learn more about EDM4hep? Check out the <a href="https://edm4hep.web.cern.ch" target="_blank" | ||
rel="noopener noreferrer">EDM4hep</a> website. | ||
</p> | ||
<p> | ||
Found a bug or have a feature request? Open a new <a href="https://github.com/key4hep/eede/issues" | ||
target="_blank" rel="noopener noreferrer">issue</a>. | ||
</p> | ||
<p>Contact:</p> | ||
<ul> | ||
<li class="contact-element">Juraj Smiesko: | ||
<address class="email"> | ||
<a href="mailto:[email protected]"> | ||
<img src="img/juraj-email.webp" alt="juraj-email" height="21px" /> | ||
</a> | ||
</address> | ||
<button class="copy-email-button" data-email="[email protected]"> | ||
<abbr title="Copy to Clipboard"> | ||
<img src="img/copy.svg" alt="Copy" width="16" height="16" /> | ||
</abbr> | ||
</button> | ||
|
||
</li> | ||
<li class="contact-element">Thomas Madlener: | ||
<address class="email"> | ||
<a href="mailto:[email protected]"> | ||
<img src="img/thomas-email.webp" alt="thomas-email" height="21px" /> | ||
</a> | ||
</address> | ||
<button class="copy-email-button" data-email="[email protected]"> | ||
<abbr title="Copy to Clipboard"> | ||
<img src="img/copy.svg" alt="Copy" width="16" height="16" /> | ||
</abbr> | ||
</button> | ||
</li> | ||
<li class="contact-element">Braulio Rivas: | ||
<address class="email"> | ||
<a href="mailto:[email protected]"> | ||
<img src="img/braulio-email.webp" alt="braulio-email" height="21px" /> | ||
</a> | ||
</address> | ||
<button class="copy-email-button" data-email="[email protected]"> | ||
<abbr title="Copy to Clipboard"> | ||
<img src="img/copy.svg" alt="Copy" width="16" height="16" /> | ||
</abbr> | ||
</button> | ||
</li> | ||
</ul> | ||
<div id="information-buttons"> | ||
<button id="view-information-button" class="information-button">This view</button> | ||
<button id="information-button" class="information-button">About eede</button> | ||
</div> | ||
<div id="information-options"> | ||
<div id="information-content"> | ||
<p>Welcome to eede, an EDM4hep Event Data Explorer. Learn more about eede on the <a | ||
href="https://github.com/key4hep/eede/wiki" target="_blank" rel="noopener noreferrer">wiki</a>. | ||
Want to learn more about EDM4hep? Check out the <a href="https://edm4hep.web.cern.ch" target="_blank" | ||
rel="noopener noreferrer">EDM4hep</a> website. | ||
</p> | ||
<p> | ||
Found a bug or have a feature request? Open a new <a href="https://github.com/key4hep/eede/issues" | ||
target="_blank" rel="noopener noreferrer">issue</a>. | ||
</p> | ||
<p>Contact:</p> | ||
<ul> | ||
<li class="contact-element">Juraj Smiesko: | ||
<address class="email"> | ||
<a href="mailto:[email protected]"> | ||
<img src="img/juraj-email.webp" alt="juraj-email" height="21px" /> | ||
</a> | ||
</address> | ||
<button class="copy-email-button" data-email="[email protected]"> | ||
<abbr title="Copy to Clipboard"> | ||
<img src="img/copy.svg" alt="Copy" width="16" height="16" /> | ||
</abbr> | ||
</button> | ||
|
||
</li> | ||
<li class="contact-element">Thomas Madlener: | ||
<address class="email"> | ||
<a href="mailto:[email protected]"> | ||
<img src="img/thomas-email.webp" alt="thomas-email" height="21px" /> | ||
</a> | ||
</address> | ||
<button class="copy-email-button" data-email="[email protected]"> | ||
<abbr title="Copy to Clipboard"> | ||
<img src="img/copy.svg" alt="Copy" width="16" height="16" /> | ||
</abbr> | ||
</button> | ||
</li> | ||
<li class="contact-element">Braulio Rivas: | ||
<address class="email"> | ||
<a href="mailto:[email protected]"> | ||
<img src="img/braulio-email.webp" alt="braulio-email" height="21px" /> | ||
</a> | ||
</address> | ||
<button class="copy-email-button" data-email="[email protected]"> | ||
<abbr title="Copy to Clipboard"> | ||
<img src="img/copy.svg" alt="Copy" width="16" height="16" /> | ||
</abbr> | ||
</button> | ||
</li> | ||
</ul> | ||
</div> | ||
<div id="view-information-content"> | ||
<h2 id="view-title-info"></h2> | ||
<div id="view-description-info"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
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,3 @@ | ||
export function spanWithColor(text, color) { | ||
return `<span style="color: ${color};">${text}</span>`; | ||
} |
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.