client/servlet/src/content/server.html

Code
Comments
Other
Rev Date Author Line
746 11 Oct 06 gregory 1 <!--
1345 02 Mar 07 olle 2   After Root has created a demo user, uncomment the text below
1345 02 Mar 07 olle 3   to show the message line on the Proteios welcome page.
1345 02 Mar 07 olle 4 -->
2651 30 Apr 08 gregory 5 <center>
2651 30 Apr 08 gregory 6
1345 02 Mar 07 olle 7 <!--
1007 01 Dec 06 gregory 8 Login using <b>demo/demo</b> to try out this installation.<br/>
1345 02 Mar 07 olle 9 -->
2651 30 Apr 08 gregory 10
2651 30 Apr 08 gregory 11
1007 01 Dec 06 gregory 12 <br/>
2651 30 Apr 08 gregory 13 <img src="/proteios/static/img/logo.jpg"/>
1013 03 Dec 06 gregory 14 <br/>
1345 02 Mar 07 olle 15
2651 30 Apr 08 gregory 16 <i>Welcome to proteios at www.proteios.org.<br/>
2651 30 Apr 08 gregory 17
2651 30 Apr 08 gregory 18 </center>
2651 30 Apr 08 gregory 19
2569 15 Feb 08 gregory 20 <script type="text/javascript">
2569 15 Feb 08 gregory 21 if (top.location != location) {
2569 15 Feb 08 gregory 22     top.location.href = document.location.href ;
2569 15 Feb 08 gregory 23   }
2569 15 Feb 08 gregory 24 </script>