Jump to content

Needing some help


tdohrer

Recommended Posts

hoping to get some help. I got a html template and i am trying to make my va website with it. you can see what i have been able to get done at www.legionvagroup.com. I havent switched any of the text yet want to get everything up and running first. I have tabs at the some came from phpvms and the rest from pages thru contact came with the template and i cant get them to show up when i click on them. Ill paste my layout.tpl txt so people can see. Any help would be great and appreciated!

<li><a href="columns.tpl">Pages</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl" class="subnav">Homepage sliders</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">Nivo Slider</a></li>

<li><a href="index2.tpl">FlexSlider Responsive Slider</a></li>

<li><a href="index3.tpl">Kwicks Accordion Slider</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="layout.tpl" class="subnav">Unlimited Submenu Demo</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">Menu</a></li>

<li><a href="layout.tpl">Supports</a></li>

<li><a href="layout.tpl" class="subnav">Unlimited</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">See!</a></li>

<li><a href="layout.tpl" class="subnav">Isn't</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">This</a></li>

<li><a href="layout.tpl">is an</a></li>

<li><a href="layout.tpl">example</a></li>

<li><a href="layout.tpl">of a 4th</a></li>

<li><a href="layout.tpl">level</a></li>

<li><a href="layout.tpl">submenu</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="layout.tpl">it</a></li>

<li><a href="layout.tpl">awesome?</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="layout.tpl">Submenu's!</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="subpage-fullwidth.tpl">Subpage Full-width</a></li>

<li><a href="subpage-sidebar-left.tpl">Subpage Left Sidebar</a></li>

<li><a href="subpage-sidebar-right.tpl">Subpage Right Sidebar</a></li>

<li><a href="columns.tpl">Columns</a></li>

<li><a href="features.tpl">Features</a></li>

<li><a href="typography.tpl">Typography</a></li>

<li><a href="portfolio-1column.tpl">Portfolio</a></li>

<li><a href="news.tpl">News</a></li>

<li><a href="article.tpl">Article</a></li>

<li><a href="contact.tpl">Contact</a></li>

</ul>

<!-- End Sub-Navigation -->

Link to comment
Share on other sites

That won't tell us anything on it's own, we need to see the head content and the other coding to see if something is missing. Quite often these issue tend to be either PHPVMS not picking up your filepath references and therefore not including the relevant files it needs to show your content, or it might be a phpvms version issue between you using .tpl and .php files or something.

Post the entire page code and then we can see what's what.

Link to comment
Share on other sites

Here is the whole thing. Could it be something do with the javscript's at the bottom i have been trying to get that code to work

<!doctype html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->

<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->

<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->

<!--[if IE 9]> <html class="no-js ie9 oldie" lang="en"> <![endif]-->

<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->

<head>

<meta charset="utf-8">

<title><?php echo $page_title; ?></title>

<?php echo $page_htmlhead; ?>

<meta name="description" content="InnoTech, Modern, Responsive, Site, Template, Site Template, CSS, HTML, Javascript, HTML5, CSS3, jQuery, Modernizr, jQuery UI, 66Themes">

<meta name="author" content="66Themes">

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- CSS: implied media=all -->

<link href='http://fonts.googleapis.com/css?family=Arvo|Cabin' rel='stylesheet' type='text/css'>

<link href="<?php echo SITE_URL?>/lib/skins/legionva/style.css" rel="stylesheet" media="all" />

<!-- end CSS-->

<!-- All Javascript at the bottom, except for Modernizr / Respond.

Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries

For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->

<script type="text/javascript" src=<?php echo SITE_URL; ?>/js/libs/modernizr-2.5.3.min.js"></script>

</head>

<body>

<?php echo $page_htmlreq; ?>

<!-- Page Container -->

<div id="container">

<!-- Header -->

<header>

<!-- Header Top Area -->

<div id="headerTop">

<div class="headerInner">

<!-- Company Logo -->

<a href="layout.tpl">

<a href="<?php echo url('/'); ?>"><img src="<?php echo SITE_URL ?>/lib/skins/legionva/img/logo-innotech.png" alt="logo" style="max-height:80px;" /></a>

