root / Portal / configurations / html / Home_Anonymous.jsp @ 3
Historique | Voir | Annoter | Télécharger (1,63 ko)
1 | 3 | alavrent | <jsp:directive.page contentType="text/html;charset=UTF-8" /> |
---|---|---|---|
2 | 3 | alavrent | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 | alavrent | <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> |
4 | 3 | alavrent | <title>TXM demo portal Welcome</title> |
5 | 3 | alavrent | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 | 3 | alavrent | <meta content="Serge Heiden" name="author" /> |
7 | 3 | alavrent | <link href="css/TXM WEB.css" rel="stylesheet" type="text/css" media="screen" /> |
8 | 3 | alavrent | <link href="css/TXM WEB PRINT.css" rel="stylesheet" type="text/css" media="print" /> |
9 | 3 | alavrent | </head> |
10 | 3 | alavrent | <body> |
11 | 3 | alavrent | <div class="textzone"> |
12 | 3 | alavrent | <h1 style="padding-left: 25px; font-family: Helvetica,Arial,sans-serif;">Welcome |
13 | 3 | alavrent | to TXM demo portal</h1> |
14 | 3 | alavrent | <p>This site allows you to experiment with the TXM web platform on |
15 | 3 | alavrent | various public and private corpora.</p> |
16 | 3 | alavrent | <ul> |
17 | 3 | alavrent | <li><span style="font-weight: bold;">public</span> corpora are always accessible through their respective icon in the Corpus Explorer (the left panel) ;</li> |
18 | 3 | alavrent | <li><span style="font-weight: bold;">private</span> corpora are accessible only when connected to the portal with a login given to you by the portal administrator.</li> |
19 | 3 | alavrent | </ul> |
20 | 3 | alavrent | <p>To access a public corpus, right-click on its icon and select a command to apply (Lexicon, Concordance, etc.).<br /> |
21 | 3 | alavrent | See <span style="font-weight: bold;" id="cmd_aide" type="link">Help</span> for documentation of the commands.<br /> |
22 | 3 | alavrent | </p> |
23 | 3 | alavrent | <p>To access private corpora, you have to <span style="font-weight: bold;" id="cmd_connexion">login</span> first. |
24 | 3 | alavrent | </p> |
25 | 3 | alavrent | <p>For any other information, please <span id="cmd_contact" type="link">contact |
26 | 3 | alavrent | the administrator</span>. |
27 | 3 | alavrent | </p> |
28 | 3 | alavrent | </div> |
29 | 3 | alavrent | </body></html> |