~uwelk/drossellog/drossellog

« back to all changes in this revision

Viewing changes to enduser-doc/src/documentation/content/xdocs/tabs.xml

  • Committer: Uwe L. Korn
  • Date: 2007-07-12 12:58:34 UTC
  • Revision ID: uwe@hansdieter.xhochy.org-20070712125834-f1u0unm35b23yheb
Enduserdocumentation will get its own branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!--
3
 
  Licensed to the Apache Software Foundation (ASF) under one or more
4
 
  contributor license agreements.  See the NOTICE file distributed with
5
 
  this work for additional information regarding copyright ownership.
6
 
  The ASF licenses this file to You under the Apache License, Version 2.0
7
 
  (the "License"); you may not use this file except in compliance with
8
 
  the License.  You may obtain a copy of the License at
9
 
 
10
 
      http://www.apache.org/licenses/LICENSE-2.0
11
 
 
12
 
  Unless required by applicable law or agreed to in writing, software
13
 
  distributed under the License is distributed on an "AS IS" BASIS,
14
 
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 
  See the License for the specific language governing permissions and
16
 
  limitations under the License.
17
 
-->
18
 
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
19
 
<tabs software="The Forresters"
20
 
  title="The Forresters"
21
 
  copyright="The Apache Software Foundation"
22
 
  xmlns:xlink="http://www.w3.org/1999/xlink">
23
 
<!-- The rules for tabs are:
24
 
    @dir will always have '/@indexfile' added.
25
 
    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
26
 
    @href is not modified unless it is root-relative and obviously specifies a
27
 
    directory (ends in '/'), in which case /index.html will be added
28
 
    If @id's are present, site.xml entries with a matching @tab will be in that tab.
29
 
 
30
 
   Tabs can be embedded to a depth of two. The second level of tabs will only 
31
 
    be displayed when their parent tab is selected.    
32
 
  -->
33
 
  <tab label="Home" dir="" indexfile="index.html"/>
34
 
  <tab label="About Us" dir="about" indexfile="index.html"/>
35
 
  <tab label="Team" dir="team" indexfile="index.html"/>
36
 
<!-- Add new tabs here, eg:
37
 
  <tab label="How-Tos" dir="community/howto/"/>
38
 
  <tab label="XML Site" dir="xml-site/"/>
39
 
  -->
40
 
</tabs>