Created
April 10, 2013 08:55
-
-
Save alexszilagyi/5353013 to your computer and use it in GitHub Desktop.
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
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CIW.ascx.cs" Inherits="SitefinityWebApp.Widgets.CI.CIW" %> | |
<div class="contact-widget"> | |
<div class="widget-title"> | |
<h3><asp:Literal ID="litCompanyName" runat="server"/></h3> | |
</div> | |
<div class="text-info"> | |
<label><asp:Literal ID="litStreetAndNumber" runat="server"/></label><br /> | |
<label><asp:Literal ID="litPostOffice" runat="server"/></label><br /> | |
<label><asp:Literal ID="litPostCodeAndCity" runat="server"/></label><br /> | |
<label><asp:Literal ID="litTelephoneNumber" runat="server"/></label><br /> | |
<label><asp:Literal ID="litFaxNumber" runat="server"/></label><br /> | |
<label><asp:Literal ID="litEmail" runat="server"/></label> | |
</div> | |
<div class="google-map"> | |
<asp:Image ID="pictureGoogleMaps" class="google-maps-image" runat="server"></asp:Image> | |
<asp:Image ID="retinaPictureGoogleMaps" class="google-maps-image-retina" runat="server"></asp:Image> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment