Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FusionIIIT/templates/iwdModuleV2/page1_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>

<div class="eight wide field">
<label>Project Through<sup><i style="padding-bottom: 22px;"></i></sup></label>
<label>Project Through<sup><i style="padding-bottom: 22px;"></i></sup></label><p id="nit_niq_no"></p>
<div class="ui selection dropdown">
<input type="hidden" name="proTh" >
<i class="dropdown icon"></i>
Expand Down
204 changes: 120 additions & 84 deletions FusionIIIT/templates/iwdModuleV2/page2_support_1_corrigendum.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,93 +3,136 @@


{% block title %}
Academic
Academic
{% endblock %}


{% block body %}
{% block navBar %}
{% include 'dashboard/navbar.html' %}
{% endblock %}
{% block navBar %}
{% include 'dashboard/navbar.html' %}
{% endblock %}

<div class="ui stackable doubling grid">
<div class="ui stackable doubling grid">

{% comment %}The left-margin segment!{% endcomment %}
<div class="column"></div>
{% comment %}The left-margin segment!{% endcomment %}
<div class="column"></div>

{% comment %}The left-rail segment starts here!{% endcomment %}
<div class="three wide column">
{% comment %}The user image card starts here!{% endcomment %}
{% block usercard %}
{% include 'globals/usercard.html' %}
{% endblock %}
{% comment %}The user image card ends here!{% endcomment %}
{% comment %}The left-rail segment starts here!{% endcomment %}
<div class="three wide column">
{% comment %}The user image card starts here!{% endcomment %}
{% block usercard %}
{% include 'globals/usercard.html' %}
{% endblock %}
{% comment %}The user image card ends here!{% endcomment %}

<div class="ui divider"></div>

{% comment %}The Tab-Menu ends here!{% endcomment %}
</div>
{% comment %}
The left-rail segment ends here!
{% endcomment %}

{% comment %}
The central-rail segment starts here!
{% endcomment %}
<div class="eight wide column">
<div class="ui divider"></div>

{% comment %}The Tab-Menu ends here!{% endcomment %}
</div>
{% comment %}
The left-rail segment ends here!
{% endcomment %}

{% comment %}
The central-rail segment starts here!
{% endcomment %}
<div class="eight wide column">



{% load static %}

<div class="ui header">
CORRIGENDUM:
</div>
<form method="POST" action="">{% csrf_token %}
Dated: <input type="date" placeholder="Select" id="issue_date" name="issueDate" ><br><br>

Ref No: Our NIT No.
<textarea id="nit_niq_no" class="ui textarea" rows="1" name="nitNiqNo" type="text" ></textarea>
{% load static %}

Name of work: <textarea id="name" class="ui textarea" rows="1" name="workName" type="text" ></textarea>
<br>
<br>
This is for information to all: In reference to above work the crucial dates of tender
are being changed as under. The other terms & conditions of the tender shall remain
the same.
<br><br>
<div class="ui header">
CORRIGENDUM:
</div>
<form method="POST" class="ui form" style="padding: 8px; padding-left: 24px; padding-right: 24px;" action="">
{%csrf_token %}
<div class="field">
<label> Dated:</label> <input type="date" placeholder="Select" id="issue_date" name="issueDate"><br>
</div>
<div class="field">
<label> Ref No: Our NIT No.</label>
<textarea id="nit_niq_no" class="ui textarea" rows="1" name="nitNiqNo" type="text"></textarea>
</div>
<div class="field">
<label> Name of work: </label><textarea id="name" class="ui textarea" rows="1" name="workName"
type="text"></textarea>
</div>
<br>
This is for information to all: In reference to above work the crucial dates of tender
are being changed as under. The other terms & conditions of the tender shall remain
the same.
<br><br>
<div class="field">
<label>
The last date & time of submission of bid:
</label>
<div class="fields">
<!-- <div class="" -->
<div class="eight wide field">
<input type="date" placeholder="Select" id="last_date" name="lastDate">
</div>
<div class="eight wide field">
<input type="time" style="height: 38.6px;" placeholder="Select" id="last_time" name="lastTime">
</div>
</div>
</div>
<div class="field">
<label>
Date for opening of bid (envelop-1):
</label>
<div class="fields">
<!-- <div class="" -->
<div class="eight wide field">
<input type="date" placeholder="Select" id="last_date" name="openDateEnv1">
</div>
<div class="eight wide field">
<input type="time" style="height: 38.6px;" placeholder="Select" id="last_time" name="openTimeEnv1">
</div>
</div>
</div>
<div class="field">
<label>
Date of opening of bid (envelop-2):
</label>
<div class="fields">
<!-- <div class="" -->
<div class="eight wide field">
<input type="date" placeholder="Select" id="last_date" name="openDateEnv2">
</div>
<div class="eight wide field">
<input type="time" style="height: 38.6px;" placeholder="Select" id="last_time" name="openTimeEnv2">
</div>
</div>
</div>

