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

@ -6,12 +6,21 @@
</head> </head>
<body id="results"> <body id="results">
<summary> <summary>
<section>
<p id="summary" data-active-result="Rating,Reason" class="flow-text"></p> <p id="summary" data-active-result="Rating,Reason" class="flow-text"></p>
<p data-active-result="Description,Summary"></p> <p data-active-result="Description,Summary"></p>
<progress id="score" data-active-result="Rating,Score" min="0" max="1" value=""></progress> <progress id="score" data-active-result="Rating,Score" min="0" max="1" value=""></progress>
<label >Scroll down for details.</label>
</summary>
<section class="tip" data-active-result="Description,Aspects,*" data-active-result-type="card">
</section> </section>
<footer>
<label id="tip" for="results_tip_1"></label>
</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> </body>
</html> </html>