X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=9a5d1e285376eec918369f57b9fb5424821a2cf8;hp=7de72c840ef204da2e387f1fa46d83217f3b620c;hb=7e471788d9356b1cb8659513674df9a883101807;hpb=e56ca5b899d3b39c76a9056077729c04c695666b diff --git a/index.yaws b/index.yaws index 7de72c8..9a5d1e2 100755 --- a/index.yaws +++ b/index.yaws @@ -1,52 +1,73 @@ - + euphorik.ch + % prédéfinit la feuille de style out(A) -> + CSS = case euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) of + undefined -> "styles/1/euphorik.css"; + C -> C + end, {ehtml, {link , [ {id, "cssPrincipale" }, {rel, "stylesheet"}, - {href, - euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) - }, + {href, CSS}, {type, "text/css"}, {media, "screen"} ], []} }. - - - - - - - - - - +
- + + % permet de prédéfinir la "class" du logo pour un ekMaster... + out(A) -> + Est_ek_master = euphorik_bd:is_ek_master_from_cookie(yaws_api:find_cookie_val("cookie", A)), + {ehtml, {'div', [{id, "logo"}] ++ if Est_ek_master -> [{class, "ekMaster"}]; true -> [] end}}. + + -
+

- +
\ No newline at end of file