Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
40676886
authored
2016-05-02 15:41:51 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
BMK switched to Eye Return
1 parent
48fc99ee
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
41 deletions
16-162-016c BMK 2016Spring/publish/en_300x600_bmk_2016Spring_whoweare/index.html
16-162-016c BMK 2016Spring/publish/en_728x90_bmk_2016Spring_whoweare/index.html
16-162-016c BMK 2016Spring/publish/main.js
16-162-016c BMK 2016Spring/publish/en_300x600_bmk_2016Spring_whoweare/index.html
View file @
4067688
...
...
@@ -54,30 +54,12 @@
<meta
charset=
"utf-8"
>
<title>
HTML5 GSAP Ad
</title>
<meta
name=
"ad.size"
content=
"width=728,height=90"
>
<script
type=
"text/javascript"
>
// IAB source: modified to allow link testing
var
clickTag
=
"http://www.bakermckenzie.com/"
;
function
getParameterByName
(
name
)
{
var
match
=
RegExp
(
'[?&]'
+
name
+
'=([^&]*)'
).
exec
(
window
.
location
.
search
);
if
(
match
==
null
||
match
==
""
){
return
clickTag
;
}
else
{
return
match
&&
decodeURIComponent
(
match
[
1
].
replace
(
/
\+
/g
,
' '
));
}
}
clickTag
=
getParameterByName
(
'clickTag'
);
</script>
<!--
<script
type=
"text/javascript"
src=
"https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"
></script>
<script
type=
"text/javascript"
>
window
.
onload
=
function
()
{
eyeBuild
.
initialize
();
}
</script>
-->
...
...
@@ -313,8 +295,7 @@
</head>
<body>
<a
id=
"click-tag"
href=
"javascript:window.open(window.clickTag)"
>
<!-- <a href="javascript:eyeBuild.doClick(0)" class="cta"> -->
<a
href=
"javascript:eyeBuild.doClick(0)"
class=
"cta"
>
<div
id=
"border"
>
<div
id=
"line-img-group"
>
...
...
16-162-016c BMK 2016Spring/publish/en_728x90_bmk_2016Spring_whoweare/index.html
View file @
4067688
...
...
@@ -54,30 +54,12 @@
<meta
charset=
"utf-8"
>
<title>
HTML5 GSAP Ad
</title>
<meta
name=
"ad.size"
content=
"width=728,height=90"
>
<script
type=
"text/javascript"
>
// IAB source: modified to allow link testing
var
clickTag
=
"http://www.bakermckenzie.com/"
;
function
getParameterByName
(
name
)
{
var
match
=
RegExp
(
'[?&]'
+
name
+
'=([^&]*)'
).
exec
(
window
.
location
.
search
);
if
(
match
==
null
||
match
==
""
){
return
clickTag
;
}
else
{
return
match
&&
decodeURIComponent
(
match
[
1
].
replace
(
/
\+
/g
,
' '
));
}
}
clickTag
=
getParameterByName
(
'clickTag'
);
</script>
<!--
<script
type=
"text/javascript"
src=
"https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"
></script>
<script
type=
"text/javascript"
>
window
.
onload
=
function
()
{
eyeBuild
.
initialize
();
}
</script>
-->
...
...
@@ -302,8 +284,7 @@
</head>
<body>
<a
id=
"click-tag"
href=
"javascript:window.open(window.clickTag)"
>
<!-- <a href="javascript:eyeBuild.doClick(0)" class="cta"> -->
<a
href=
"javascript:eyeBuild.doClick(0)"
class=
"cta"
>
<div
id=
"border"
>
<div
id=
"line-img-group"
>
...
...
16-162-016c BMK 2016Spring/publish/main.js
View file @
4067688
js
file
\ No newline at end of file
//js file
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment