diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2018-06-06 14:28:06 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2018-06-06 14:28:06 +0000 |
commit | 19847d3d140b9a3c77e79f1353304adb6bab0a3b (patch) | |
tree | 83c4ebd41d4162aea9819e9d782e59604cca8ade /zh_CN.UTF-8 | |
parent | d87938fe525ef23f72317a8b9782bbf6c8d6c2a2 (diff) | |
download | doc-19847d3d140b9a3c77e79f1353304adb6bab0a3b.tar.gz doc-19847d3d140b9a3c77e79f1353304adb6bab0a3b.zip |
Add the 25th anniversary logo to zh_CN.UTF-8/htdocs/index.xsl.
MFen: r51605 -> 51696
Reviewed by: loader (mentor), delphij (mentor)
Approved by: loader (mentor), delphij (mentor)
Differential Revision: https://reviews.freebsd.org/D15658
Notes
Notes:
svn path=/head/; revision=51786
Diffstat (limited to 'zh_CN.UTF-8')
-rw-r--r-- | zh_CN.UTF-8/htdocs/index.xsl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zh_CN.UTF-8/htdocs/index.xsl b/zh_CN.UTF-8/htdocs/index.xsl index a1cb1b9cc1..149cd38179 100644 --- a/zh_CN.UTF-8/htdocs/index.xsl +++ b/zh_CN.UTF-8/htdocs/index.xsl @@ -163,6 +163,22 @@ </div> <!-- frontnewcontent --> <div class="frontnewbot"><div><b style="display: none">.</b></div></div> </div> <!-- frontnewroundbox --> + <!-- 25th anniversary logo --> + <div class="frontfeaturecontent"> + <!-- XXX: target page not yet ready + <a href="XXX TBD" + title="&os; 25th Anniversary"> + --> + <img + src="&enbase;/layout/images/25thanniversary.png" + style="margin-top: 5px;" + width="167" height="88" + alt="25th Anniversary Logo" /> + <!-- + </a> + --> + </div> + <!-- end 25th anniversary logo --> </div> <!-- FEATURERIGHT --> </div> <!-- FRONTFEATURECONTAINER --> |