Hi all,
I am having trouble to include the jQuery/jQueryUI javascripts in my
template.
Here is what my template looks like:
<html xmlns:py="http://purl.org/kid/ns#">
<head>
<title>snomATF - ${page_title}</title>
<link rel="stylesheet" type="text/css" href="/css/page.css" />
<link rel="stylesheet" type="text/css" href="/css/menu_style.css" />
<link rel="icon" type="image/vnd.microsoft.icon"
href="/img/favicon.ico" />
<link type="text/css"
href="/css/ui-darkness/jquery-ui-1.8.12.custom.css" rel="stylesheet" />
<script type="text/javascript" src="/js/jquery-1.5.1.min.js" />
<script type="text/javascript"
src="/js/jquery-ui-1.8.12.custom.min.js" />
</head>
<body>
<img src="/img/img.png" alt="mycompany" height="50"/>
<div id="sectionimage">
<img src="/img/${sectionImage}.png" alt="${pageTitle}"
height="50" />
</div>
<div class="atf-menu">menu</div>
<content>Default Content</content>
</body>
</html>
Unfortunately the result is that after the template processing it seems that
the first script tag is not closed and embeds the remaining part of the
page.
So what I see is an empty page.
Can anyone help?
Thanks,
Filip
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
kid-template-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss