Line | |
---|
1 | |
---|
2 | |
---|
3 | <html> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
6 | <meta name="layout" content="main" /> |
---|
7 | <title>Edit AppCore</title> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | <div class="nav"> |
---|
11 | <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span> |
---|
12 | <span class="menuButton"><g:link class="list" action="list">AppCore List</g:link></span> |
---|
13 | <span class="menuButton"><g:link class="create" action="create">New AppCore</g:link></span> |
---|
14 | </div> |
---|
15 | <div class="body"> |
---|
16 | <h1>Edit AppCore</h1> |
---|
17 | <g:if test="${flash.message}"> |
---|
18 | <div class="message">${flash.message}</div> |
---|
19 | </g:if> |
---|
20 | <g:hasErrors bean="${appCoreInstance}"> |
---|
21 | <div class="errors"> |
---|
22 | <g:renderErrors bean="${appCoreInstance}" as="list" /> |
---|
23 | </div> |
---|
24 | </g:hasErrors> |
---|
25 | <g:form method="post" > |
---|
26 | <input type="hidden" name="id" value="${appCoreInstance?.id}" /> |
---|
27 | <div class="dialog"> |
---|
28 | <table> |
---|
29 | <tbody> |
---|
30 | |
---|
31 | </tbody> |
---|
32 | </table> |
---|
33 | </div> |
---|
34 | <div class="buttons"> |
---|
35 | <span class="button"><g:actionSubmit class="save" value="Update" /></span> |
---|
36 | <span class="button"><g:actionSubmit class="delete" onclick="return confirm('Are you sure?');" value="Delete" /></span> |
---|
37 | </div> |
---|
38 | </g:form> |
---|
39 | </div> |
---|
40 | </body> |
---|
41 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.