1<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
3<head>
4    <!-- title and metas -->
5    <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title>
6    <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>"/>
7    <meta name="robots" content="<{$xoops_meta_robots}>"/>
8    <meta name="keywords" content="<{$xoops_meta_keywords}>"/>
9    <meta name="description" content="<{$xoops_meta_description}>"/>
10    <meta name="rating" content="<{$xoops_meta_rating}>"/>
11    <meta name="author" content="<{$xoops_meta_author}>"/>
12    <meta name="copyright" content="<{$xoops_meta_copyright}>"/>
13    <meta name="generator" content="XOOPS"/>
14    <{if $url}>
15        <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>"/>
16    <{/if}>
17
18    <!-- Force MSIE without  javascript actived to take the default theme. not conforms to the standards but functional -->
19    <{if $isMsie}>
20        <noscript>
21            <meta http-equiv="refresh" content="0; url=<{xoAppUrl . xoops_theme_select=default}>"/>
22        </noscript>
23    <{/if}>
24
25    <!-- path favicon -->
26    <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>"/>
27    <link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>"/>
28
29    <!-- include xoops.js and others via header.php -->
30    <{$xoops_module_header}>
31
32    <!-- Xoops style sheet -->
33    <link rel="stylesheet" type="text/css" media="screen" href="<{xoAppUrl xoops.css}>"/>
34
35    <!-- Theme style sheets -->
36    <link rel="stylesheet" type="text/css" media="screen" title="Color" href="<{xoImgUrl style.css}>"/>
37</head>
38<body>
39
40<div id="xo-canvas"
41        <{if $columns_layout}> class="<{$columns_layout}>"<{/if}>>
42    <div class="xo-wrapper">
43        <div id="xo-bgstatic" class="<{$xoops_dirname}>"></div>
44        <div id="xo-header" class="<{$xoops_dirname}>">
45            <div id="xo-top">
46                <!-- include du bloc Utilisateur dans le header -->
47            </div>
48            <!-- Start Header -->
49            <table cellspacing="0">
50                <tr id="header">
51                    <td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl xoops-logo.png}>"
52                                                                                                  alt="<{$xoops_sitename}>"/></a></td>
53                    <td id="headerbanner"><{$xoops_banner}></td>
54                    <td id="xo-userbar_siteclosed">
55                        <!-- menu in anonymous mode  -->
56                        <form method="post" action="<{xoAppUrl /user.php op=login}>">
57                            <input name="uname" type="text" title=""/>
58                            <input name="pass" type="password" title=""/>
59                            <input type="hidden" name="xoops_redirect" value="<{$smarty.server.REQUEST_URI}>"/>
60                            <{if $lang_siteclosemsg}>
61                                <input type="hidden" name="xoops_login" value="1"/>
62                            <{/if}>
63                            <input type="hidden" name="op" value="login"/>
64                            <input type="submit" value="<{$lang_login}>"/>
65                        </form>
66                    </td>
67                </tr>
68                <tr>
69                    <td id="headerbar" colspan="3">&nbsp;</td>
70                </tr>
71            </table>
72            <!-- End header -->
73        </div>
74
75        <div id="xo-canvas-content">
76            <div id="xo-page">
77                <div id="xo-siteclose"><{$lang_siteclosemsg}></div>
78            </div>
79        </div>
80
81        <!-- Start footer -->
82        <table cellspacing="0">
83            <tr id="footerbar">
84                <td><{$xoops_footer}></td>
85            </tr>
86        </table>
87        <!-- End footer -->
88
89        <!--{xo-logger-output}-->
90    </div>
91</div>
92
93</body>
94</html>
95