2018-04-29 20:44:47 +04:00
|
|
|
<!DOCTYPE html>
|
2018-05-20 10:05:21 +04:00
|
|
|
<html lang="en"
|
|
|
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
|
|
|
layout:decorator="default">
|
2018-04-29 20:44:47 +04:00
|
|
|
<head>
|
|
|
|
</head>
|
2018-05-20 10:05:21 +04:00
|
|
|
<body>
|
2018-04-29 20:44:47 +04:00
|
|
|
|
2018-05-20 10:05:21 +04:00
|
|
|
<div class="container" layout:fragment="content">
|
2018-04-29 20:44:47 +04:00
|
|
|
|
2018-05-20 10:05:21 +04:00
|
|
|
<section id="paper">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12 text-center">
|
|
|
|
<h2 class="section-heading text-uppercase">Редактирование статьи</h2>
|
|
|
|
</div>
|
2018-04-29 20:48:05 +04:00
|
|
|
</div>
|
2018-05-20 10:05:21 +04:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-10 text-center">
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-2 text-center">
|
|
|
|
<button id="sendAlert" class="btn btn-primary btn-xl text-uppercase" type="submit">
|
|
|
|
Ping авторам
|
|
|
|
</button>
|
|
|
|
</div>
|
2018-04-29 20:44:47 +04:00
|
|
|
</div>
|
2018-05-20 10:05:21 +04:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12">
|
|
|
|
<form id="contactForm" name="sentMessage" novalidate="">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="form-group">
|
|
|
|
<input class="form-control" id="name" type="text" placeholder="Название статьи"
|
|
|
|
required="" data-validation-required-message="Ввеите название статьи"/>
|
|
|
|
<p class="help-block text-danger"></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
<div class="col-lg-12 text-center">
|
|
|
|
<div id="success"></div>
|
|
|
|
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase"
|
|
|
|
type="submit">
|
|
|
|
Сохранить
|
|
|
|
</button>
|
2018-04-29 20:44:47 +04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-20 10:05:21 +04:00
|
|
|
</form>
|
|
|
|
</div>
|
2018-04-29 20:44:47 +04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-20 10:05:21 +04:00
|
|
|
</section>
|
|
|
|
</div>
|
2018-04-29 20:44:47 +04:00
|
|
|
</body>
|
|
|
|
|
2018-05-20 10:05:21 +04:00
|
|
|
</html>
|