Welcome to mirror list, hosted at ThFree Co, Russian Federation.

templatePicker.html « templates - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 492e77bcfb0a82c79e6f7728cbaa6e6683b9ed15 (plain)
1
2
3
4
5
6
7
8
9
10
<div id="{dialog_name}" title="{dialog_title}">
	<div class="template-container">
		<a class="hidden template-model" href="#">
			<span>
				<img src="" alt="" />
				<h2></h2>
			</span>
		</a>
	</div>
</div>