-
Notifications
You must be signed in to change notification settings - Fork 0
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 #6 from dinfcll/dv_np_BaseDonnees
Merge à master de ma branche
- Loading branch information
Showing
119 changed files
with
101,521 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<TestSettings name="Local" id="2bdc9e53-d10a-47ce-b5c1-e3b18e2ff5c4" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010"> | ||
<Description>Il s'agit des paramètres de test par défaut pour une série de tests locale.</Description> | ||
<Deployment enabled="false" /> | ||
<Execution> | ||
<TestTypeSpecific /> | ||
<AgentRule name="Execution Agents"> | ||
</AgentRule> | ||
</Execution> | ||
</TestSettings> |
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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<TestLists xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010"> | ||
<TestList name="Listes de tests" id="8c43106b-9dc1-4907-a29f-aa66a61bf5b6"> | ||
<RunConfiguration id="2bdc9e53-d10a-47ce-b5c1-e3b18e2ff5c4" name="Local" storage="local.testsettings" type="Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration, Microsoft.VisualStudio.QualityTools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | ||
</TestList> | ||
</TestLists> |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,166 @@ | ||
.pagination { | ||
display: inline-block; | ||
padding-left: 0; | ||
margin: 20px 0; | ||
border-radius: 4px; | ||
} | ||
|
||
.pagination > li { | ||
display: inline; | ||
} | ||
|
||
.pagination > li > a, | ||
.pagination > li > span { | ||
position: relative; | ||
float: left; | ||
padding: 6px 12px; | ||
margin-left: -1px; | ||
line-height: 1.428571429; | ||
text-decoration: none; | ||
background-color: #ffffff; | ||
border: 1px solid #dddddd; | ||
} | ||
|
||
.pagination > li:first-child > a, | ||
.pagination > li:first-child > span { | ||
margin-left: 0; | ||
border-bottom-left-radius: 4px; | ||
border-top-left-radius: 4px; | ||
} | ||
|
||
.pagination > li:last-child > a, | ||
.pagination > li:last-child > span { | ||
border-top-right-radius: 4px; | ||
border-bottom-right-radius: 4px; | ||
} | ||
|
||
.pagination > li > a:hover, | ||
.pagination > li > span:hover, | ||
.pagination > li > a:focus, | ||
.pagination > li > span:focus { | ||
background-color: #eeeeee; | ||
} | ||
|
||
.pagination > .active > a, | ||
.pagination > .active > span, | ||
.pagination > .active > a:hover, | ||
.pagination > .active > span:hover, | ||
.pagination > .active > a:focus, | ||
.pagination > .active > span:focus { | ||
z-index: 2; | ||
color: #ffffff; | ||
cursor: default; | ||
background-color: #428bca; | ||
border-color: #428bca; | ||
} | ||
|
||
.pagination > .disabled > span, | ||
.pagination > .disabled > a, | ||
.pagination > .disabled > a:hover, | ||
.pagination > .disabled > a:focus { | ||
color: #999999; | ||
cursor: not-allowed; | ||
background-color: #ffffff; | ||
border-color: #dddddd; | ||
} | ||
|
||
.pagination-lg > li > a, | ||
.pagination-lg > li > span { | ||
padding: 10px 16px; | ||
font-size: 18px; | ||
} | ||
|
||
.pagination-lg > li:first-child > a, | ||
.pagination-lg > li:first-child > span { | ||
border-bottom-left-radius: 6px; | ||
border-top-left-radius: 6px; | ||
} | ||
|
||
.pagination-lg > li:last-child > a, | ||
.pagination-lg > li:last-child > span { | ||
border-top-right-radius: 6px; | ||
border-bottom-right-radius: 6px; | ||
} | ||
|
||
.pagination-sm > li > a, | ||
.pagination-sm > li > span { | ||
padding: 5px 10px; | ||
font-size: 12px; | ||
} | ||
|
||
.pagination-sm > li:first-child > a, | ||
.pagination-sm > li:first-child > span { | ||
border-bottom-left-radius: 3px; | ||
border-top-left-radius: 3px; | ||
} | ||
|
||
.pagination-sm > li:last-child > a, | ||
.pagination-sm > li:last-child > span { | ||
border-top-right-radius: 3px; | ||
border-bottom-right-radius: 3px; | ||
} | ||
|
||
.pager { | ||
padding-left: 0; | ||
margin: 20px 0; | ||
text-align: center; | ||
list-style: none; | ||
} | ||
|
||
.pager:before, | ||
.pager:after { | ||
display: table; | ||
content: " "; | ||
} | ||
|
||
.pager:after { | ||
clear: both; | ||
} | ||
|
||
.pager:before, | ||
.pager:after { | ||
display: table; | ||
content: " "; | ||
} | ||
|
||
.pager:after { | ||
clear: both; | ||
} | ||
|
||
.pager li { | ||
display: inline; | ||
} | ||
|
||
.pager li > a, | ||
.pager li > span { | ||
display: inline-block; | ||
padding: 5px 14px; | ||
background-color: #ffffff; | ||
border: 1px solid #dddddd; | ||
border-radius: 15px; | ||
} | ||
|
||
.pager li > a:hover, | ||
.pager li > a:focus { | ||
text-decoration: none; | ||
background-color: #eeeeee; | ||
} | ||
|
||
.pager .next > a, | ||
.pager .next > span { | ||
float: right; | ||
} | ||
|
||
.pager .previous > a, | ||
.pager .previous > span { | ||
float: left; | ||
} | ||
|
||
.pager .disabled > a, | ||
.pager .disabled > a:hover, | ||
.pager .disabled > a:focus, | ||
.pager .disabled > span { | ||
color: #999999; | ||
cursor: not-allowed; | ||
background-color: #ffffff; | ||
} |
Oops, something went wrong.