Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
1203a4fb
Commit
1203a4fb
authored
Feb 21, 2017
by
Open Source Developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI
parent
ef693530
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
17 deletions
+19
-17
myschool/main.scss
myschool/main.scss
+1
-0
source/components/student-application-form/amka-fill.ts
source/components/student-application-form/amka-fill.ts
+2
-3
source/components/student-application-form/application.form.main.html
...nents/student-application-form/application.form.main.html
+2
-2
source/components/student-application-form/course.fields.select.ts
...mponents/student-application-form/course.fields.select.ts
+2
-2
source/components/student-application-form/epal.class.select.ts
.../components/student-application-form/epal.class.select.ts
+2
-2
source/components/student-application-form/region.schools.select.ts
...ponents/student-application-form/region.schools.select.ts
+2
-2
source/components/student-application-form/schools-order-select.ts
...mponents/student-application-form/schools-order-select.ts
+3
-1
source/components/student-application-form/sector.courses.select.ts
...ponents/student-application-form/sector.courses.select.ts
+2
-2
source/components/student-application-form/sector.fields.select.ts
...mponents/student-application-form/sector.fields.select.ts
+2
-2
source/pipes/removespaces.ts
source/pipes/removespaces.ts
+1
-1
No files found.
myschool/main.scss
View file @
1203a4fb
...
...
@@ -51,6 +51,7 @@
border
:
none
!
important
;
width
:
200px
;
padding
:
5px
10px
;
}
...
...
source/components/student-application-form/amka-fill.ts
View file @
1203a4fb
...
...
@@ -36,10 +36,9 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-right" (click)="saveSelected()">
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
Συνέχεια </button>
</div>
<div *ngIf="emptyselection==true">
Παρακαλώ συμπληρώστε το ΑΜΚΑ του μαθητή
...
...
source/components/student-application-form/application.form.main.html
View file @
1203a4fb
...
...
@@ -135,8 +135,8 @@
<span
class=
"glyphicon glyphicon-menu-left"
></span>
Πίσω
</button>
</div>
<div
class=
"col-md-
2
"
>
<button
type=
"button"
class=
"btn-primary btn-lg pull-
center
"
(click)=
"submitSelected()"
[disabled]=
"studentDataGroup.invalid"
>
<div
class=
"col-md-
8
"
>
<button
type=
"button"
class=
"btn-primary btn-lg pull-
right
"
(click)=
"submitSelected()"
[disabled]=
"studentDataGroup.invalid"
>
Συνέχεια
<span
class=
"glyphicon glyphicon-menu-right"
></span>
</button>
</div>
...
...
source/components/student-application-form/course.fields.select.ts
View file @
1203a4fb
...
...
@@ -32,8 +32,8 @@ import {AppSettings} from '../../app.settings';
</div>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="saveSelected()">
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="saveSelected()">
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/epal.class.select.ts
View file @
1203a4fb
...
...
@@ -30,8 +30,8 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="saveSelected()">
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="saveSelected()">
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/region.schools.select.ts
View file @
1203a4fb
...
...
@@ -52,8 +52,8 @@ import {AppSettings} from '../../app.settings';
</ul>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="navigateToApplication()" [disabled] = "numSelected === 0" >
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="navigateToApplication()" [disabled] = "numSelected === 0" >
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/schools-order-select.ts
View file @
1203a4fb
...
...
@@ -40,7 +40,9 @@ import {AppSettings} from '../../app.settings';
Προτίμηση {{i+1}}: {{schoolField$}}
</li>
</div>
<button type="button" class="btn btn-primary btn-lg pull-center" (click)="navigateToStudentForm()" >Συνέχεια</button>
<div class="col-md-12">
<button type="button" class="btn btn-primary btn-lg pull-right" (click)="navigateToStudentForm()" >Συνέχεια</button>
</div>
</form>
</div>
...
...
source/components/student-application-form/sector.courses.select.ts
View file @
1203a4fb
...
...
@@ -50,8 +50,8 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="navigateToSchools()" [disabled]="idx === -1" >
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="navigateToSchools()" [disabled]="idx === -1" >
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/components/student-application-form/sector.fields.select.ts
View file @
1203a4fb
...
...
@@ -52,8 +52,8 @@ import {AppSettings} from '../../app.settings';
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
center
" (click)="navigateToSchools()" [disabled]="sectorActive === -1" >
<div class="col-md-
1
2 col-md-offset-5">
<button type="button" class="btn-primary btn-lg pull-
right
" (click)="navigateToSchools()" [disabled]="sectorActive === -1" >
Συνέχεια<span class="glyphicon glyphicon-menu-right"></span>
</button>
</div>
...
...
source/pipes/removespaces.ts
View file @
1203a4fb
...
...
@@ -6,7 +6,7 @@ import {Pipe, PipeTransform} from '@angular/core';
export
class
RemoveSpaces
implements
PipeTransform
{
transform
(
value
:
string
)
:
any
{
return
value
.
replace
(
/
^
(\s
*
([
a-zA-Z0-9_
\-\.]
+
)
@
([
a-zA-Z0-9_
\-\.]
+
)\.([
a-zA-Z
]{2,5}){1,25})
+
([
,.
](([
a-zA-Z0-9_
\-\.]
+
)
@
([
a-zA-Z0-9_
\-\.]
+
)\.([
a-zA-Z
]{2,5}){1,25})
+
\s
*
)
*$/
,
''
);
return
value
.
replace
(
/
[\s]
/g
,
''
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment