From 3ba73e8e90c4f31c6b06cb210523677e6a7e3ea9 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Mon, 24 Aug 2009 15:31:33 +0000 Subject: [PATCH] fixed the wire post comment bubble point that had gone missing, updated splash text a little --- customindex/commentbubblepoint.png | Bin 0 -> 651 bytes customindex/views/default/customindex/content.php | 6 +++--- .../views/default/customindex/metatags.php | 13 ++++++++----- 3 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 customindex/commentbubblepoint.png diff --git a/customindex/commentbubblepoint.png b/customindex/commentbubblepoint.png new file mode 100644 index 0000000000000000000000000000000000000000..db168cb03ee94659e47c96e804fa40db1aa0e00d GIT binary patch literal 651 zcmeAS@N?(olHy`uVBq!ia0y~yVBlk5U{K;<W?*25_#v^5fq_A?#5JNMI6tkVJh3R1 z!7(L2DOJHUH!(dmC^a#qvhZZ84FdzinE;;<*YoGk|N8ao=g*(FZ{NOf;llra|DQj9 z{@}rbfB*mAx^?T*r%#tJU;gpq$JMJ>KY#vw=FFMXr%%6s|Niys*Z=<i`u_d<v17-+ ze*Jpm#*MRQ&;I%U|L)zpA3uJ)e*OCYKmY&#|NHpy<NtsD-n@D9<;$1<{{Q{|>;J!h z|BoL(e)8nWPyhd1x^(Hvl`H@M|Nism-^Gg;-@SWx@7}!=Cr-S2_3Fio7uT*``}gPX z&;S3=ojdp8!-qeA|NsB{|Jk!=-@bi&^XAQ$FJJ!r`Sbht@4tWl{`>du|Ns9C3=Ba6 z!H*ai7+gw%{DS{e4j2kA^$RgDFtU2OIEGZ*S~KB#*kJ<!m+P#vkG$MF(dqqO@l4Y{ z|LqND7x3&c{?@$SWL9LP-G7gNg2(wfn9PJE7mG1-wI}?L30GmNx$%JU9=|&C?dMG= z#7tg3muGA9cGX{d=cW0(1#O{rE58fa1XU*TOgepZLgg=wVg<K(?Qd2vnk<!OGO=6v z>vm{#@XILnO@|V{CtaLmyyL+Y(a@s{iq6L6i>^OxzGKHJC24^=lU|XyXMdha`*QO= zcslP%&tz#m?);Tm-`~zLY7JDI_B%3~H`n{+`zx7t%cq~vn{TFYo8$FjlhjTjbFM$p ze?7hho=Oe>^r87-rrL4Un?0M_<Fig~+VUxL+R4{1E>34)W+)O!(Tc3&l44+BVDNPH Kb6Mw<&;$S_7nalj literal 0 HcmV?d00001 diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 13b83587..4e6918b7 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -24,7 +24,7 @@ <div class="splash_headline"> <h4>Huskers Around the World</h4> <p> - UNL community members are doing fantastic work around the world. <a href="#">Featured Huskers</a>: + UNL community members are doing fantastic work around the world. <a href="featured/">Featured Huskers</a>: </p> <!-- row 1 --> @@ -179,7 +179,7 @@ <div class="splash_headline"> <h4>Put Yourself On The Map</h4> <p> - All members of the University of Nebraska-Lincoln community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>. + All members of the UNL community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>. </p> </div> </div> @@ -339,7 +339,7 @@ echo '<div class="index_item" style="overflow:hidden;float:left;max-width:'; if (isloggedin()) {echo('400px;');}else{echo('162px;');} echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">'; - echo ' <span style="background:url(mod/customindex/commentbubble/point.png); width:14px; height:34px; z-index:2; position:absolute; left:'; + echo ' <span style="background:url(mod/customindex/commentbubblepoint.png); width:14px; height:34px; z-index:2; position:absolute; left:'; if (isloggedin()) {echo('303px;');}else{echo('51px;');} echo '"></span>'; echo ' <div style="padding:10px;">'; diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 2607a299..df20d02d 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -27,11 +27,14 @@ <script type="text/javascript"> -function showLinks() { - WDN.jQuery("#promoVideoList").show(); -}; - -WDN.jQuery(window).load(function(){WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");WDN.jQuery("#promoVideoList").hide();}); + function showLinks() { + WDN.jQuery("#promoVideoList").show(); + }; + + WDN.jQuery(window).load(function(){ + WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>"); + WDN.jQuery("#promoVideoList").hide(); + }); WDN.jQuery(document).ready(function(){ WDN.jQuery("#headlines>div").click(function(){ panelClicked = WDN.jQuery(this).attr("id").split('headline')[1]; -- GitLab