##
#set ($pageContentHeaderEnabled = false)
##
##
<!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>
        <!-- generateKeywords macro -->
        <META name="description" content="Apache PhotArk"/>
        <META name="keywords" content="apache, apache photark, photark, free photo gallery, open source photo gallery, photo, gallery, open source, opensource"/>
        <!-- generatekeywords macro end -->

        <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/photark/photark.css">
        <link rel="SHORTCUT ICON" href="$images/favicon.ico">   
        <title>Apache PhotArk - $page.title</title>
    </head>

    <body onload="init()">
    
    <!-- topNav macro -->
    <div id="header">
     <table valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://incubator.apache.org/photark/images/header_background.png">
      <tr>
        <td width="244" height="88">
          <img src="http://incubator.apache.org/photark/images/photark_logo_small_transparent.gif"  width="70%" height="70%" style="padding: 0 15px 15px 0;"/>
        </td>
        <td align="right"> 
          <img src="http://incubator.apache.org/photark/images/apache-incubator-logo.png" style="padding: 5px;"> 
        </td>
        <!-- Adds the edit page link to the top banner-->
        <td valign="bottom">
           <!-- pageControls macro -->
           <div align="right" style="padding: 2px 10px; margin: 0px;">
             <a href="$confluenceUri/pages/editpage.action?pageId=$page.id">
             <img src="http://incubator.apache.org/photark/images/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></a>    
           </div>
           <!-- pageControls macro end -->
        </td>
      </tr>
     </table>
    </div>
    <!-- topNav macro end -->

    <!-- breadCrumbs macro -->
    <div id="topNavigator">
        <table border="0" cellpadding="2" cellspacing="0" width="100%">
          <tr class="topNavigator">
            <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%">
              &nbsp;$autoexport.breadcrumbs($page)
            </td>
            <td align="right" valign="middle" class="topNavigator" align="left" nowrap="true">
              <a href="http://incubator.apache.org/photark/">PhotArk Home</a> | 
              <a href="http://www.mail-archive.com/photark-user@incubator.apache.org/">User List</a> | 
              <a href="http://www.mail-archive.com/photark-dev@incubator.apache.org/">Dev List</a> | 
              <a href="http://issues.apache.org/jira/browse/PHOTARK">Issue Tracker</a>&nbsp;&nbsp;
            </td>
          </tr>
        </table>
    </div>

    <!-- breadCrumbs macro end -->
    <table border="0" cellpadding="0" width="100%" bgcolor="#FFFFFF">
        <tr>
           <td align="left" valign="top">
                <!-- pageContent macro -->
                <div id="PageContent">
                    #if ($pageContentHeaderEnabled)
                        <div class="pageheader" style="padding: 6px 0px 0px 0px;">
                           <div style="margin: 0px 10px 0px 10px" class="smalltext">$page.space.name</div>
                           <div style="margin: 0px 10px 8px 10px" class="pagetitle">$page.title</div>
                        </div>
                    #end
                    <div class="pagecontent">
                       <div class="wiki-content">
                        $body
                       </div>
                    </div>
                </div>
               <!-- pageContent macro end -->
           </td>
        </tr>
    </table>

    <!-- footer macro -->
    ## Google Analytics script
    <script type="text/javascript">
	    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
        document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
	    var pageTracker = _gat._getTracker("UA-1174707-6");
        pageTracker._trackPageview();
    </script>
    <!-- footer macro end -->

    </body>
</html>