Subversion Repositories DevTools

Rev

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

Rev 5058 Rev 5061
Line 150... Line 150...
150
                    var sdk_id = table.row( this ).data()[0];
150
                    var sdk_id = table.row( this ).data()[0];
151
                    load_page_body('sdk_versions.asp', {sdk_id: sdk_id});
151
                    load_page_body('sdk_versions.asp', {sdk_id: sdk_id});
152
                    });
152
                    });
153
 
153
 
154
 
154
 
155
<%If objAccessControl.IsActive("CreateNewProject") Then %>
155
<%If canActionControl("CreateNewProject") Then %>
156
            //  Wire up an 'Add New SDK' button
156
            //  Wire up an 'Add New SDK' button
157
            $( '#addSdkName' ).click(function() {
157
            $( '#addSdkName' ).click(function() {
158
                load_page_body('sdk_names_body.asp');
158
                load_page_body('sdk_names_body.asp');
159
                });
159
                });
160
<%End If%>
160
<%End If%>
Line 208... Line 208...
208
            <td width="5%"  rowspan="2" valign="top"></td>
208
            <td width="5%"  rowspan="2" valign="top"></td>
209
         </tr>
209
         </tr>
210
         <tr>
210
         <tr>
211
            <!-- Side panel Bottom-->
211
            <!-- Side panel Bottom-->
212
            <td valign="bottom" align="center" background="images/bg_home_orange.gif">
212
            <td valign="bottom" align="center" background="images/bg_home_orange.gif">
213
<%If objAccessControl.IsActive("CreateNewProject") Then %>
213
<%If canActionControl("CreateNewProject") Then %>
214
                <img id=addSdkName src="images/bt_new_project.gif" width="16" height="16" border="0" vspace="5" hspace="5" align="right" alt="Create new SDK Family" title="Create new SDK Family">
214
                <img id=addSdkName src="images/bt_new_project.gif" width="16" height="16" border="0" vspace="5" hspace="5" align="right" alt="Create new SDK Family" title="Create new SDK Family">
215
<%End If%>
215
<%End If%>
216
            </td>
216
            </td>
217
            <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
217
            <td background="images/bg_lght_gray.gif" valign="top"><img src="images/h_trsp_dot.gif" width="1" height="500"></td>
218
        </tr>
218
        </tr>