diff options
Diffstat (limited to 'ext/welcome.html')
-rw-r--r-- | ext/welcome.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/ext/welcome.html b/ext/welcome.html index b9bb3205..e6104079 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -425,40 +425,6 @@ </div> </div></div> - -<!-- Dictionary templates --> -<template id="dictionary-template"> - <div class="dictionary-list-index generic-list-index-prefix"></div> - <label class="toggle dictionary-item-enabled-toggle-container"><input type="checkbox" class="dictionary-enabled"><span class="toggle-body"><span class="toggle-track"></span><span class="toggle-knob"></span></span></label> - <div class="dictionary-item-title-container"> - <span> - <strong class="dictionary-title"></strong> <span class="light dictionary-version"></span> - </span> - <button type="button" class="dictionary-outdated-button" hidden> - <div class="badge warning-badge"><span class="icon" data-icon="exclamation-point-short"></span></div> - </button> - <button type="button" class="dictionary-integrity-button" hidden> - <div class="badge info-badge badge-small-icon"><span class="icon" data-icon="checkmark"></span></div> - </button> - </div> - <input type="number" step="1" class="short-height dictionary-priority"> - <button type="button" class="icon-button dictionary-menu-button" data-menu="dictionary-menu" data-menu-position="below left"><span class="icon-button-inner"><span class="icon" data-icon="kebab-menu"></span></span></button> -</template> - -<template id="dictionary-details-entry-template"><div class="dictionary-details-entry"> - <span class="dictionary-details-entry-label"></span> - <span class="dictionary-details-entry-info"></span> -</div></template> - -<template id="dictionary-menu-template"><div class="popup-menu-container" tabindex="-1" role="dialog"><div class="popup-menu"><div class="popup-menu-body"> - <button type="button" class="popup-menu-item" data-menu-action="showDetails">Details…</button> - <button type="button" class="popup-menu-item" data-menu-action="moveUp">Move up</button> - <button type="button" class="popup-menu-item" data-menu-action="moveDown">Move down</button> - <button type="button" class="popup-menu-item" data-menu-action="moveTo">Move to…</button> - <button type="button" class="popup-menu-item" data-menu-action="delete">Delete</button> -</div></div></div></template> - - <!-- Scripts --> <script src="/js/pages/welcome-main.js" type="module"></script> |