Report #22: Tab index

This commit is contained in:
Ice
2008-02-02 14:16:53 +00:00
parent 301069fc78
commit f737cc3141
5 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<span class="corners-top"><span></span></span> <span class="corners-top"><span></span></span>
<h3>{L_LINK_US}</h3> <h3>{L_LINK_US}</h3>
{LINK_US_TXT}<br /><br /> {LINK_US_TXT}<br /><br />
<input type="text" tabindex="8" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br /> <input type="text" tabindex="9" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
<span class="corners-bottom"><span></span></span> <span class="corners-bottom"><span></span></span>
</div> </div>
</div> </div>

View File

@@ -49,10 +49,10 @@ function qsearch_onSubmit()
<h3>{L_SEARCH}</h3> <h3>{L_SEARCH}</h3>
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();"> <form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
<p> <p>
<input type="text" tabindex="5" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> <input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</p> </p>
<p> <p>
<select id="qsearch_select" tabindex="6"> <select id="qsearch_select" tabindex="7">
<optgroup label="{L_SH_SITE}"> <optgroup label="{L_SH_SITE}">
<option value="site" style="background-color: #EEEEEE;">{L_SH_POSTS}</option> <option value="site" style="background-color: #EEEEEE;">{L_SH_POSTS}</option>
<option value="author" style="background-color: #EEEEEE;">{L_SH_AUTHOR}</option> <option value="author" style="background-color: #EEEEEE;">{L_SH_AUTHOR}</option>
@@ -68,7 +68,7 @@ function qsearch_onSubmit()
</select> </select>
<input type="hidden" name="search_fields" value="all" /> <input type="hidden" name="search_fields" value="all" />
<input type="hidden" name="show_results" value="topics" /> <input type="hidden" name="show_results" value="topics" />
<input type="submit" value="{L_SH}" class="button2" tabindex="7" /> <input type="submit" value="{L_SH}" class="button2" tabindex="8" />
</p> </p>
</form> </form>
<p><a href="{U_SEARCH}">{L_SH_ADV}</a> <p><a href="{U_SEARCH}">{L_SH_ADV}</a>

View File

@@ -6,7 +6,7 @@
<tr class="row1"> <tr class="row1">
<td> <td>
{LINK_US_TXT}<br style="clear:both" /> {LINK_US_TXT}<br style="clear:both" />
<input type="text" tabindex="8" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br style="clear:both" /> <input type="text" tabindex="9" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br style="clear:both" />
</td> </td>
</tr> </tr>
</table> </table>

View File

@@ -24,7 +24,7 @@
<br /> <br />
<input type="hidden" name="redirect" value="{U_PORTAL}" /> <input type="hidden" name="redirect" value="{U_PORTAL}" />
<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /> <input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
</td> </td>
</tr> </tr>

View File

@@ -50,10 +50,10 @@ function qsearch_onSubmit()
<td> <td>
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();"> <form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
<p> <p>
<input type="text" tabindex="5" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> <input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</p> </p>
<p> <p>
<select id="qsearch_select" tabindex="6"> <select id="qsearch_select" tabindex="7">
<optgroup label="{L_SH_SITE}"> <optgroup label="{L_SH_SITE}">
<option value="site" style="background-color: #EEEEEE;">{L_SH_POSTS}</option> <option value="site" style="background-color: #EEEEEE;">{L_SH_POSTS}</option>
<option value="author" style="background-color: #EEEEEE;">{L_SH_AUTHOR}</option> <option value="author" style="background-color: #EEEEEE;">{L_SH_AUTHOR}</option>
@@ -70,7 +70,7 @@ function qsearch_onSubmit()
<!-- &nbsp; --> <!-- &nbsp; -->
<input type="hidden" name="search_fields" value="all" /> <input type="hidden" name="search_fields" value="all" />
<input type="hidden" name="show_results" value="topics" /> <input type="hidden" name="show_results" value="topics" />
<input type="submit" value="{L_SH}" class="button2" tabindex="7" /> <input type="submit" value="{L_SH}" class="button2" tabindex="8" />
</p> </p>
</form> </form>
<hr /> <hr />