2021-07-29 18:41:34 +00:00
{% extends "layouts/base.html" %}
{% block title %}Project Edit {% endblock %}
<!-- Element injected in the BODY element -->
{% block body_class %}
sidebar-mini
{% endblock body_class %}
<!-- Specific Page CSS goes HERE -->
{% block stylesheets %}
<!-- Google Font: Source Sans Pro -->
< link rel = "stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700& display=fallback">
<!-- Font Awesome -->
< link rel = "stylesheet" href = "/static/assets/plugins/fontawesome-free/css/all.min.css" >
<!-- Theme style -->
< link rel = "stylesheet" href = "/static/assets/css/adminlte.min.css" >
{% endblock stylesheets %}
{% block content %}
<!-- Content Wrapper. Contains page content -->
< div class = "content-wrapper" >
<!-- Content Header (Page header) -->
< section class = "content-header" >
< div class = "container-fluid" >
< div class = "row mb-2" >
< div class = "col-sm-6" >
< h1 > Project Edit< / h1 >
< / div >
< div class = "col-sm-6" >
< ol class = "breadcrumb float-sm-right" >
< li class = "breadcrumb-item" >
< a href = "#" > Home< / a >
< / li >
< li class = "breadcrumb-item active" >
Project Edit
< / li >
< / ol >
< / div >
< / div >
< / div >
<!-- /.container - fluid -->
< / section >
<!-- Main content -->
< section class = "content" >
< div class = "row" >
< div class = "col-md-6" >
< div class = "card card-primary" >
< div class = "card-header" >
< h3 class = "card-title" > General< / h3 >
< div class = "card-tools" >
< button type = "button"
class="btn btn-tool"
data-card-widget="collapse"
title="Collapse">
< i class = "fas fa-minus" > < / i >
< / button >
< / div >
< / div >
< div class = "card-body" >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputName" > Project Name< / label >
2021-07-29 18:41:34 +00:00
< input type = "text" id = "inputName" class = "form-control" value = "AdminLTE" >
< / div >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputDescription" > Project Description< / label >
2021-07-29 18:41:34 +00:00
< textarea id = "inputDescription" class = "form-control" rows = "4" >
2021-08-02 14:18:05 +00:00
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terr.
2021-07-29 18:41:34 +00:00
< / textarea >
< / div >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputStatus" > Status< / label >
2021-07-29 18:41:34 +00:00
< select id = "inputStatus" class = "form-control custom-select" >
< option disabled >
Select one
< / option >
< option >
On Hold
< / option >
< option >
Canceled
< / option >
< option selected >
Success
< / option >
< / select >
< / div >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputClientCompany" > Client Company< / label >
2021-07-29 18:41:34 +00:00
< input type = "text" id = "inputClientCompany" class = "form-control" value = "Deveint Inc" >
< / div >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputProjectLeader" > Project Leader< / label >
2021-07-29 18:41:34 +00:00
< input type = "text" id = "inputProjectLeader" class = "form-control" value = "Tony Chicken" >
< / div >
< / div >
<!-- /.card - body -->
< / div >
<!-- /.card -->
< / div >
< div class = "col-md-6" >
< div class = "card card-secondary" >
< div class = "card-header" >
< h3 class = "card-title" > Budget< / h3 >
< div class = "card-tools" >
< button type = "button"
class="btn btn-tool"
data-card-widget="collapse"
title="Collapse">
< i class = "fas fa-minus" > < / i >
< / button >
< / div >
< / div >
< div class = "card-body" >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputEstimatedBudget" > Estimated budget< / label >
2021-07-29 18:41:34 +00:00
< input type = "number"
id="inputEstimatedBudget"
class="form-control"
value="2300"
step="1">
< / div >
< div class = "form-group" >
2021-08-02 14:18:05 +00:00
< label for = "inputSpentBudget" > Total amount spent< / label >
2021-07-29 18:41:34 +00:00
< input type = "number" id = "inputSpentBudget" class = "form-control" value = "2000" step = "1" >
< / div >
< div class = "form-group" >
< label for = "inputEstimatedDuration" >
Estimated project duration
< / label >
< input type = "number"
id="inputEstimatedDuration"
class="form-control"
value="20"
step="0.1">
< / div >
< / div >
<!-- /.card - body -->
< / div >
<!-- /.card -->
< div class = "card card-info" >
< div class = "card-header" >
2021-08-02 14:18:05 +00:00
< h3 class = "card-title" >
Files
< / h3 >
2021-07-29 18:41:34 +00:00
< div class = "card-tools" >
< button type = "button"
class="btn btn-tool"
data-card-widget="collapse"
title="Collapse">
< i class = "fas fa-minus" > < / i >
< / button >
< / div >
< / div >
< div class = "card-body p-0" >
< table class = "table" >
< thead >
< tr >
< th > File Name< / th >
< th > File Size< / th >
< th > < / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > Functional-requirements.docx< / td >
< td > 49.8005 kb< / td >
< td class = "text-right py-0 align-middle" >
< div class = "btn-group btn-group-sm" >
< a href = "#" class = "btn btn-info" >
< i class = "fas fa-eye" > < / i >
< / a >
< a href = "#" class = "btn btn-danger" >
< i class = "fas fa-trash" > < / i >
< / a >
< / div >
< / td >
< tr >
< td > UAT.pdf< / td >
< td > 28.4883 kb< / td >
< td class = "text-right py-0 align-middle" >
< div class = "btn-group btn-group-sm" >
< a href = "#" class = "btn btn-info" >
< i class = "fas fa-eye" > < / i >
< / a >
< a href = "#" class = "btn btn-danger" >
< i class = "fas fa-trash" > < / i >
< / a >
< / div >
< / td >
< tr >
< td > Email-from-flatbal.mln< / td >
< td > 57.9003 kb< / td >
< td class = "text-right py-0 align-middle" >
< div class = "btn-group btn-group-sm" >
< a href = "#" class = "btn btn-info" >
< i class = "fas fa-eye" > < / i >
< / a >
< a href = "#" class = "btn btn-danger" >
< i class = "fas fa-trash" > < / i >
< / a >
< / div >
< / td >
< tr >
< td >
Logo.png
< / td >
< td >
50.5190 kb
< / td >
< td class = "text-right py-0 align-middle" >
< div class = "btn-group btn-group-sm" >
< a href = "#" class = "btn btn-info" >
< i class = "fas fa-eye" > < / i >
< / a >
< a href = "#" class = "btn btn-danger" >
< i class = "fas fa-trash" > < / i >
< / a >
< / div >
< / td >
< tr >
< td >
Contract-10_12_2014.docx
< / td >
< td >
44.9715 kb
< / td >
< td class = "text-right py-0 align-middle" >
< div class = "btn-group btn-group-sm" >
< a href = "#" class = "btn btn-info" >
< i class = "fas fa-eye" > < / i >
< / a >
< a href = "#" class = "btn btn-danger" >
< i class = "fas fa-trash" > < / i >
< / a >
< / div >
< / td >
< / tbody >
< / table >
< / div >
<!-- /.card - body -->
< / div >
<!-- /.card -->
< / div >
< / div >
< div class = "row" >
< div class = "col-12" >
< a href = "#" class = "btn btn-secondary" >
Cancel
< / a >
< input type = "submit" value = "Save Changes" class = "btn btn-success float-right" >
< / div >
< / div >
< / section >
<!-- /.content -->
< / div >
<!-- /.content - wrapper -->
{% endblock content %}
<!-- Specific Page JS goes HERE -->
{% block javascripts %}
<!-- jQuery -->
< script src = "/static/assets/plugins/jquery/jquery.min.js" > < / script >
<!-- Bootstrap 4 -->
< script src = "/static/assets/plugins/bootstrap/js/bootstrap.bundle.min.js" > < / script >
<!-- AdminLTE App -->
< script src = "/static/assets/js/adminlte.min.js" > < / script >
<!-- AdminLTE for demo purposes -->
< script src = "/static/assets/js/demo.js" > < / script >
{% endblock javascripts %}