~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal-proposed

« back to all changes in this revision

Viewing changes to openerp/addons/web_calendar/static/lib/dhtmlxScheduler/samples/05_calendar/03_in_form.html

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-woyy3yww8z6acmsk
Tags: upstream-6.1-1+dfsg
ImportĀ upstreamĀ versionĀ 6.1-1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<head>
 
4
   <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 
5
   <title></title>
 
6
</head>
 
7
   <script src="../../codebase/dhtmlxscheduler.js" type="text/javascript" charset="utf-8"></script>
 
8
   <link rel="stylesheet" href="../../codebase/dhtmlxscheduler.css" type="text/css" media="screen" title="no title" charset="utf-8">
 
9
 
 
10
        <script src="../../codebase/ext/dhtmlxscheduler_minical.js" type="text/javascript" charset="utf-8"></script>
 
11
   
 
12
<style type="text/css" media="screen">
 
13
   html, body{
 
14
      margin:0px;
 
15
      padding:0px;
 
16
      height:100%;
 
17
      overflow:hidden;
 
18
   }   
 
19
</style>
 
20
 
 
21
<script type="text/javascript" charset="utf-8">
 
22
 
 
23
        function init() {
 
24
                scheduler.config.multi_day = true;
 
25
                
 
26
                scheduler.config.full_day = true;
 
27
                scheduler.config.event_duration = 35;
 
28
                
 
29
                scheduler.config.xml_date="%Y-%m-%d %H:%i";
 
30
                scheduler.init('scheduler_here',new Date(2010,0,10),"week");
 
31
                scheduler.load("../common/events.xml");
 
32
                
 
33
                scheduler.config.lightbox.sections = [  
 
34
                        { name:"description", height:200, map_to:"text", type:"textarea" , focus:true },
 
35
                        { name:"time", height:72, type:"calendar_time", map_to:"auto" } 
 
36
                ];
 
37
                
 
38
        }
 
39
        
 
40
 
 
41
</script>
 
42
 
 
43
<body onload="init();">
 
44
   <div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'>
 
45
      <div class="dhx_cal_navline">
 
46
         <div class="dhx_cal_prev_button">&nbsp;</div>
 
47
         <div class="dhx_cal_next_button">&nbsp;</div>
 
48
         <div class="dhx_cal_today_button"></div>
 
49
         <div class="dhx_cal_date"></div>
 
50
         <div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div>
 
51
         <div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div>
 
52
         <div class="dhx_cal_tab" name="month_tab" style="right:76px;"></div>
 
53
      </div>
 
54
      <div class="dhx_cal_header">
 
55
      </div>
 
56
      <div class="dhx_cal_data">
 
57
      </div>
 
58
   </div>
 
59
</body>
 
 
b'\\ No newline at end of file'