Re: Xoops 2.5 Jgrowl.js et le theme Maitscocorporate | Titre du sujet : Re: Xoops 2.5 Jgrowl.js et le theme Maitscocorporate par caradoc sur 29/11/2010 09:36:39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<!-- Assign Theme name -->
<{assign var=theme_name value=$xoTheme->folderName}>
<!-- Title and meta -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<!-- Rss -->
<link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
<link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>" />
<!-- Sheet Css -->
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl style.css}>" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="<{xoImgUrl styleIE8.css}>" type="text/css" />
<![endif]-->
<!-- JS -->
<{if $xoops_dirname != "publisher"}>
<{php}>
global $xoTheme;
$xoTheme->addScript("browse.php?Frameworks/jquery/jquery.js");
$this->assign('xoops_module_header', $xoTheme->renderMetas(null, true));
<{/php}>
<script type="text/javascript" src="<{xoImgUrl js/curvycorners.src.js}>"></script>
<{/if}>
<script type="text/javascript" src="<{xoImgUrl js/s3Slider.js}>"></script>
<!--<script src="http://cdn.wibiya.com/Toolbars/dir_0628/Toolbar_628250/Loader_628250.js" type="text/javascript"></script>-->
<!-- customized header contents -->
<{$xoops_module_header}>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function(jQuery) {
jQuery('#slider1').s3Slider({
timeOut: 5000
});
});
var curvyCornersVerbose = false;
</script>
</head>
<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">
<div class="wrapper">
<!-- Start Header -->
<div id="topheader">
<table border="0" width="100%" cellspacing="0">
<tr>
<td id="menu"><div id="maitsco-buttons-container">
<div>
<a id="but-home" href="<{$xoops_url}>"<{if $xoops_dirname==''}> class="selected"<{/if}>><span>Accueil</span><img src="<{$xoops_imageurl}>images/home.png" alt="" /></a>
<a id="but-news" href="<{$xoops_url}>/modules/publisher/"<{if $xoops_dirname=='news'}> class="selected"<{/if}>><span>Prestations</span><img src="<{$xoops_imageurl}>images/news.png" alt="" /></a>
<a id="but-album"href="<{$xoops_url}>/modules/extgallery/"<{if $xoops_dirname=='extgallery'}> class="selected"<{/if}>><span>Realisations</span><img src="<{$xoops_imageurl}>images/album.png" alt="" /></a>
<a id="but-forums" href="<{$xoops_url}>/modules/newbb/"<{if $xoops_dirname=='newbb'}> class="selected"<{/if}>><span>Forum</span><img src="<{$xoops_imageurl}>images/forum.png" alt="" /></a>
<a id="but-contact" href="<{$xoops_url}>/modules/contact/"<{if $xoops_dirname=='contact'}> class="selected"<{/if}>><span>Contact</span><img src="<{$xoops_imageurl}>images/email.png" alt="" /></a>
</div>
</div>
|
|