Author: andre
Date: 2010-07-07 17:25:51 +0200 (Wed, 07 Jul 2010)
New Revision: 42831
Modified:
mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/head.tagx
mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/html.tagx
mmweb/trunk/src/main/webapp/index.jspx
Log:
basic html setup for homepage
Modified: mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/head.tagx
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/head.tagx 2010-07-07
15:10:14 UTC (rev 42830)
+++ mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/head.tagx 2010-07-07
15:25:51 UTC (rev 42831)
@@ -22,10 +22,10 @@
<title>
<c:if test="${! empty title}">${title} - </c:if> MMBase
</title>
- <link href="${mm:link('/style/css/main.css')}" rel="stylesheet"
type="text/css" />
+ <link href="${mm:link('/html/style/css/main.css')}" rel="stylesheet"
type="text/css" />
<link href="${mm:link('/favicon.ico')}" rel="shortcut icon" />
<jsp:include page="/mmbase/jquery/jquery.jspx" />
- <script src="${mm:link('/style/js/main.js.jsp')}"
type="text/javascript"><jsp:text> </jsp:text></script>
+ <!-- <script src="${mm:link('/style/js/main.js.jsp')}"
type="text/javascript"><jsp:text> </jsp:text></script> -->
<jsp:doBody />
Modified: mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/html.tagx
===================================================================
--- mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/html.tagx 2010-07-07
15:10:14 UTC (rev 42830)
+++ mmweb/trunk/src/main/webapp/WEB-INF/tags/mmweb/html.tagx 2010-07-07
15:25:51 UTC (rev 42831)
@@ -66,8 +66,43 @@
</mmweb:head>
<body class="${styleClass}">
- <div id="main">
- <jsp:invoke fragment="body" />
+ <div id="head">
+ <div id="head-inner">
+ <h1>
+ <a href="${mm:link('/')}"><img
src="${mm:link('/html/style/images/mmbase-logo-sm.png')}" width="48"
height="64" alt="MMBase" /></a>
+ </h1>
+ <div id="menu">
+ <ol>
+ <li><a href="#">About</a></li>
+ <li><a href="#">Download</a></li>
+ <li><a href="#">Documentation</a></li>
+ <li><a href="#">Bugs</a></li>
+ <li><a href="#">Contact</a></li>
+ </ol>
+ </div>
+ </div>
+ </div>
+ <div id="wrap">
+ <div id="wrap-inner">
+ <div id="submenu"><jsp:text> <!-- empty --> </jsp:text></div>
+
+ <jsp:invoke fragment="body" />
+
+ </div>
+
+ <div id="footer">
+ <div id="footer-inner">
+ <ul>
+ <li><a href="${mm:link('')}">Home</a></li>
+ <li><a href="sitemap.html">Sitemap</a></li>
+ <li><a href="#">About</a></li>
+ <li><a href="#">Docs</a></li>
+ <li><a href="#">Bugs</a></li>
+ </ul>
+ <p>This website is made and maintained by the MMBase
community. Send comments to [email protected].</p>
+ </div>
+ </div><!-- /#footer -->
+
</div>
</body>
Modified: mmweb/trunk/src/main/webapp/index.jspx
===================================================================
--- mmweb/trunk/src/main/webapp/index.jspx 2010-07-07 15:10:14 UTC (rev
42830)
+++ mmweb/trunk/src/main/webapp/index.jspx 2010-07-07 15:25:51 UTC (rev
42831)
@@ -10,8 +10,53 @@
</jsp:attribute>
<jsp:attribute name="body">
- <h1>Home</h1>
-
+ <div id="content">
+ <div>
+ <h2>MMBase</h2>
+
+ <p>
+ MMBase is an object relational mapping tool to build advanced
+ web-applications. If you are looking for an MMBase-style Enterprise
Web
+ Content Management System, please go to the <a
href="http://www.CMScontainer.org">CMScontainer.org</a>. <br />
+ Both have strong multi media features and the CMScontainer has
advanced portal
+ functionalities (JSR 168 compliant). There is a large installed base
in
+ The Netherlands. Many of the largest Dutch sites/portals (Kennisnet,
+ KNMI, broadcasters) use MMBase and/or the CMSContainer. Main
+ characteristics: Java, Open Source, open standards. The systems can
be
+ used with all major operating systems, application servers and many
+ different databases. Some of the users can be found below (latest
sites
+ build...).
+ </p>
+ </div>
+ </div>
+
+ <div id="sidebar">
+ <div>
+ <h4>Links</h4>
+ <ul class="nolist">
+ <li><a href="#">Documentation</a></li>
+ <li><a href="#">Taglib documentation</a></li>
+ <li><a href="#">Bugtracker</a></li>
+ <li><a href="#">Mailinglists</a></li>
+ </ul>
+ <h4 class="twitter"><a href="#mmbase">Follow us on twitter</a></h4>
+ <ul class="nolist">
+ <li>[mihxil] http://www.mmbase.org/jira is running again. Thanks a
lot, Justin. - 1 day ago</li>
+ <li>[elfuego] We've put Jira offline, for security reasons.
http://mmbase.org/jira/ Read http://bit.ly/c2Ugm6 for more info. - 2 days
ago</li>
+ </ul>
+ <h4><a href="#">Bugtracker the last 7 days</a></h4>
+ <ul class="nolist">
+ <li><a href="#">3 new issues</a></li>
+ <li><a href="#">2 issues solved</a></li>
+ </ul>
+ <h4><a href="#latest">Latest sites in MMBase</a></h4>
+ <ul class="nolist">
+ <li><a href="#">Open Beelden</a></li>
+ </ul>
+
+ </div>
+ </div>
+
</jsp:attribute>
</mmweb:html>
</jsp:root>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs