Example Static Webpage
<html>
<head>
<title>
Test Environment
</title>

 <STYLE type="text/css">
CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:white;
     width:500px;
     border-style:solid;
     border-color:black;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:blue;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:white;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }

 </STYLE>

</head>


<body style="font-size:12pt;text-align:center;font-family:Verdana;color:#000080;">
<p>========== Test Environment ==========
<p>

<p>=== Shared Resources ====
<p><a href="https://127.0.xx.11/ccmadmin">UC Manager Admin</a>
<p><a href="https://127.0.36.60:8189/uiroot/">Support Tools</a>
<p><a href="https://127.0.36.60:9443/oamp/">CVP Ops Console</a>
<p>
<p>

 <TABLE CLASS="MYTABLE">
    <CAPTION CLASS="MYTABLE">A & B sides</CAPTION>
    
    <THEAD >
      <TR CLASS="MYTABLE">
        <TH CLASS="MYTABLE">Side A</TH>
        <TH CLASS="MYTABLE">Side B</TH>
      </TR>
    </THEAD>
    
    <TBODY>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"><a href="https://127.0.xx.101/">Content Switch A</a></TD>
        <TD CLASS="MYTABLE"><a href="https://127.0.xx.102/">Content Switch B</a></TD>
      </TR>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"><a href="http://127.0.xx.91/Media/">Media Files</a></TD>
        <TD CLASS="MYTABLE"><a href="http://127.0.xx.91/Media/">Media Files</a></TD>
      </TR>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"><a href="https://127.0.xx.48/cust">ICM Webview</a></TD>
        <TD CLASS="MYTABLE"><a href="https://127.0.xx.48/cust">ICM Webview</a></TD>
      </TR>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"><a href="https://127.0.xx.48/reskill">ICM Reskiller</a></TD>
        <TD CLASS="MYTABLE"><a href="https://127.0.xx.48/reskill">ICM Reskiller</a></TD>
      </TR>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"><a href="http://127.0.xx.16/saweb">Unity Cluster 1 - side A</a></TD>
        <TD CLASS="MYTABLE"><a href="http://127.0.xx.16/saweb">Unity Cluster 1 - side B</a></TD>
      </TR>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE">n/a</TD>
        <TD CLASS="MYTABLE"><a href="http://127.0.xx.17/saweb">Unity Cluster 2 - side B</a></TD>
      </TR>

      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"><a href="http://127.0.xx.128:1741">CUOM TST</a></TD>
        <TD CLASS="MYTABLE">n/a</TD>
      </TR>


      <TR CLASS="MYTABLE">  
        <TD CLASS="MYTABLE"></TD>
        <TD CLASS="MYTABLE"></TD>
      </TR>
   
    </TBODY>
  </TABLE>


<p>=== External Resources ===
<p>
<p>
<p>========== Test Environment ==========


</body>
</html>
  • code/html/examplestaticwebpage.txt
  • Last modified: 2018/05/17 20:34
  • by gerardorourke