Ticket #10514: pagescrollingCKEDITOR.php

File pagescrollingCKEDITOR.php, 8.4 KB (added by Marko, 11 years ago)
Line 
1<html>
2<body>
3<table width="100%" border="0" cellspacing="0" cellpadding="0">
4    <tr>
5        <td class="achtergrond2" height="45" align="center" class="toptitel">Ticket title</td>
6    </tr>
7    <tr><td align="center">Here goes errors or confirmations</td></tr>
8    <tr>
9        <td>
10            <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
11                <tr>
12                    <td valign="top">
13                        <form name="pdf" action="pdf_werkbon.php" target="_blank" method="GET" style="margin-bottom:0; margin-top:10px;" accept-charset="UTF-8">
14                            <a colspan="3" class="achtergrond2" valign="top"><a href="#" class="standaard" onClick="JavaScript: Verstuur2(forms[0], '1');">  <img src="../images/print_printer.png" border="0">Hand-out</a>
15                             <span style="position:aboslute; float:right;"><a href="../index_account.php?id=id;?>&submenu=32" target="_blank" class="standaard" >  <img src="../img/customers.png" border="0">Account</a></span><br/><br/>
16                            <input type="hidden" value="" name="id_tic">
17                            <input type="hidden" value=".pdf" name="ext">
18                        </form>
19                        <form name="pdf" action="pdf_prestatiebon.php" target="_blank" method="GET" style="margin-bottom:0; margin-top:10px;" accept-charset="UTF-8">
20                            <a href="#" class="standaard" onClick="//Some javascript funtion JavaScript: Verstuur2(forms[0], '1');"><img src="../images/print_printer.png" border="0">Prestatiebon</a>
21                            <input type="hidden" value="id_tic_value" name="id_tic">
22                            <input type="hidden" value=".pdf" name="ext">
23                        </form>
24                        <form name="form1" action="detail.php?id=someid&id_tic=id_tic_value&submenu=submenu&nc=time&nc=time=time" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
25                            <input type="hidden" value="somedata" name="historiekgegevens" />
26                                    <input type="hidden" value="status_value" name="status" />
27                                    <input type="hidden" value="logon_value" name="logon" />
28                                    <input type="hidden" value="value" name="TotWerkuren" />
29                                    <input type="hidden" value="product_value" name="Product" />
30                            <table width="100%" border="0" cellspacing="1" cellpadding="1">
31                              <tr><td>Name</td><td>Value</td></tr>
32                              <tr><td>Title</td><td><input type="text" name="title" value="TITLE"></td></tr>
33                              <tr><td>Category:</td><td><select><option>Here I have a select type filled with data from database</option></select></td></tr>
34                              <tr><td>Classification:</td><td><select><option>(same as above - some data from database)Here I have a select type filled with data from database</option></select></td></tr>
35                              <tr><td>Project:</td><td><select><option>(same as above - some data from database)Here I have a select type filled with data from database</option></select></td></tr>
36                              <tr><td>Service:</td><td><select><option>(same as above - some data from database)Here I have a select type filled with data from database</option></select></td></tr>
37                              <tr><td>Company name:</td><td><input type="radio" name="company" value="yes">Our company&nbsp;<input type="radio" name="company" value="no">Not our company</td></tr>
38                              <tr><td>Customer:</td><td>name of the customer</td></tr>
39                              <tr><td>User:</td><td><select><option>Here I have a select type filled with data from database -users names</option></select></td></tr>
40                              <tr><td>CC:</td><td><select name="cc[]" multiple="multiple" size="3"><option>Users names and email addresses</option><option>John Doe(john.doe@mail.com)</option><option>John Doe(john.doe@mail.com)</option></select></td></tr>
41                              <tr><td>Order:</td><td><select><option>(same as above - some data from database)Here I have a select type filled with data from database</option></select></td></tr>
42                              <tr><td>Description:</td><td>Description of the problem that need to be solved</td></tr>
43                              <tr><td>Planned work:</td><td><input type="checkbox" name="plan">
44                                      <input type="text" value="" name="plandate">
45                                  <script language="JavaScript">
46                                        /*TIGRA CALENDAR - Not source of problem. I removed it, and problem exist.
47                                         new tcal ({
48                                                'formname': 'form1',
49                                                'controlname': 'plandate'
50                                        });*/
51                                        </script>
52                                  Start time: <select name="starthours"><option>Here is print hours from 0 to 23</option></select> : <select name="starthours"><option>Here I print minutes (0,15,30,45)</option></select>
53                                  End time: <select name="endhours"><option>Here is print hours from 0 to 23</option></select> : <select name="endhours"><option>Here I print minutes (0,15,30,45)</option></select><br/>
54                                  <select name="employees[]" multiple="multiple" size="3"><option>Users names and email addresses</option><option>John Doe(john.doe@mail.com)</option><option>John Doe(john.doe@mail.com)</option></select>
55                                  <select name="departments[]" multiple="multiple" size="3"><option>Two departments</option><option value="support@mail.com">support</option><option value="development@mail.com">development</option></select>
56                                  </td></tr>
57                                <tr><td>Ticket owners:</td><td>
58                                        Date: <input type="text" value="" name="datuminput">
59                                  <script language="JavaScript">
60                                        /*TIGRA CALENDAR - Not source of problem. I removed it, and problem exist.
61                                         new tcal ({
62                                                'formname': 'form1',
63                                                'controlname': 'plandate'
64                                        });*/
65                                        </script>
66                                    <table>
67                                        <tr><th>Name</th><th>From (hh:mm)</th><th>To (hh:mm)</th><th>Tariffs</th><th>Total</th></tr>
68                                        <tr><th>John Doe</th><th><select><option>hours</option></select>:<select><option>minutes</option></select></th><th><select><option>hours</option></select>:<select><option>minutes</option></select></th><th><select><option>hours</option></select>:<select><option>wich department employee belong</option></select></th><th>Total hours worked on ticket</th></tr>
69                                    </table>
70                                    </td></tr>
71                    <tr>
72                                  <td class="standaard" valign="top">Description:</td>
73                                    <td colspan="2">
74                      <textarea id="Omschrijving" name="Omschrijving" cols="50"></textarea>
75                       <script type="text/javascript">
76                              CKEDITOR.replace('Omschrijving');
77                       </script>
78                   <span class="standaard">*</span>
79                  </td>
80                </tr>
81                <tr>
82                   <td class="oke8" valign="top">Internal Update(ITAF):</td>
83                   <td colspan="2">
84                       <textarea id="ITAF" name="ITAF" cols="50"></textarea>
85                       <script type="text/javascript">
86                              CKEDITOR.replace('ITAF');
87                       </script>
88                   </td>
89                </tr>
90                </table>
91               </td>
92               </tr>
93               </table>
94           <!-- Here I load another table with history of updates inserted through ck editor -->
95            </td>
96               </tr>
97               </table>
98</body>
99</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy