root / Portal / configurations / demo / html / Home_en.jsp @ 7
History | View | Annotate | Download (1.7 kB)
1 | 7 | alavrent | <jsp:directive.page contentType="text/html;charset=UTF-8" /> |
---|---|---|---|
2 | 7 | alavrent | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 7 | alavrent | <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> |
4 | 7 | alavrent | <title>TXM demo portal Welcome</title> |
5 | 7 | alavrent | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 | 7 | alavrent | <meta content="Serge Heiden" name="author" /> |
7 | 7 | alavrent | <link href="css/TXM WEB.css" rel="stylesheet" type="text/css" media="screen" /> |
8 | 7 | alavrent | <link href="css/TXM WEB PRINT.css" rel="stylesheet" type="text/css" media="print" /> |
9 | 7 | alavrent | </head> |
10 | 7 | alavrent | <body> |
11 | 7 | alavrent | <div class="textzone"> |
12 | 7 | alavrent | <h1 style="padding-left: 25px; font-family: Helvetica,Arial,sans-serif;">Welcome |
13 | 7 | alavrent | to TXM demo portal</h1> |
14 | 7 | alavrent | <p>This site allows you to experiment with the TXM web platform on |
15 | 7 | alavrent | various public and private corpora.</p> |
16 | 7 | alavrent | <ul> |
17 | 7 | 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 | 7 | 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 | 7 | alavrent | </ul> |
20 | 7 | alavrent | <p>To access a public corpus, right-click on its icon and select a command to apply (Lexicon, Concordance, etc.).<br /> |
21 | 7 | alavrent | See <span class="bouton" style="font-weight: bold;" id="help_target" type="link"></span> for documentation of the commands.<br /> |
22 | 7 | alavrent | </p> |
23 | 7 | alavrent | <p>To access private corpora, you have to <span class="bouton" style="font-weight: bold;" id="login_target" type="link"></span> first. |
24 | 7 | alavrent | </p> |
25 | 7 | alavrent | <p>For any other information, please <span class="bouton" style="font-weight: bold;" id="contact_target" type="link"></span> us. |
26 | 7 | alavrent | </p> |
27 | 7 | alavrent | </div> |
28 | 7 | alavrent | </body></html> |