include localizable tips on results page

This commit is contained in:
buzz-lightsnack-2007 2024-05-07 16:21:08 +08:00
parent a9e2d39ef9
commit 944a938fd2

View file

@ -1,17 +1,26 @@
<html> <html>
<head> <head>
<script src="../../styles/external/materialize/js/materialize.js"></script> <script src="../../styles/external/materialize/js/materialize.js"></script>
<script src="../../scripts/pages/results.js" type="module"></script> <script src="../../scripts/pages/results.js" type="module"></script>
<link href="../../styles/popup.css" rel="stylesheet" type="text/css" /> <link href="../../styles/popup.css" rel="stylesheet" type="text/css" />
</head> </head>
<body id="results"> <body id="results">
<summary> <summary>
<p id="summary" data-active-result="Rating,Reason" class="flow-text"></p> <section>
<p data-active-result="Description,Summary"></p> <p id="summary" data-active-result="Rating,Reason" class="flow-text"></p>
<progress id="score" data-active-result="Rating,Score" min="0" max="1" value=""></progress> <p data-active-result="Description,Summary"></p>
<label >Scroll down for details.</label> <progress id="score" data-active-result="Rating,Score" min="0" max="1" value=""></progress>
</summary> </section>
<section class="tip" data-active-result="Description,Aspects,*" data-active-result-type="card"> <footer>
</section> <label id="tip" for="results_tip_1"></label>
</body> </footer>
</summary>
<article>
<section data-active-result="Description,Aspects,*" data-active-result-type="card">
</section>
<footer>
<label id="tip" for="results_tip_2"></label>
</footer>
</article>
</body>
</html> </html>