</a>

<!-- Navigation -->

<ul>

<li><a href="layout.tpl" class="current">Home</a></li>

<li><a href="columns.tpl">Pages</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl" class="subnav">Homepage sliders</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">Nivo Slider</a></li>

<li><a href="layout2.tpl">FlexSlider Responsive Slider</a></li>

<li><a href="layout3.tpl">Kwicks Accordion Slider</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="layout.tpl" class="subnav">Unlimited Submenu Demo</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">Menu</a></li>

<li><a href="layout.tpl">Supports</a></li>

<li><a href="layout.tpl" class="subnav">Unlimited</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">See!</a></li>

<li><a href="layout.tpl" class="subnav">Isn't</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="layout.tpl">This</a></li>

<li><a href="layout.tpl">is an</a></li>

<li><a href="layout.tpl">example</a></li>

<li><a href="layout.tpl">of a 4th</a></li>

<li><a href="layout.tpl">level</a></li>

<li><a href="layout.tpl">submenu</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="layout.tpl">it</a></li>

<li><a href="layout.tpl">awesome?</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="layout.tpl">Submenu's!</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="subpage-fullwidth.tpl">Subpage Full-width</a></li>

<li><a href="subpage-sidebar-left.tpl">Subpage Left Sidebar</a></li>

<li><a href="subpage-sidebar-right.tpl">Subpage Right Sidebar</a></li>

<li><a href="columns.tpl">Columns</a></li>

<li><a href="features.tpl">Features</a></li>

<li><a href="typography.tpl">Typography</a></li>

<li><a href="portfolio-1column.tpl">Portfolio</a></li>

<li><a href="news.tpl">News</a></li>

<li><a href="article.tpl">Article</a></li>

<li><a href="contact.tpl">Contact</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="features.tpl" >Features</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="features.tpl">Tabs</a></li>

<li><a href="features.tpl">Accordion</a></li>

<li><a href="features.tpl">Tables</a></li>

<li><a href="features.tpl">Toggles</a></li>

<li><a href="features.tpl">Info Boxes</a></li>

<li><a href="features.tpl">Buttons</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="typography.tpl" >Typography</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="typography.tpl">Headings</a></li>

<li><a href="typography.tpl">Pull Quotes</a></li>

<li><a href="typography.tpl">Block Quotes</a></li>

<li><a href="typography.tpl">Images</a></li>

<li><a href="typography.tpl">Images with captions</a></li>

<li><a href="typography.tpl">Dropcaps</a></li>

<li><a href="typography.tpl">Text Highlighting</a></li>

<li><a href="typography.tpl">Lists</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="portfolio-1column.tpl" >Portfolio</a>

<!-- Sub-Navigation -->

<ul>

<li><a href="portfolio-1column.tpl">1-Column Layout</a></li>

<li><a href="portfolio-2column.tpl">2-Column Layout</a></li>

<li><a href="portfolio-3column.tpl">3-Column Layout</a></li>

<li><a href="portfolio-4column.tpl">4-Column Layout</a></li>

</ul>

<!-- End Sub-Navigation -->

</li>

<li><a href="news.tpl" >News</a></li>

<li><a href="contact.tpl" >Contact</a></li>

</ul>

<!-- End of Navigation -->

<div class="clearfix"></div>

<!-- Select box navigation -->

<select id="selectNav">

<option value="">Navigation</option>

<option value="layout.tpl">Home</option>

<option value="subpage-sidebar-left.tpl">Pages</option>

<option value="layout.tpl">- Homepage sliders</option>

<option value="layout.tpl">-- Nivo Slider</option>

<option value="layout2.tpl">-- FlexSlider Responsive Slider</option>

<option value="layout3.tpl">-- Kwicks Accordion Slider</option>

<option value="subpage-fullwidth.tpl">- Subpage Full-width</option>

<option value="subpage-sidebar-left.tpl">- Subpage Left Sidebar</option>

<option value="subpage-sidebar-right.tpl">- Subpage Right Sidebar</option>

