burotelhello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
|
Last change
on this file since 334896 was
334896,
checked in by Jose Benito <jose.benito.gonzalez@…>, 3 years ago
|
|
[FIX] - wording&layout changes
- side menu order - 1.Call of Abstracts; 2.Vontributions; 3.Reviewing
- Conference General Settings - the list of modules is sorted.
- Final Judge is now Final Judgement
- Contribution Display - the titles - Existing Materials and Existing Reviewing Materials are not shown, but only for the display.
|
-
Property mode set to
100644
|
|
File size:
887 bytes
|
| Line | |
|---|
| 1 | <% import MaKaC.webinterface.urlHandlers as urlHandlers %> |
|---|
| 2 | <% from MaKaC.webinterface.rh.conferenceBase import RHSubmitMaterialBase %> |
|---|
| 3 | %(existingMaterialsTitle)s |
|---|
| 4 | <div id="reviewingMaterialListPlace"><!-- DOM-filled materials list --></div> |
|---|
| 5 | <span id="container"></span> |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | <script type="text/javascript"> |
|---|
| 9 | |
|---|
| 10 | <% import MaKaC.conference as conference %> |
|---|
| 11 | |
|---|
| 12 | var args = { |
|---|
| 13 | conference: '<%= self._target.getConference().getId() %>', |
|---|
| 14 | confId: '<%= self._target.getConference().getId() %>', |
|---|
| 15 | contribution: '<%= self._target.getId() %>', |
|---|
| 16 | contribId: '<%= self._target.getId() %>' |
|---|
| 17 | }; |
|---|
| 18 | var uploadAction = Indico.Urls.UploadAction.contribution; |
|---|
| 19 | |
|---|
| 20 | var mlist = new ReviewingMaterialListWidget(args, <%= RHSubmitMaterialBase._allowedMatsforReviewing %>, uploadAction); |
|---|
| 21 | |
|---|
| 22 | $E('reviewingMaterialListPlace').set(mlist.draw()); |
|---|
| 23 | |
|---|
| 24 | </script> |
|---|
| 25 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.