Subversion Repositories DevTools

Rev

Rev 5048 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5048 Rev 5049
Line 119... Line 119...
119
 
119
 
120
                  <!-- Section Body ---->
120
                  <!-- Section Body ---->
121
                  <tr>
121
                  <tr>
122
                  <td>
122
                  <td>
123
                    <div class="rounded_box">
123
                    <div class="rounded_box">
124
                    <table id=sdk_names class="full_table">
124
                    <table id=sdk_names class="full_table" >
125
                        <thead>
125
                        <thead>
126
                        <tr class="body_col form_align">
126
                        <tr class="body_col form_align">
127
                          <th> SDK ID
127
                          <th width="1%"> SDK ID
128
                          <th> SDK Name
128
                          <th width="10%"> SDK Name
129
                          <th> SDK Comment
129
                          <th> SDK Comment
130
                          <th> Edit
130
                          <th width="1%"> Edit
131
                        </thead>
131
                        </thead>
132
                    </table>
132
                    </table>
133
                    <div class=bg_dialog>&nbsp;
133
                    <div class=bg_dialog>&nbsp;
134
                        <span id="addSdk" title="Create New SDK Family">
134
                        <span id="addSdk" title="Create New SDK Family">
135
<%If objAccessControl.IsActive("CreateNewProject") Then %>
135
<%If objAccessControl.IsActive("CreateNewProject") Then %>