prolink.ostium.cz Open in urlscan Pro
85.207.59.43  Public Scan

Submitted URL: http://prolink.ostium.cz/
Effective URL: https://prolink.ostium.cz/4.0
Submission: On November 21 via manual from CZ — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

PROLINK 4.0 DOCUMENTATION

GENERAL GUIDELINES

 * You should cache individual output snippets at your side (one hour is ok).
 * Replace [site] below with your site's codename, eg. zive for zive.cz, e15 for
   e15.cz, etc.
 * Check generated html code of examles to see how the stuff works internally.
 * Parameters can (and should) be combined as regular GET params.

API

 * /4.0/[site].htmlhead.html - returns a html snippet with styles and
   javascript. Output should be placed inside <head></head> tags
 * /4.0/[site].header.html - returns a header html snippet. Currently just a
   placeholder that's loaded with ajax call from htmlheader. Output should be
   placed below <body> tag - example
 * /4.0/[site].footer.html - returns a footer html snippet. Styles applied from
   htmlheader. Output should be placed above </body> tag - example
 * /4.0/[site].mailfooter.html - returns a mail html footer snippet. example
 * /4.0/[site].promo.html - returns a promo html snippet - example

OPTIONAL PARAMETERS FOR HTMLHEAD

 * enableHeader - include js and css required to load and display header -
   example
 * enableFooter - include css required to display footer - example
 * centerStyle - style for #prolinkhdr .prolinkhdr-center. Used with
   enableHeader=1 - example
 * fixedStyle - style for #prolinkhdr .prolinkhdr-fixed. Used with
   enableHeader=1
 * jquery - include jquery library required to do a ajax call and content
   manipulation in header. Used with enableHeader=1 - example
 * footerFixedStyle - style for #prolinkftr .prolinkftr-fixed. Used with
   enableFooter=1 - example
 * footerCenterStyle - style for #prolinkftr .prolinkftr-center. Used with
   enableFooter=1
 * isCookieBar - Indicates that the panel cookie is enabled. Used with
   isCookieBar=1, cookie bar panel is render.

COMMON JAVASCRIPT OBJECT

 * /4.0/[site].common.javascript - returns a javascript object containing a html
   payload stored as a string. It's used by htmlhead. Should not be used
   directly. example

OPTIONAL PARAMETERS FOR COMMON JAVASCRIPT OBJECT

 * enableHeader - include data required by header - example
 * enableFooter - include data required by footer - example
 * enablePromo - include data required by promo - example