Advertisement
Guest User

test ciccio

a guest
Jun 18th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.59 KB | None | 0 0
  1. %@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="WebApplication1.SiteMaster" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html lang="en">
  6. <head runat="server">
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.     <meta charset="utf-8" />
  9.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  10.     <title><%: Page.Title %></title>
  11.  
  12.     <asp:PlaceHolder runat="server">
  13.         <%: Scripts.Render("~/bundles/modernizr") %>
  14.     </asp:PlaceHolder>
  15.  
  16.     <webopt:BundleReference runat="server" Path="~/Content/css" />
  17.     <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  18.  
  19.     <link rel="stylesheet" type="text/css" href="slick/slick.css" />
  20.     <link rel="stylesheet" type="text/css" href="slick/slick-theme.css" />
  21.  
  22.  
  23. </head>
  24. <body>
  25.     <form runat="server">
  26.         <asp:ScriptManager runat="server">
  27.             <Scripts>
  28.                 <%--To learn more about bundling scripts in ScriptManager see https://go.microsoft.com/fwlink/?LinkID=301884 --%>
  29.                 <%--Framework Scripts--%>
  30.                 <asp:ScriptReference Name="MsAjaxBundle" />
  31.                 <asp:ScriptReference Name="jquery" />
  32.                 <asp:ScriptReference Name="bootstrap" />
  33.                 <asp:ScriptReference Name="respond" />
  34.                 <asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebForms.js" />
  35.                 <asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebUIValidation.js" />
  36.                 <asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="~/Scripts/WebForms/MenuStandards.js" />
  37.                 <asp:ScriptReference Name="GridView.js" Assembly="System.Web" Path="~/Scripts/WebForms/GridView.js" />
  38.                 <asp:ScriptReference Name="DetailsView.js" Assembly="System.Web" Path="~/Scripts/WebForms/DetailsView.js" />
  39.                 <asp:ScriptReference Name="TreeView.js" Assembly="System.Web" Path="~/Scripts/WebForms/TreeView.js" />
  40.                 <asp:ScriptReference Name="WebParts.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebParts.js" />
  41.                 <asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="~/Scripts/WebForms/Focus.js" />
  42.                 <asp:ScriptReference Name="WebFormsBundle" />
  43.                 <%--Site Scripts--%>
  44.             </Scripts>
  45.         </asp:ScriptManager>
  46.  
  47.  
  48.         <nav class="navbar navbar-expand-lg navbar-light nav-color p-0">
  49.             <div class="container-fluid">
  50.                 <div class="row ml-0 mr-0 w-100">
  51.                     <div class="col-lg-4">
  52.                         <a class="navbar-brand p-0 m-0 wrapperLogo" href="#">
  53.                             <img src="Images/Logo/LogoWhite.png" class="logo" />
  54.                         </a>
  55.                     </div>
  56.                     <div class="col-lg-8">
  57.                         <button class="navbar-toggler" style="margin-bottom: 5px;" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
  58.                             <span class="navbar-toggler-icon"></span>
  59.                         </button>
  60.                         <div class="collapse navbar-collapse  text-left" id="navbarNavAltMarkup">
  61.                             <div class="navbar-nav">
  62.                                 <a class="nav-item nav-link " href="#">Home</a>
  63.                                 <a class="nav-item nav-link active" href="Default.aspx">Chi Siamo</a>
  64.                                 <a class="nav-item nav-link" href="DoveSiamoPage.aspx">Dove Siamo</a>
  65.                                 <a class="nav-item nav-link" href="#">Contatti</a>
  66.                                 <a class="nav-item nav-link" href="#">Certificazioni</a>
  67.                             </div>
  68.                         </div>
  69.                     </div>
  70.                 </div>
  71.             </div>
  72.  
  73.  
  74.         </nav>
  75.  
  76.         <div class="body-content w-100">
  77.             <div class="row">
  78.                 <div class="col-lg-3"></div>
  79.                 <div class="col-lg-6">
  80.                     <asp:ContentPlaceHolder ID="MainContent" runat="server"></asp:ContentPlaceHolder>
  81.                     <asp:ContentPlaceHolder ID="DoveSiamo" runat="server"></asp:ContentPlaceHolder>
  82.                 </div>
  83.                 <div class="col-lg-3"></div>
  84.  
  85.             </div>
  86.  
  87.         </div>
  88.  
  89.         <div class="Footer text-center mfooter">
  90.             <div>
  91.                 <p>
  92.                     <strong>© 2011 ORTOFRUTTA dei F.lli SCUDERI di SCUDERI NUNZIO &amp; F.lli s.n.c </strong>
  93.                 </p>
  94.                 <p>
  95.                     <strong>- P.IVA 02297540870</strong>
  96.                     <b>- CATANIA </b>
  97.                 </p>
  98.                 <div style="padding-top: 10px; padding: 10px;">
  99.                     <a href="mailto:aglianofpp.gd@gmail.it">All Rights Reserved.</a>
  100.                 </div>
  101.             </div>
  102.         </div>
  103.     </form>
  104.  
  105.     <script type="text/javascript">
  106.         $(document).ready(function () {
  107.             $('.image-slider').slick({
  108.                 asNavFor: '.text-slider',
  109.                 arrows: false
  110.             });
  111.             $('.text-slider').slick({
  112.                 asNavFor: '.image-slider',
  113.                 fade: true,
  114.                 accessibility: false,
  115.                 swipe: false,
  116.                 touchMove: false,
  117.                 arrows: false
  118.             });    
  119.     </script>
  120.  
  121.     <script type="text/javascript" src="slick/slick.min.js"></script>
  122. </body>
  123. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement