-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,30 @@ | ||
<ui:composition xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:f="http://java.sun.com/jsf/core" | ||
xmlns:f="http://java.sun.com/jsf/core" | ||
xmlns:h="http://java.sun.com/jsf/html" | ||
xmlns:ui="http://java.sun.com/jsf/facelets" | ||
xmlns:c="http://java.sun.com/jsp/jstl/core"> | ||
<c:set var="root" value="#{request.contextPath}" /> | ||
<c:set var="root" value="#{request.contextPath}" /> | ||
|
||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="description" content="SIW Project 2015" /> | ||
<meta name="author" | ||
content="Gaetano Bonofiglio, Veronica Iovinella, Andrea Salvoni" /> | ||
|
||
<link rel="icon" href="#{root}/favicon.ico" type="image/x-icon" /> | ||
<link rel="shortcut icon" href="#{root}/favicon.ico" | ||
type="image/x-icon" /> | ||
<link rel="icon" href="#{root}/favicon.png" type="image/png" /> | ||
<link rel="apple-touch-icon" href="#{root}/faviconphone.png" /> | ||
|
||
<link href="#{root}/css/jquery-ui.structure.min.css" rel="stylesheet" /> | ||
<link href="#{root}/css/jquery-ui.min.css" rel="stylesheet" /> | ||
<link href="#{root}/css/bootstrap.min.css" rel="stylesheet" /> | ||
<link href="#{root}/css/bootstrap-datetimepicker.min.css" rel="stylesheet" /> | ||
<link href="#{root}/css/bootstrap-datetimepicker.min.css" | ||
rel="stylesheet" /> | ||
<link href="#{root}/css/smartpaginator.css" rel="stylesheet" /> | ||
<link href="#{root}/css/shop.css" rel="stylesheet" /> | ||
|
||
<script src="#{root}/js/custom.js"></script> | ||
</ui:composition> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.