FSN#37938 classes zodat je ook kunt stylen. Tooltip in tekst tonen (omdat het ook selectiecriterium kan zijn)
svn path=/Website/trunk/; revision=31407
This commit is contained in:
@@ -118,7 +118,7 @@ while (!oRs.Eof)
|
|||||||
%>
|
%>
|
||||||
<h3><a><%=safe.html(oRs("groep").Value)%></a></h3>
|
<h3><a><%=safe.html(oRs("groep").Value)%></a></h3>
|
||||||
<div style='display:none'>
|
<div style='display:none'>
|
||||||
<table width="100%"><tr>
|
<table width="100%" class="besaccordeon"><tr>
|
||||||
<%
|
<%
|
||||||
pos = 0;
|
pos = 0;
|
||||||
}
|
}
|
||||||
@@ -139,17 +139,18 @@ while (!oRs.Eof)
|
|||||||
var url = icon;
|
var url = icon;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
var url = "../Pictures/mld_stdm_default.jpg";
|
var url = "../Pictures/mld_stdm_default.jpg"; // Leuker: een rondje met de eerste letter oid.
|
||||||
|
|
||||||
var maxcol = S("iconcolumns"); // setting
|
var maxcol = S("iconcolumns"); // setting
|
||||||
if (pos > 0 && pos%maxcol == 0) {
|
if (pos > 0 && pos%maxcol == 0) {
|
||||||
%></tr><tr><%
|
%></tr><tr><%
|
||||||
}
|
}
|
||||||
%><td class='iconmenu' width='<%=Math.floor(100/maxcol)%>%'
|
%><td class='iconmenu' width='<%=Math.floor(100/maxcol)%>%'
|
||||||
title='<%=safe.htmlattr(oRs("opmerking").Value)%>'
|
|
||||||
onclick='run_create_bes (<%=oRs("disc_key").Value%>,<%=oRs("product_key").Value%>);'>
|
onclick='run_create_bes (<%=oRs("disc_key").Value%>,<%=oRs("product_key").Value%>);'>
|
||||||
<img theSrc='<%=safe.htmlattr(url)%>'>
|
<img theSrc='<%=safe.htmlattr(url)%>'>
|
||||||
<div class="iconlabel"><%=safe.html(oRs("product").value) + "<br>" +(safe.curr(oRs("prijs").value) != 0 ? S('currency_pref') + safe.curr(oRs("prijs").value) : "") + (oRs("eenheid").value ? (" / " + safe.html(oRs("eenheid").value)) : "") %></div>
|
<div class="iconlabel">
|
||||||
|
<%="<span class='iprd'>"+safe.html(oRs("product").value) + "</span><br>" +(safe.curr(oRs("prijs").value) != 0 ? "<span class='iprs'>"+S("currency_pref") + safe.curr(oRs("prijs").value)+"</span>" : "") + (oRs("eenheid").value ? ("<span class='ieenh'> / " + safe.html(oRs("eenheid").value)+"</span>") : "") + (oRs("opmerking").value ? ("<br><span class='iopm'>" + safe.html(oRs("opmerking").value)+"</span>") : "") %>
|
||||||
|
</div>
|
||||||
</td><%
|
</td><%
|
||||||
pos ++;
|
pos ++;
|
||||||
last_groep = oRs("bes_srtgroep_key").Value;
|
last_groep = oRs("bes_srtgroep_key").Value;
|
||||||
|
|||||||
Reference in New Issue
Block a user