diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF')
-rw-r--r-- | pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp | 43 |
1 files changed, 17 insertions, 26 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp b/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp index 1179d48c..045fd2b9 100644 --- a/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp +++ b/pdf-as-web/src/main/webapp/WEB-INF/decorators/default_layout.jsp @@ -5,37 +5,28 @@ <%@page contentType="text/html; charset=UTF-8"%> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <meta charset="utf-8"/> - <meta http-equiv="X-UA-Compatible" content="IE=edge"/> - <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <meta name="description" content="PDF-Signatur"/> - <meta name="author" content="EGIZ"/> - <link rel="shortcut icon" href="assets/ico/favicon.png"/> +<meta charset="utf-8" /> +<meta http-equiv="X-UA-Compatible" content="IE=edge" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta name="description" content="PDF-Signatur" /> +<meta name="author" content="EGIZ" /> +<link rel="shortcut icon" href="assets/ico/favicon.png" /> - <title><decorator:title></decorator:title></title> - <link href="assets/css/bootstrap.css" rel="stylesheet"/> - - <link href="assets/css/pdfas.css" rel="stylesheet"/> - <decorator:head></decorator:head> +<title><decorator:title></decorator:title></title> +<decorator:head></decorator:head> </head> <body> - <div class="container"> - <div class="header"> - <h3 class="text-muted">PDF-Signatur</h3> - </div> - - <div class="row marketing"> - <div class="col-lg-12"> - <decorator:body></decorator:body> - </div> - </div> + <p> + <h3>PDF-Signatur</h3> + </p> - <div class="footer"> - <p>© EGIZ 2014</p> - </div> + <p> + <decorator:body></decorator:body> + </p> - </div> - <!-- /container --> + <p> + <p>© EGIZ 2014</p> + </p> </body> </html>
\ No newline at end of file |