<%@ language="vbscript" %> <%option explicit%> <% 'LOAD ALL WEB APPLICATION INCLUDES AND SET WEB SITE VARIABLES Server.Execute ("System/PAGE_SYSTEM.asp") 'DYNAMIC REDIRECT : If any web page in the system has expired its application or session variables, the user will be redirected here where those varibales are rebuilt, then redirected back to where they were in the web application. This is necessary because the system must account for web servers who's parent paths may be turned off (thus, includes to web variable pages found in the System folder are inaccessible via module pages) if (not IsNull(Request.QueryString("redirect")) and not IsEmpty(Request.QueryString("redirect"))) then if (not IsNull(Request.QueryString("uniqueid")) and not IsEmpty(Request.QueryString("uniqueid"))) then Response.Redirect(Application("II_WEBROOT_PATH") & "/" & Application("II_MODULE_PATH") & "/" & Request.QueryString("redirect") & "?uniqueid=" & Request.QueryString("uniqueid")) else Response.Redirect(Application("II_WEBROOT_PATH") & "/" & Application("II_MODULE_PATH") & "/" & Request.QueryString("redirect")) end if end if %> <%Server.Execute ("System/PAGE_HEADER.asp")%> <%Server.Execute ("System/PAGE_BODY_TOP.asp")%>

Welcome to <%=Application("II_PRODUCT_NAME")%>

ImageIsle for the Family!

Your family photos are important to you! We want to help you share those important moments with others! With is a web-based image management tool provided by <%=Application("II_COMPANY_NAME")%>."><%=Application("II_PRODUCT_NAME")%> you can now manage your own image library online, using a simple web-based system you install in your own web site! Managing digital images and photos in your own web domain is no longer difficult or expensive. With <%=Application("II_PRODUCT_NAME")%>, you can easily upload, edit, and share images with your friends and family! If you run a small business its now just as easy to manage and share important digital images with your customers using <%=Application("II_PRODUCT_NAME")%>.



(Note: This is the FREEWARE version of ImageIsle, which comes with additional modules and skins. This free version only allows you to use the ImageManager Module and one image view page in the ImageViewer Module. The full version comes with the ability to share more images in more pages, secure your modules, try more skins, and change settings. Find out more about ImageIsle, the full version, by visiting our web site at " target='_blank'>www.whitepacificsoftware.com.)


<%=Application("II_SITE_COPYRIGHT")%>. Version No. <%=Application("II_VERSION")%>   

<%Server.Execute ("System/PAGE_BODY_BOTTOM.asp")%>