<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Response.Buffer=true If Session("bolAuthenticated") = False Then response.redirect "validate.asp" End If %> Signature Ice Content Editor

Signature Ice Content Editor

Select a category >>Austin PageGalleryPreview GalleryNew DesignsPreview New Designs

<% 'GALLERY EDITOR if request.querystring("page")="gallery" then set rsg=objConn.execute("select * from intros where introType='gallery'") response.write "

Gallery Editor

" response.write "Edit Introduction | Edit Photo Gallery" if request.querystring("edit")="intro" then%>
Gallery Introduction
<%end if end if 'save the gallery intro if request.form("btGalleryIntro")>"" then galleryintro=replace(request.form("galleryintro"),"'","'") objConn.execute("update intros set intro='" & galleryintro & "' where introType='gallery'") response.redirect "default.asp?page=gallery" end if %> <% 'DESIGN EDITOR if request.querystring("page")="new" then set rsg=objConn.execute("select * from intros where introType='design'") response.write "

New Designs Editor

" response.write "Edit Introduction | Edit New Design Gallery" if request.querystring("edit")="intro" then%>
New Designs Introduction
<%end if end if 'save the gallery intro if request.form("btDesignsIntro")>"" then designsintro=replace(request.form("designsintro"),"'","'") objConn.execute("update intros set intro='" & designsintro & "' where introType='design'") response.redirect "default.asp?page=design" end if %>