<option value="columns.tpl">- Columns</option>

<option value="features.tpl">- Features</option>

<option value="typography.tpl">- Typography</option>

<option value="portfolio-1column.tpl">- Portfolio</option>

<option value="news.tpl">- News</option>

<option value="article.tpl">- Article</option>

<option value="contact.tpl">- Contact</option>

<option value="features.tpl">Features</option>

<option value="features.tpl">- Tabs</option>

<option value="features.tpl">- Accordion</option>

<option value="features.tpl">- Tables</option>

<option value="features.tpl">- Toggles</option>

<option value="features.tpl">- Info Boxes</option>

<option value="features.tpl">- Buttons</option>

<option value="typography.tpl">Typography</option>

<option value="typography.tpl">- Headings</option>

<option value="typography.tpl">- Pull Quotes</option>

<option value="typography.tpl">- Block Quotes</option>

<option value="typography.tpl">- Images</option>

<option value="typography.tpl">- Images with captions</option>

<option value="typography.tpl">- Dropcaps</option>

<option value="typography.tpl">- Text Highlighting</option>

<option value="typography.tpl">- Lists</option>

<option value="portfolio-1column.tpl">Portfolio</option>

<option value="portfolio-1column.tpl">1-Column Layout</option>

<option value="portfolio-2column.tpl">2-Column Layout</option>

<option value="portfolio-3column.tpl">3-Column Layout</option>

<option value="portfolio-4column.tpl">4-Column Layout</option>

<option value="news.tpl">News</option>

<option value="contact.tpl">Contact</option>

</select>

<!-- End Select box navigation -->

</div>

</div>

<!-- Header Bottom Area -->

<div id="headerBottom">

<div class="headerInner">

<!-- Social Buttons -->

<div class="socialButtons">

<a href="http://wikipedia.org/wiki/Really_Simple_Syndication" target="_blank" class="rss">B</a>

<a href="http://twitter.com" target="_blank" class="tw">t</a>

<a href="http://facebook.com" target="_blank" class="fb">f</a>

<a href="http://linkedin" target="_blank" class="li">l</a>

<a href="http://plus.google.com" target="_blank" class="gp">g</a>

<div class="clearfix"></div>

</div>

<!-- End Social Buttons -->

<!-- Contact Info -->

<div id="contactInfo">

<p><strong>M</strong> <a href="mailto:">info@innotech.com</a></p>

<p><strong>T</strong> +48 555-654-983</p>

<div class="clearfix"></div>

</div>

<!-- End Contact Info -->

<!-- Search -->

<div id="searchBar">

<form action="#" method="GET">

<input class="inputBar" type="text" name="Search" placeholder="Search..." />

<input class="submitBtn" type="submit" value="L" />

</form>

</div>

<!-- End Search -->

<div class="clearfix"></div>

</div>

</div>

<div id="sliderContainer" class="noMobile">

<div id="sliderContainerBg"></div>

<div id="sliderContainerInner">

<div id="sliderShadow"></div>

<!-- Nivo Slider -->

<div id="slider" class="nivoSlider">

<img src="img/usercontent/img-nissan2.jpg" alt="Nivo Slider Image" title="Say hello to InnoTech, a responsive site template."/>

<a href="http://dev7studios.com"><img src="img/usercontent/img-nissan1.jpg" alt="Nivo Slider Image" title="Powered by clean, minimal and easy to use mark-up. Responsive and optimized for smartphones and tablets" /></a>

<img src="img/usercontent/img-nissan3.jpg" alt="Nivo Slider Image" title="Built using the latest technologies including HTML5, CSS3 and jQuery." />

<img src="img/usercontent/img-nissan4.jpg" alt="Nivo Slider Image" title="Filled with loads of features, including tabs, accordions, toggles, message boxes and a smart menu supporting unlimited sub-menus."/>

<img src="img/usercontent/img-nissan5.jpg" alt="Nivo Slider Image" title="#htmlcaption" />

</div>

<div id="htmlcaption" class="nivo-html-caption">

