~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/ecosystem/uwa-server-original/server/application/views/scripts/index/index.phtml

  • Committer: parra
  • Date: 2010-03-15 02:39:02 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1433
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
         Copyright Netvibes 2006-2009.
 
3
         This file is part of Exposition PHP Server.
 
4
         
 
5
         Exposition PHP Server is free software: you can redistribute it and/or modify
 
6
         it under the terms of the GNU Lesser General Public License as published by
 
7
         the Free Software Foundation, either version 3 of the License, or
 
8
         (at your option) any later version.
 
9
         
 
10
         Exposition PHP Server is distributed in the hope that it will be useful,
 
11
         but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
         GNU Lesser General Public License for more details.
 
14
         
 
15
         You should have received a copy of the GNU Lesser General Public License
 
16
         along with Exposition PHP Server. If not, see <http://www.gnu.org/licenses/>.
 
17
-->
 
18
<html>
 
19
<head>
 
20
<title>Exposition Widget Server</title>
 
21
</head>
 
22
<body>
 
23
<h1>Server Root</h1>
 
24
Your are at the root of this Exposition widget server. You may wish to consult the server documentation.
 
25
<p>
 
26
<hr>
 
27
<address>
 
28
widget server at <?php echo $this->host ?>
 
29
</address>
 
30
</body>
 
31
</html>
 
 
b'\\ No newline at end of file'