Commit f5b737c4 authored by Alain Takoudjou's avatar Alain Takoudjou

Use Software Release instead of Projet at the home page

parent 7f695c24
......@@ -16,22 +16,27 @@ a:hover {
table {
margin: 0;
border: 1px solid #0271BF;
border: 1px solid #A8A8A8;
border-right: none;
border-bottom: none;
font-size: 14px;
background: #fff;
}
td{
padding: 5px;
border: none;
border-bottom: 1px solid #0271BF;
border-right: 1px solid #0271BF;
border-bottom: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;
}
th{
background: #D0D0D0;
background: #e4e4e4;
padding: 5px;
border: none;
border-bottom: 1px solid #0271BF;
border-right: 1px solid #0271BF;
border-bottom: 1px solid #A8A8A8;
border-right: 1px solid #A8A8A8;
color: #4c6172;
font-weight: normal;
font-size: 16px;
}
textarea {
......@@ -308,7 +313,7 @@ body {
}
#home_box a{
color: #4c6172;
color: #193440;
cursor: pointer;
text-decoration: none;
}
......@@ -325,6 +330,7 @@ body {
#home_box p{
font-size: 13px;
color: #193440;
float: left;
}
......@@ -346,7 +352,7 @@ body {
.inner_box p{
font-size: 13px;
float: left;
width: 400px;
width: 460px;
cursor:default;
}
......@@ -355,10 +361,10 @@ body {
display: block;
height: 80px;
margin: 10px;
margin-left: 80px;
margin-left: 60px;
padding: 15px;
border: #678dad;
width: 500px;
width: 540px;
border: 1px solid #678dad;
}
......@@ -370,11 +376,11 @@ body {
.smenu{
display: block;
height: 80px;
margin-left: 80px;
margin-left: 60px;
margin-right: 10px;
padding: 15px;
border: #678dad;
width: 230px;
width: 250px;
border: 1px solid #678dad;
float: left;
}
......@@ -384,7 +390,7 @@ body {
height: 80px;
padding: 15px;
border: #678dad;
width: 227px;
width: 247px;
border: 1px solid #678dad;
float: left;
}
......@@ -392,7 +398,7 @@ body {
.sright_menu p, .smenu p{
font-size: 13px;
float: left;
width: 150px;
width: 170px;
cursor:default;
}
......@@ -405,6 +411,15 @@ body {
padding: 5px;
}
.file_tree_tabs {
width: 702px;
height: 250px;
border: solid 1px #678dad;
background: #fff;
overflow: auto;
padding: 5px;
}
.file_tree_short{
width: 352px;
height: 100px;
......
......@@ -12,20 +12,21 @@
<div class="clear"></div>
</div>
<div class="smenu">
<h2><a href="{{ url_for('openProject', method='open')}}">Open Existing Project</a></h2>
<p>Once you have cloned your repository, you can open project here.</p>
<h2><a href="{{ url_for('openProject', method='open')}}">Open Software Release</a></h2>
<p>Once you have cloned your repository, you can now edit existing Software Release.</p>
<img src="{{ url_for('static', filename='images/mydocuments.png') }}" />
<div class="clear"></div>
</div>
<div class="sright_menu">
<h2><a href="{{ url_for('manageProject')}}">Manage your Project</a></h2>
<p>You can view details of your project and commit content here.</p>
<h2><a href="{{ url_for('manageProject')}}">Manage your Projects</a></h2>
<p>You can view details of all projects and commit your Software Release here.</p>
<img src="{{ url_for('static', filename='images/manage_repo.png') }}" />
</div>
<div class="clear"></div>
<div class="lmenu">
<h2><a href="{{ url_for('openProject', method='new')}}">Start a new software release</a></h2>
<p>Create a new software into your selected project directory. This allows you to create, edit and run a new software on SlapOs, using webrunner tools.
<h2><a href="{{ url_for('openProject', method='new')}}">Create your new Software Release</a></h2>
<p>To create a new Software Release, choose the project directory in which you want to create your software. You will then be able to edit and
run the new software on SlapOs, using webrunner tools.
</p>
<img src="{{ url_for('static', filename='images/folder_blue.png') }}" />
<div class="clear"></div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment