Commit e28383d8 e28383d88a536e7064a2a89b8ec7ae23c502cb4e by Christian Gerdes

New version of OraMon.jsp with sortable tables.

1 parent 66a0f063
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 9 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
10 <script src="sorttable.js"></script>
10 <title>OraMon Admin</title> 11 <title>OraMon Admin</title>
11 </head> 12 </head>
12 <body> 13 <body>
...@@ -111,7 +112,7 @@ function dataHandler() { ...@@ -111,7 +112,7 @@ function dataHandler() {
111 </div> 112 </div>
112 113
113 <div style="background-color: LightSteelBlue; padding: 10px;"> 114 <div style="background-color: LightSteelBlue; padding: 10px;">
114 <table> 115 <table class="sortable">
115 <tr> 116 <tr>
116 <th>Name</th> 117 <th>Name</th>
117 <th>Instance</th> 118 <th>Instance</th>
...@@ -165,7 +166,7 @@ function dataHandler() { ...@@ -165,7 +166,7 @@ function dataHandler() {
165 </div> 166 </div>
166 167
167 <div style="background-color: LightSteelBlue; padding: 10px;"> 168 <div style="background-color: LightSteelBlue; padding: 10px;">
168 <table> 169 <table class="sortable">
169 <tr> 170 <tr>
170 <th>Name</th> 171 <th>Name</th>
171 <th>Connection String</th> 172 <th>Connection String</th>
......