The last date & time of submission of bid:
<div class="fields">
<!-- <div class="" -->
<input type="date" placeholder="Select" id="last_date" name="lastDate">

<input type="time" placeholder="Select" id="last_time" name="lastTime">

</div>
<br>
<div class="field">
<label><br></label>

Date for opening of bid (envelop-1):
<div class="fields">
<!-- <div class="" -->
<input type="date" placeholder="Select" id="last_date" name="openDateEnv1">
<div>
<input type="submit" name="Submit" value="Next" class="ui small right floated primary button" />
</div>
<a href="http://172.27.16.216/iwdModuleV2/addendumInput/">Next</a>
</div>

<input type="time" placeholder="Select" id="last_time" name="openTimeEnv1">
</form>
<br>
<br>
</div>
<br>
<div class="extra segment"></div>

</div>
<br>

{% comment %}the doctor appointment tab ends here {% endcomment %}

Date of opening of bid (envelop-2):
<div class="fields">
<!-- <div class="" -->
<input type="date" placeholder="Select" id="last_date" name="openDateEnv2">

<input type="time" placeholder="Select" id="last_time" name="openTimeEnv2">

</div>
{% comment %}The central-rail segment ends here!{% endcomment %}
<br>


Expand All @@ -110,35 +153,28 @@
<br>
<div class="extra segment"></div>

{% comment %}The right-rail segment starts here!{% endcomment %}
<div class="three wide column">
<div class="row">
{% comment %}
TODO: the right rail!
{% endcomment %}
</div>
{% comment %}the doctor appointment tab ends here {% endcomment %}



</div>
{% comment %}The central-rail segment ends here!{% endcomment %}

{% comment %}The right-rail segment starts here!{% endcomment %}
<div class="three wide column">
<div class="row">
{% comment %}
TODO: the right rail!
{% endcomment %}
</div>
</div>
{% comment %}The right-rail segment ends here!{% endcomment %}
</div>
{% comment %}The right-rail segment ends here!{% endcomment %}

{% comment %}The right-margin segment!{% endcomment %}
<div class="column"></div>
{% comment %}The right-margin segment!{% endcomment %}
<div class="column"></div>

</div>
{% comment %}The grid ends here!{% endcomment %}
</div>
{% comment %}The grid ends here!{% endcomment %}

{% endblock %}

{% block javascript %}
<script src="https://cdn.rawgit.com/mdehoog/Semantic-UI/6e6d051d47b598ebab05857545f242caf2b4b48c/dist/semantic.min.js"></script>
<script type="text/javascript" src="{% static 'globals/js/datepicker.js' %}"></script>
<script type="text/javascript" src="{% static 'globals/js/tablesort.js' %}"></script>
<script
src="https://cdn.rawgit.com/mdehoog/Semantic-UI/6e6d051d47b598ebab05857545f242caf2b4b48c/dist/semantic.min.js"></script>
<script type="text/javascript" src="{% static 'globals/js/datepicker.js' %}"></script>
<script type="text/javascript" src="{% static 'globals/js/tablesort.js' %}"></script>
</script>
{% endblock %}
{% endblock %}