X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=a0e258baa78f29c2d96f3b99df6b446c329bdf1e;hp=7fbddfc618e51ffe3a6895d2f641719d9310a6d5;hb=81393a74d648e4830dc8c7c562fa203f50a105f6;hpb=85dc0facbc2b2de826978fac3768db7949a6b92f diff --git a/index.yaws b/index.yaws index 7fbddfc..a0e258b 100755 --- a/index.yaws +++ b/index.yaws @@ -5,19 +5,17 @@ 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 + 0 -> "text/html"; %"application/xhtml+xml"; % TODO : jquery.lightbox does not support application/xhtml+xml _ -> "text/html" end }}. - + euphorik.ch - - % prédéfinit la feuille de style + + % set the stylesheet out(A) -> CSS = case euphorik_bd:css_from_user_cookie(yaws_api:find_cookie_val("cookie", A)) of undefined -> "styles/1/euphorik.css"; @@ -25,7 +23,7 @@ end, {ehtml, {link , [ - {id, "cssPrincipale" }, + {id, "mainCss" }, {rel, "stylesheet"}, {href, CSS}, {type, "text/css"}, @@ -49,16 +47,18 @@ - + + + + + + + - - - - - - + + @@ -74,7 +74,7 @@ {ehtml, {'div', [{id, "logo"}] ++ if Est_ek_master -> [{class, "ekMaster"}]; true -> [] end}}. - +