[ticket/498] Add nofollow for calendar and add roles for elements

B3P-498
This commit is contained in:
Marc Alexander
2015-03-05 10:56:22 +01:00
parent 4134f59a15
commit 2d5a14db22
8 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
<!-- BEGIN portal_menu -->
<!-- IF portal_menu.MODULE_ID eq $MODULE_ID -->
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<table class="tablebg" cellspacing="1" width="100%">
<table class="tablebg" cellspacing="1" width="100%" role="menu">
<!-- BEGIN category -->
<tr class="row3">
<td>
@@ -11,7 +11,7 @@
<!-- BEGIN links -->
<tr class="row1">
<td>
<a class="portal-arrow-bullet" href="{portal_menu.category.links.LINK_URL}" title="{portal_menu.category.links.LINK_TITLE}" <!-- IF portal_menu.category.links.NEW_WINDOW -->onclick="window.open('{portal_menu.category.links.LINK_URL}'); return false;"<!-- ENDIF -->>&nbsp;{portal_menu.category.links.LINK_TITLE}</a>
<a class="portal-arrow-bullet" href="{portal_menu.category.links.LINK_URL}" role="menuitem" title="{portal_menu.category.links.LINK_TITLE}" <!-- IF portal_menu.category.links.NEW_WINDOW -->onclick="window.open('{portal_menu.category.links.LINK_URL}'); return false;"<!-- ENDIF -->>&nbsp;{portal_menu.category.links.LINK_TITLE}</a>
</td>
</tr>
<!-- END links -->

View File

@@ -3,7 +3,7 @@
<table class="tablebg" cellspacing="1" width="100%">
<tr class="row1">
<td>
<select style="width: 150px;" name="demo" id="demo" onchange="document.location.href = this.options[this.selectedIndex].value;">
<select style="width: 150px;" name="demo" id="demo" role="listbox" onchange="document.location.href = this.options[this.selectedIndex].value;">
{STYLE_SELECT}
</select>
</td>