summaryrefslogtreecommitdiff
path: root/_layouts/sub.html
blob: 3341c697e79dff7b4e3be0920c9fd0e28929261b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html lang="en">
  <head>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
    <link href="/open-iconic/font/css/open-iconic-bootstrap.css" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="/css/cups.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, initial-scale=1.0">
    <title>{{page.title}}</title>
    <meta name="keywords" content="printing,printer driver,internet printing protocol,ipp,ipp everywhere,ppd,linux,unix,mac,os x,postscript,pdf,text,image">
  </head>
  <body>
    <nav class="navbar navbar-expand-sm navbar-dark cups-nav fixed-top" role="navigation">
      <a class="navbar-brand" href="index.html">CUPS.org</a>
      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#cups-collapsible" aria-controls="cups-collapsible" aria-expanded="false" aria-label="Toggle navigation">
        <span class="navbar-toggler-icon"></span>
      </button>

      <div class="collapse navbar-collapse" id="cups-collapsible">
	<ul class="navbar-nav">
	  <li class="nav-item dropdown">
	    <a class="nav-link dropdown-toggle" href="#" id="cups-blog-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog</a>
	    <div class="dropdown-menu cups-nav" aria-labelledby="cups-blog-dropdown">
  {% for post in site.posts offset: 0 limit: 10 %}
	      <a class="dropdown-item cups-nav" href="{{ post.url }}">{{post.title}}</a>
  {% endfor %}
	      <div class="dropdown-divider cups-nav"></div>
	      <a class="dropdown-item cups-nav" href="/blog.html">All Articles</a>
	    </div>
	  </li>
	  <li class="nav-item dropdown">
	    <a class="nav-link dropdown-toggle" href="#" id="cups-bugs-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Bugs</a>
	    <div class="dropdown-menu cups-nav" aria-labelledby="cups-bugs-dropdown">
	      <a class="dropdown-item cups-nav" href="{{site.github.issues_url}}">All Issues</a>
	      <div class="dropdown-divider cups-nav"></div>
	      <a class="dropdown-item cups-nav" href="{{site.github.repository_url}}/milestone/3">CUPS 2.2.x Issues</a>
	      <a class="dropdown-item cups-nav" href="{{site.github.repository_url}}/milestone/4">CUPS 2.3.x Issues</a>
	      <a class="dropdown-item cups-nav" href="{{site.github.repository_url}}/milestone/2">CUPS Future Issues</a>
	    </div>
	  </li>
	  <li class="nav-item">
	    <a class="nav-link" href="/documentation.html">Help</a>
	  </li>
	  <li class="nav-item dropdown">
	    <a class="nav-link dropdown-toggle" href="#" id="cups-lists-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Lists</a>
	    <div class="dropdown-menu cups-nav" aria-labelledby="cups-lists-dropdown">
	      <a class="dropdown-item cups-nav" href="https://lists.cups.org/mailman/listinfo/cups">User</a>
	      <a class="dropdown-item cups-nav" href="https://lists.cups.org/mailman/listinfo/cups-devel">Developer</a>
	    </div>
	  </li>
	  <li class="nav-item">
	    <a class="nav-link" href="/software.html">Software</a>
	  </li>
	  <li class="nav-item">
	    <a class="nav-link" href="#modalSearch" data-toggle="modal" data-target="#modalSearch">Search</a>
	  </li>
	</ul>
      </div>
    </nav>
    <!-- Search Modal -->
    <div id="modalSearch" class="modal fade" role="dialog">
      <div class="modal-dialog" role="document">
	<!-- Modal content-->
	<div class="modal-content">
	   <div class="modal-header">
	     <h4 class="modal-title">Search CUPS.org</h4>
	     <button type="button" class="close" data-dismiss="modal" aria-label="Close">
	       <span aria-hidden="true">&times;</span>
	     </button>
	   </div>
	   <div class="modal-body">
	     <script>
	       (function() {
		 var cx = '013583990091537888036:obh2r5tsaso';
		 var gcse = document.createElement('script');
		 gcse.type = 'text/javascript';
		 gcse.async = true;
		 gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
		 var s = document.getElementsByTagName('script')[0];
		 s.parentNode.insertBefore(gcse, s);
	       })();
	     </script>
	     <gcse:search></gcse:search>
	   </div>
	   <div class="modal-footer">
	     <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
	   </div>
	</div>
      </div>
    </div>
    <!-- Page Content -->
    <div class="container-fluid container-top">
      <div class="jumbotron">
        <h1>{{page.title}}</h1>
      </div>
      {{ content }}
    </div>
    <div class="footer">
      <p>Copyright &copy; 2007-{{ site.time | date: "%Y" }} Apple Inc. CUPS 2.2 and earlier are provided under the terms of the <a href="doc/old-license.html">GNU GPL2 and LGPL2 with exceptions</a> while CUPS 2.3 and later are provided under the terms of the <a href="/doc/license.html">Apache License, Version 2.0</a>. CUPS, the CUPS logo, and macOS are trademarks of <a href="http://www.apple.com/legal/intellectual-property/trademark/appletmlist.html">Apple Inc.</a> All other trademarks are the property of their respective owners.</p>
    </div>
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
  </body>
</html>