Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Last active August 20, 2018 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/bb364eb65fde470d7322e3d971946f3c to your computer and use it in GitHub Desktop.
Save jpluimers/bb364eb65fde470d7322e3d971946f3c to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>Web Interface is Disabled - CUPS v2.2.0</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups.css">
</HEAD>
<BODY>
<H1>Web Interface is Disabled</H1>
<P>The web interface is currently disabled. Run “cupsctl WebInterface=yes” to enable it.</P>
</BODY>
</HTML>
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="/cups.css" type="text/css">
<link rel="shortcut icon" href="/apple-touch-icon.png" type="image/png">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta name="viewport" content="width=device-width">
<style>html{display:none;}</style>
<script type="text/javascript"><!--
/* Only display document if we are not in a frame... */
if (self == top) {
document.documentElement.style.display = 'block';
} else {
top.location = self.location;
}
/* Show an error if cookies are disabled */
function check_cookies() {
if (!navigator.cookieEnabled) {
document.getElementById('body').innerHTML = 'This page uses cookies to prevent common cross-site attacks. Please enable cookies in your browser.';
}
}
--></SCRIPT>
<title>Printers - CUPS 2.2.0</title>
</head>
<body onload="check_cookies();">
<div class="header">
<ul>
<li><a href="http://www.cups.org/" target="_blank">CUPS.org</a></li>
<li><a href="/">Home</a></li>
<li><a href="/admin">Administration</a></li>
<li><a href="/classes/">Classes</a></li>
<li><a href="/help/">Help</a></li>
<li><a href="/jobs/">Jobs</a></li>
<li><a class="active" href="/printers/">Printers</a></li>
</ul>
</div>
<div class="body">
<div class="row">
<h1>Printers</h1>
<FORM ACTION="/printers/" METHOD="GET">
<P ALIGN="CENTER"><B>Search in
Printers:</B>
<INPUT TYPE="SEARCH" NAME="QUERY" VALUE="" SIZE="40" PLACEHOLDER="" AUTOSAVE="org.cups.printers" RESULTS="20"> <INPUT
TYPE="SUBMIT" VALUE="Search"> <INPUT TYPE="SUBMIT" NAME="CLEAR" VALUE="Clear"></P>
</FORM>
<P ALIGN="CENTER">Showing 6 of 6 printers.</P>
<TABLE CLASS="list" SUMMARY="Printer List">
<THEAD>
<TR><TH>Queue Name</TH><TH>Description</TH><TH>Location</TH><TH>Make and Model</TH><TH>Status</TH></TR>
</THEAD>
<TBODY>
<TR><TD><A HREF="/printers/OKI_MC342_36855D">OKI_MC342_36855D</A></TD><TD>OKI-MC342-PSO-36855D</TD><TD>Office</TD><TD>MC342-AirPrint</TD><TD>Idle</TD></TR>
<TR><TD><A HREF="/printers/OKI_MC342_36855D_PCL">OKI_MC342_36855D_PCL</A></TD><TD>OKI-MC342-36855D PCL</TD><TD>1060NP-Office</TD><TD>Generic PCL Laser Printer</TD><TD>Idle</TD></TR>
<TR><TD><A HREF="/printers/OKI_MC342_IPP">OKI_MC342_IPP</A></TD><TD>OKI-MC342-IPP</TD><TD>Office</TD><TD>Generic PostScript Printer</TD><TD>Idle</TD></TR>
<TR><TD><A HREF="/printers/OKI_MC342_LPR">OKI_MC342_LPR</A></TD><TD>OKI-MC342-LPR</TD><TD>Office</TD><TD>Generic PostScript Printer</TD><TD>Idle</TD></TR>
</TBODY>
</TABLE></DIV>
</div>
</div>
<div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright &copy; 2007-2015 Apple Inc. All rights reserved.</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment