You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by pr...@apache.org on 2012/08/23 15:48:28 UTC

svn commit: r1376555 - in /incubator/photark/mobile/trunk: Photark_Documentation.doc assets/www/index.html assets/www/scripts/images/

Author: prabhathp
Date: Thu Aug 23 15:48:28 2012
New Revision: 1376555

URL: http://svn.apache.org/viewvc?rev=1376555&view=rev
Log:
bug fix and cleanup unused resources

Removed:
    incubator/photark/mobile/trunk/Photark_Documentation.doc
    incubator/photark/mobile/trunk/assets/www/scripts/images/
Modified:
    incubator/photark/mobile/trunk/assets/www/index.html

Modified: incubator/photark/mobile/trunk/assets/www/index.html
URL: http://svn.apache.org/viewvc/incubator/photark/mobile/trunk/assets/www/index.html?rev=1376555&r1=1376554&r2=1376555&view=diff
==============================================================================
--- incubator/photark/mobile/trunk/assets/www/index.html (original)
+++ incubator/photark/mobile/trunk/assets/www/index.html Thu Aug 23 15:48:28 2012
@@ -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">