Updated HTML templates to make use of CSS-styled IE header and footer
This commit is contained in:
+13
-3
@@ -17,16 +17,27 @@
|
|||||||
<a href="/home/" class="close_button">
|
<a href="/home/" class="close_button">
|
||||||
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
||||||
</a>
|
</a>
|
||||||
|
<div class="explorer_bar_top">
|
||||||
|
<div class="menu_bar">
|
||||||
|
<p>
|
||||||
|
File Edit View Favorites Tools Help
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="navigation_bar">
|
||||||
|
<p>
|
||||||
<a href="/blog/" class="back_button">
|
<a href="/blog/" class="back_button">
|
||||||
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button">
|
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button">
|
||||||
|
Back
|
||||||
</a>
|
</a>
|
||||||
<div class="explorer_bar_top">
|
</p>
|
||||||
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
|
</div>
|
||||||
|
<div class="address_bar">
|
||||||
<p>
|
<p>
|
||||||
https://www.easthighnerd.net/
|
https://www.easthighnerd.net/
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="window_content">
|
<div class="window_content">
|
||||||
$body$
|
$body$
|
||||||
<hr>
|
<hr>
|
||||||
@@ -40,7 +51,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="explorer_bar_bottom">
|
<div class="explorer_bar_bottom">
|
||||||
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
|
|
||||||
<p>
|
<p>
|
||||||
https://www.easthighnerd.net/
|
https://www.easthighnerd.net/
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
+13
-2
@@ -18,17 +18,28 @@
|
|||||||
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
|
||||||
</a>
|
</a>
|
||||||
<div class="explorer_bar_top">
|
<div class="explorer_bar_top">
|
||||||
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
|
<div class="menu_bar">
|
||||||
|
<p>
|
||||||
|
File Edit View Favorites Tools Help
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="navigation_bar">
|
||||||
|
<p>
|
||||||
|
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button" style="filter: grayscale(1)">
|
||||||
|
Back
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="address_bar">
|
||||||
<p>
|
<p>
|
||||||
https://www.easthighnerd.net/
|
https://www.easthighnerd.net/
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="window_content">
|
<div class="window_content">
|
||||||
$body$
|
$body$
|
||||||
</div>
|
</div>
|
||||||
<div class="explorer_bar_bottom">
|
<div class="explorer_bar_bottom">
|
||||||
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
|
|
||||||
<p>
|
<p>
|
||||||
https://www.easthighnerd.net/
|
https://www.easthighnerd.net/
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user