X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=9d31ae48064c56849eec04468fdaca6b282260f7;hp=d73bc2b760e1af284666546ba871c4e1dad1be57;hb=b8df4cebbdbe838b78d4a860f1fe6e1931b1baf3;hpb=ab7df84e7918ce2f4ab10d5498f2cf6483188b84 diff --git a/index.yaws b/index.yaws index d73bc2b..9d31ae4 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,29 +23,74 @@ }. - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- + + % 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}}. + + -
+