diff --git a/sharedcode/alert.shtml b/sharedcode/alert.shtml index d6d2800f7389acffede4c9bb94f1ced9e503b854..1c195e576fa87995ad8ca8b1dde0153832896c28 100644 --- a/sharedcode/alert.shtml +++ b/sharedcode/alert.shtml @@ -1,11 +1,11 @@ <!--#config timefmt="%Y%m%d%H%M" --> <!--#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); - 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-grid-set"> - <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;"> + <div class="bp2-wdn-col-one-seventh"> + <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 class="bp2-wdn-col-six-sevenths"> <i class="icon-attention"></i> @@ -19,11 +19,11 @@ </section> <!--#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); - 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-grid-set"> - <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;"> + <div class="bp2-wdn-col-one-seventh"> + <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 class="bp2-wdn-col-six-sevenths"> <i class="icon-attention"></i> @@ -36,4 +36,4 @@ </div> </section> <!--#else --> -<!--#endif --> \ No newline at end of file +<!--#endif -->