Skip to content
Snippets Groups Projects
Commit e4e7d0bf authored by Kevin Abel's avatar Kevin Abel
Browse files

Merge branch 'alert' into 'develop'

Update image relative paths to absolute paths

Alert images (warning icon, diagonal stripe pattern) are not being rendered in UNL Today.

See merge request !83
parents c34587fb 3920dd22
No related branches found
No related tags found
No related merge requests found
<!--#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