2020-11-02 11:43:55 +04:00

45 lines
1.5 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<h:head>
<title>Time series smoothing</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<h:outputStylesheet name="css/style.css"/>
</h:head>
<h:body>
<div class="ui-g">
<div class="ui-g-12">
<p:outputPanel>
<p:growl id="msgs" showDetail="true"/>
<a href="/index.xhtml">
<img src="/img/logo.png" alt="" width="100"/>
</a>
</p:outputPanel>
</div>
</div>
<div class="ui-g">
<div class="ui-g-12">
<ui:insert name="content">Content</ui:insert>
</div>
</div>
<div class="ui-g">
<div class="ui-g-12">
<p:outputPanel>
<div class="ui-g">
<div class="ui-g-12 ui-md-12 ui-lg-4">Ulyanovsk State Technical University</div>
<div class="ui-g-6 ui-md-6 ui-lg-4"><h:outputLink
value="http://ulstu.ru">ulstu.ru</h:outputLink></div>
<div class="ui-g-6 ui-md-6 ui-lg-4">2020</div>
</div>
</p:outputPanel>
</div>
</div>
</h:body>
</html>