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
This commit is contained in:
Родитель
6003d212cf
Коммит
0c9b5e31a5
|
@ -433,9 +433,9 @@ defaults:
|
|||
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
|
||||
# "foo": "Bar"
|
||||
suiteversion: "2024 Q2"
|
||||
buildversion: "18.1.24.514"
|
||||
reportserverversion: "10.1.24.514"
|
||||
spaviewerversion: "22.24.514"
|
||||
buildversion: "18.1.24.709"
|
||||
reportserverversion: "10.1.24.709"
|
||||
spaviewerversion: "22.24.709"
|
||||
nodeversion: "16.0.0"
|
||||
angularsubsetversion: "14.0.0"
|
||||
kendosubsetversion: "2022.3.913"
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
{% endif %}
|
|
@ -0,0 +1,18 @@
|
|||
{% assign product = site.product %}
|
||||
{% if page.product != blank %}
|
||||
{% assign product = site.data.cta_panels_data.product_map[page.product] %}
|
||||
{% endif %}
|
||||
{% assign hasCtaPanel = site.data.cta_panels_data[product] %}
|
||||
|
||||
{%if hasCtaPanel %}
|
||||
<section class="kd-cta-panel">
|
||||
<div>
|
||||
<div class="kd-cta kd-cta-sm">
|
||||
<p class="kd-text">
|
||||
New to <span class="js-product">{{ product }}</span>?
|
||||
<a class="kd-link" href="{{ site.data.cta_panels_data[product].trial_url }}">Request free 30-day trial</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
|
@ -20,7 +20,7 @@ With Telerik Reporting you can retrieve and process data from relational, multi-
|
|||
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.
|
||||
|
||||
{% if site.has_cta_panels == true %}
|
||||
{% include cta-panel-introduction-reporting.html %}
|
||||
{% include cta-panel-introduction.html %}
|
||||
{% endif %}
|
||||
|
||||
## Supported Platforms
|
||||
|
|
|
@ -43,10 +43,6 @@ TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designe
|
|||
|
||||
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__.
|
||||
|
||||
### HTML5 Angular Wrapper SystemJS Demo
|
||||
|
||||
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.
|
||||
|
||||
## Dependencies
|
||||
|
||||
### Web Report Designer Dependencies
|
||||
|
|
|
@ -42,10 +42,6 @@ TRDX, TRDP, and TRBP report definitions created by the Standalone Report Designe
|
|||
|
||||
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__.
|
||||
|
||||
### HTML5 Angular Wrapper SystemJS Demo
|
||||
|
||||
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.
|
||||
|
||||
## Dependencies
|
||||
|
||||
### Web Report Designer Dependencies
|
||||
|
|
Загрузка…
Ссылка в новой задаче