- Properly localize navibar entities
- Fix enntities of beta releases Approved by: doceng (implicit)
This commit is contained in:
parent
e54e1823cb
commit
f5b3523ae6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39430
13 changed files with 533 additions and 574 deletions
|
@ -74,6 +74,20 @@
|
|||
</ul>
|
||||
</div> <!-- SIDENAV -->'>
|
||||
|
||||
<![ %beta.testing; [
|
||||
<!ENTITY beta.listitem '
|
||||
<li xmlns="http://www.w3.org/1999/xhtml"><a href="&enbase;/&u.betarel.schedule;">Upcoming Release: &betarel.current;</a></li>
|
||||
'>
|
||||
]]>
|
||||
<!ENTITY beta.listitem ''>
|
||||
|
||||
<![ %beta2.testing; [
|
||||
<!ENTITY beta2.listitem '
|
||||
<li xmlns="http://www.w3.org/1999/xhtml"><a href="&u.betarel2.schedule;">Upcoming Release: &betarel2.current;</a></li>
|
||||
'>
|
||||
]]>
|
||||
<!ENTITY beta2.listitem ''>
|
||||
|
||||
<!ENTITY nav.download '
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
|
@ -85,6 +99,8 @@
|
|||
<li>Production (Legacy) Release:<br />
|
||||
<a href="&u.rel3.announce;">&rel3.current;</a></li>
|
||||
<li><a href="&base;/snapshots/">Snapshot Releases</a></li>
|
||||
&beta.listitem;
|
||||
&beta2.listitem;
|
||||
</ul></li>
|
||||
<li><a href="&base;/ports/">Ported Applications</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue