]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/help-header.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / help-header.tmpl
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
6 TYPE="TEXT" NAME="QUERY" VALUE="{?QUERY}" SIZE="60"> <INPUT
7 TYPE="IMAGE" SRC="/images/button-search.gif" ALT="Search">
8 <A HREF="/help/{?HELPFILE}{QUERY?{TOPIC??TOPIC={TOPIC}:}:}"><IMG
9 SRC="/images/button-clear.gif" ALT="Clear" CLASS="button"></A></P>
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>}
29 <HR NOSHADE>:}
30 {HELPTITLE?<H1>{HELPTITLE}
31 <A HREF="/help/{HELPFILE}?PRINTABLE=YES" TARGET="_blank"><IMG
32 SRC="/images/button-view-printable-version.gif" ALT="View Printable Version"
33 CLASS="button"></A></H1>:<H1>CUPS Help Pages</H1>
34
35 <P>This is the CUPS on-line help interface. Enter search words
36 above or click on any of the documentation links to display
37 on-line help information.</P>
38
39 <P>If you are new to CUPS, read the "<a
40 href="overview.html">Overview of CUPS</a>" page. Veteran users
41 should read the "<a href="whatsnew.html">What's New in CUPS
42 1.2</a>" page.</P>
43
44 <P>The <A HREF="http://www.cups.org/">CUPS Home Page</A> also
45 provides many resources including user discussion forums, answers
46 to frequently-asked questions, and a form for submitting bug
47 reports and feature requests.</P>}