This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:comment>angepasste version für TYPO3 v13 indexed_search fix für ergebnisanzahl u.a. script-einbindung mit inline fkt., ohne gibt' fehler wg. mime-type, nosniff, wenn im Public-Ordner der Kopie --> muss im Public-ordner der eigenen Ext. sein!!</f:comment> | |
<html | |
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" | |
data-namespace-typo3-fluid="true" | |
> | |
<f:asset.script identifier="indexed_search_pagination" src="EXT:indexed_search/Resources/Public/JavaScript/pagination.js" /> | |
<f:asset.script identifier="indexed_search_sliding_pagination" src="EXT:my_sitepackage/Resources/Public/JavaScript/slideingpagination-indexed-search.js" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en-us"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" /> | |
<meta name="description" content="Liquid Slider : A JQuery Slider Plugin" /> | |
<!-- You may want to "minify" these after making edits http://www.refresh-sf.com/yui/ --> | |
<link rel="stylesheet" href="./css/animate.css"> <!-- Optional --> | |
<link rel="stylesheet" href="./css/liquid-slider-original.css"> |