add data source and display type in the results page

This commit is contained in:
buzz-lightsnack-2007 2024-05-05 17:24:32 +08:00
parent 612c9c9b8b
commit 7a6d6f6f3e

View file

@ -2,15 +2,15 @@
<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>
<p data-active-result="Description,Summary"></p> <p data-active-result="Description,Summary"></p>
<p id="summary" class="flow-text" data-active-result="Rating,Reason"></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>
</summary> </summary>
<details> <details data-active-result="Description,*" data-active-result-type="card">
</details> </details>
</body> </body>
</html> </html>