9262
ID | 9262 |
Data | 2020-04-03 |
Symbol | 2020/04/03/9262 |
Instytucja | Ministerstwo Cyfryzacji |
Nazwa | Oświadczenie o braku możliwości zainstalowania aplikacji Kwarantanna Domowa. |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><!-- Version 1.0 --><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2020/04/03/9262/" xmlns:xls="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<xsl:apply-templates select="wnio:Dokument"/>
</xsl:template>
<xsl:template match="wnio:Dokument">
<html lang="pl">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Oświadczenie o braku możliwości zainstalowania aplikacji „Kwarantanna Domowa”</title>
</head>
<body>
<div class="du-view">
<section>
<div class="du-col-12 du-left du-no-mt du-margin-bottom-15">
<h1>
OŚWIADCZENIE O BRAKU MOŻLIWOŚCI ZAINSTALOWANIA APLIKACJI „KWARANTANNA DOMOWA”
</h1>
</div>
</section>
<section>
<xsl:call-template name="DaneNadawcy"/>
</section>
<section>
<xsl:call-template name="DaneAdresata"/>
</section>
<section>
<xsl:call-template name="Oswiadczenia"/>
</section>
</div>
<xsl:call-template name="styleCSS"/>
</body>
</html>
</xsl:template>
<xsl:template name="DaneAdresata">
<xsl:param name="adresat" select="wnio:DaneDokumentu/str:Adresaci/meta:Podmiot/inst:Instytucja"/>
<div class="du-col-12 du-right du-top-line du-no-mt">
<h2 class="du-h2">TWOJE OŚWIADCZENIE ODBIERZE</h2>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-bold"><xsl:value-of select="$adresat/inst:NazwaInstytucji"/></span>
</div>
</div>
</xsl:template>
<xsl:template name="DaneNadawcy">
<xsl:param name="nadawca" select="wnio:DaneDokumentu/str:Nadawcy/meta:Podmiot/oso:Osoba"/>
<div class="du-col-12 du-right du-top-line du-margin-top-25 du-no-mt">
<h2 class="du-h2">TWOJE DANE</h2>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">IMIĘ:
<span class="du-bold"><xsl:value-of select="$nadawca/oso:Imie"/></span>
</div>
<xsl:if test="$nadawca/oso:ImieDrugie != ''">
<div class="du-col-12 du-no-mt">DRUGIE IMIĘ:
<span class="du-bold"><xsl:value-of select="$nadawca/oso:ImieDrugie"/></span>
</div>
</xsl:if>
<div class="du-col-12 du-no-mt">NAZWISKO:
<span class="du-bold"><xsl:value-of select="$nadawca/oso:Nazwisko"/></span>
</div>
<div class="du-col-12 du-no-mt">NUMER PESEL:
<span class="du-bold"><xsl:value-of select="$nadawca/oso:IdOsoby/oso:PESEL"/></span>
</div>
<div class="du-col-12 du-no-mt">NUMER Telefonu:
<span class="du-bold"><xsl:value-of select="$nadawca/adr:Kontakt/adr:Telefon"/></span>
</div>
</div>
</xsl:template>
<xsl:template name="Oswiadczenia">
<xsl:param name="oswiadczenia" select="wnio:TrescDokumentu/wnio:Oswiadczenia"/>
<div class="du-col-12 du-right du-top-line du-no-mt du-margin-top-25">
<h2 class="du-h2">OŚWIADCZENIE</h2>
</div>
<div class="du-col-12 du-no-mt du-flex">
<span class="du-text-transform-none du-bold">
Oświadczam, że:
</span>
</div>
<div class="du-col-12 du-left du-no-mt">
<xsl:if test="$oswiadczenia/wnio:BrakUrzadzenia = 'true'">
<div class="du-col-12 du-no-mt du-flex">
<span class="du-text-transform-none">
● Nie mam urządzenia mobilnego, które umożliwia zainstalowanie aplikacji Kwarantanna Domowa
</span>
</div>
</xsl:if>
<div class="du-col-12 du-no-mt du-flex">
<span class="du-text-transform-none">
● Mam świadomość odpowiedzialności karnej za złożenie fałszywego oświadczenia
</span>
</div>
</div>
<div class="du-col-12 du-no-mt du-flex">
<span class="du-text-transform-none">
Podstawa prawna:
</span>
</div>
<div class="du-col-12 du-no-mt du-flex">
<span class="du-text-transform-none du-small-font">
Art. 7e ust. 2 Ustawy z dnia 2 marca 2020 r. o szczególnych rozwiązaniach związanych z zapobieganiem, przeciwdziałaniem i zwalczaniem COVID-19, innych chorób zakaźnych oraz wywołanych nimi sytuacji kryzysowych (Dz.U. poz. 374 z późn. zm.)
</span>
</div>
</xsl:template>
<xsl:template name="styleCSS">
<style type="text/css">
.du-view article,
.du-view footer,
.du-view header,
.du-view section {
display: block;
}
.du-view div {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 135%;
word-wrap: break-word;
text-transform: uppercase
}
.du-view,
.du-view * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*style for tags*/
.du-view {
width: 100%;
height: 100%;
padding: 1%;
line-height: 130%;
}
.du-view h1,
.du-view .h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 1.3em;
font-weight: bold;
margin-bottom: 2px;
margin-top: 0;
}
.du-view h2,
.du-view .h2,
.du-view h4,
.du-view .h4,
.du-view h5,
.du-view .h5,
.du-view h6,
.du-view .h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.3em;
font-weight: bold;
margin-bottom: 2px;
}
.du-view h3,
.du-view .h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 1%;
}
.du-view div {
display: inline-block;
word-wrap: break-word;
padding: 5px;
}
.du-view div input {
margin-top: 10px;
margin-right: 8px;
}
/*grid and style for
dotted*/
.du-col-1 {
width: 8.33%;
}
.du-col-12 {
width: 100%;
padding-right: 1.1%;
}
.du-col-12-tablet {
width: 16.66%;
padding-right: 1.1%;
}
.du-col-12-dotted {
width: 16.25%;
padding-right: 1.1%;
}
.du-col-3 {
width: 25%;
}
.du-col-4 {
width: 33.33%;
}
.du-col-6 {
width: 50%;
}
.du-col-7 {
width: 58.33%;
}
.du-col-8 {
width: 66.66%;
}
.du-col-9 {
width: 75%;
}
.du-col-12 {
width: 100%;
}
.du-col-12-dotted {
width: 84.33%;
}
.du-col-11 {
width: 91.66%;
}
.du-col-12 {
width: 100%;
}
.du-p-mobile {
margin-right: 2.5%;
}
div .du-city-width {
width: 100%;
text-align: left;
padding: 1%;
}
/*screen reader only*/
.du-sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/*header*/
.du-header-eagle-table {
float: left;
margin-right: 0px;
margin-top: 21px;
padding: 0;
margin-bottom: 15px;
}
.du-header-eagle-RP {
font-size: 18px;
margin-top: 28px;
line-height: 135%;
}
.du-header-eagle-img {
width: 70px;
height: 70px;
}
.du-header-nr-table {
float: right;
margin-right: 0px;
margin-top: 21px;
padding: 0;
margin-bottom: 15px;
}
.du-header-nr-document {
min-width: 300px;
min-height: 45px;
border: 3px solid black;
font-size: 18px;
text-align: center;
font-weight: bold;
padding: 9px;
}
/*other style*/
.du-text-transform-none {
text-transform: none !important;
}
div .du-no-mt {
margin-top: 0;
padding-left: 0;
}
div .du-no-pl {
padding-left: 0;
}
.du-left {
text-align: left;
float: left;
}
div .du-right {
margin-top: 5px;
}
.du-float-right {
float: right;
}
.du-center {
text-align: center;
}
.du-top-line {
border-top: 1px solid #DCDCDC;
}
.du-bottom-line {
border-bottom: 1px solid #DCDCDC;
}
.du-line {
border-bottom: 2px solid black;
}
.du-border {
border: 1px solid black;
min-width: 30px;
min-height: 30px;
margin-bottom: 1px;
}
.du-italic {
font-style: italic;
}
.du-bold {
font-weight: bold;
}
.du-li-margin-left-15 {
margin-left: 15px;
}
@media print {
.du-view {
font-size: 12px;
}
.du-view h3,
.du-view .h3 {
font-size: 14px;
font-weight: bold;
margin-top: 1%;
margin-bottom: 0;
}
.du-view div {
line-height: 100%;
}
.du-view input {
margin-top: 1%;
margin-right: 3%;
}
.du-col-12 {
width: 26.66%;
}
.du-col-12-tablet {
width: 26.25%;
}
.du-col-12-dotted {
width: 26.25%;
}
.du-col-5 {
width: 36.66%;
}
.du-col-6 {
width: 50%
}
.du-col-12 {
width: 100%;
}
.du-col-12-dotted {
width: 74.33%;
}
.du-city-width {
margin-bottom: 10px;
}
.du-border {
min-width: 18px;
min-height: 30px;
}
.du-header-nr-table {
margin-top: 10px;
}
.du-view div {
margin-top: 0px;
}
}
@media screen and (max-width: 650px) {
.du-view div {
margin-top: 3px;
}
.du-view input {
margin-top: 1%;
margin-right: 3%;
}
.du-col-12 {
width: 100%;
padding-right: 1.1%;
}
.du-col-12-tablet {
width: 100%;
padding-right: 1.1%;
}
.du-col-3 {
width: 100%;
}
.du-col-12-dotted {
width: 99.25%;
padding-right: 1.1%;
}
.du-col-5 {
width: 100%;
}
.du-col-6 {
width: 100%
}
.du-right {
text-align: left;
float: left;
}
.du-col-12 {
width: 100%;
}
.du-col-12-dotted {
width: 99.25%;
}
.du-p-mobile {
width: 100%;
display: inline-block;
text-align: left;
}
.du-header-nr-table {
float: left;
margin-top: 1px;
margin-bottom: 1px;
}
.du-header-eagle-table {
margin-top: 1px;
margin-bottom: 1px;
}
.du-header-eagle-RP {
font-size: 18px;
margin-top: 12px;
line-height: 135%;
}
.du-border {
min-width: 25px;
min-height: 25px;
}
.du-margin-left {
margin-left: 0px;
}
}
@media screen and (min-width: 651px) and (max-width: 1024px) {
.du-col-12 {
width: 100%;
padding-right: 1.1%;
}
.du-col-12-dotted {
width: 16.25%;
padding-right: 1.1%;
}
.du-col-12-tablet {
width: 16.25%;
padding-right: 1.1%;
}
.du-col-5 {
width: 100%;
}
.du-right {
text-align: left
}
div .du-col-12 {
width: 100%;
}
.du-col-12-dotted {
width: 100%;
}
.du-border {
min-width: 25px;
min-height: 25px;
}
.du-p-mobile {
display: block;
}
div .du-city-width {
width: 100%;
}
.du-margin-left {
margin-left: 0px;
}
.du-view div {
margin-top: 3px;
line-height: 100%;
}
}
.du-margin-top-25 {
margin-top: 25px;
}
.du-margin-bottom-25 {
margin-bottom: 25px;
}
.du-margin-top-15 {
margin-top: 15px;
}
.du-margin-bottom-10 {
margin-bottom: 10px;
}
.du-margin-bottom-15 {
margin-bottom: 15px;
}
.du-flex {
display: flex !important;
}
.du-padding-none {
padding: 0px !important;
}
.du-disc-list {
list-style: disc;
line-height: 135% !important;
}
.du-none-list {
list-style: none;
margin-left: 0px;
}
.du-view .du-h2 {
font-size: 18px;
}
.du-declaration-text {
padding-top: 0px !important;
padding-bottom: 10px !important;
}
.du-padding-bottom-15 {
padding-bottom: 15px !important;
}
.du-padding-bottom-0 {
padding-bottom: 0px !important;
}
.du-margin-top-0 {
margin-top: 0px !important;
}
.du-margin-bottom-0 {
margin-bottom: 0px !important;
}
.du-white-space-wrap {
white-space: nowrap;
}
.du-small-font {
line-height: 1.3em;
font-size: 13px;
}
</style>
</xsl:template>
</xsl:stylesheet>