burotelhello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
|
Last change
on this file since ff7997 was
3b0351,
checked in by Jose Benito <jose.benito.gonzalez@…>, 2 years ago
|
|
[FIX] Contribution display for meetings
|
-
Property mode set to
100644
|
|
File size:
3.2 KB
|
| Line | |
|---|
| 1 | <br><table width="100%" align="center"> |
|---|
| 2 | <tr> |
|---|
| 3 | <td align="center"> |
|---|
| 4 | <form action=<%= submitURL %> method="POST"> |
|---|
| 5 | <%= submitBtn %> |
|---|
| 6 | </form> |
|---|
| 7 | </td> |
|---|
| 8 | </tr> |
|---|
| 9 | <tr> |
|---|
| 10 | <td> |
|---|
| 11 | <table align="center" width="95%" border="0" style="border: 1px solid #777777;"> |
|---|
| 12 | <tr> |
|---|
| 13 | <td> </td> |
|---|
| 14 | </tr> |
|---|
| 15 | <tr> |
|---|
| 16 | <td> |
|---|
| 17 | <table align="center" width="95%" border="0"> |
|---|
| 18 | <%= withdrawnNotice %> |
|---|
| 19 | <tr> |
|---|
| 20 | <td align="center"><%= modifIcon %><font size="+1" color="black"><b><%= title %></b></font></td> |
|---|
| 21 | </tr> |
|---|
| 22 | |
|---|
| 23 | <tr> |
|---|
| 24 | <td> |
|---|
| 25 | <table align="center"> |
|---|
| 26 | <tr> |
|---|
| 27 | <td><%= description %></td> |
|---|
| 28 | </tr> |
|---|
| 29 | </table> |
|---|
| 30 | </td> |
|---|
| 31 | </tr> |
|---|
| 32 | |
|---|
| 33 | <tr> |
|---|
| 34 | <td> |
|---|
| 35 | <table align="center" width="90%"> |
|---|
| 36 | <tr> |
|---|
| 37 | <td align="right" valign="top" class="displayField"><b> <%= _("Id")%>:</b></td> |
|---|
| 38 | <td><%= id %></td> |
|---|
| 39 | </tr> |
|---|
| 40 | <%= location %> |
|---|
| 41 | <tr> |
|---|
| 42 | <td align="right" valign="top" class="displayField"><b> <%= _("Starting date")%>:</b></td> |
|---|
| 43 | <td width="100%"> |
|---|
| 44 | <table cellspacing="0" cellpadding="0" align="left"> |
|---|
| 45 | <tr> |
|---|
| 46 | <td align="right"><%= startDate %></td> |
|---|
| 47 | <td> <%= startTime %></td> |
|---|
| 48 | </tr> |
|---|
| 49 | </table> |
|---|
| 50 | </td> |
|---|
| 51 | </tr> |
|---|
| 52 | <tr> |
|---|
| 53 | <td align="right" valign="top" class="displayField"><b> <%= _("Duration")%>:</b></td> |
|---|
| 54 | <td width="100%"><%= duration %></td> |
|---|
| 55 | </tr> |
|---|
| 56 | <%= contribType %> |
|---|
| 57 | <%= primaryAuthors %> |
|---|
| 58 | <%= coAuthors %> |
|---|
| 59 | <%= speakers %> |
|---|
| 60 | <% if Contribution.canUserSubmit(self._aw.getUser()) or Contribution.canModify(self._aw): %> |
|---|
| 61 | <td class="displayField" nowrap="" align="right" valign="top"> |
|---|
| 62 | <b><%= _("Material:")%></b> |
|---|
| 63 | </td> |
|---|
| 64 | <td width="100%" valign="top"> |
|---|
| 65 | <%=MaterialList%> |
|---|
| 66 | </td> |
|---|
| 67 | <% end %> |
|---|
| 68 | <% else: %> |
|---|
| 69 | <%= material %> |
|---|
| 70 | <% end %> |
|---|
| 71 | <tr><td> </td></tr> |
|---|
| 72 | <%= inSession %> |
|---|
| 73 | <%= inTrack %> |
|---|
| 74 | <tr><td> </td></tr> |
|---|
| 75 | <%= subConts %> |
|---|
| 76 | </table> |
|---|
| 77 | </td> |
|---|
| 78 | </tr> |
|---|
| 79 | </table> |
|---|
| 80 | </td> |
|---|
| 81 | </tr> |
|---|
| 82 | </table> |
|---|
| 83 | </td> |
|---|
| 84 | </tr> |
|---|
| 85 | <tr> |
|---|
| 86 | <td align="center"> |
|---|
| 87 | <form action=<%= submitURL %> method="POST"> |
|---|
| 88 | <%= submitBtn %> |
|---|
| 89 | </form> |
|---|
| 90 | </td> |
|---|
| 91 | </tr> |
|---|
| 92 | </table> |
|---|
Note: See
TracBrowser
for help on using the repository browser.