buildframework/helium/doc/antdoclet/html/taskindex.vm
author wbernard
Fri, 13 Aug 2010 14:59:05 +0300
changeset 628 7c4a911dc066
parent 587 85df38eb4012
permissions -rw-r--r--
helium_11.0.0-e00f171ca185
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
##
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
## This is an Velocity template for generating an HTML index
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
## of the Ant Task/Types
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
##
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
## Objects expected in context:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
##
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
##     $title      - Project title (of type String)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
##     $antroot - (of type AntRoot)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
## 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
<html>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
<head>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
  <title>$title Ant Tasks</title>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
  <link rel="stylesheet" type="text/css" href="style.css" />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
</head>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
<body>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
<div id="navigation">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
    ## Tasks
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
<h2>$category Tasks</h2>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
	#foreach( $taskDoc in $antroot.getTasksByCategory($category) )
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
		#if($taskDoc && !$taskDoc.isInnerClass())
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
<p><a href="${taskDoc.getFullClassName()}.html" target="task">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
    Task &lt;${taskDoc.getAntName()}&gt;
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
       </a>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
</p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
 <div class="description">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
                 #if($taskDoc.getShortComment())
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
		    $taskDoc.getShortComment()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
		 #else
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
		    <i>No comment available</i>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
		 #end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
</div>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
		#end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
	#end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
  ## Types
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
<h2>$category Types</h2>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
  #foreach( $taskDoc in $antroot.getTypesByCategory($category) )
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
    #if($taskDoc && !$taskDoc.isInnerClass() && $taskDoc.isTagged())
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
<p><a href="${taskDoc.getFullClassName()}.html"  target="task">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
    Type &lt;${taskDoc.getAntName()}&gt;
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
   </a>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
</p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
<div class="description">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
                #if($taskDoc.getShortComment())
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
		    $taskDoc.getShortComment()
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
		 #else
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
		    <i>No comment available</i>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
		 #end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
</div>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    61
    #end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    62
  #end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    63
</div>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    64
</body>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    65
</html>