]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/help-header.tmpl
Load cups into easysw/current.
[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
6TYPE="TEXT" NAME="QUERY" VALUE="{?QUERY}" SIZE="60"> <INPUT
4744bd90 7TYPE="IMAGE" SRC="/images/button-search.gif" ALT="Search">
8<A HREF="/help/{?HELPFILE}{QUERY?{TOPIC??TOPIC={TOPIC}:}:}"><IMG
9SRC="/images/button-clear.gif" ALT="Clear" CLASS="button"></A></P>
ef416fc2 10
11</FORM>
12
13<!-- Bookmarks -->
14<DIV CLASS="sidebar">
15<H3 CLASS="title">On-Line Help Documents</H3>
16
17<P CLASS="l0"><A HREF="/help{QUERY??QUERY={QUERY}:}">All Documents</A></P>
18<HR>
19
20{[BMTEXT]<P CLASS="l{BMINDENT}"><A HREF="{BMLINK}">{BMTEXT}</A></P>
21}
22</DIV>
23
24{QUERY?<P>Search Results in {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}\:</P>
25{QTEXT?<UL>
26{[QTEXT]<LI><A HREF="{QLINK}">{QTEXT}</A>{QPTEXT? (in <I><A HREF="{QPLINK}">{QPTEXT}</A></I>):}</LI>}
27{QTEXT?</UL>:}
28:<P>No matches found.</P>}
4744bd90 29<HR NOSHADE>:}
30{HELPTITLE?<H1>{HELPTITLE}
31<A HREF="/help/{HELPFILE}?PRINTABLE=YES" TARGET="_blank"><IMG
32SRC="/images/button-view-printable-version.gif" ALT="View Printable Version"
33CLASS="button"></A></H1>:<H1>CUPS Help Pages</H1>
34
35<P>This is the CUPS on-line help interface. Enter search words
36above or click on any of the documentation links to display
37on-line help information.</P>
38
39<P>If you are new to CUPS, read the "<a
40href="overview.html">Overview of CUPS</a>" page. Veteran users
41should read the "<a href="whatsnew.html">What's New in CUPS
421.2</a>" page.</P>
43
44<P>The <A HREF="http://www.cups.org/">CUPS Home Page</A> also
45provides many resources including user discussion forums, answers
46to frequently-asked questions, and a form for submitting bug
47reports and feature requests.</P>}