dfc45c1b97
Fix text/css MIME type rules (so css files don't get mistaken for C source) New web interface templates and stylesheet that works better on mobile browsers like the iPhone. Touch icon for mobile bookmarks. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11349 a1ca3aef-8c08-0410-bb20-df032aa958be
15 linhas
449 B
Cheetah
15 linhas
449 B
Cheetah
</DIV>
|
|
|
|
<SCRIPT TYPE="text/javascript"><!--
|
|
// Hide custom options parameters for browsers that understand Javascript
|
|
var paramtables = document.getElementsByName("paramtable");
|
|
for (var i = 0; i < paramtables.length; i++)
|
|
{
|
|
var opt = paramtables[i].id.substr(0, paramtables[i].id.lastIndexOf("-"));
|
|
var cb = document.getElementById("select-" + opt);
|
|
if (cb.value != "Custom")
|
|
paramtables[i].style.display = "none";
|
|
}
|
|
--></SCRIPT>
|
|
</FORM>
|