-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Emkas/styles
Coverage matrix: change styles in schac and erasmus code
- Loading branch information
Showing
4 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
<p> | ||
You can search by HEI name, SCHAC, Erasmus code, PIC. | ||
Please type a pattern and hit "Enter". | ||
Example search patterns: | ||
</p> | ||
<div> | ||
<p> | ||
You can search by HEI name, SCHAC, Erasmus code, PIC. | ||
Please type a pattern and hit "Enter". | ||
Example search patterns: | ||
</p> | ||
|
||
<ul> | ||
<li>PL<space> - search for Polish HEIs (by Erasmus code)</li> | ||
<li>Wien - search for HEIs that have "Wien" in their name</li> | ||
</ul> | ||
<ul> | ||
<li>PL<space> - search for Polish HEIs (by Erasmus code)</li> | ||
<li>Wien - search for HEIs that have "Wien" in their name</li> | ||
</ul> | ||
|
||
<form> | ||
<label>Search for HEI: <input name="pattern" type="search" value="{{ pattern | default('') }}" | ||
size="30" autofocus/></label> | ||
</form> | ||
<form> | ||
<label>Search for HEI: <input name="pattern" type="search" value="{{ pattern | default('') }}" | ||
size="30" autofocus/></label> | ||
</form> | ||
<div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters