Zoho Deluge Useful Codes - 2
HTML Snippet for Dashboard <%{ title = "BWI Impact Statistics"; className = "BWI_impact_statistics"; rec_list = BWI_impact_statistics[ID != 0]; %> <style> h2{ text-align:center; } .<%=className%>{ width:100%; margin:1rem auto; width:98%; border:1px solid #edeef1; } .<%=className%>, .<%=className%> td, .<%=className%> th{ border-bottom:1px solid #edeef1; border-collapse: collapse; font-size:.95rem; } .<%=className%> th{ border-top:1px solid #edeef1; } .<%=className%> td, .<%=className%> th{ padding:.3rem .4rem; text-align:center; } .<%=className%> th{ background-color:#f0f5fa; } </style> <h2><%=title%></h2> <table class=<%=className%>> <tr> <th>Batch</th> <th>Target</th> <th>Estimate</th> <th>Achieved</th> <...