@nodesecure/cli
Version:
Node.js security CLI
27 lines (26 loc) • 1.03 kB
HTML
<template id="report-popup-template">
<div class="report--popup">
<div class="title">
<p>[[=z.token('popup.report.title')]]</p>
</div>
<form action="">
<label for="title">[[=z.token('popup.report.form.title')]]</label>
<input type="text" id="title" name="title" required>
<div>
<input type="checkbox" id="includesAllDeps" name="includesAllDeps" checked>
<label for="includesAllDeps">[[=z.token('popup.report.form.includesAllDeps')]]</label>
</div>
<div>
<input type="radio" id="darkTheme" name="theme" value="dark" />
<label for="darkTheme">[[=z.token('popup.report.form.dark_theme')]]</label>
</div>
<div>
<input type="radio" id="lightTheme" name="theme" value="light" />
<label for="dewey">[[=z.token('popup.report.form.light_theme')]]</label>
</div>
<button type="submit">
<span class="spinner hidden"></span> [[=z.token('popup.report.form.submit')]]
</button>
</form>
</div>
</template>