Subversion Repositories SmartDukaan

Rev

Rev 11327 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11327 Rev 12524
Line 26... Line 26...
26
          <input type="password" id="pwd" onfocus="clearerror();" name="password" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/>
26
          <input type="password" id="pwd" onfocus="clearerror();" name="password" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/>
27
          <p>Minimum 6 characters</p>
27
          <p>Minimum 6 characters</p>
28
        </div><!--register-cont-->
28
        </div><!--register-cont-->
29
        <div class="registerbtn-cont clearfix">
29
        <div class="registerbtn-cont clearfix">
30
          <div class="btn-cont">
30
          <div class="btn-cont">
31
              <input type="submit" class="login-btn " name="submit" value="Register" />
31
              <input type="submit" class="login-btn " name="submit" value="Register" id="save_btn" onclick="registerbutton()"/>
32
                
32
                
33
              </div><!--btn-cont-->
33
              </div><!--btn-cont-->
34
        </div>
34
        </div>
35
        </fieldset>
35
        </fieldset>
36
      </form>
36
      </form>
37
      </div><!--register-->
37
      </div><!--register-->
38
       <script type='text/javascript'>
38
       <script type='text/javascript'>
39
        
39
/*        
40
          if(typeof _gaq != "undefined" && _gaq != null)  {
40
          if(typeof _gaq != "undefined" && _gaq != null)  {
41
            _gaq.push(['_trackEvent', 'Register']);
41
            _gaq.push(['_trackEvent', 'Register']);
42
          }
42
          }
43
        </script>
-
 
44
43
*/
-
 
44
	function registerbutton() {
-
 
45
		ga('send', 'event', 'Register', 'Button Clicked', 'Register');
-
 
46
	}
-
 
47
        </script>
-
 
48