X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=7d88a7cfc9583fcd219b2c5dc64a10ca10bd84d8;hp=f345df069589a2c59b05e6ef7c1741e0ec3f8617;hb=351623b2a00432ae5b690476c68b8fb05cc8dd03;hpb=2c27419e5ff0d1d064cf4d7e1417c469c82aef34 diff --git a/index.yaws b/index.yaws index f345df0..7d88a7c 100755 --- a/index.yaws +++ b/index.yaws @@ -1,14 +1,26 @@ - - + - + + out(A) -> + {header, {content_type, + case string:str((A#arg.headers)#headers.user_agent, "MSIE") of + 0 -> "text/html"; %"application/xhtml+xml"; % TODO : jquery.lightbox ne support pas application/xhtml+xml + _ -> "text/html" + end + }}. + + - + 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,30 +33,76 @@ ], []} }. - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- + + % 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}}. + + -
+

@@ -52,4 +110,4 @@
- \ No newline at end of file +