This commit is contained in:
2024-01-30 18:07:16 +01:00
parent 39e2f2634d
commit 4761910092
4 changed files with 27 additions and 19 deletions

View File

@ -175,7 +175,7 @@ function updateTotalNutrition() {
</head>
<body>
<nav id="navbar">
<h1>Elos Rezept Rechner</h1>
<h1>Elo's Rezept Rechner</h1>
<ul>
<li><a href="/" class="active">Rechner</a></li>
<li><a href="/nutrition">Neue Lebensmittel</a></li>
@ -210,6 +210,8 @@ function updateTotalNutrition() {
<button id="remove-button" onclick="removeSelectedRow()" disabled>Entfernen</button>
<table id="total-nutrition-table">
<tr>
<th>Lebensmittel</th>
<th>Gewicht (g)</th>
<th>kcal</th>
<th>EW</th>
<th>Fett</th>
@ -218,6 +220,8 @@ function updateTotalNutrition() {
<th>CA</th>
</tr>
<tr>
<t>Gesamtwerte</td>
<td></td>-</td>
<td id="total-kcal">0</td>
<td id="total-ew">0</td>
<td id="total-fett">0</td>