Skip to content

Commit 0c9b5e3

Browse files
Update 2024-q2-18-1-24-709.md (#1438)
* Update 2024-q2-18-1-24-709.md * Update 2024-q2.md * Rename cta-panel-introduction-reporting.html to cta-panel-introduction-reporting.html * Create cta-panel-small.html * Update introduction.md * Rename cta-panel-introduction-reporting.html to cta-panel-introduction.html * Update _config.yml
1 parent 6003d21 commit 0c9b5e3

File tree

6 files changed

+23
-13
lines changed

6 files changed

+23
-13
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ defaults:
433433
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
434434
# "foo": "Bar"
435435
suiteversion: "2024 Q2"
436-
buildversion: "18.1.24.514"
437-
reportserverversion: "10.1.24.514"
438-
spaviewerversion: "22.24.514"
436+
buildversion: "18.1.24.709"
437+
reportserverversion: "10.1.24.709"
438+
spaviewerversion: "22.24.709"
439439
nodeversion: "16.0.0"
440440
angularsubsetversion: "14.0.0"
441441
kendosubsetversion: "2022.3.913"

_includes/cta-panel-introduction-reporting.html renamed to _r_includes/cta-panel-introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ <h5 class="kd-title kd-cta-title mt-0">New to {{ product }}?</h5>
3434
</div>
3535
</div>
3636
</section>
37-
{% endif %}
37+
{% endif %}

_r_includes/cta-panel-small.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{% assign product = site.product %}
2+
{% if page.product != blank %}
3+
{% assign product = site.data.cta_panels_data.product_map[page.product] %}
4+
{% endif %}
5+
{% assign hasCtaPanel = site.data.cta_panels_data[product] %}
6+
7+
{%if hasCtaPanel %}
8+
<section class="kd-cta-panel">
9+
<div>
10+
<div class="kd-cta kd-cta-sm">
11+
<p class="kd-text">
12+
New to <span class="js-product">{{ product }}</span>?
13+
<a class="kd-link" href="{{ site.data.cta_panels_data[product].trial_url }}">Request free 30-day trial</a>
14+
</p>
15+
</div>
16+
</div>
17+
</section>
18+
{% endif %}

introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With Telerik Reporting you can retrieve and process data from relational, multi-
2020
End users can view the ready reports in PDF, Microsoft Office Word, Excel, and PowerPoint document formats, or use a dedicated viewer in a Web or .NET/.NET Framework desktop application.
2121

2222
{% if site.has_cta_panels == true %}
23-
{% include cta-panel-introduction-reporting.html %}
23+
{% include cta-panel-introduction.html %}
2424
{% endif %}
2525

2626
## Supported Platforms

upgrade/2024/2024-q2-18-1-24-709.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designe
4343

4444
TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designer for .NET now use schema version __http://schemas.telerik.com/reporting/2023/3.0__.
4545

46-
### HTML5 Angular Wrapper SystemJS Demo
47-
48-
The Angular SystemJS demo project with the [HTML5 Angular Wrapper Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview%}) is no longer distributed.
49-
5046
## Dependencies
5147

5248
### Web Report Designer Dependencies

upgrade/2024/2024-q2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designe
4242

4343
TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designer for .NET now use schema version __http://schemas.telerik.com/reporting/2023/3.0__.
4444

45-
### HTML5 Angular Wrapper SystemJS Demo
46-
47-
The Angular SystemJS demo project with the [HTML5 Angular Wrapper Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/angular-report-viewer/angular-report-viewer-overview%}) is no longer distributed.
48-
4945
## Dependencies
5046

5147
### Web Report Designer Dependencies

0 commit comments

Comments
 (0)