X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=index.yaws;h=87f40e21598ade59264502355800ae152b2288b3;hb=09608ab29e1c39ea51b51a5f8669dcde36efb306;hp=d1469d97e143381d05dcf9520a969a6c0f882a89;hpb=ff7d9f985ef60d59b652a8950dbbee204b276c87;p=euphorik.git diff --git a/index.yaws b/index.yaws index d1469d9..87f40e2 100755 --- a/index.yaws +++ b/index.yaws @@ -1,19 +1,31 @@ - - + - + + 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 does not support application/xhtml+xml + _ -> "text/html" + end + }}. + + euphorik.ch - + + % set the stylesheet 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 , [ - {id, "cssPrincipale" }, + {id, "mainCss" }, {rel, "stylesheet"}, {href, CSS}, {type, "text/css"}, @@ -21,30 +33,77 @@ ], []} }. - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- + + % 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 +111,4 @@
- \ No newline at end of file +