Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2013 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4993586 to your computer and use it in GitHub Desktop.
Save anonymous/4993586 to your computer and use it in GitHub Desktop.
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=[[++modx_charset]]" />
<title>[[++site_name]] - [[*pagetitle]]</title>
<meta name="keywords" content="web store, free templates, website templates, CSS, HTML" />
<meta name="description" content="Web Store Theme - free CSS template provided by templatemo.com" />
<link href="/assets/templates/341_web_store/css/templatemo_style.css" rel="stylesheet" type="text/css" />
<base href="[[++site_url]]" />
<link rel="stylesheet" type="text/css" href="/assets/templates/341_web_store/css/ddsmoothmenu.css" />
<script type="text/javascript" src="/assets/templates/341_web_store/js/jquery.min.js"></script>
<script type="text/javascript" src="/assets/templates/341_web_store/js/ddsmoothmenu.js">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "templatemo_menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
<link rel="stylesheet" type="text/css" href="/assets/templates/341_web_store/css/styles.css" />
<script language="javascript" type="text/javascript" src="/assets/templates/341_web_store/scripts/mootools-1.2.1-core.js"></script>
<script language="javascript" type="text/javascript" src="/assets/templates/341_web_store/scripts/mootools-1.2-more.js"></script>
<script language="javascript" type="text/javascript" src="/assets/templates/341_web_store/scripts/slideitmoo-1.1.js"></script>
<script language="javascript" type="text/javascript">
window.addEvents({
'domready': function(){
/* thumbnails example , div containers */
new SlideItMoo({
overallContainer: 'SlideItMoo_outer',
elementScrolled: 'SlideItMoo_inner',
thumbsContainer: 'SlideItMoo_items',
itemsVisible: 5,
elemsSlide: 2,
duration: 200,
itemsSelector: '.SlideItMoo_element',
itemWidth: 171,
showControls:1});
},
});
function clearText(field)
{
if (field.defaultValue == field.value) field.value = '';
else if (field.value == '') field.value = field.defaultValue;
}
</script>
</head>
<body id="home">
<div id="templatemo_wrapper">
<div id="templatemo_header">
<div id="site_title"><h1><a href="#">Шаблон страницы</a></h1></div>
<div id="header_right">
<ul id="language">
<li><a><img src="/assets/templates/341_web_store/images/usa.png" alt="English" /></a></li>
<li><a><img src="/assets/templates/341_web_store/images/china.png" alt="Chinese" /></a></li>
<li><a><img src="/assets/templates/341_web_store/images/germany.png" alt="Germany" /></a></li>
<li><a><img src="/assets/templates/341_web_store/images/india.png" alt="Indian" /></a></li>
</ul>
<div class="cleaner"></div>
<div id="templatemo_search">
<form action="#" method="get">
<input type="text" value="Search" name="keyword" id="keyword" title="keyword" onfocus="clearText(this)" onblur="clearText(this)" class="txt_field" />
<input type="submit" name="Search" value="" alt="Search" id="searchbutton" title="Search" class="sub_btn" />
</form>
</div>
</div> <!-- END -->
</div> <!-- END of header -->
<div id="templatemo_menu" class="ddsmoothmenu">
[[Wayfinder?
&startId=`0`
&contexts=`catalog`
&innerTpl=`wf.inner.tpl`
&outerTpl=`wf.outer.tpl`
&hereClass=`selected`
&firstClass=``
&lastClass=``
]]
</div>
<!-- end of templatemo_menu -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment