aboutsummaryrefslogtreecommitdiff
path: root/html/extra-networks-card.html
blob: 7314b06304d4d2c16c547fdc69cda68692fecf08 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class='card' {preview_html} onclick='return cardClicked({prompt}, {allow_negative_prompt})'>
	<div class='actions'>
		<div class='additional'>
			<ul>
				<a href="#" title="replace preview image with currently selected in gallery" onclick='return saveCardPreview(event, {tabname}, {local_preview})'>replace preview</a>
			</ul>
		</div>
		<span class='name'>{name}</span>
	</div>
</div>