<% var msgheaderText, msgText, hidden = "", showNoContentImage = true; switch(viewType){ case "all" : msgHeaderText = "Do more with your photos. It's easy!"; msgText = "Just drag and drop photos into your Cloud to print, share, keep them safe, and more."; break; case "photos" : msgHeaderText = "Do more with your photos. It's easy!"; msgText = "Just drag and drop photos into your Cloud to print, share, keep them safe, and more."; break; case "videos" : msgHeaderText = "Hey! We need
some videos here."; msgText = "Drag and drop your videos to keep them safe, and share with everyone."; break; case "favorites" : msgHeaderText = "Showcase your favorite photos!"; msgText = "You can drag and drop your photos into your Cloud or upload them from your phone. When they are in the Cloud, just mark them as a favorite and they will show up here."; hidden = "hide"; break; case "photoVideoAlbums" : case "albumDetails" : msgHeaderText = "Organize your photos into albums!"; msgText = "You can drag and drop your photos into your Cloud or upload them from your phone. When they are in the Cloud, just select the photos you want added to an album and select Save to Album."; hidden = "hide"; break; case "documents" : msgHeaderText = "Have all your Documents on hand!"; msgText = "Upload your docs, pdfs, and other files to stay up to date."; break; case "favoriteDocuments" : msgHeaderText = "Organize your favorite documents here!"; msgText = "You can drag and drop your documents into your Cloud or upload them from your phone. When they are in the Cloud, just mark them as a favorite and they will show up here."; hidden = "hide"; break; case "trashMedia": case "trashContacts": showNoContentImage = false; msgHeaderText = "You have no content in your trash can."; break; default : msgHeaderText = "Do more with your photos. It's easy!"; msgText = "Just drag and drop photos into your Cloud to print, share, keep them safe, and more." break; } %> <%if(showNoContentImage){%>

<%= msgHeaderText %>

<%= msgText%>

Upload
<%}else{%>
<%= msgHeaderText %>
<%}%>