Remove a duplicate copy of the header, instead switch to using the header2
entity. Slightly update header2 to match the copy being removed.
This commit is contained in:
parent
29e8666577
commit
71e5a31bc8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45490
2 changed files with 4 additions and 37 deletions
share/xml
|
@ -162,9 +162,9 @@
|
|||
<!ENTITY header2 '
|
||||
&header2.skipnav;
|
||||
|
||||
<div id="headercontainer">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" id="headercontainer">
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
&header2.logo-red.label;`
|
||||
|
||||
<div id="headerlogoleft">
|
||||
&header2.logo-red;
|
||||
|
@ -188,6 +188,7 @@
|
|||
</div> <!-- HEADERLOGORIGHT -->
|
||||
</div> <!-- HEADER -->
|
||||
|
||||
&header2.topnav.label;
|
||||
&header2.topnav;
|
||||
</div> <!-- HEADERCONTAINER -->
|
||||
'>
|
||||
|
|
|
@ -51,41 +51,7 @@
|
|||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
&header2.skipnav;
|
||||
|
||||
<div id="headercontainer">
|
||||
<div id="header">
|
||||
|
||||
&header2.logo-red.label;
|
||||
|
||||
<div id="headerlogoleft">
|
||||
&header2.logo-red;
|
||||
</div> <!-- HEADERLOGOLEFT -->
|
||||
|
||||
<div id="headerlogoright">
|
||||
&header2.donatebutton;
|
||||
|
||||
&header2.searchnav.label;
|
||||
|
||||
&header2.searchnav;
|
||||
|
||||
<div id="search">
|
||||
<form action="&cgibase;/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">&header2.word.search;</label></h2>
|
||||
|
||||
&header2.searchinputs;
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- SEARCH -->
|
||||
</div> <!-- HEADERLOGORIGHT -->
|
||||
</div> <!-- HEADER -->
|
||||
|
||||
&header2.topnav.label;
|
||||
|
||||
&header2.topnav;
|
||||
|
||||
</div> <!-- HEADERCONTAINER -->
|
||||
&header2;
|
||||
|
||||
<div id="content">
|
||||
<xsl:call-template name="process.content"/>
|
||||
|
|
Loading…
Reference in a new issue