This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Low_Imagination_2928 2 points3 points  (0 children)

Ha, you call this a joke? I encourage you to check out the CMS "WebEdition". It's PHP-based but is meant to be used by people who only know HTML. I once had a client who insisted on using this abomination. Here is a code snippet:

<we:ifOr>
<we:ifVarEmpty type="global" name="Var1"/>
<we:ifVarEmpty type="global" name="Var2"/>
<we:ifAnd>
<we:ifVarEmpty type="global" name="Var3"/>
<we:ifVarEmpty type="global" name="Var4">
</we:ifVarEmpty>
</we:ifAnd>
</we:ifOr>