or count($next) > 0">
<td>
<xsl:if test="count($prev)>0">
- <a accesskey="p">
+ <a accesskey="p" tabindex="5">
<xsl:attribute name="href">
<xsl:call-template name="href.target">
<xsl:with-param name="object" select="$prev"/>
<xsl:when test="count($up)>0
and generate-id($up) != generate-id($home)">
|
- <a accesskey="u">
+ <a accesskey="u" tabindex="5">
<xsl:attribute name="href">
<xsl:call-template name="href.target">
<xsl:with-param name="object" select="$up"/>
<xsl:if test="count($next)>0">
|
- <a accesskey="n">
+ <a accesskey="n" tabindex="5">
<xsl:attribute name="href">
<xsl:call-template name="href.target">
<xsl:with-param name="object" select="$next"/>
<div id="tabs">
<ul>
<li>
- <a href="#treeDiv">
+ <a href="#treeDiv" tabindex="1">
<em>
<xsl:call-template name="gentext">
<xsl:with-param name="key" select="'TableofContents'"/>
</li>
<xsl:if test="$webhelp.include.search.tab != 'false'">
<li>
- <a href="#searchDiv">
+ <a href="#searchDiv" tabindex="1">
<em>
<xsl:call-template name="gentext">
<xsl:with-param name="key" select="'Search'"/>
</legend>
<center>
<input id="textToSearch" name="textToSearch" type="text"
- class="searchText"/>
+ class="searchText" tabindex="1"/>
<xsl:text disable-output-escaping="yes"> <![CDATA[ ]]> </xsl:text>
<input onclick="Verifie(ditaSearch_Form)" type="button"
class="searchButton"
- value="Go" id="doSearch"/>
+ value="Go" id="doSearch" tabindex="1"/>
</center>
</fieldset>
</form>
<xsl:attribute name="id">webhelp-currentid</xsl:attribute>
</xsl:if>
<span class="file">
- <a href="{substring-after($href, $base.dir)}">
+ <a href="{substring-after($href, $base.dir)}" tabindex="1">
<xsl:value-of select="$title"/>
</a>
</span>