Subversion Repositories bacoAlunos

Rev

Rev 1729 | Rev 1779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1729 Rev 1730
Line 147... Line 147...
147
                <thead>
147
                <thead>
148
                    <tr>
148
                    <tr>
149
                        <th>Identificador</th>
149
                        <th>Identificador</th>
150
                        <th>Ativo</th>
150
                        <th>Ativo</th>
151
                        <th>Código de SIGES</th>
151
                        <th>Código de SIGES</th>
-
 
152
                        <th>Iniciais**</th>
152
                        <th style="width: 30%">Nome</th>
153
                        <th style="width: 30%">Nome</th>
153
                        <th>Papeis Direcção</th>
154
                        <th>Papeis Direcção</th>
154
                        <th>Papeis CTC</th>
155
                        <th>Papeis CTC</th>
155
                        <th>Papeis Pedagógico</th>
156
                        <th>Papeis Pedagógico</th>
156
                        <th>Papeis Escola</th>
157
                        <th>Papeis Escola</th>
Line 177... Line 178...
177
                        </td>
178
                        </td>
178
                        <td>
179
                        <td>
179
                            <input class="form-control" type="text" ng-model="d.institutionalCode">
180
                            <input class="form-control" type="text" ng-model="d.institutionalCode">
180
                        </td>
181
                        </td>
181
                        <td>
182
                        <td>
-
 
183
                            <input class="form-control" type="text" ng-model="d.initials">
-
 
184
                        </td>
-
 
185
                        <td>
182
                            <input class="form-control" type="text" ng-model="d.name" ng-keyup="setDirty(d)">
186
                            <input class="form-control" type="text" ng-model="d.name" ng-keyup="setDirty(d)">
183
                            <div class="languageNames collapse">
187
                            <div class="languageNames collapse">
184
                                EN:<input class="form-control" type="text" ng-model="d.nameEn" ng-keyup="setDirty(d)">
188
                                EN:<input class="form-control" type="text" ng-model="d.nameEn" ng-keyup="setDirty(d)">
185
                                ES:<input class="form-control" type="text" ng-model="d.nameEs" ng-keyup="setDirty(d)">
189
                                ES:<input class="form-control" type="text" ng-model="d.nameEs" ng-keyup="setDirty(d)">
186
                                FR:<input class="form-control" type="text" ng-model="d.nameFr" ng-keyup="setDirty(d)">
190
                                FR:<input class="form-control" type="text" ng-model="d.nameFr" ng-keyup="setDirty(d)">
Line 324... Line 328...
324
 
328
 
325
                    </tr>
329
                    </tr>
326
                </tbody>
330
                </tbody>
327
            </table>
331
            </table>
328
            <p class="label label-warning">* - A sigla é o identificador do departamento, altere a sigla apenas se perceber as suas implicações. Existem Classes no sistema que dependem da sigla do departamento, a sigla tem de ser unica</p>
332
            <p class="label label-warning">* - A sigla é o identificador do departamento, altere a sigla apenas se perceber as suas implicações. Existem Classes no sistema que dependem da sigla do departamento, a sigla tem de ser unica</p>
-
 
333
            <p class="label label-warning">** - As iniciais vão ser usadas para dar nomes a pastas no sistema visrtual de ficheiros e para identificadores internos, não altere as iniciais sem falar com a equipa de desenvolvimento</p>
329
            <%--
334
            <%--
330
            <model:id name="school" property="id"/>
335
            <model:id name="school" property="id"/>
331
            <model:field name="school" property="name"/>
336
            <model:field name="school" property="name"/>
332
            <model:field name="school" property="nameEn"/>
337
            <model:field name="school" property="nameEn"/>
333
            <model:field name="school" property="nameEs"/>
338
            <model:field name="school" property="nameEs"/>