Loading src/java/it/inaf/oats/ia2/tap/utils/SchemaPage.html +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ div.tabpanel div.tab-row a:link, div.tabpanel div.tab-row li.selected a:link, div.tabpanel div.tab-row a:visited.active { border-bottom: 1px solid #fff; /*border-bottom: 1px solid #fff;*/ border: 1px solid black; background: #fff; color: #000; } Loading src/java/it/inaf/oats/ia2/tap/utils/SchemaPanel.html +34 −11 Original line number Diff line number Diff line Loading @@ -7,26 +7,49 @@ and open the template in the editor. <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <wicket:head> <style type="text/css"> div.paddingpanel { padding-top: 20px; } div.schemapanel { border: 1px solid black; } </style> </wicket:head> </head> <body> <wicket:panel> <div class="schemapanel" style="border: 1px solid black;"> <form wicket:id="updateSchemaForm"> <br /> <br /> <div class="paddingpanel"> <div class="schemapanel"> <form wicket:id="updateSchemaForm"> <br /> <table> <tr> <td> <span wicket:id="utypeLabel">Schema utype</span> </td> <td> <input type="text" wicket:id="utypeText" /> <br /> </td> </tr> <tr> <td> <span wicket:id="descriptionLabel">Schema description</span> </td> <td> <input type="text" wicket:id="descriptionText" /> <br /> </td> </tr> </table> <span wicket:id="selectSchemaLabel">Select schema</span> <input type="checkbox" wicket:id="selectSchemaCheckBox" /> <br /> </form> <div wicket:id="tablesTabbedPanel" class="tabpanel"></div> </div> </div> </wicket:panel> </body> </html> src/java/it/inaf/oats/ia2/tap/utils/TablePanel.html +19 −5 Original line number Diff line number Diff line Loading @@ -11,10 +11,25 @@ and open the template in the editor. <body> <wicket:panel> <form wicket:id="updateTableForm"> <br /> <br /> <span wicket:id="utypeLabel2">Table utype</span> <table> <tr> <td> <span wicket:id="utypeLabel2">Schema utype</span> </td> <td> <input type="text" wicket:id="utypeText2" /> <br /> <span wicket:id="descriptionLabel2">Table description</span> </td> </tr> <tr> <td> <span wicket:id="descriptionLabel2">Schema description</span> </td> <td> <input type="text" wicket:id="descriptionText2" /> <br /> </td> </tr> </table> <span wicket:id="selectTableLabel">Select table</span> <input type="checkbox" wicket:id="selectTableCheckBox" /> <br /> Loading @@ -34,7 +49,6 @@ and open the template in the editor. </tbody> </table> <br /> <span wicket:id="selectAllColumnsLabel">Select all table columns</span> <input type="checkbox" wicket:id="selectAllColumnsCheckBox" /> <br /> Loading Loading
src/java/it/inaf/oats/ia2/tap/utils/SchemaPage.html +2 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,8 @@ div.tabpanel div.tab-row a:link, div.tabpanel div.tab-row li.selected a:link, div.tabpanel div.tab-row a:visited.active { border-bottom: 1px solid #fff; /*border-bottom: 1px solid #fff;*/ border: 1px solid black; background: #fff; color: #000; } Loading
src/java/it/inaf/oats/ia2/tap/utils/SchemaPanel.html +34 −11 Original line number Diff line number Diff line Loading @@ -7,26 +7,49 @@ and open the template in the editor. <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <wicket:head> <style type="text/css"> div.paddingpanel { padding-top: 20px; } div.schemapanel { border: 1px solid black; } </style> </wicket:head> </head> <body> <wicket:panel> <div class="schemapanel" style="border: 1px solid black;"> <form wicket:id="updateSchemaForm"> <br /> <br /> <div class="paddingpanel"> <div class="schemapanel"> <form wicket:id="updateSchemaForm"> <br /> <table> <tr> <td> <span wicket:id="utypeLabel">Schema utype</span> </td> <td> <input type="text" wicket:id="utypeText" /> <br /> </td> </tr> <tr> <td> <span wicket:id="descriptionLabel">Schema description</span> </td> <td> <input type="text" wicket:id="descriptionText" /> <br /> </td> </tr> </table> <span wicket:id="selectSchemaLabel">Select schema</span> <input type="checkbox" wicket:id="selectSchemaCheckBox" /> <br /> </form> <div wicket:id="tablesTabbedPanel" class="tabpanel"></div> </div> </div> </wicket:panel> </body> </html>
src/java/it/inaf/oats/ia2/tap/utils/TablePanel.html +19 −5 Original line number Diff line number Diff line Loading @@ -11,10 +11,25 @@ and open the template in the editor. <body> <wicket:panel> <form wicket:id="updateTableForm"> <br /> <br /> <span wicket:id="utypeLabel2">Table utype</span> <table> <tr> <td> <span wicket:id="utypeLabel2">Schema utype</span> </td> <td> <input type="text" wicket:id="utypeText2" /> <br /> <span wicket:id="descriptionLabel2">Table description</span> </td> </tr> <tr> <td> <span wicket:id="descriptionLabel2">Schema description</span> </td> <td> <input type="text" wicket:id="descriptionText2" /> <br /> </td> </tr> </table> <span wicket:id="selectTableLabel">Select table</span> <input type="checkbox" wicket:id="selectTableCheckBox" /> <br /> Loading @@ -34,7 +49,6 @@ and open the template in the editor. </tbody> </table> <br /> <span wicket:id="selectAllColumnsLabel">Select all table columns</span> <input type="checkbox" wicket:id="selectAllColumnsCheckBox" /> <br /> Loading