buildframework/helium/doc/antdoclet/html/libindex.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 "categories" (antlibs)
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 Libraries</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
</head>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
<body>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
<div id="navigation">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
	<a href="overview.html" target="task">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
		<h2>$title Ant Libs</h2>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
	</a>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
	<p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
## Iterate through the Categories
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
#foreach( $category in $antroot.getCategories() )
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
        <a href="index.${category}.html" target="taskindex">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
        	$category
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
        </a><br />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
#end
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
	</p>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
        <a href="index.all.html" target="taskindex">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
        	<i>all</i>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
        </a><br />
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
</div>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
</body>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
</html>