diff options
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> |