-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRGUpdateTextVersion.aspx
58 lines (37 loc) · 1.42 KB
/
RGUpdateTextVersion.aspx
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<%
var defer = function(blockText) {
// We must hide the jsp escape sequences from this round of
// JSP processing, there will be another round subsequently
//
return '<' + '%' + blockText + '%' + '>';
};
%>
<%= defer("@include view='MirrorPage'") %>
The Red Gate Update
<%= content.@MainStoryHeadline %>
<%= content.@MainStoryBodyText %> <%= content.@MainStoryLinkCTA %>
<%= content.@MainStoryLinkURL %>
Tool News
<%= content.@ToolNewsStory1Headline %>
<%= content.@ToolNewsStory1TextText %> <%= content.@ToolNewsStory1CTA %>
<%= content.@ToolNewsStory1URL %>
<%= content.@ToolNewsStory2Headline %>
<%= content.@ToolNewsStory2TextText %> <%= content.@ToolNewsStory2CTA %>
<%= content.@ToolNewsStory2URL %>
<%= content.@ToolNewsStory3Headline %>
<%= content.@ToolNewsStory3TextText %> <%= content.@ToolNewsStory3CTA %>
<%= content.@ToolNewsStory3URL %>
Events
<%= content.@EventsHeadline %>
<%= content.@EventsTextText %> <%= content.@EventsCTA %>
<%= content.@EventsURL %>
Free Stuff
<%= content.@FreeStuffStory1Headline %>
<%= content.@FreeStuffStory1Subtitle %>
<%= content.@FreeStuffStory1TextText %> <%= content.@FreeStuffStory1CTA %>
<%= content.@FreeStuffStory1URL %>
<%= content.@FreeStuffStory2Headline %>
<%= content.@FreeStuffStory2Subtitle %>
<%= content.@FreeStuffStory2TextText %> <%= content.@FreeStuffStory2CTA %>
<%= content.@FreeStuffStory2URL %>
<%= defer("@include view='RedGateFooterWithCopyright'") %>