|
Page Edited :
MINA :
Site Template
Site Template has been edited by Ashish Paliwal (Feb 03, 2009). Change summary: Updated Copyright year The following is the site template for Confluence autoexport plugin: <!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. --> #if ( $page.title.equals("Index") ) #set ($heading_title = "Welcome to Apache MINA Project!") #else #set ($heading_title = $page.title) #end
##
#macro (renderPage $title)
#set($globalHelper = $action.getGlobalHelper())
#set($renderer = $globalHelper.getWikiStyleRenderer())
#foreach ($child in $page.space.pages)
#if ( ($child.title.equals($title)) && ( $child.contentStatus.equals("current") ) )
#set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim())
#set ($content = $content.replaceAll("^<[pP]>|</[pP]>$", "") )
##set ($content = $content.substring(3, $content.length()))
##set ($end = $content.length() - 4)
##set ($content = $content.substring(0, $end))
$content
#end
#end
#end
##
<html>
<head>
<title>Apache MINA - $page.title</title>
<meta name="keywords" content="network framework, network library, NIO framework, NIO library, server framework, server library, client framework, client library, protocol framework, protocol library">
<META http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="alternate" type="application/rss+xml" title="Apache MINA News" href="" class="code-quote">"http://feeds.feedburner.com/asf/mina">
<link type="text/css" rel="stylesheet" href="" class="code-quote">"http://cwiki.apache.org/confluence/download/attachments/27044/style.css">
<script type="text/_javascript_" language="_javascript_">
var hide = null;
var show = null;
var children = null;
function init() {
/* Search form initialization */
var form = document.forms['googleSearch'];
if (form != null) {
form.elements['domains'].value = location.hostname;
form.elements['sitesearch'].value = location.hostname;
}
/* Children initialization */
hide = document.getElementById('hide');
show = document.getElementById('show');
children = document.all != null ?
document.all['children'] :
document.getElementById('children');
if (children != null) {
children.style.display = 'inline';
show.style.display = 'none';
hide.style.display = 'inline';
}
}
function showChildren() {
children.style.display = 'block';
show.style.display = 'none';
hide.style.display = 'inline';
}
function hideChildren() {
children.style.display = 'none';
show.style.display = 'inline';
hide.style.display = 'none';
}
</script>
<!--[if lt IE 7.]>
<script defer type="text/_javascript_">
var arVersion = navigator.appVersion.split("MSIE")
var version = parseFloat(arVersion[1])
if ((version >= 5.5) && (document.body.filters))
{
for(var i=0; i<document.images.length; i++)
{
var img = document.images[i]
var imgName = img.src.toUpperCase()
if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
{
var imgID = (img.id) ? "id='" + img.id + "' " : ""
var imgClass = (img.className) ? "class='" + img.className + "' " : ""
var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
var imgStyle = "display:inline-block;" + img.style.cssText
if (img.align == "left") imgStyle = "float:left;" + imgStyle
if (img.align == "right") imgStyle = "float:right;" + imgStyle
if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
var strNewHTML = "<span " + imgID + imgClass + imgTitle
+ " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
+ "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+ "(src=""> + img.src + "\', sizingMethod='scale');\"></span>"
img.outerHTML = strNewHTML
i = i-1
}
}
}
</script>
<![endif]-->
</head>
<body class="code-quote">"init()">
<div id="PageContent" style="padding-bottom: 0px;">
<div class="pageheader" style="padding: 6px 0px 0px 0px;">
<div id="apacheLogo" style="width: 100%; text-align: right; position: absolute; top: 33px;">
<a href="" class="code-quote">"http://www.apache.org/"><img src="" class="code-quote">"http://www.apache.org/images/asf-logo.gif" border="0" alt="The Apache Software Foundation" title="The Apache Software Foundation" hspace="12"></a>
<a title="ApacheCon US 2008" href="" class="code-quote">"http://us.apachecon.com" border="0">
<img alt="ApacheCon US 2008" src="" class="code-quote">"http://us.apachecon.com/page_attachments/0000/0003/Basic_125x125.jpg" />
</a>
</div>
<div id="minaLogo" style="position: absolute; top: -24px; left: 16px;">
<a href="" class="code-quote">"http://mina.apache.org/"><img src="" class="code-quote">"http://mina.apache.org/artwork.data/logo.png" border="0" alt="Apache MINA" title="Apache MINA"></a>
</div>
<div class="greynavbar" style="margin: 156px 0px 0px 0px;">
<table border="0" cellpadding="2" cellspacing="0" width="100%" style="position: relative; z-index: 10;">
<tr>
<td align="left" valign="middle" align="left" style="padding-left: 17px;" width="100%" nowrap>
$autoexport.breadcrumbs($page)
</td>
<td align="right" valign="middle" nowrap>
<form name="googleSearch" action="" class="code-quote">"http://www.google.com/search" method="get" style="margin: 0px; padding: 0px;">
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
<input type="hidden" name="domains" value="" />
<input type="hidden" name="sitesearch" value="" />
<input type="text" name="q" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" />
</form>
</td>
<td align="right" valign="middle" style="padding-right: 8px;" nowrap>
<form name="listSearch" action="" class="code-quote">"http://mina.markmail.org/search/" method="get" style="margin: 0px; padding: 0px;">
<input type="text" name="q" maxlength="255" value="" />
<input type="submit" value="Mailing List Search" />
</form>
</td>
</tr>
</table>
</div>
</div>
<div id="pageBody" style="clear: both;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="192" valign="top" nowrap>
<div style="padding: 0px 8px 16px 20px;">
#renderPage("Navigation")
</div>
<div align="center"><iframe src="" class="code-quote">"http://www.apache.org/ads/buttonbar.html" style="border-width:0" frameborder="0" scrolling="no" width="135" height="265"></iframe></div>
</td>
<td width="100%" valign="top">
<div class="pagecontent">
<h1 style="margin-top: 0px;">
$heading_title
</h1>
<div class="wiki-content">
$body
</div>
#if ($page.hasChildren())
<div class="tabletitle">
Children
<span class="smalltext" id="show" style="display: none;">
<a href="" class="code-quote">"_javascript_:showChildren()">Show Children</a>
</span>
<span class="smalltext" id="hide" style="display: inline;">
<a href="" class="code-quote">"_javascript_:hideChildren()">Hide Children</a>
</span>
</div>
<div id="children" style="display: inline;">
#set ($children = $page.children)
<ul>
#foreach ($child in $children)
<li>$autoexport.link($child)</li>
#end
</ul>
</div>
#end
</div>
</td>
</tr>
</table>
<div class="pagesubheading" style="margin: 0px 10px 0px 10px; text-align:right; clear: both;">
#editReport()
</div>
<div class="greynavbar" align="right" style="padding: 2px 10px;">
<a href="" class="code-quote">"$confluenceUri/pages/editpage.action?pageId=$page.id">
<img src="" class="code-quote">"$confluenceUri/images/icons/notep_16.gif"
height="16" width="16" border="0" align="absmiddle" title="Edit Page"></a>
<a href="" class="code-quote">"$confluenceUri/pages/editpage.action?pageId=$page.id">Edit Page</a>
<a href="" class="code-quote">"$confluenceUri/pages/listpages.action?key=$page.spaceKey">
<img src="" class="code-quote">"$confluenceUri/images/icons/browse_space.gif"
height="16" width="16" border="0" align="absmiddle" title="Browse Space"></a>
<a href="" class="code-quote">"$confluenceUri/pages/listpages.action?key=$page.spaceKey">Browse Space</a>
<a href="" class="code-quote">"$confluenceUri/pages/createpage.action?spaceKey=$page.spaceKey&fromPageId=$page.id">
<img src="" class="code-quote">"$confluenceUri/images/icons/add_page_16.gif"
height="16" width="16" border="0" align="absmiddle" title="Add Page"></a>
<a href="" class="code-quote">"$confluenceUri/pages/createpage.action?spaceKey=$page.spaceKey&fromPageId=$page.id">Add Page</a>
<a href="" class="code-quote">"$confluenceUri/pages/createblogpost.action?spaceKey=$page.spaceKey&fromPageId=$page.id">
<img src="" class="code-quote">"$confluenceUri/images/icons/add_blogentry_16.gif"
height="16" width="16" border="0" align="absmiddle" title="Add News"></a>
<a href="" class="code-quote">"$confluenceUri/pages/createblogpost.action?spaceKey=$page.spaceKey&fromPageId=$page.id">Add News</a>
<a href="" class="code-quote">"$confluenceUri/pages/createblogpost.action?spaceKey=$page.spaceKey&fromPageId=$page.id">
<img src="" class="code-quote">"$confluenceUri/download/resources/com.gliffy.integration.confluence:gliffy-macro-key/resources/icons/add_diagram_16.gif"
height="16" width="16" border="0" align="absmiddle" title="Add Diagram"></a>
<a href="" class="code-quote">"$confluenceUri/spaces/gliffy/adddiagram.action?pageId=$page.id">Add Diagram</a>
</div>
<div class="footer" style="text-align: center">
Copyright © 2004-2009, <a href="" class="code-quote">"http://www.apache.org/">The Apache Software Foundation</a>
(stats: <a href="" class="code-quote">"http://people.apache.org/~coar/mlists.html#mina.apache.org">mail</a> · <a href="" class="code-quote">"http://my.statcounter.com/project/standard/stats.php?project_id=2754704&guest=1">site</a> · <a href="" class="code-quote">"http://people.apache.org/~vgritsenko/stats/projects/mina.html">downloads</a>)
<!-- Start of StatCounter Code -->
<script type="text/_javascript_">
var sc_project=2754704;
var sc_invisible=0;
var sc_partition=27;
var sc_security="aca8bb11";
</script>
<script type="text/_javascript_" src="" class="code-quote">"http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="" class="code-quote">"http://www.statcounter.com/"><img class="statcounter" src="" class="code-quote">"http://c28.statcounter.com/2754704/0/aca8bb11/0/" alt="free hit counter" /></a></div></noscript>
<!-- End of StatCounter Code -->
</div>
</div>
</div>
</body>
</html>
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
