1
0
Fork 0
upl/web/upload.tmpl

19 lines
507 B
Cheetah

{{template "head.tmpl" "Dropbox"}}
<div class="upload space-y-8 px-6 my-8">
<div>
<div class="drop-area"></div>
<div class="status-area"></div>
</div>
<div class="flex items-center">
<h4 class="my-2 flex-1 text-lg font-bold">Completed</h4>
<span>
<button
class="log-clear px-6 py-2 rounded-md bg-red-600 text-white hover:bg-red-700 focus:ring-2 focus:ring-offset-2 focus:ring-red-600">
Clear
</button>
</span>
</div>
<div class="log-area"></div>
</div>
{{template "foot.tmpl"}}