"SuperPromo view and Java"
Bootstrap 4.1.1 Snippet by ronnydodd

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="View.ascx.cs" Inherits="Christoc.Modules.SuperFormPromotion.View" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
<div class="row" id="DivKeys" style="display: none; border: 2px solid green; vertical-align: middle; text-align: center; border-radius: 10px; width: 98%; padding-top: 5px; margin-left: 0px; padding-bottom: 5px; padding-left: 0px; padding-right: 0px; background-color: #FFEFD5;">
<div class="col-md-3" id="DivPromotionName">
<label class="visuallyhidden" for="txtdPromotionName"><strong>Promotion Name:</strong></label>
<input id="txtdPromotionName" type="text" class="form-control" style="vertical-align: middle; text-align: center;">
</div>
<div class="col-md-3" id="DivPromotionId">
<label class="visuallyhidden" for="txtdPromotionId"><strong>Promotion Id:</strong></label>
<input id="txtdPromotionId" type="text" class="form-control" style="vertical-align: middle; text-align: center;">
</div>
<div class="col-md-3" id="DivStartDate">
<label class="visuallyhidden" for="txtStartDate"><strong>Start Date:</strong></label>
<input id="txtStartDate" type="text" class="form-control" style="vertical-align: middle; text-align: center;">
</div>
<div class="col-md-3" id="DivEndDate">
<label class="visuallyhidden" for="txtEndDate"><strong>End Date:</strong></label>
<input id="txtEndDate" type="text" class="form-control" style="vertical-align: middle; text-align: center;">
</div>
</div>
<br>
<div class="img-responsive">
<div class="panel panel-primary" id="DivPromoImage" style="display: none; border: 2px solid Blue; border-radius: 10px; width: 98%; text-align: center; vertical-align: middle; margin-left: 0%; padding-bottom: 0px; background-color: aliceblue;">
<%--<img id="ImgPromoImage" src="/DesktopModules/SuperFormPromotion/Images/Sixlets_DisneyCruise.png" class="img-responsive" alt="Updating ..." />--%>
<%--<img id="ImgromoImage" src="https://gobowling.com/Portals/0/images/FloridaLogo800x180.png" class="img-responsive" alt="GoBowling.com" style="margin: auto" />--%>
<img id="ImgPromoImage" src="" class="img-responsive" alt="GoBowling.com" style="margin: auto" />
<div id="PromoBody"></div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
var moduleId = $('#moduleid').val();
var browserinformation;
var agent;
var urlreferrer;
var ip;
var RequiredFirstName;
var RequiredLastName;
var RequiredAddress;
var RequiredCity;
var RequiredState;
var RequiredZipCode;
var RequiredPhone;
var RequiredEmail;
var RequiredBirthdate;
var map;
if (typeof map != 'undefined') {
if (typeof myOptions != 'undefined') {
map = new google.maps.Map(document.getElementById('map'), myOptions);
}
}
function initialize() {
var latitude = 32.75625,
longitude = -97.084801,
radius = 8000, //how is this set up
center = new google.maps.LatLng(latitude, longitude),
bounds = new google.maps.Circle({ center: center, radius: radius }).getBounds(),
mapOptions = {
center: center,
zoom: 4,
//zoomControl: false,
//scaleControl: false,
//draggable: false,
//disableDoubleClickZoom: true,
mapTypeId: google.maps.MapTypeId.ROADMAP,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: