source: contrib/ProjectManager/templates/default/elements.list.xet @ 3594

Revision 3594, 8.0 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

  • Property svn:executable set to *
Line 
1<?xml version="1.0"?>
2<!-- $Id: elements.list.xet 23488 2007-03-07 12:31:48Z ralfbecker $ -->
3<overlay>
4        <template id="projectmanager.elements.list.rows" template="" lang="" group="0" version="1.3.001">
5                <grid width="100%">
6                        <columns>
7                                <column/>
8                                <column width="25%"/>
9                                <column/>
10                                <column/>
11                                <column/>
12                                <column/>
13                                <column disabled="@no_pe_used_time_pe_planned_time"/>
14                                <column disabled="@no_pe_used_budget_pe_planned_budget"/>
15                                <column/>
16                                <column/>
17                                <column/>
18                        </columns>
19                        <rows>
20                                <row class="th">
21                                        <nextmatch-sortheader align="center" id="pe_app" label="App." options=",Application"/>
22                                        <vbox>
23                                                <nextmatch-sortheader label="Title" id="pe_title"/>
24                                                <nextmatch-sortheader label="Comment" id="pe_remark"/>
25                                        </vbox>
26                                        <nextmatch-header label="Category" id="cat_id"/>
27                                        <nextmatch-accountfilter id="pe_resources" options="Resources"/>
28                                        <vbox>
29                                                <nextmatch-sortheader label="Startdate" id="pe_real_start"/>
30                                                <date id="pe_real_start" readonly="true"/>
31                                                <nextmatch-sortheader label="planned" id="pe_planned_start" class="planned"/>
32                                                <date id="pe_planned_start" readonly="true"/>
33                                        </vbox>
34                                        <vbox>
35                                                <nextmatch-sortheader label="Enddate" id="pe_real_end"/>
36                                                <date id="pe_real_end" readonly="true"/>
37                                                <nextmatch-sortheader label="planned" id="pe_planned_end" class="planned"/>
38                                                <date id="pe_planned_end" readonly="true"/>
39                                        </vbox>
40                                        <vbox>
41                                                <nextmatch-sortheader label="Times" id="pe_used_time"/>
42                                                <date-duration id="pe_used_time" readonly="true" options="@duration_format"/>
43                                                <nextmatch-sortheader label="planned" id="pe_planned_time" class="planned"/>
44                                                <date-duration id="pe_planned_time" readonly="true" options="@duration_format" class="planned"/>
45                                        </vbox>
46                                        <vbox>
47                                                <nextmatch-sortheader label="Budget" id="pe_used_budget"/>
48                                                <description id="pe_used_budget" no_lang="1"/>
49                                                <nextmatch-sortheader label="planned" id="pe_planned_budget" class="planned"/>
50                                                <description id="pe_planned_budget" no_lang="1"/>
51                                        </vbox>
52                                        <vbox align="center">
53                                                <nextmatch-sortheader id="pe_health" label="Health" align="center" disabled="true"/>
54                                                <nextmatch-sortheader label="Status" align="center" id="pe_completion"/>
55                                                <description id="pe_completion" no_lang="1"/>
56                                        </vbox>
57                                        <vbox>
58                                                <nextmatch-sortheader label="last modified" id="pe_modified"/>
59                                                <nextmatch-sortheader label="modified by" id="pe_modifier"/>
60                                        </vbox>
61                                        <description align="center" value="Actions" class="noPrint"/>
62                                </row>
63                                <row class="th">
64                                        <image label="$row_cont[pe_app]" align="center" src="${row}[pe_icon]"/>
65                                        <vbox>
66                                                <description no_lang="1" id="${row}[pe_title]" options=",@${row}[view_link]"/>
67                                                <html id="${row}[pe_details]" no_lang="1"/>
68                                                <description no_lang="1" id="${row}[pe_remark]"/>
69                                        </vbox>
70                                        <menulist>
71                                                <menupopup type="select-cat" readonly="true" id="${row}[cat_id]"/>
72                                        </menulist>
73                                        <listbox type="select-account" id="${row}[pe_resources]" readonly="true" rows="2"/>
74                                        <vbox>
75                                                <date readonly="true" id="${row}[pe_real_start]"/>
76                                                <date readonly="true" no_lang="1" id="${row}[pe_planned_start]" class="planned"/>
77                                        </vbox>
78                                        <vbox readonly="true">
79                                                <date readonly="true" id="${row}[pe_real_end]"/>
80                                                <date readonly="true" no_lang="1" id="${row}[pe_planned_end]" class="planned"/>
81                                        </vbox>
82                                        <vbox readonly="true">
83                                                <date-duration readonly="true" id="${row}[pe_used_time]" options="@duration_format"/>
84                                                <date-duration readonly="true" id="${row}[pe_planned_time]" class="planned" options="@duration_format"/>
85                                        </vbox>
86                                        <vbox readonly="true">
87                                                <textbox type="float" readonly="true" id="${row}[pe_used_budget]" max="2"/>
88                                                <textbox type="float" readonly="true" no_lang="1" id="${row}[pe_planned_budget]" max="2" class="planned"/>
89                                        </vbox>
90                                        <image label="$row_cont[pe_completion]" no_lang="1" align="center" src="${row}[pe_completion]"/>
91                                        <vbox readonly="true">
92                                                <date-time readonly="true" id="${row}[pe_modified]"/>
93                                                <menulist>
94                                                        <menupopup type="select-account" readonly="true" id="${row}[pe_modifier]"/>
95                                                </menulist>
96                                        </vbox>
97                                        <hbox align="center" class="noPrint">
98                                                <image label="Ganttchart" src="ganttchart" options="projectmanager.ganttchart.show&amp;pm_id=$row_cont[pm_id]" statustext="View Ganttchart of this project"/>
99                                                <image label="View" src="view" options="projectmanager.uiprojectmanager.view&amp;pm_id=$row_cont[pm_id]" statustext="View this project"/>
100                                                <image label="Edit" src="edit" options="projectmanager.uiprojectmanager.edit&amp;pm_id=$row_cont[pm_id]" statustext="Edit this project"/>
101                                        </hbox>
102                                </row>
103                                <row class="row">
104                                        <image label="$row_cont[pe_app]" align="center" src="${row}[pe_icon]"/>
105                                        <vbox>
106                                                <link id="${row}[pm_link]" no_lang="1"/>
107                                                <link no_lang="1" id="${row}[link]"/>
108                                                <html id="${row}[pe_details]" no_lang="1"/>
109                                                <description no_lang="1" id="${row}[pe_remark]"/>
110                                        </vbox>
111                                        <menulist>
112                                                <menupopup type="select-cat" readonly="true" id="${row}[cat_id]"/>
113                                        </menulist>
114                                        <listbox type="select-account" id="${row}[pe_resources]" readonly="true" rows="2"/>
115                                        <vbox>
116                                                <date readonly="true" id="${row}[pe_real_start]"/>
117                                                <date readonly="true" no_lang="1" id="${row}[pe_planned_start]" class="planned"/>
118                                        </vbox>
119                                        <vbox readonly="true">
120                                                <date readonly="true" id="${row}[pe_real_end]"/>
121                                                <date readonly="true" no_lang="1" id="${row}[pe_planned_end]" class="planned"/>
122                                        </vbox>
123                                        <vbox readonly="true">
124                                                <date-duration readonly="true" id="${row}[pe_used_time]" options="@duration_format"/>
125                                                <date-duration readonly="true" id="${row}[pe_planned_time]" class="planned" options="@duration_format"/>
126                                        </vbox>
127                                        <vbox readonly="true">
128                                                <textbox type="float" readonly="true" id="${row}[pe_used_budget]" max="2"/>
129                                                <textbox type="float" readonly="true" no_lang="1" id="${row}[pe_planned_budget]" max="2" class="planned"/>
130                                        </vbox>
131                                        <vbox align="center">
132                                                <image src="${row}[pe_healt_icon]" align="center"/>
133                                                <image label="$row_cont[pe_completion]" no_lang="1" align="center" src="${row}[pe_completion_icon]"/>
134                                        </vbox>
135                                        <vbox readonly="true">
136                                                <date-time readonly="true" id="${row}[pe_modified]"/>
137                                                <menulist>
138                                                        <menupopup type="select-account" readonly="true" id="${row}[pe_modifier]"/>
139                                                </menulist>
140                                        </vbox>
141                                        <hbox align="center" class="noPrint">
142                                                <button label="View" onclick="window.open(egw::link('/index.php','menuaction=projectmanager.uiprojectelements.view&amp;pm_id=$row_cont[pm_id]&amp;pe_id=$row_cont[pe_id]'),'view-elements','dependent=yes,width=600,height=450,scrollbars=yes,status=yes'); return false;" id="view[$row_cont[pe_id]]" image="view" statustext="View this project-element"/>
143                                                <button label="Edit" onclick="window.open(egw::link('/index.php','menuaction=projectmanager.uiprojectelements.edit&amp;pm_id=$row_cont[pm_id]&amp;pe_id=$row_cont[pe_id]'),'_blank','dependent=yes,width=600,height=450,scrollbars=yes,status=yes'); return false;" id="edit[$row_cont[pe_id]]" image="edit" statustext="Edit this project-element"/>
144                                                <button label="Delete" onclick="return confirm('Delete this project-element, does NOT remove the linked entry');" id="delete[$row_cont[pe_id]]" image="delete" statustext="Delete this project-element, does NOT remove the linked entry"/>
145                                        </hbox>
146                                </row>
147                        </rows>
148                </grid>
149        </template>
150        <template id="projectmanager.elements.list" template="" lang="" group="0" version="0.3.001">
151                <grid width="100%">
152                        <columns>
153                                <column/>
154                        </columns>
155                        <rows>
156                                <row disabled="!@msg">
157                                        <description align="center" no_lang="1" id="msg" class="redItalic"/>
158                                </row>
159                                <row>
160                                        <nextmatch id="nm" options="projectmanager.elements.list.rows"/>
161                                </row>
162                                <row class="noPrint">
163                                        <button label="Synchronise all" id="sync_all" statustext="necessary for project-elements doing that not automatic"/>
164                                </row>
165                        </rows>
166                </grid>
167        </template>
168</overlay>
Note: See TracBrowser for help on using the repository browser.