Signed-off-by: Joerg Jaspert <joerg@debian.org>
Debian NEW and BYHAND Packages
</title>
<script type="text/javascript">
+ //<![CDATA[
function togglePkg() {
var children = document.getElementsByTagName("*");
for (var i = 0; i < children.length; i++) {
}
}
}
+ //]]>
</script>
</head>
<body id="NEW">
print "<h1 class='binNEW'>Summary for: %s</h1>" % (type)
print "<h1 class='binNEW' style='display: none'>Summary for: binary-%s only</h1>" % (type)
print """
+ <p class="togglepkg" onclick="togglePkg()">Click to toggle all/binary-NEW packages</p>
<table class="NEW">
- <p class="togglepkg" onclick="togglePkg()">Click to toggle all/binary-NEW packages</p>
<caption class="binNEW">
"""
print "Package count in <strong>%s</strong>: <em>%s</em> | Total Package count: <em>%s</em>" % (type, source_count, total_count)