[Yanel-commits] rev 48437 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data

michi at wyona.com michi at wyona.com
Thu Apr 1 11:18:22 CEST 2010


Author: michi
Date: 2010-04-01 11:18:22 +0200 (Thu, 01 Apr 2010)
New Revision: 48437

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/xhtml-page-template.html
Log:
template added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/xhtml-page-template.html
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/xhtml-page-template.html	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/xhtml-page-template.html	2010-04-01 09:18:22 UTC (rev 48437)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+  <title>Sample Title (TODO: Make dynamic!)</title>
+</head>
+
+<body>
+<h1>Sample Title (TODO: Make dynamic!)</h1>
+<p>This is a placeholder text</p>
+</body>
+</html>



More information about the Yanel-commits mailing list