summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
committerSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
commit32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b (patch)
treef9b8efa8def14998bc8f7a4fed123cc34c98f8db /nav.legend.php
parentZero (diff)
downloadznurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.gz
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.bz2
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.zip
initial commit
Diffstat (limited to 'nav.legend.php')
-rw-r--r--nav.legend.php12
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;">&ndash;</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