X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=c5cbf63cbae0d88fadeda0a5df1648948608461d;hp=1b887215d24dabb46176c7b71a01ceb9c15d3cc8;hb=d1e6f8e7c86f1ee75e854266463541ffedb916c9;hpb=a193d10c45d8226937c91a17dc588e4f6f1586fd diff --git a/index.yaws b/index.yaws index 1b88721..c5cbf63 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,75 @@ }. - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
- + + % 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