Commit f2f154d7 authored by Pietro Apollo's avatar Pietro Apollo
Browse files

Other styling

parent 1de7b397
Loading
Loading
Loading
Loading
+13 −5
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ and open the template in the editor.
                <form wicket:id="updateSchemaForm"> <br />
                    <table>
                        <tr>
                            <td>
                            <td style="text-align: right">
                                <span wicket:id="utypeLabel">Schema utype</span>
                            </td>
                            <td>
@@ -34,17 +34,25 @@ and open the template in the editor.
                            </td>
                        </tr>
                        <tr>
                            <td>
                            <td style="text-align: right">
                                <span wicket:id="descriptionLabel">Schema description</span>
                            </td>
                            <td>
                                <input type="text" wicket:id="descriptionText" /> <br />
                            </td>
                        </tr>
                        <tr>
                            <td style="text-align: right">
                                <span wicket:id="selectSchemaLabel">Select schema</span>
                                <input type="checkbox" wicket:id="selectSchemaCheckBox" />
                            </td>
                            <td>
                                
                            </td>
                        </tr>
                    </table>
                    
                    <span wicket:id="selectSchemaLabel">Select schema</span>
                    <input type="checkbox" wicket:id="selectSchemaCheckBox" /> <br />                    
                    <br />                    
                </form>
           
                <div wicket:id="tablesTabbedPanel" class="tabpanel"></div> 
+29 −5
Original line number Diff line number Diff line
@@ -7,13 +7,26 @@ 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>
            <form wicket:id="updateTableForm"> <br /> <br />
            <div class="paddingpanel">
            <div class="schemapanel">
            <form wicket:id="updateTableForm"> <br />
                <table>
                    <tr>
                        <td>
                        <td style="text-align: right">
                            <span wicket:id="utypeLabel2">Schema utype</span>
                        </td>
                        <td>
@@ -21,17 +34,25 @@ and open the template in the editor.
                        </td>
                    </tr>
                    <tr>
                        <td>
                        <td style="text-align: right">
                            <span wicket:id="descriptionLabel2">Schema description</span>
                        </td>
                        <td>
                            <input type="text" wicket:id="descriptionText2" /> <br />
                        </td>
                    </tr>
                    <tr>
                        <td style="text-align: right">
                            <span wicket:id="selectTableLabel">Select table</span>
                            <input type="checkbox" wicket:id="selectTableCheckBox" />
                        </td>
                        <td>
                            
                        </td>
                    </tr>
                </table>
                
                <span wicket:id="selectTableLabel">Select table</span>
                <input type="checkbox" wicket:id="selectTableCheckBox" /> <br />
                <br />
                            
                <table cellspacing="0" cellpadding="2" border="1">
                    <thead>
@@ -53,6 +74,9 @@ and open the template in the editor.
                <input type="checkbox" wicket:id="selectAllColumnsCheckBox" /> <br />
                
            </form>
                
            </div>
            </div>
        </wicket:panel>
    </body>
</html>