Skip to content

Instantly share code, notes, and snippets.

@alexszilagyi
Created April 10, 2013 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexszilagyi/5353013 to your computer and use it in GitHub Desktop.
Save alexszilagyi/5353013 to your computer and use it in GitHub Desktop.
<%@ 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