Sha256: 42fb070196cecacacebbd544280bd94e5ac7e5c20a4d1cb05d6a57cc8903e5e5
Contents?: true
Size: 370 Bytes
Versions: 8
Compression:
Stored size: 370 Bytes
Contents
<%-- - Copyright (c) 2002 The Apache Software Foundation. All rights - reserved. --%> <%@ attribute name="color" %> <%@ attribute name="bgcolor" %> <%@ attribute name="title" %> <table border="1" bgcolor="${color}"> <tr> <td><b>${title}</b></td> </tr> <tr> <td bgcolor="${bgcolor}"> <jsp:doBody/> </td> </tr> </table>
Version data entries
8 entries across 4 versions & 1 rubygems