[Typo3-dev] TemplaVoila: replacing directories

Gunnar Wagenknecht g.wagenknecht at planet-wagenknecht.de
Wed Mar 3 15:59:12 CET 2004


Hi!

TemplaVoila does not replace the directories very well. I'm reporting it
here because it might be interesting for the developers.

The following code examples are never prefixed with the path "fileadmin...".
Basically these are import declarations within style tags and paths within
JavaScript code.

I also noticed that root paths starting with "/" are wrongly prefixed with
"fileadmin..." (in <a href="/start.html" ...).

Cu, Gunnar

----

<style type="text/css" media="">
/*<![CDATA[*/
    @import url("mycss_basic.css");
/*]]>*/
</style>
<style type="text/css" media="print">
/*<![CDATA[*/
    @import url("mycss_print.css");
/*]]>*/
</style>

----

<script type="text/javascript">
<!--

...

function preloadImages() {
  if (document.images) {
    button_1_over = newImage("images/button_1-over.gif");
    button_2_over = newImage("images/button_2-over.gif");
    button_3_over = newImage("images/button_3-over.gif");
    preloadFlag = true;
  }
}

// -->
</script>


----

<a ...onmouseover="changeImages('button_1', 'images/button_1-over.gif');
return true;" ...






More information about the TYPO3-dev mailing list