diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-06 20:45:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-06 20:45:13 +0200 |
commit | f9f55501cd3110046a162dc55932c3571e9eb379 (patch) | |
tree | fcd2de3813bc0de1fbd3f386d63b883b200acd54 /src/pt/euro/coins.template.html | |
parent | 40966e0fc8f592e0c7c0a961318172292f59fb67 (diff) |
Add an explicit errors section
Diffstat (limited to 'src/pt/euro/coins.template.html')
-rw-r--r-- | src/pt/euro/coins.template.html | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/src/pt/euro/coins.template.html b/src/pt/euro/coins.template.html index 4d0e08d..61eac15 100644 --- a/src/pt/euro/coins.template.html +++ b/src/pt/euro/coins.template.html @@ -37,17 +37,6 @@ </section> <br /> <!-- FI-DE --> - <!-- IF-FI --> - <section> - <p> - Existe um erro nas moedas de 2 € cunhadas em 1999, onde os buracos em - um, dois ou até três dos 9s são preenchidos. O número de 9s - preenchidos é exibido com uma fração (por exemplo, 2/3 para dois 9s - preenchidos). - </p> - </section> - <br /> - <!-- FI-FI --> <!-- IF-GR --> <section> <p> @@ -156,6 +145,28 @@ </section> <!-- FI-!HR --> + <!-- IF-FI --> + <section class="cl-section slant-down"> + <div> + <table class="coin-table commemorative-table" cellspacing=0> + <thead> + <tr> + <th colspan=7>Error Coins</th> + </tr> + <tr> + <th>Year</th> + <th>Denomination</th> + <th colspan=5>Description</th> + </tr> + </thead> + <tbody> + <!-- ECOIN-TABLE-BODY --> + </tbody> + </table> + </div> + </section> + <!-- FI-FI --> + <section><!-- FOOTER --></section> </main> </body> |