New version of OraMon.jsp with sortable tables.
Showing
4 changed files
with
3 additions
and
2 deletions
| ... | @@ -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> | ... | ... |
No preview for this file type
JavaMonWeb/WebContent/sorttable.js
0 → 100644
This diff is collapsed.
Click to expand it.
No preview for this file type
-
Please register or sign in to post a comment