Skip to content
Snippets Groups Projects
Commit 3920dd22 authored by skoolbus39's avatar skoolbus39
Browse files

Update image relative paths to absolute paths

Alert images (warning icon, diagonal stripe pattern) are not being rendered in UNL Today.
parent c34587fb
No related branches found
No related tags found
1 merge request!83Update image relative paths to absolute paths
<!--#config timefmt="%Y%m%d%H%M" --> <!--#config timefmt="%Y%m%d%H%M" -->
<!--#if expr="(${DATE_LOCAL} >= 201302211600) && (${DATE_LOCAL} < 20130222)" --> <!--#if expr="(${DATE_LOCAL} >= 201302211600) && (${DATE_LOCAL} < 20130222)" -->
<section class="wdn-band" style="background: url(../splash/images/caution-border.png), url(../splash/images/caution-border.png); <section class="wdn-band" style="background: url(../splash/images/caution-border.png), url(../splash/images/caution-border.png);
background: url(../splash/images/caution-border.svg), url(../splash/images/caution-border.svg); background-color: #d4440b; background-repeat: repeat-x, repeat-x; background-position: 50% 0, 50% 100%; color: #fff;"> background: url('http://www.unl.edu/splash/images/caution-border.svg'), url('http://www.unl.edu/splash/images/caution-border.svg'); background-color: #d4440b; background-repeat: repeat-x, repeat-x; background-position: 50% 0, 50% 100%; color: #fff;">
<div class="wdn-inner-wrapper wdn-inner-padding-lg"> <div class="wdn-inner-wrapper wdn-inner-padding-lg">
<div class="wdn-grid-set"> <div class="wdn-grid-set">
<div class="bp2-wdn-col-one-seventh"> <div class="bp2-wdn-col-one-seventh">
<img src="../splash/images/caution-icon.svg" onerror="this.src=../../splash/images/caution-icon.png" style="padding-top: 0.563em;"> <img src="http://www.unl.edu/splash/images/caution-icon.svg" onerror="this.src=http://www.unl.edu/splash/images/caution-icon.png" style="padding-top: 0.563em;">
</div> </div>
<div class="bp2-wdn-col-six-sevenths"> <div class="bp2-wdn-col-six-sevenths">
<i class="icon-attention"></i> <i class="icon-attention"></i>
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
</section> </section>
<!--#elif expr="(${DATE_LOCAL} >= 201302220430) && (${DATE_LOCAL} <= 201302221000)" --> <!--#elif expr="(${DATE_LOCAL} >= 201302220430) && (${DATE_LOCAL} <= 201302221000)" -->
<section class="wdn-band" style="background: url(../splash/images/caution-border.png), url(../splash/images/caution-border.png); <section class="wdn-band" style="background: url(../splash/images/caution-border.png), url(../splash/images/caution-border.png);
background: url(../splash/images/caution-border.svg), url(../splash/images/caution-border.svg); background-color: #d4440b; background-repeat: repeat-x, repeat-x; background-position: 50% 0, 50% 100%; color: #fff;"> background: url('http://www.unl.edu/splash/images/caution-border.svg'), url('http://www.unl.edu/splash/images/caution-border.svg'); background-color: #d4440b; background-repeat: repeat-x, repeat-x; background-position: 50% 0, 50% 100%; color: #fff;">
<div class="wdn-inner-wrapper wdn-inner-padding-lg"> <div class="wdn-inner-wrapper wdn-inner-padding-lg">
<div class="wdn-grid-set"> <div class="wdn-grid-set">
<div class="bp2-wdn-col-one-seventh"> <div class="bp2-wdn-col-one-seventh">
<img src="../splash/images/caution-icon.svg" onerror="this.src=../../splash/images/caution-icon.png" style="padding-top: 0.563em;"> <img src="http://www.unl.edu/splash/images/caution-icon.svg" onerror="this.src=http://www.unl.edu/splash/images/caution-icon.png" style="padding-top: 0.563em;">
</div> </div>
<div class="bp2-wdn-col-six-sevenths"> <div class="bp2-wdn-col-six-sevenths">
<i class="icon-attention"></i> <i class="icon-attention"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment