File tree Expand file tree Collapse file tree 6 files changed +63
-857
lines changed Expand file tree Collapse file tree 6 files changed +63
-857
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <!--
2
+ function write_header ( $document_root , $logourl )
3
+ {
4
+ document . write ( "<div id='header'>" ) ;
5
+ document . write ( " <h1><a href='/'>World Hello</a></h1>" ) ;
6
+ document . write ( " <div id='menu'>" ) ;
7
+ document . write ( " <ul>" ) ;
8
+ document . write ( " <li><a href='/' id='home_link' title='Home'>首页</a></li>" ) ;
9
+ document . write ( " <li><a href='/blog.html' id='blog_link' title='Blog'>博客</a></li>" ) ;
10
+ document . write ( " <li><a href='/doc/' id='docs_link' title='Docs'>文章</a></li>" ) ;
11
+ document . write ( " <li><a href='/about.html' id='about_link' title='About'>关于</a></li>" ) ;
12
+ document . write ( " <li><a href='http://github.com/gotgit' target='_blank' title='GitHub' rel='me' id='github_link'>GitHub</a></li>" ) ;
13
+ document . write ( " <li><a href='http://weibo.com/gotgit' title='微博' target='_blank' id='weibo_link'>微博</a></li>" ) ;
14
+ document . write ( " </ul>" ) ;
15
+ document . write ( " </div>" ) ;
16
+ document . write ( "</div>" ) ;
17
+ }
18
+ //-->
You can’t perform that action at this time.
0 commit comments