X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=index.yaws;h=7899936c92afb38d481356188e5868f258046dc2;hp=a0e258baa78f29c2d96f3b99df6b446c329bdf1e;hb=cb02531d4a4b217997db3fdfe2661af18c576ddd;hpb=81393a74d648e4830dc8c7c562fa203f50a105f6 diff --git a/index.yaws b/index.yaws index a0e258b..7899936 100755 --- a/index.yaws +++ b/index.yaws @@ -1,112 +1,111 @@ - - - - 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 + + + + 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 -> "styles/1/euphorik.css"; - C -> C - end, - {ehtml, {link , - [ - {id, "mainCss" }, - {rel, "stylesheet"}, - {href, CSS}, - {type, "text/css"}, - {media, "screen"} - ], []} - }. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - % 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}}. - - - - - -
-

- -

-
-
- -
- - + % 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"; + C -> C + end, + {ehtml, {link , + [ + {id, "mainCss" }, + {rel, "stylesheet"}, + {href, CSS}, + {type, "text/css"}, + {media, "screen"} + ], []} + }. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + % 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}}. + + + + + +
+

+ +

+
+
+ +
+ +