Sha256: bfb0a8236879913b133bd7135098b6b612c55092ae50938c5677ec7e9ede4d2e

Contents?: true

Size: 1.61 KB

Versions: 8

Compression:

Stored size: 1.61 KB

Contents

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>triSports Online Shop</title>
<script>GENTICS_Aloha_base = "../../../";</script>
<script type="text/javascript" src="../../../core/include.js"></script>
<script type="text/javascript" src="../../com.gentics.aloha.plugins.Format/plugin.js"></script>
<script type="text/javascript" src="../../com.gentics.aloha.plugins.HighlightEditables/plugin.js"></script>
<script type="text/javascript" src="../../com.gentics.aloha.plugins.Link/plugin.js"></script>
<script type="text/javascript" src="../../com.gentics.aloha.plugins.Link/LinkList.js"></script>
<script type="text/javascript" src="../plugin.js"></script>
<script type="text/javascript" src="../product.js"></script>

<link rel="stylesheet" href="triSports.css" />

<!-- turn an element into editable Aloha continuous text -->
<script type="text/javascript">
GENTICS.Aloha.settings = {
	ribbon: false	
};
$(document).ready(function() {
	$('#content').aloha();	
	$('#products').aloha();	
});
</script>
</head>
<body>
<div id="main"> 
	<img id="logo" src="../resources/trisports.jpg" />
	<div class="nav"><a href="#">Online Shop</a> | <a href="#">Delivery</a> | <a href="#" style="color:red;">Sale!</a> | <a href="#">My Account</a></div>
	<div id="bodyContent">
		<div id="content" class="article">
			<h1>Welcome to triSports!</h1>
			<p>Welcom to the world of <b>triSports</b>! Feel free to browse our fabulous online shop - it's an absolute blast!</p>
		</div>
		<div id="products">
			<p><b>TOP!</b> Featured Products</p>
			<p style="clear: both"></p>
		</div>
	</div>
</div>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-1.0.0.beta public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-0.0.4.beta12 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-0.0.4.beta11 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-0.0.4.beta10 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-0.0.4.beta9 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-0.0.4.beta8 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html
locomotive_cms-0.0.4.beta7 public/javascripts/admin/aloha/plugins/com.example.aloha.plugins.Product/examples/triSports.html