X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=9a5d1e285376eec918369f57b9fb5424821a2cf8;hp=1b887215d24dabb46176c7b71a01ceb9c15d3cc8;hb=7e471788d9356b1cb8659513674df9a883101807;hpb=a193d10c45d8226937c91a17dc588e4f6f1586fd diff --git a/index.yaws b/index.yaws index 1b88721..9a5d1e2 100755 --- a/index.yaws +++ b/index.yaws @@ -1,13 +1,15 @@ - + 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 -> "css/1/euphorik.css"; + undefined -> "styles/1/euphorik.css"; C -> C end, {ehtml, {link , @@ -21,34 +23,51 @@ }. - - - - - - - - - - +
- + + % 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