Партнерка на США и Канаду по недвижимости, выплаты в крипто
- 30% recurring commission
- Выплаты в USDT
- Вывод каждую неделю
- Комиссия до 5 лет за каждого referral
</head>
<body>
<div class="nav">
<span class="menuButton"><a class="home" href="${createLinkTo(dir:'/secret')}">Home</a></span>
<span class="menuButton"><g:link class="list" action="list">Role List</g:link></span>
</div>
<div class="body">
<h1>Create Role</h1>
<g:if test="${flash. message}">
<div class="message">${flash. message}</div>
</g:if>
<g:hasErrors bean="${authority}">
<div class="errors">
<g:renderErrors bean="${authority}" as="list" />
</div>
</g:hasErrors>
<g:form action="save">
<div class="dialog">
<table>
<tbody>
<tr class="prop">
<td valign="top" class="name"><label for="authority">soc. Role Name:</label></td>
<td valign="top" class="value ${hasErrors(bean:authority, field:'authority','errors')}">
<input type="text" id="authority" name="authority" value="${authority?.authority?.encodeAsHTML()}"/>
</td>
</tr>
<tr class="prop">
<td valign="top" class="name"><label for="description">Description:</label></td>
<td valign="top" class="value ${hasErrors(bean:authority, field:'description','errors')}">
<input type="text" id="description" name="description" value="${authority?.description?.encodeAsHTML()}"/>
</td>
</tr>
</tbody>
</table>
</div>
<div class="buttons">
<span class="button"><input class="save" type="submit" value="Create" /></span>
</div>
</g:form>
</div>
</body>
<head>
<meta name="layout" content="old_main" />
<title>Edit Role</title>
</head>
<body>
<div class="nav">
<span class="menuButton"><a class="home" href="${createLinkTo(dir:'/secret')}">Home</a></span>
<span class="menuButton"><g:link class="list" action="list">Role List</g:link></span>
<span class="menuButton"><g:link class="create" action="create">New Role</g:link></span>
</div>
<div class="body">
<h1>Edit Role</h1>
<g:if test="${flash. message}">
<div class="message">${flash. message}</div>
</g:if>
<g:hasErrors bean="${authority}">
<div class="errors">
<g:renderErrors bean="${authority}" as="list" />
</div>
</g:hasErrors>
<div class="prop">
<span class="name">ID:</span>
<span class="value">${authority. id}</span>
</div>
<g:form>
<input type="hidden" name="id" value="${authority. id}" />
<input type="hidden" name="version" value="${authority. version}" />
<div class="dialog">
<table>
<tbody>
<tr class="prop">
<td valign="top" class="name"><label for="authority">soc. Role Name:</label></td>
<td valign="top" class="value ${hasErrors(bean:authority, field:'authority','errors')}">
<input type="text" id="authority" name="authority" value="${authority. authority?.encodeAsHTML()}"/>
</td>
</tr>
<tr class="prop">
<td valign="top" class="name"><label for="description">Description:</label></td>
<td valign="top" class="value ${hasErrors(bean:authority, field:'description','errors')}">
<input type="text" id="description" name="description" value="${authority. description?.encodeAsHTML()}"/>
</td>
</tr>
<tr class="prop">
<td valign="top" class="name"><label for="people">People:</label></td>
<td valign="top" class="value ${hasErrors(bean:authority, field:'people','errors')}">
|
Из за большого объема этот материал размещен на нескольких страницах:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |


