オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /plugins/ganttcalendarplugin/trunk/ganttcalendar/templates/ganttcalendar_admin_holiday.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 854 by jun66j5, Sat Aug 23 09:17:15 2014 UTC revision 855 by jun66j5, Sat Aug 30 14:59:05 2014 UTC
# Line 7  Line 7 
7    <xi:include href="admin.html" />    <xi:include href="admin.html" />
8    <head>    <head>
9      <title>${_('Holidays')}</title>      <title>${_('Holidays')}</title>
10        <script type="text/javascript">
11          jQuery(document).ready(function($) {
12            if ($.ui) {
13              $('form.addnew input[name=date]').datepicker();
14            }
15          });
16        </script>
17    </head>    </head>
18    
19    <body>    <body>

Legend:
Removed from v.854  
changed lines
  Added in v.855

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26