Re: [TYPO3] Value from TS into html

2008-09-29 Thread Denis Mrkota
"Andreas Burg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Denis uses the extension automaketemplate, and it just works, if you have > done some other configurations. > > @Denis > You can use constants here: > my_color = #FF > subparts.bg_color = {$my_color} { .

Re: [TYPO3] Value from TS into html

2008-09-26 Thread Andreas Burg
Hello, Denis uses the extension automaketemplate, and it just works, if you have done some other configurations. @Denis You can use constants here: my_color = #FF subparts.bg_color = {$my_color} better not use HTML-Attribs to formate, use css-inline-style or better css-classes. better us

Re: [TYPO3] Value from TS into html

2008-09-26 Thread Morten Kjems
Thanks to both of you. I will look into both techniques. Regards /Morten ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Value from TS into html

2008-09-26 Thread Denis Mrkota
"Morten Kjems" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Denis. > >> Ok, found it.. > > I have never used markers in my templates but I just got curious. > > Could you post the answer. This is what i did: color = TEXT color.value = #FF temp.mainTemplate = TEMPLATE te

Re: [TYPO3] Value from TS into html

2008-09-25 Thread Andreas Burg
f.e. my_template.html -> ...snip... ###ANOTHER_CONTENT### ###SOME_CONTENT### ...snip... TS-template-setup -> lib.some_content = TEXT lib.some_content.value = Hello world! lib.another_content = TEXT lib.another_content.field = title page = PAGE page { typeNum = 0 10 = TEMPLATE 10 {

Re: [TYPO3] Value from TS into html

2008-09-25 Thread Morten Kjems
Hi Denis. > Ok, found it.. I have never used markers in my templates but I just got curious. Could you post the answer. /Morten ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typ

Re: [TYPO3] Value from TS into html

2008-09-25 Thread Denis Mrkota
"Denis Mrkota" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Suppose i have this in my html template: > > > > and i want to replace ###color### with a value defined in TS - how to do > it? > > I know it's trivial but didn't work some time with Typo3 and forgot :-) > Thx

[TYPO3] Value from TS into html

2008-09-25 Thread Denis Mrkota
Hi, Suppose i have this in my html template: and i want to replace ###color### with a value defined in TS - how to do it? I know it's trivial but didn't work some time with Typo3 and forgot :-) Thx., regards. Denis ___ TYPO3-english mailing list