Project

General

Profile

« Previous | Next » 

Revision 57313

1. adminPg-registrations: pencil for update purposes
2. adminPg-metrics: clickable link on id to show metrics
3. Abstracts field on eventlist: better check for line breaks

View differences:

modules/uoa-repository-dashboard-gui/trunk/src/app/pages/adminPg/adminPg-metrics.component.html
107 107
                      <tbody>
108 108
                      <tr class="el-item" *ngFor="let piwik of piwiks.results">
109 109
                        <td class="uk-table-shrink uk-text-truncate" style="min-width: 400px;">
110
                          {{ piwik.repositoryName }}<br>(ID: {{ piwik.repositoryId }})
110
                          {{ piwik.repositoryName }}<br>
111
                          <a class="viewDetails" [routerLink]="['/getImpact/show_metrics/', piwik.repositoryId]">(ID: {{ piwik.repositoryId }})</a>
111 112
                        </td>
112 113
                        <td class="uk-table-shrink">ID: {{ piwik.siteId }}<br>Authentication Token: {{ piwik.authenticationToken }}</td>
113 114
                        <td class="uk-text-nowrap uk-table-shrink">{{ piwik.creationDate | date : "yyyy-MM-dd" }}</td>
modules/uoa-repository-dashboard-gui/trunk/src/app/pages/adminPg/adminPg-registrations.component.html
33 33
          </div>
34 34

  
35 35
          <div class="uk-grid">
36
            <div class="uk-width-1-4@m">
36
            <div class="uk-width-1-5@m">
37 37
              <form [formGroup]="dataForm" class="uk-form-stacked">
38 38

  
39 39
                <div class="uk-form-label uk-text-large">Filtered By</div>
......
138 138
                      <th>Date</th>
139 139
                      <th>Organization</th>
140 140
                      <th>Type</th>
141
                      <th>Actions</th>
141 142
                    </tr>
142 143
                    </thead>
143 144
                    <tbody>
......
146 147
                      <td >{{res.registrationdate}}</td>
147 148
                      <td> <div *ngFor="let organization of res.organizations">{{organization.legalname + ' (' + getCountryName(organization.country) + ')'}}<br></div></td>
148 149
                      <td>{{res.typology.split('::')[0]}}<br>{{res.typology.split('::')[1]}}<br>{{res.typology.split('::')[2]}}</td>
150
                      <td><a class="viewDetails" [routerLink]="['/sources/update/', res.id ]"><i class="fa fa-pencil-square-o"></i></a></td>
149 151
                    </tr>
150 152
                    </tbody>
151 153
                  </table>
modules/uoa-repository-dashboard-gui/trunk/src/app/pages/content/content-events-of-repo-eventslist.component.html
136 136
                            <td class="uk-table-shrink">
137 137
                              <div class="el-title">
138 138
                                <span *ngFor="let abs of event.publication.abstracts; let a_index = index">
139
                                  <br *ngIf="a_index > 1">
139
                                  <br *ngIf="a_index > 0 && event.publication.abstracts[a_index-1].length > 0">
140 140
                                  <span>{{ abs }}</span>
141 141
                                  <span *ngIf="event.highlight.abstracts.indexOf(abs)>=0 && event.highlight.abstracts.length>0 && event.provenance">
142 142
                                    <span class="pull-right">

Also available in: Unified diff