new cake form
This commit is contained in:
parent
36484f874f
commit
331f3080f9
8 changed files with 127 additions and 43 deletions
4
templates/alert.html
Normal file
4
templates/alert.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div id="alert">
|
||||
<h3>{{.}}</h3>
|
||||
<button type="button" onClick="document.getElementById('alert').remove()">close</button>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue