Subversion Repositories wimsdev

Rev

Rev 13229 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13229 Rev 13471
Line 2... Line 2...
2
<html>
2
<html>
3
<head>
3
<head>
-
 
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
4
  <style>
5
  <style>
5
  body{
6
  body{
6
    font-family:verdana,helvetica,arial,sans-serif;
7
    font-family:verdana,helvetica,arial,sans-serif;
7
  }
8
  }
8
  table{
9
  table{
Line 13... Line 14...
13
    padding:4px;
14
    padding:4px;
14
  }
15
  }
15
  th{
16
  th{
16
    background-color:#DFDFDF;
17
    background-color:#DFDFDF;
17
  }
18
  }
-
 
19
  a, code{word-wrap: break-word;}
18
  </style>
20
  </style>
19
  <title>Protocol for WIMS direct connection with other web servers</title>
21
  <title>Protocol for WIMS direct connection with other web servers</title>
20
</head>
22
</head>
21
<body>
23
<body>
22
  <div id="content"></div>
24
  <div id="content"></div>