Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.4.1

...

Code Block
languagexml
<html>
    <head>
    </head>
    <body>       
        <h2>Change Log</h2>      
        <table class="table">            
            <tr>            
                <th>Date</th>           
                <th>Author</th>
                <th>Version</th>
                <th>Implementation</th>
                <th>Note</th>
            </tr>
            <tr>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
                <td></td>
            </tr>
        </table>
    </body>
</html>

...