Subversion Repositories SmartDukaan

Rev

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

Rev 1430 Rev 1436
Line 9... Line 9...
9
 
9
 
10
    <title>Saholic</title>
10
    <title>Saholic</title>
11
 
11
 
12
    #include ( "templates/commoncssfiles.vm" )
12
    #include ( "templates/commoncssfiles.vm" )
13
 
13
 
14
    <link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css" />
14
    <!--link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css" /> -->
15
    <!--<link rel="stylesheet" href="http://jqueryui.com/demos/demos.css"> -->
15
    <!--<link rel="stylesheet" href="http://jqueryui.com/demos/demos.css"> -->
16
 
16
 
17
    <!-- end of new code -->
17
    <!-- end of new code -->
18
 
18
 
19
 
19
 
Line 158... Line 158...
158
 
158
 
159
                      <!-- Date of Birth -->
159
                      <!-- Date of Birth -->
160
                      <div class="form-item" id="edit-date-of-birth-wrapper">
160
                      <div class="form-item" id="edit-date-of-birth-wrapper">
161
                        <label for="dateOfBirth">Date of Birth</label>
161
                        <label for="dateOfBirth">Date of Birth</label>
162
                        <div class="imgTextBox textbox-image">
162
                        <div class="imgTextBox textbox-image">
163
                          <input type="text" id="txtDateOfBirth" name="txtDateOfBirth" class="textbox" />
163
                          <input type="text" id="datepicker" name="DateOfBirth" class="textbox" />
164
                        </div>
164
                        </div>
165
                      </div>
165
                      </div>
166
                      <!-- /Date of Birth -->
166
                      <!-- /Date of Birth -->
167
                      <!-- Phone -->
167
                      <!-- Phone -->
168
                      <div class="form-item" id="edit-phone-wrapper">
168
                      <div class="form-item" id="edit-phone-wrapper">
Line 292... Line 292...
292
    </div><!-- /main -->
292
    </div><!-- /main -->
293
 
293
 
294
	 $action.getFooterSnippet()
294
	 $action.getFooterSnippet()
295
 
295
 
296
     #include ( "templates/commonjsfiles.vm" )
296
     #include ( "templates/commonjsfiles.vm" )
297
    <script type="text/javascript" language="javascript" src="http://jqueryui.com/jquery-1.4.4.js"></script>
-
 
298
    <script type="text/javascript" language="javascript" src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
-
 
299
    <script type="text/javascript" language="javascript" src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
-
 
300
    <script type="text/javascript" language="javascript" src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script>
-
 
301
	
297
	
302
    <script>
298
    <script>
303
      $(function() {
-
 
304
        $( "#txtDateOfBirth" ).datepicker({
299
      $( "#datepicker" ).datepicker({
305
          changeMonth: true,
300
        changeMonth: true,
306
          changeYear: true,
301
        changeYear: true
307
        });
-
 
308
      });
302
      });
309
    </script>
303
    </script>
310
 
304
 
311
  </body>
305
  </body>
312
</html>
306
</html>