X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=105694d329b0028860972e8a474a8bee03ca3753;hp=d1469d97e143381d05dcf9520a969a6c0f882a89;hb=02c593a29f7b83c68d57c5742c03690c11c1143c;hpb=ff7d9f985ef60d59b652a8950dbbee204b276c87 diff --git a/index.yaws b/index.yaws index d1469d9..105694d 100755 --- a/index.yaws +++ b/index.yaws @@ -1,14 +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 , @@ -22,29 +23,46 @@ }. - - - - - - - - -
- + + % 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}}. + + -
+