X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=d1469d97e143381d05dcf9520a969a6c0f882a89;hp=dd82f4ab05ff038e40f1d35f52365c4521f59525;hb=ff7d9f985ef60d59b652a8950dbbee204b276c87;hpb=11cb1f2af3bfad0d4227eccf57be03fe23eb1bd0 diff --git a/index.yaws b/index.yaws index dd82f4a..d1469d9 100755 --- a/index.yaws +++ b/index.yaws @@ -3,11 +3,24 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> + euphorik.ch - - " type="text/css" media="screen" > + + out(A) -> + CSS = case euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) of + undefined -> "css/1/euphorik.css"; + C -> C + end, + {ehtml, {link , + [ + {id, "cssPrincipale" }, + {rel, "stylesheet"}, + {href, CSS}, + {type, "text/css"}, + {media, "screen"} + ], []} + }. + @@ -36,7 +49,7 @@

- + \ No newline at end of file