diff options
Diffstat (limited to 'nav.legend.php')
-rw-r--r-- | nav.legend.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nav.legend.php b/nav.legend.php new file mode 100644 index 0000000..93c1c1c --- /dev/null +++ b/nav.legend.php @@ -0,0 +1,12 @@ + <div id="legend"> + <div class="legend_top"></div> + <h4><?=gettext('LEGEND');?></h4> + <ul> + <li class="stable"><span style="padding-right:17px;">+</span> <?=gettext('stable');?></li> + <li class="testing"><span style="padding-right:17px;">~</span> <?=gettext('testing');?></li> + <li class="not_keyword"><span style="padding-right:17px;">–</span> <?=gettext('not keyworded');?></li> + <li class="not_avail"><span style="padding-right:17px;">x</span> <?=gettext('not available');?></li> + <li class="m_stable"><span style="padding-right:17px;">m</span> <?=gettext('hard masked');?></li> + </ul> + <div class="legend_bottom"></div> + </div>
\ No newline at end of file |