X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=7fbddfc618e51ffe3a6895d2f641719d9310a6d5;hp=d3ff0f8720d5273e76ba37e9e852e0e093833b12;hb=ff0a596b8f672cd14178397aba952f1be598f335;hpb=7ade6a3495cd5c74c964df5ed794e110e770ed9d diff --git a/index.yaws b/index.yaws index d3ff0f8..7fbddfc 100755 --- a/index.yaws +++ b/index.yaws @@ -1,7 +1,18 @@ - + - + + 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 @@ -9,7 +20,7 @@ % 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,36 +33,77 @@ ], []} }. - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- % permet de prédéfinir la "class" du logo pour un ekMaster.. + % 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}}. + -
+

@@ -59,4 +111,4 @@
- \ No newline at end of file +