source: sandbox/expressoCalendar/xsl/windowDialog.xsl @ 666

Revision 666, 1.4 KB checked in by niltonneto, 15 years ago (diff)

Alterações feitas pelo desenvolvedor, referente ao expressoCalendar (nova agenda).
Alexandre MUller => amuller@…

  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3        <xsl:template match="/return">
4                <table style="position: absolute; width: 750px; heigth=100%" border="0" cellpadding="0" cellspacing="0"  onmousedown="_dragArea.pressed = 1" onmouseup="_dragArea.pressed = 0" onmousemove="_dragArea.moveWindow(event,this.parentNode)">
5                        <tbody>
6                                <tr style="height: 24px;">
7                                        <td background="templates/default/images/iw_nw.png">
8                                        </td>
9                                        <td background="templates/default/images/iw_lu.png">
10                                        </td>
11                                        <td background="templates/default/images/iw_ne.png">
12                                                <img id="closeDialog" onclick="calendar.dialog()" src="templates/default/images/close.gif" style="position: absolute; top: 20px; left: 720px; z-index: 184; cursor: pointer;"/>
13                                        </td>
14                                </tr>
15                                <tr>
16                                        <td style="width: 24px;" background="templates/default/images/iw_ll.png">
17                                        </td>
18                                        <td>
19                                                <div id="form_content" style="background: #FFF; height: 100%">
20                                                </div>
21                                        </td>
22                                        <td style="width: 24px;" background="templates/default/images/iw_lr.png"></td>
23                                </tr>
24                                <tr style="height: 24px;">
25                                        <td background="templates/default/images/iw_sw.png">
26                                        </td>
27                                        <td background="templates/default/images/iw_ld.png">
28                                        </td>
29                                        <td background="templates/default/images/iw_se.png">
30                                        </td>
31                                </tr>
32                        </tbody>
33                </table>
34</xsl:template>
35</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.