Subversion Repositories SmartDukaan

Rev

Rev 26058 | Rev 26071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26058 Rev 26063
Line 1015... Line 1015...
1015
 
1015
 
1016
 $chartMap
1016
 $chartMap
1017
 
1017
 
1018
);
1018
);
1019
</script>
1019
</script>
1020
    <div id="punchInOutModal" class="modal fade" role="dialog">
-
 
1021
	  <div class="modal-dialog">
-
 
1022
	
-
 
1023
	    <!-- Modal content-->
-
 
1024
	    <div class="modal-content">
-
 
1025
	      <div class="modal-header">
-
 
1026
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
1027
	        <h4 class="modal-title">Punch In Out</h4>
-
 
1028
	      </div>
-
 
1029
	   <div class="modal-body">
-
 
1030
	   <div id="punch-in-out-model">
-
 
1031
		
-
 
1032
      </div>
-
 
1033
      </div>
-
 
1034
    </div>
-
 
1035
   </div>
-
 
1036
 </div>
-
 
1037
 
-
 
1038
  </body>
1020
  </body>
1039
</html>
1021
</html>
1040
1022