Don't forget to test-drive the other built-in sliders, <a href="layout2.tpl">FlexSlider Responsive Slider</a> and <a href="layout3.tpl">Quicks Accordion Slider</a>.

</div>

<!-- End Nivo Slider -->

</div>

</div>

</header>

<!--! end of Header -->

<!-- Main Content -->

<div id="main" role="main">

<!-- Callout box -->

<div class="callout">

<p>InnoTech is a clean, high quality site template built using the latest technologies including HTML5, CSS3 and jQuery with minimal, valid and easy to use markup. Responsive and optimized for smartphones and tablets and successfully tested in all major browsers, including IE7+, Chrome, Firefox, Opera and Safari.</p>

</div>

<!-- End callout box -->

<!-- One Third Column -->

<div class="row">

<div class="column oneThird">

<a href="#"><img src="img/usercontent/img-nissan8.jpg" alt="A picture" title="A picture" /></a>

<h3>Monotonectally formulate superior applications.</h3>

<p>Via adaptive web services. Globally leverage other's technically sound products with compelling ROI. Seamlessly expedite fully tested e-markets vis-a-vis best-of-breed process improvements. Distinctively simplify parallel technologies after interactive.</p>

<a href="#">Read more »</a>

</div>

<div class="column oneThird">

<a href="#"><img src="img/usercontent/img-nissan9.jpg" alt="A picture" title="A picture" /></a>

<h3>Proactively redefine frictionless total linkage.</h3>

<p>Phosfluorescently restore worldwide productvis-a-vis optimal portals. Professionally formulate error-free ROI via exceptional interfaces. Credibly unleash plug-and-play users after robust models. Quickly implement intermandated services.</p>

<a href="#">Read more »</a>

</div>

<div class="column oneThird last">

<a href="#"><img src="img/usercontent/img-nissan10.jpg" alt="A picture" title="A picture" /></a>

<h3>Rapidiously orchestrate cross-unit leaderships.</h3>

<p>Competently disintermediate business manufactured products whereas standards compliant innovation. Conveniently customize emerging products for granular content. Assertively pursue inexpensive paradigms and go forward intellectual capital.</p>

<a href="#">Read more »</a>

</div>

<div class="clearfix"></div>

</div>

<!-- End One Third Column -->

<p> </p>

<!-- Header with link -->

<div class="pageLink">

<h3><a href="portfolio-1column.tpl">Fresh projects</a></h3>

<a href="portfolio-1column.tpl" class="linkBtn">)</a>

</div>

<!-- End Header with link -->

<!-- One Fourth Column -->

<div class="row">

<div class="column oneFourth">

<a href="img/usercontent/img-nissan11-full.jpg" data-rel="prettyPhoto[portfolioGroup]" title="A picture"><img src="img/usercontent/img-nissan11.jpg" alt="A picture" title="A picture" /></a>

<h5>Project Title</h5>

<p>Efficiently evolve progressive process improvements and highly efficient ...</p>

<a href="portfolio-1column.tpl">See more »</a>

</div>

<div class="column oneFourth">

<a href="img/usercontent/img-nissan12-full.jpg" data-rel="prettyPhoto[portfolioGroup]" title="A picture"><img src="img/usercontent/img-nissan12.jpg" alt="A picture" title="A picture" /></a>

<h5>Project Title</h5>

<p>Completely synergize multimedia based markets vis-a-vis alternative ...</p>

<a href="portfolio-1column.tpl">See more »</a>

</div>

<div class="column oneFourth">

<a href="img/usercontent/img-nissan13-full.jpg" data-rel="prettyPhoto[portfolioGroup]" title="A picture"><img src="img/usercontent/img-nissan13.jpg" alt="A picture" title="A picture" /></a>

<h5>Project Title</h5>

<p>Synergistically plagiarize emerging "outside the box" thinking ...</p>

<a href="portfolio-1column.tpl">See more »</a>

</div>

<div class="column oneFourth last">

<a href="img/usercontent/img-nissan14-full.jpg" data-rel="prettyPhoto[portfolioGroup]" title="A picture"><img src="img/usercontent/img-nissan14.jpg" alt="A picture" title="A picture" /></a>

