-
Notifications
You must be signed in to change notification settings - Fork 2
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 #66 from didita91/gmarin
Gmarin
- Loading branch information
Showing
12 changed files
with
206 additions
and
13 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% extends "base.html" %} | ||
{% block title %}Flujos{% endblock %} | ||
{% block content %} | ||
|
||
<center><h2><b> Asignar Flujo a User Story </b></h2></center><br> | ||
|
||
|
||
{% if mensaje %} | ||
<center><p>SE HA PRODUCIDO EL SIGUIENTE INCONVENIENTE:</p> | ||
<p>{{mensaje}}</p></center> | ||
{% else %} | ||
<center><table class="abm"> | ||
<form id="form_id" action="." method="POST"> | ||
{% csrf_token %} | ||
{{ form.as_p }} | ||
<tr> | ||
<td colspan="2" class="buttonlist"> | ||
<br><center><input type="submit" class= "btn btn-default" value="GUARDAR" /> | ||
<input type="button" class= "btn btn-default" value="CANCELAR" onClick = "location.href='/principal' "/></center> | ||
</td> | ||
</tr> | ||
</form> | ||
</table></center> | ||
{% endif %} | ||
|
||
{% endblock%} |
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 |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{% extends "base.html" %} | ||
{% block title %}Proyectos{% endblock %} | ||
{% block content %} | ||
|
||
<style type="text/css"> | ||
.alert-danger { | ||
background: rgba(196,196,196,1); | ||
background: -moz-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(191,191,191,1) 0%, rgba(181,181,181,1) 100%); | ||
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(196,196,196,1)), color-stop(0%, rgba(191,191,191,1)), color-stop(100%, rgba(181,181,181,1))); | ||
background: -webkit-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(191,191,191,1) 0%, rgba(181,181,181,1) 100%); | ||
background: -o-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(191,191,191,1) 0%, rgba(181,181,181,1) 100%); | ||
background: -ms-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(191,191,191,1) 0%, rgba(181,181,181,1) 100%); | ||
background: linear-gradient(to right, rgba(196,196,196,1) 0%, rgba(191,191,191,1) 0%, rgba(181,181,181,1) 100%); | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#b5b5b5', GradientType=1 ); | ||
border-color: #808080; | ||
border-radius: 0px 0px 10px 0px; | ||
|
||
display: block; | ||
font-size: 15px; | ||
font-weight: bold; | ||
color: white; | ||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); | ||
margin-left: -5px; | ||
|
||
} | ||
|
||
|
||
.nav-list-tools>li.nav-header-tools { | ||
background-color: #8B0000; | ||
background-position: 8px 5px !important; | ||
color: #FFF; | ||
-webkit-border-radius: 10px 0px 0px; | ||
-moz-border-radius: 10px 0px 0px; | ||
border-radius: 10px 0px 0px ; | ||
padding-top: 15px; | ||
padding-bottom: 15px; | ||
/* padding-left: 40px; */ | ||
display: block; | ||
padding: 8px 15px; | ||
font-size: 18px; | ||
font-weight: bold; | ||
line-height: 18px; | ||
color: white; | ||
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); | ||
text-transform: uppercase; | ||
margin-left: -5px; | ||
|
||
|
||
} | ||
|
||
.btn-default{ | ||
font-weight: bold; | ||
|
||
} | ||
|
||
select{ | ||
color: black; | ||
} | ||
|
||
</style> | ||
|
||
|
||
<ol class="breadcrumb"> | ||
<li><a class="text-danger" href="/principal"><strong>PÁGINA PRINCIPAL</strong></a></li> | ||
<li class="active"><strong>ADMINISTRACIÓN DE PROYECTOS</strong></li> | ||
</ol> | ||
<center><h2 class="text-danger"><strong> ADMINISTRACIÓN DE SPRINT </strong></h2></center><br><br> | ||
|
||
|
||
<div class="row"> | ||
|
||
|
||
<div class="col-sm-3"> | ||
<ul class="nav nav-list-tools"> | ||
<li class="nav-header-tools">Barra de Herramientas</li> | ||
<li class="alert alert-danger"> | ||
<a class="btn btn-default" href="/principal"><strong> VOLVER A LA PÁGINA PRINCIPAL</strong> </a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-sm-8"> | ||
<ul class="nav nav-list-tools"> | ||
<li class="nav-header-tools">Sprint 1 </li> | ||
<li class="alert alert-danger"> | ||
<form action="." method="POST"> | ||
|
||
<img src="/site_media/images/construccion.png"> | ||
|
||
</table> | ||
</form> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<br><br> | ||
|
||
{% endblock %} |
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