20 lines
No EOL
947 B
HTML
20 lines
No EOL
947 B
HTML
<h1 class="page-title">Create a Zone</h1>
|
|
<form action=":create_action" method="post" class="zone-creation-form">
|
|
:create_error
|
|
<input type="hidden" name="zone_token" value=":create_token"/>
|
|
<label class="zone-creation-input">
|
|
<div class="zone-creation-label">Subdomain:</div>
|
|
<div class="zone-creation-wrap">
|
|
<input type="text" maxlength="50" name="zone_subdomain" value=":create_subdomain" class="zone-creation-value"/>.:create_domain
|
|
</div>
|
|
</label>
|
|
<label class="zone-creation-input">
|
|
<div class="zone-creation-label">Title:</div>
|
|
<div class="zone-creation-wrap">
|
|
<input type="text" maxlength="255" name="zone_title" value=":create_title" class="zone-creation-value"/>
|
|
</div>
|
|
</label>
|
|
<div class="zone-creation-actions">
|
|
<input type="submit" value="Create This Zone" class="zone-creation-action"/>
|
|
</div>
|
|
</form> |