You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Entry DNS</title>
|
|
|
|
<%= stylesheet_link_tag "application" %>
|
|
|
|
<%= javascript_include_tag "application" %>
|
|
|
|
<%= csrf_meta_tag %>
|
|
|
|
</head>
|
|
|
|
<body class="errors">
|
|
|
|
|
|
|
|
<div id="container">
|
|
|
|
<%= render :partial => 'fragments/top' %>
|
|
|
|
<div id="wrapper" class="wat-cf">
|
|
|
|
<div id="main" style="width: 100%;">
|
|
|
|
<div class="block">
|
|
|
|
<div class="content">
|
|
|
|
<div class="inner" data-pjax-container="true">
|
|
|
|
<%= flash_display 'flash' %>
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= render :partial => 'fragments/bottom' %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|