<h5>Project Title</h5>

<p>Professionally restore intuitive total linkage via resource maximizing meta ...</p>

<a href="portfolio-1column.tpl">See more »</a>

</div>

<div class="clearfix"></div>

</div>

<!-- End One Fourth Column -->

<p> </p>

<!-- Two thirds/one third Column -->

<div class="row">

<div class="column twoThirds">

<!-- Header with link -->

<div class="pageLink">

<h3><a href="news.tpl">Latest News</a></h3>

<a href="news.tpl" class="linkBtn">)</a>

</div>

<!-- End Header with link -->

<!-- News preview -->

<div class="newsPreview left">

<h5><a href="article.tpl">Globally monetize corporate niches vis-a-vis multi-disciplinary interfaces.</a></h5>

<!-- News meta data -->

<div class="meta">

<span class="metaAuthor"><a href="#">ADMIN</a></span>

<span class="metaComments"><a href="#">21</a> COMMENTS</span>

<span class="metaDate">05-02-2012</span>

<div class="clearfix"></div>

</div>

<!-- End News meta data -->

<p>Professionally maintain goal-oriented partnerships

and client-centric strategic theme areas. Quickly

coordinate client-centric leadership skills before error-

free schemas. Rapidiously fashion revolutionary ...</p>

<a href="article.tpl">Read more »</a>

</div>

<!-- End News preview -->

<!-- News preview -->

<div class="newsPreview right">

<h5><a href="article.tpl">Energistically syndicate strategic best practices rather than fully researched.</a></h5>

<!-- News meta data -->

<div class="meta">

<span class="metaAuthor"><a href="#">ADMIN</a></span>

<span class="metaComments"><a href="#">21</a> COMMENTS</span>

<span class="metaDate">05-02-2012</span>

<div class="clearfix"></div>

</div>

<!-- End News meta data -->

<p>Quickly repurpose plug-and-play networks for market-driven methodologies. Authoritatively foster efficient services and compelling process improvements. Dynamically formulate go forward e-business ...</p>

<a href="article.tpl">Read more »</a>

</div>

<!-- End News preview -->

<div class="clearfix"></div>

<!-- News preview -->

<div class="newsPreview left">

<h5><a href="article.tpl">Continually transition virtual convergence before corporate portals.</a></h5>

<!-- News meta data -->

<div class="meta">

<span class="metaAuthor"><a href="#">ADMIN</a></span>

<span class="metaComments"><a href="#">21</a> COMMENTS</span>

<span class="metaDate">05-02-2012</span>

<div class="clearfix"></div>

</div>

<!-- End News meta data -->

<p>Dynamically engineer virtual experiences via enabled schemas. Dramatically brand dynamic applications rather than highly efficient data. Phosfluorescently reinvent transparent expertise for flexible scenarios ...</p>

<a href="article.tpl">Read more »</a>

</div>

<!-- End News preview -->

<!-- News preview -->

<div class="newsPreview right">

<h5><a href="article.tpl">Dynamically incentivize premier platforms before 24/7 users.</a></h5>

<!-- News meta data -->

<div class="meta">

<span class="metaAuthor"><a href="#">ADMIN</a></span>

<span class="metaComments"><a href="#">21</a> COMMENTS</span>

<span class="metaDate">05-02-2012</span>

<div class="clearfix"></div>

</div>

<!-- End News meta data -->

<p>Competently synergize low-risk high-yield results with cross functional models. Completely target goal-oriented methodologies after virtual initiatives. Continually fashion prospective web services ...</p>

<a href="article.tpl">Read more »</a>

</div>

<!-- End News preview -->

<div class="clearfix"></div>

</div>

<div class="column oneThird last">

<!-- Header with link -->

<div class="pageLink">

<h3><a href="">Our Services</a></h3>

<a href="#" class="linkBtn">)</a>

<!-- End Header with link -->

</div>

<h5>Concepting</h5>

<img src="img/icons/iconset-addictive-flavour-set/png%20files/document_pen.png" alt="Concepting" title="Concepting" class="icon"/>

