source: aportesmurachi/tahel/Murachi-pre/index2.jsp

Last change on this file was 12e6ddf, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Agregados los directorio de aportes de Tahel al control de versiones.

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
3<html lang="en">
4    <head>
5        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6        <meta http-equiv="Content-Style-Type" content="text/css">
7        <meta http-equiv="Content-Script-Type" content="text/javascript">
8
9        <title>TurnKey Tomcat</title>
10       
11        <link rel="stylesheet" href="css/ui.tabs.css" type="text/css" media="print, projection, screen">
12        <link rel="stylesheet" href="css/base.css" type="text/css">
13
14        <script src="js/jquery-1.2.6.js" type="text/javascript"></script>
15        <script src="js/ui.core.js" type="text/javascript"></script>
16        <script src="js/ui.tabs.js" type="text/javascript"></script>
17        <script type="text/javascript">
18            $(function() {
19                $('#container-1 > ul').tabs({ fx: { opacity: 'toggle'} });
20            });
21        </script>
22    </head>
23
24    <body>
25        <h1>TurnKey Tomcat</h1>
26       
27        <div id="container-1">
28            <ul>
29                <li><a href="#cp"><span>Control Panel</span></a></li>
30            </ul>
31
32            <div id="cp">
33                <div class="fragment-content">
34                    <div>
35                        <a href="/manager/html"><img
36                        src="images/tomcat.png"/>Web Apps</a>
37                    </div>
38                    <div>
39                        <a href="/host-manager/html"><img
40                        src="images/tomcat.png"/>Virtual Hosts</a>
41                    </div>
42                    <div>
43                        <a href="https://<%= request.getServerName() %>:12320">
44                        <img src="images/shell.png"/>Web Shell</a>
45                    </div>
46                    <div>
47                        <a href="https://<%= request.getServerName() %>:12321">
48                        <img src="images/webmin.png"/>Webmin</a>
49                    </div>
50                    <div></div>
51
52                    <h2>Resources and references</h2>
53                    <ul>
54                        <li>Tomcat administrative account: <b>admin</b></li>
55                        <li>TurnKey Tomcat <a href="https://www.turnkeylinux.org/tomcat">release notes</a></li>
56                        <li>Apache Tomcat Documentation (<a href="/docs">offline</a>, <a href="http://tomcat.apache.org/tomcat-7.0-doc/">online</a>)</li>
57                    </ul>
58
59                </div>
60            </div>
61
62        </div>
63    </body>
64</html>
Note: See TracBrowser for help on using the repository browser.