Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 57ea35db authored by Hoyet Valentin's avatar Hoyet Valentin
Browse files

test 1 modify json tag with .yml

parent 64498c64
No related branches found
No related tags found
No related merge requests found
Pipeline #113340 failed
...@@ -3,6 +3,7 @@ image: node:latest ...@@ -3,6 +3,7 @@ image: node:latest
stages: stages:
- pages - pages
- production - production
- xmls
pages: pages:
stage: pages stage: pages
...@@ -15,6 +16,13 @@ pages: ...@@ -15,6 +16,13 @@ pages:
- public - public
only: only:
- master - master
xmls:
- new_xmls=`git status --porcelain | grep "^A" | cut -c 4- | grep xml/`
- cd parser
- npm install
- node parseXML.js $new_xmls
- cd ..
production: production:
type: deploy type: deploy
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
</select> </select>
</div> </div>
<div id="completion-list" class="invisible"></div> <div id="completion-list" class="invisible"></div>
<p id="search-legend">These XMLs may be given to hwloc to test platforms you don't have immediate access to.</p>
<div id="filter"> <div id="filter">
<div id="filter-element1" class="animated fadeInRight"> <div id="filter-element1" class="animated fadeInRight">
...@@ -77,6 +76,7 @@ ...@@ -77,6 +76,7 @@
<div id="content"> <div id="content">
</div> </div>
<p id="left-footer">These XMLs may be given to hwloc to test platforms you don't have immediate access to.</p>
<a id="right-footer"href="https://gitlab.inria.fr/hwloc/xmls/tree/master/xml">Raw access to the XML repository &rarr;</a> <a id="right-footer"href="https://gitlab.inria.fr/hwloc/xmls/tree/master/xml">Raw access to the XML repository &rarr;</a>
</body> </body>
......
...@@ -12,6 +12,7 @@ body { ...@@ -12,6 +12,7 @@ body {
padding: 20px; padding: 20px;
width: 35%; width: 35%;
height: 60px; height: 60px;
margin-bottom: 1%;
border-style: solid; border-style: solid;
border-radius: 30px; border-radius: 30px;
...@@ -26,7 +27,7 @@ body { ...@@ -26,7 +27,7 @@ body {
position: absolute; position: absolute;
padding-top: 5px; padding-top: 5px;
left: 53%; left: 53%;
margin-top: -0.1%; margin-top: -1.1%;
margin-left: -16%; margin-left: -16%;
width: 25%; width: 25%;
min-width: 20px; min-width: 20px;
...@@ -289,6 +290,15 @@ select { ...@@ -289,6 +290,15 @@ select {
color: black; color: black;
} }
#left-footer{
font-size: small;
color: black;
position:fixed;
bottom: 1%;
left: 1%;
}
#right-footer{ #right-footer{
font-size: small; font-size: small;
font-style: italic; font-style: italic;
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment