X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;fp=index.yaws;h=87f40e21598ade59264502355800ae152b2288b3;hp=7fbddfc618e51ffe3a6895d2f641719d9310a6d5;hb=09608ab29e1c39ea51b51a5f8669dcde36efb306;hpb=15b54271a21f0af63f7e540a0be7f9c91aaabb01 diff --git a/index.yaws b/index.yaws index 7fbddfc..87f40e2 100755 --- a/index.yaws +++ b/index.yaws @@ -5,7 +5,7 @@ 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 }}. @@ -16,8 +16,8 @@ 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 +25,7 @@ end, {ehtml, {link , [ - {id, "cssPrincipale" }, + {id, "mainCss" }, {rel, "stylesheet"}, {href, CSS}, {type, "text/css"}, @@ -49,7 +49,7 @@ - +