<p>Compellingly maximize worldwide growth strategies whereas emerging action items. Interactively repurpose standards <a href="#">...</a></p>

<h5>Design</h5>

<iframe src="http://player.vimeo.com/video/22884674?title=0&byline=0&portrait=0&color=ffffff" style="border: 1px solid white; height: 164px;"></iframe>

<p></p>

<h5>Development</h5>

<img src="img/icons/iconset-addictive-flavour-set/png%20files/safari.png" alt="Development" title="Development" class="icon"/>

<p>Collaboratively utilize efficient testing procedures for sustainable relationships. Distinctively redefine frictionless innovation <a href="#">...</a></p>

</div>

<div class="clearfix"></div>

</div>

<!-- End Two thirds/one third Column -->

<p> </p>

<!-- Client slides -->

<div id="clientsSlider">

<h3>Our clients</h3>

<div id="slides" class="clients">

<div class="slides_container">

<div class="slide">

<img src="img/logos/shleep.png" alt="Shleep" title="Shleep" />

<img src="img/logos/more.png" alt="More" title="More" />

<img src="img/logos/playground.png" alt="Playground" title="Playground" />

<img src="img/logos/paradox.png" alt="Paradox" title="Paradox" />

<img src="img/logos/cinemacafe.png" alt="Cinemecafe" title="Cinemecafe" />

<img src="img/logos/hopesparks.png" alt="Hopesparks" title="Hopesparks" class="last" />

</div>

<div class="slide">

<img src="img/logos/playground.png" alt="Playground" title="Playground" />

<img src="img/logos/hopesparks.png" alt="Hopesparks" title="Hopesparks" />

<img src="img/logos/more.png" alt="More" title="More" />

<img src="img/logos/cinemacafe.png" alt="Cinemecafe" title="Cinemecafe" />

<img src="img/logos/shleep.png" alt="Shleep" title="Shleep" />

<img src="img/logos/paradox.png" alt="Paradox" title="Paradox" class="last" />

</div>

</div>

</div>

</div>

<!-- End Client slides -->

<!-- One Third Column -->

<div class="row">

<div class="column oneThird">

<h3>More information</h3>

<a href="#">About our company »</a>

<p>Monotonectally deploy accurate internal or "organic" sources whereas top-line internal or "organic" sources.</p>

<a href="#">View our work »</a>

<p>Compellingly deliver dynamic internal or "organic" sources for low-risk high-yield testing procedures.</p>

<a href="#">Why choose us »</a>

<p>Conveniently monetize high standards in web services after an expanded array of interfaces. </p>

</div>

<div class="column oneThird">

<!-- Newsletter form -->

<h3>Newsletter</h3>

<h5>Sign up for our newsletter</h5>

<p>Compellingly generate accurate systems after fully tested systems. Rapidiously cultivate orthogonal architectures without worldwide vortals.</p>

<p>Phosfluorescently repurpose front-end mindshare before stand-alone e-tailers.</p>

<form class="newsletterForm" method="GET" action="#">

<label for="emailInput">Your e-mail address:</label>

<input type="text" name="emailInput" id="emailInput" value="" />

<input type="submit" name="submitNewsletter" value="Subscribe"/>

</form>

<!-- End Newsletter form -->

</div>

<div class="column oneThird last">

<h3>Testimonials</h3>

<!-- Revolving quotes -->

<div id="quoteWrap">

<blockquote>

" Collaboratively transform impactful convergence rather than value-added relationships. Competently re-engineer state of the art experiences whereas emerging expertise. Monotonectally reconceptualize real-time systems without e-business process improvements. Quickly procrastinate orthogonal solutions via highly efficient leadership. "

<cite>- John Doe</cite>

</blockquote>

<blockquote>

" Objectively provide access to seamless ideas vis-a-vis next-generation ROI. Rapidiously enhance user-centric convergence and cost effective bandwidth. Proactively morph effective opportunities whereas wireless technology. "

<cite>- Jane Doe</cite>

</blockquote>

<blockquote>

