RE: [Grouptime-developers] The pre-FINAL of Coding Standards
Status: Pre-Alpha
Brought to you by:
sauanimal
|
From: Cosimo V. <co...@da...> - 2002-09-09 07:11:00
|
Il lun, 2002-09-09 alle 09:34, Jan Urva ha scritto:
> TMPL tags are that way for two reasons:
> A) HTML IDE software (Dreamweaver and so on) ignore those tags
> as they are between "<" and ">". So you can edit this template
> files with these applications without damaging layout.
> B) In case, one or more of this variables, are not passed to the
> templates the browser will ignore this tags (they won't be displayed).
>
> Can't this be remade!? I know that some of the template engines use the
> {}
> instead of <>. I think using the {} will give the better impression,
> what is in the page etc... don't you agree!?
Ok.
I'll change that, there is no problem, just have to change the
regex. I can also create a new method where you can choose the
"opentag" you want to use (and its matching 'closetag').
And I can set "{" as default.
What do you think?
About tabs and spaces there is no problem for me, just choos and
I'll agree. :)
Cosimo.
|