The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
652 B

6 years ago
  1. <tr class="content-list-item color-primary">
  2. <td class="icon color-highlight-primary">${input.icon}</td>
  3. <td class="content color-primary color-highlight-dark">
  4. <div class="title">
  5. <a class="color-primary" href=input.link>${input.name}</a>
  6. </div>
  7. <div class="description color-text">${input.description || ""}</div>
  8. <div class="meta">
  9. <item-meta kind="date" value=input.createdDate updated=input.updatedDate />
  10. <item-meta kind="date" value=input.fictionalDate />
  11. <item-tag-list tags=input.tags enableAllTags=input.enableAllTags />
  12. <item-meta kind="author" value=input.author />
  13. </div>
  14. </td>
  15. </tr>