" Monotonectally myocardinate end-to-end imperatives through superior infrastructures. Seamlessly utilize alternative ROI with market-driven customer service.Authoritatively harness leveraged methodologies and inexpensive process improvements. "

<cite>- John Doe</cite>

</blockquote>

<blockquote>

" Intrinsicly envisioneer leading-edge total linkage vis-a-vis empowered expertise. Compellingly whiteboard distinctive methodologies through team building scenarios. Credibly exploit standards compliant experiences whereas best-of-breed models. Monotonectally provide access to empowered information and impactful quality vectors. "

<cite>- Jane Doe</cite>

</blockquote>

</div>

<!-- End Revolving quotes -->

</div>

<div class="clearfix"></div>

</div>

<!-- End One Third Column -->

<p> </p>

</div>

<!--! end of Main Content -->

<!-- Footer -->

<footer>

<div id="footerInner">

<!-- One Fourth Column Row -->

<div class="row">

<!-- About us -->

<div class="column oneFourth">

<h3>About us</h3>

<a href="#">

<img src="img/logo-innotech.png" alt="Our company logo" />

</a>

<p></p>

<p>Completely coordinate technically sound

alignments after one-to-one communities.

Continually expedite state of the art

applications and competitive information.</p>

<p><span class="grey">Completely coordinate technically sound

alignments after one-to-one communities.

Continually expedite state of the art

applications and competitive information.</span></p>

</div>

<!-- End About us -->

<!-- Navigation -->

<div class="column oneFourth">

<h3>Navigation</h3>

<ul class="footerNav">

<li><a href="home.tpl">Home</a></li>

<li><a href="news.tpl">News</a></li>

<li><a href="subpage-fullwidth.tpl">About</a></li>

<li><a href="portfolio-1column.tpl">Portfolio</a></li>

<li><a href="blog.tpl">Blog</a></li>

<li><a href="contact.tpl">Contact</a></li>

</ul>

</div>

<!-- End Navigation -->

<!-- Latest Tweets -->

<div class="column oneFourth">

<h3>Latest Tweets</h3>

<div class="tweet"></div>

</div>

<!-- End Latest Tweets -->

<!-- Contact -->

<div class="column oneFourth last">

<h3>Contact us</h3>

<dl class="contactInfo">

<dt>Address</dt>

<dd>Some Sreet 67</dd>

<dt>Phone</dt>

<dd>+48 555-654-983 </dd>

<dt>Fax</dt>

<dd>+48 555-654-983</dd>

<dt>E-mail</dt>

<dd><a href="mailto:info@innotech.com">info@innotech.com</a></dd>

</dl>

<div class="clearfix"> </div>

<!-- Social Buttons -->

<div class="socialButtons">

<a href="http://wikipedia.org/wiki/Really_Simple_Syndication" target="_blank" class="rss">B</a>

<a href="http://twitter.com" target="_blank" class="tw">t</a>

<a href="http://facebook.com" target="_blank" class="fb">f</a>

<a href="http://linkedin.com" target="_blank" class="li">l</a>

<a href="http://plus.google.com" target="_blank" class="gp">g</a>

<div class="clearfix"> </div>

</div>

<div id="mapCanvas"></div>

</div>

<!-- End Contact -->

<div class="clearfix"></div>

</div>

</div>

<!-- Footer Bottom -->

<div id="footerBottom">

<div id="footerBottomInner">

<a href="http://www.tplvms.net" target="_blank">powered by phpVMS</a>

<a href="#" class="topButton">top <span class="webSymbols">:</span></a>

<div class="clearfix"></div>

</div>

</div>

</footer>

<!--! end of Footer -->

</div> <!--! end of #container -->

<!--! Settings widget | PREVIEW PURPOSES ONLY -->

<div id="settingsWidget">

<link href='http://fonts.googleapis.com/css?family=Doppio+One|Share|Droid+Sans|Londrina+Solid|Lobster|Cutive' rel='stylesheet' type='text/css'>

<link href='http://fonts.googleapis.com/css?family=Iceberg|Antic+Slab|Ledger|Advent+Pro|Imprima|Noticia+Text' rel='stylesheet' type='text/css'>

