用户登陆
|
|
<% call ShowUserLogin() %>
|
|
|
培训课程列表 |
|
<% call ProductClass(0) %>
|
|
|
培训课程搜索 |
|
<% call ShowSearchForm("Search.asp",2) %>
|
|
|
|
|
培训课程展示 |
<% if BigClassName<>"" then %>
<% end if %>
|
<% call ShowClassGuide() %> |
<% call ShowProductTotal() %> |
 |
|
<%
if totalput>0 then
call showpage(strFileName,totalput,MaxPerPage,false,true,"个产品")
end if
%> |
|
|