Typesetting.Asp
上传用户:qfkgdy
上传日期:2020-06-18
资源大小:1888k
文件大小:2k
- <%
- set rs=conn.execute("select top 1 * from [Typesetting] ")
- if not rs.eof then
- Index_New_Amount=rs("Index_New_Amount")
- Index_New_Pic_Amount=rs("Index_New_Pic_Amount")
- Index_Recommend_Amount=rs("Index_Recommend_Amount")
- Index_Recommend_Pic_Amount=rs("Index_Recommend_Pic_Amount")
- Index_Ad_Top=rs("Index_Ad_Top")
- Index_Ad_Medium=rs("Index_Ad_Medium")
- Index_Ad_Bottom=rs("Index_Ad_Bottom")
- Top_Page_Show_Amount=rs("Top_Page_Show_Amount")
- Top_Page_Show_Pic_Amount=rs("Top_Page_Show_Pic_Amount")
- Top_Ad_Top=rs("Top_Ad_Top")
- Top_Ad_Medium=rs("Top_Ad_Medium")
- Top_Ad_Bottom=rs("Top_Ad_Bottom")
- Top_Page_Style=rs("Top_Page_Style")
- Top_Top_download_Show_Amount=rs("Top_Top_download_Show_Amount")
- Top_Latest_recommend_Show_Amount=rs("Top_Latest_recommend_Show_Amount")
- Categories_Page_Show_Amount=rs("Categories_Page_Show_Amount")
- Categories_Page_Show_Pic_Amount=rs("Categories_Page_Show_Pic_Amount")
- Categories_Ad_Top=rs("Categories_Ad_Top")
- Categories_Ad_Medium=rs("Categories_Ad_Medium")
- Categories_Ad_Bottom=rs("Categories_Ad_Bottom")
- Categories_Page_Style=rs("Categories_Page_Style")
- Categories_Top_download_Show_Amount=rs("Categories_Top_download_Show_Amount")
- Categories_Latest_recommend_Show_Amount=rs("Categories_Latest_recommend_Show_Amount")
- View_Page_Show_Amount=rs("View_Page_Show_Amount")
- View_Page_Show_Pic_Amount=rs("View_Page_Show_Pic_Amount")
- View_Ad_Top=rs("View_Ad_Top")
- View_Ad_Medium=rs("View_Ad_Medium")
- View_Ad_Bottom=rs("View_Ad_Bottom")
- View_Page_Style=rs("View_Page_Style")
- View_Top_download_Show_Amount=rs("View_Top_download_Show_Amount")
- View_Latest_recommend_Show_Amount=rs("View_Latest_recommend_Show_Amount")
- Index_Class_Style=rs("Index_Class_Style")
- Download_Page_Show_Pic_Amount=rs("Download_Page_Show_Pic_Amount")
- Download_Ad_Top=rs("Download_Ad_Top")
- Download_Ad_Medium=rs("Download_Ad_Medium")
- Download_Ad_Bottom=rs("Download_Ad_Bottom")
- Download_Page_Style=rs("Download_Page_Style")
- Download_Top_download_Show_Amount=rs("Download_Top_download_Show_Amount")
- Download_Latest_recommend_Show_Amount=rs("Download_Latest_recommend_Show_Amount")
- end if
- Closers()
- %>