bug fix and cleanup unused resources

git-svn-id: https://svn.apache.org/repos/asf/incubator/photark/mobile/trunk@1376555 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Photark_Documentation.doc b/Photark_Documentation.doc
deleted file mode 100644
index 4d7f37f..0000000
--- a/Photark_Documentation.doc
+++ /dev/null
Binary files differ
diff --git a/assets/www/index.html b/assets/www/index.html
index d747f1b..e45c6ef 100644
--- a/assets/www/index.html
+++ b/assets/www/index.html
@@ -90,7 +90,6 @@
 				
 				pictureSource = navigator.camera.PictureSourceType;
 				destinationType = navigator.camera.DestinationType;
-				getContacts();	//TODO move to a single method
 				
 				openDB();	//Initialize the database
 				
@@ -558,9 +557,11 @@
 		<!-- Page End -->
 		
 		<!-- photo tag page-->
-		<div id="photoTag" data-role="page" data-add-back-btn="true"  data-theme="a">
+		<div id="photoTag" data-role="page"   data-theme="a">
 			<div data-role="header" >
 				<h1>Tag Photo</h1>
+				<a href="#main" 
+				data-role="button" data-mini="true" data-icon="back" >Back</a>
 			</div>
 			<div data-role="content">
 				<div id="tagPicture">
diff --git a/assets/www/scripts/images/camera.png b/assets/www/scripts/images/camera.png
deleted file mode 100644
index c29e832..0000000
--- a/assets/www/scripts/images/camera.png
+++ /dev/null
Binary files differ
diff --git a/assets/www/scripts/images/contactIcon.png b/assets/www/scripts/images/contactIcon.png
deleted file mode 100644
index e24ed7a..0000000
--- a/assets/www/scripts/images/contactIcon.png
+++ /dev/null
Binary files differ