X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=d2954143ab37b686191e4660b76624377243eaec;hp=a32b3017f29af2d9e11d1f3c8b53c9c027a1c0c6;hb=26c6a8cae7e4c5d508d77b2a2f74a77a986ce471;hpb=4a6c575807a90370c0069b688026b10102e1ce10 diff --git a/index.yaws b/index.yaws index a32b301..d295414 100755 --- a/index.yaws +++ b/index.yaws @@ -1,16 +1,5 @@ - - - - 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 @@ -67,10 +56,10 @@
- % permet de prédéfinir la "class" du logo pour un ekMaster... + % To redefine the logo class for the ekMasters. 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}}. + Is_ek_master = euphorik_bd:is_ek_master_from_cookie(yaws_api:find_cookie_val("cookie", A)), + {ehtml, {'div', [{id, "logo"}] ++ if Is_ek_master -> [{class, "ekMaster"}]; true -> [] end}}. @@ -81,14 +70,14 @@