]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/help-header.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / help-header.tmpl
CommitLineData
ef416fc2 1<FORM ACTION="/help/{?HELPFILE}" METHOD="GET">
2{TOPIC?<INPUT TYPE="HIDDEN" NAME="TOPIC" VALUE="{TOPIC}">:}
3
4<P ALIGN="CENTER"><B>Search in
5{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}:</B> <INPUT
58dc1933 6TYPE="SEARCH" NAME="QUERY" VALUE="{?QUERY}" SIZE="40" PLACEHOLDER=""
2e4ff8af
MS
7AUTOSAVE="org.cups.help" RESULTS="20">
8<INPUT TYPE="SUBMIT" NAME="SEARCH" VALUE="Search">
9<INPUT TYPE="SUBMIT" NAME="CLEAR" VALUE="Clear"></P>
ef416fc2 10
11</FORM>
12
13<!-- Bookmarks -->
2e4ff8af
MS
14<DIV CLASS="sidebar"><TABLE CLASS="inset" SUMMARY="Contents">
15<TR><TD>
16
79e1d494 17<H3 CLASS="title">Online Help Documents</H3>
ef416fc2 18
07725fee 19<P CLASS="l0"><A HREF="/help/{QUERY??QUERY={QUERY}:}">All Documents</A></P>
ef416fc2 20<HR>
21
22{[BMTEXT]<P CLASS="l{BMINDENT}"><A HREF="{BMLINK}">{BMTEXT}</A></P>
23}
2e4ff8af
MS
24</TD></TR>
25</TABLE></DIV>
ef416fc2 26
27{QUERY?<P>Search Results in {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}\:</P>
28{QTEXT?<UL>
29{[QTEXT]<LI><A HREF="{QLINK}">{QTEXT}</A>{QPTEXT? (in <I><A HREF="{QPLINK}">{QPTEXT}</A></I>):}</LI>}
30{QTEXT?</UL>:}
31:<P>No matches found.</P>}
4744bd90 32<HR NOSHADE>:}
dfc45c1b 33{HELPTITLE?<FORM ACTION="/help/{?HELPFILE}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="PRINTABLE" VALUE="YES"><INPUT TYPE="SUBMIT" VALUE="View Printable Version"></FORM>:
b19ccc9e
MS
34
35<H1>Online Help</H1>
4744bd90 36
5f1456af
MS
37<P>This is the CUPS online help interface. Enter search words above or click on any of the documentation links to display online help information.</P>
38
39<P>If you are new to CUPS, read the "<a href="/help/overview.html">Overview of CUPS</a>" page.</P>
40
41<P>The <A HREF="http://www.cups.org/">CUPS home page</A> also provides many resources including user discussion forums, answers to frequently-asked questions, and a form for submitting bug reports and feature requests.</P>}