File: openfile.html

package info (click to toggle)
qt4-x11 4%3A4.6.3-4%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 492,264 kB
  • ctags: 357,998
  • sloc: cpp: 2,012,312; ansic: 339,657; sh: 27,091; xml: 14,637; perl: 9,454; python: 6,289; yacc: 5,342; asm: 2,515; makefile: 869; ruby: 503; pascal: 495; cs: 112; objc: 65; sed: 34
file content (36 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (17)
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
<html>
    <head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>Open File</title>
    </head>
    <body style="font-size:12pt;font-family:helvetica">

	<p><center><h2>Open File</h2></center></p>

        <p>
        Once the file you want to view appears in the dialog's
        display, you can open it in two different ways.
        </p>

        <p>
        By pressing the 'Open' button the currently selected file will
        be opened. By default, the first file in the list of matching
        files is selected. Another way of opening a file is to simply
        double click the displayed file name.
        </p>

        <br />
        <br />
        <table align="center" cellpadding="2" cellspacing="1" border="0" width="100%">
        <tr valign="top" bgcolor="#f0f0f0">
        <td><center><img src="images/open.png" /></center></td>
        </tr>
        </table>

        <br />
        <br />
        <p>
        See also: <a href="findfile.html">Find File</a>
        </p>
    </body>
</html>