Added: bval/cms-site/templates/banner.mdtext URL: http://svn.apache.org/viewvc/bval/cms-site/templates/banner.mdtext?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/banner.mdtext (added) +++ bval/cms-site/templates/banner.mdtext Fri Mar 9 20:14:15 2012 @@ -0,0 +1,21 @@ +<a name="Banner-Overview"></a> + +<table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr> + <td align="left" nowrap=""> + <a href="http://incubator.apache.org/bval/" title="Apache BVal"> + <img border="0" src="/images/check3_71x75.png"> + </a> + </td> + <td align="left" class="topbardiv" nowrap=""> + <a href="/" title="Apache BVal"> + <img border="0" src="/images/bval_logo.png"> + </a> + </td> + <td align="right" nowrap=""> + <a href="http://www.apache.org/" title="The Apache Software Foundation"> + <img border="0" src="/images/feather-small.gif"> + </a> + </td> + </tr> +</table>
Added: bval/cms-site/templates/navigation.cwiki URL: http://svn.apache.org/viewvc/bval/cms-site/templates/navigation.cwiki?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/navigation.cwiki (added) +++ bval/cms-site/templates/navigation.cwiki Fri Mar 9 20:14:15 2012 @@ -0,0 +1,45 @@ +h3. Overview + +- [Board Reports] +- [License|http://www.apache.org/licenses/LICENSE-2.0.html] +- [Privacy Policy] +- [Site Map|SiteMap] + +h3. Community + - [Downloads] + - [Documentation] + - [Samples] + - [Roadmap] + - [Found a Bug] + - [Getting Involved] + - [People] + - [Mailing Lists] + +h3. Development + - [Source Code|https://svn.apache.org/repos/asf/incubator/bval/trunk] + - [Issue Tracker|https://issues.apache.org/jira/browse/BVAL] + - [Building] + - [Coding Standards] + - [JSR303 TCK] + - [Release Management] + - [Automated Builds] + +h3. Sponsorship + - [Thanks|http://www.apache.org/foundation/thanks.html] + - [Sponsoring Apache|http://www.apache.org/foundation/sponsorship.html] + +h3. Search + +{html} +<DIV style="padding: 5px 5px 0px 25px;"> +<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<INPUT name="ie" type="hidden" value="UTF-8"></INPUT> +<INPUT name="oe" type="hidden" value="UTF-8"></INPUT> + <INPUT maxlength="255" name="q" size="15" type="text" value=""></INPUT> + <INPUT name="btnG" type="submit" value="Google Search"></INPUT> + <INPUT name="domains" type="hidden" value="incubator.apache.org/bval"></INPUT> + <INPUT name="sitesearch" type="hidden" value="incubator.apache.org/bval"></INPUT> +</FORM> +</DIV> +{html} + Added: bval/cms-site/templates/navigation.mdtext URL: http://svn.apache.org/viewvc/bval/cms-site/templates/navigation.mdtext?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/navigation.mdtext (added) +++ bval/cms-site/templates/navigation.mdtext Fri Mar 9 20:14:15 2012 @@ -0,0 +1,47 @@ +<a name="Navigation-Overview"></a> +### Overview +- [Board Reports](/board-reports/index.html) +- [License](http://www.apache.org/licenses/LICENSE-2.0.html) +- [Privacy Policy](/privacy-policy.html) + +<a name="Navigation-Community"></a> +### Community + - [Downloads](/downloads.html) + - [Documentation](/documentation.html) + - [Samples](/samples.html) + - [Roadmap](/roadmap.html) + - [Found a Bug](/found-a-bug.html) + - [Getting Involved](/getting-involved.html) + - [People](/people.html) + - [Mailing Lists](/mailing-lists.html) + +<a name="Navigation-Development"></a> +### Development + - [Source Code](https://svn.apache.org/repos/asf/bval/trunk) + - [Issue Tracker](https://issues.apache.org/jira/browse/BVAL) + - [Building](/building.html) + - [Coding Standards](/coding-standards.html) + - [JSR303 TCK](/jsr303-tck.html) + - [Release Management](/release-management.html) + - [Automated Builds](/automated-builds.html) + +<a name="Navigation-Sponsorship"></a> +### Sponsorship + - [Thanks](http://www.apache.org/foundation/thanks.html) + - [Sponsoring Apache](http://www.apache.org/foundation/sponsorship.html) + +<a name="Navigation-Search"></a> +### Search + +<DIV style="padding: 5px 5px 0px 25px;"> +<FORM action="http://www.google.com/search" method="get" style="font-size: +10px;"> + <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> + <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> + <INPUT maxlength="255" name="q" size="15" type="text" value=""></INPUT> + <INPUT name="btnG" type="submit" value="Google Search"></INPUT> + <INPUT name="domains" type="hidden" value="bval.apache.org"></INPUT> + <INPUT name="sitesearch" type="hidden" value="bval.apache.org"></INPUT> +</FORM> +</DIV> + Added: bval/cms-site/templates/single_narrative.html URL: http://svn.apache.org/viewvc/bval/cms-site/templates/single_narrative.html?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/single_narrative.html (added) +++ bval/cms-site/templates/single_narrative.html Fri Mar 9 20:14:15 2012 @@ -0,0 +1 @@ +{% extends "skeleton.html" %} Propchange: bval/cms-site/templates/single_narrative.html ------------------------------------------------------------------------------ svn:eol-style = native Added: bval/cms-site/templates/skeleton.html URL: http://svn.apache.org/viewvc/bval/cms-site/templates/skeleton.html?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/skeleton.html (added) +++ bval/cms-site/templates/skeleton.html Fri Mar 9 20:14:15 2012 @@ -0,0 +1,56 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html lang="en"> + <head> + <title>{% block title %}{{ headers.title }}{% endblock %}</title> + + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" /> + + <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css"> + <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css"> + + </style> + + {% if headers.atom %} + <link rel="alternate" href="{{ headers.atom.url }}" + type="application/atom+xml" title="{{ headers.atom.title }}" /> + {% endif %} + + {% if headers.base %}<base href="{{ headers.base }}" />{% endif %} + {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %} + </head> + + <body> + <div id="page" class="container_16"> + <div id="header" class="grid_8"> + <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation"> + <h1>The Apache Software Foundation</h1> + <h2>{% block tagline %}{{ headers.title }}{% endblock %}</h2> + </div> + <div id="nav" class="grid_8"> + <ul> + <!-- <li><a href="/" title="Welcome!">Home</a></li> --> + <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li> + <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li> + <li><a href="http://people.apache.org" title="The People">People</a></li> + <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li> + <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li> + </ul> + <p>{{ breadcrumbs|safe }}</p> + <form name="search" id="search" action="http://www.google.com/search" method="get"> + <input value="*.apache.org" name="sitesearch" type="hidden"/> + <input type="text" name="q" id="query"> + <input type="submit" id="submit" value="Search"> + </form> + </div> + <div class="clear"></div> + {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %} + <div class="clear"></div> + </div> + + <div id="copyright" class="container_16"> + <p>Copyright © 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p> + </div> + </body> +</html> Propchange: bval/cms-site/templates/skeleton.html ------------------------------------------------------------------------------ svn:eol-style = native Added: bval/cms-site/templates/standard.html URL: http://svn.apache.org/viewvc/bval/cms-site/templates/standard.html?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/standard.html (added) +++ bval/cms-site/templates/standard.html Fri Mar 9 20:14:15 2012 @@ -0,0 +1,144 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html> +<head> + <META http-equiv="Content-Type" content="text/html;charset=UTF-8" /> + <link type="text/css" rel="stylesheet" href="/resources/site.css";></link> + <link type="text/css" rel="stylesheet" href="/resources/code.css";></link> + <script src="/resources/space.js"; type="text/javascript"></script> + <link rel="SHORTCUT ICON" href="/images/favicon.ico"> + <LINK rel="schema.DC" href="http://purl.org/DC/elements/1.0/"> + <META name="Description" content="Apache BVal -- {% block title %}{% endblock %}" /> + <META name="Keywords" content="Apache Bean Validation JSR-303 JavaEE6 " /> + <META name="Owner" content="[email protected]" /> + <META name="Robots" content="index, follow" /> + <META name="Security" content="Public" /> + <META name="Source" content="wiki template" /> + <META name="DC.Date" scheme="iso8601" content="2010-05-21" /> + <META name="DC.Language" scheme="rfc1766" content="en" /> + <META name="DC.Rights" content="Copyright © 2010, The Apache Software Foundation" /> + <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/> + <title> + Apache BVal + </title> +</head> +<body> + +<table width="100%" cellpadding="0" cellspacing="0"> + <tr width="100%"> + <td id="cell-0-0" colspan="2"> </td> + <td id="cell-0-1"> </td> + <td id="cell-0-2" colspan="2"> </td> + </tr> + <tr width="100%"> + <td id="cell-1-0"> </td> + <td id="cell-1-1"> </td> + <td id="cell-1-2"> + <div style="padding: 5px;"> + <div id="banner"> + <!-- Banner --> +{% filter markdown %}{% include "banner.mdtext" %}{% endfilter %} + <!-- Banner --> + </div> + </div> + <!-- + <div id="top-menu"> + <table border="0" cellpadding="1" cellspacing="0" width="100%"> + <tr> + <td> + <div align="left"> + {{ breadcrumbs|safe }} + </div> + </td> + <td> + <div align="right"> +$content + </div> + </td> + </tr> + </table> + </div> + --> + </td> + <td id="cell-1-3"> </td> + <td id="cell-1-4"> </td> + </tr> + <tr width="100%"> + <td id="cell-2-0" colspan="2"> </td> + <td id="cell-2-1"> + <table> + <tr height="100%" valign="top"> + <td height="100%"> + <div id="wrapper-menu-page-right"> + <div id="wrapper-menu-page-top"> + <div id="wrapper-menu-page-bottom"> + <div id="menu-page"> + <!-- NavigationBar --> +{% filter markdown %}{% include "navigation.mdtext" %}{% endfilter %} + <!-- NavigationBar --> + </div> + </div> + </div> + </div> + </td> + <td height="100%"> + <!-- Content --> + <div id="BValContent_{% block title %}{% endblock %}" class="wiki-content">{% block content %}{% endblock %}</div> + <!-- Content --> + </td> + </tr> + </table> + </td> + <td id="cell-2-2" colspan="2"> </td> + </tr> + <tr width="100%"> + <td id="cell-3-0"> </td> + <td id="cell-3-1"> </td> + <td id="cell-3-2"> + <div id="footer"> + <!-- Footer --> + <div id="site-footer"> + </div> + <!-- Footer --> + </div> + </td> + <td id="cell-3-3"> </td> + <td id="cell-3-4"> </td> + </tr> + <tr width="100%"> + <td id="cell-4-0" colspan="2"> </td> + <td id="cell-4-1"> + <div id="footer-legal"> +Copyright (C) 2010-2012 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.<br /> +Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br /> +Other names may be trademarks of their respective owners. + </div> + </td> + <td id="cell-4-2" colspan="2"> </td> + </tr> + <tr width="100%"> + <td id="cell-4-0" colspan="2"> </td> + <td id="cell-4-1"> </td> + <td id="cell-4-2" colspan="2"> </td> + </tr> +</table> +</body> +</html> Propchange: bval/cms-site/templates/standard.html ------------------------------------------------------------------------------ svn:eol-style = native Added: bval/cms-site/templates/standard_markdown.html URL: http://svn.apache.org/viewvc/bval/cms-site/templates/standard_markdown.html?rev=1299018&view=auto ============================================================================== --- bval/cms-site/templates/standard_markdown.html (added) +++ bval/cms-site/templates/standard_markdown.html Fri Mar 9 20:14:15 2012 @@ -0,0 +1,3 @@ +{% extends "standard.html" %} +{% block title %}{{ headers.title }}{% endblock %} +{% block content %}{{ content|markdown }}{% endblock %} Propchange: bval/cms-site/templates/standard_markdown.html ------------------------------------------------------------------------------ svn:eol-style = native