<div id="settingsToggle"></div>

<div class="settings">

<h6>Colors</h6>

<p>General</p>

<div class="colorSelector generalColor"></div>

<p>Slider background</p>

<div class="colorSelector sliderColor"></div>

<p>Footer background</p>

<div class="colorSelector footerColor"></div>

</div>

<div class="settings">

<h6>Background</h6>

<div class="backgroundSelector">

<img class="currentBg" src="img/backgrounds/bg-page-noise.jpg" alt="Background noise" />

<img src="img/backgrounds/bg-page-dotted.jpg" alt="Background noise" />

<img src="img/backgrounds/bg-page-hooked.jpg" alt="Background noise" />

<img src="img/backgrounds/bg-page-circles.jpg" alt="Background noise" />

<img src="img/backgrounds/bg-page-crossed.jpg" alt="Background noise" />

<img src="img/backgrounds/bg-page-lines.jpg" alt="Background noise" />

</div>

</div>

<div class="settings">

<h6>Fonts</h6>

<p>Headings</p>

<div class="settingsDropdown headings">

<span>Arvo</span>

<ul>

<li class="fontArvo current">Arvo</li>

<li class="fontDroidSans">Droid Sans</li>

<li class="fontLondrinaSolid">Londrina Solid</li>

<li class="fontLobster">Lobster</li>

<li class="fontCutive">Cutive</li>

<li class="fontIceberg">Iceberg</li>

</ul>

</div>

<p>Body</p>

<div class="settingsDropdown body">

<span>Cabin</span>

<ul>

<li class="fontCabin current">Cabin</li>

<li class="fontAnticSlab">Antic Slab</li>

<li class="fontLedger">Ledger</li>

<li class="fontAdventPro">Advent Pro</li>

<li class="fontImprima">Imprima</li>

<li class="fontNoticiaText">Noticia Text</li>

</ul>

</div>

</div>

</div>

<!--! End Settings widget -->

<!-- Javascript at the bottom for fast page loading -->

<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->

<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"></script>

<script>window.jQuery || document.write('<script type="text/javascript" src=<?php echo SITE_URL; ?>/js/libs/jquery-1.7.1.min.js"><\/script>')</script>

<!-- scripts -->

<script src="js/libs/jquery.easing.1.3.js" type="text/javascript"></script>

<script src="js/libs/jquery-ui-1.8.17.custom.min.js" type="text/javascript"></script>

<script src="js/libs/jquery.placeholder.min.js" type="text/javascript"></script>

<script src="js/libs/jquery.tweet.min.js" type="text/javascript"></script>

<script src="http://maps.googleapis.com/maps/api/js?amp;key=AIzaSyBHU2q81-hmoEP5UQ0W5qriGM4HYwasY0Y&sensor=false" type="text/javascript" ></script>

<script type="text/javascript" src=<?php echo SITE_URL; ?>/lib/skins/js/libs/jquery.nivo.slider.pack.js"></script>

<script type="text/javascript" src=<?php echo SITE_URL; ?>/lib/skins/js/libs/jquery.flexslider-min.js"></script>

<script src="js/libs/jquery.kwicks-1.5.1.pack.js" type="text/javascript"></script>

<script src="js/libs/jquery.prettyPhoto.js" type="text/javascript"></script>

<script src="js/libs/slides.min.jquery.js" type="text/javascript"></script>

<script type="text/javascript" src=<?php echo SITE_URL; ?>/js/libs/jquery.quovolver.min.js" type="text/javascript"></script>

<script src="js/libs/jquery.pseudo.js" type="text/javascript"></script>

<script type="text/javascript" src=<?php echo SITE_URL; ?>/js/libs/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>

<script src="js/libs/colorpicker.js" type="text/javascript"></script>

<script type="text/javascript" src=<?php echo SITE_URL; ?>/js/plugins.js"></script>

<script type="text/javascript" src=<?php echo SITE_URL; ?>/js/script.js"></script>

<!-- end scripts-->

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...