Subversion Repositories SmartDukaan

Rev

Rev 33710 | Rev 33712 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33710 Rev 33711
Line 31... Line 31...
31
        <div class="col-lg-12">
31
        <div class="col-lg-12">
32
            <h3 class="page-header"><i class="icon_document_alt"></i>PENDING LOI</h3>
32
            <h3 class="page-header"><i class="icon_document_alt"></i>PENDING LOI</h3>
33
            <ol class="breadcrumb">
33
            <ol class="breadcrumb">
34
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
34
                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
35
                <li><i class="icon_document_alt"></i>Pending LOI Forms</li>
35
                <li><i class="icon_document_alt"></i>Pending LOI Forms</li>
36
                #if($isAuthUser)
36
                #if($isAuthUser ||$isDocApprover)
37
                    <div style="float:right;margin-bottom: 1%">
37
                    <div style="float:right;margin-bottom: 1%">
38
                        From:
38
                        From:
39
                        <input type="date" name="from" placeholder="Form">
39
                        <input type="date" name="from" placeholder="Form">
40
                        To:
40
                        To:
41
                        <input type="date" name="to" placeholder="To">
41
                        <input type="date" name="to" placeholder="To">
Line 109... Line 109...
109
                            <td>
109
                            <td>
110
                                #if(!$data.isLoiOtpPresent() &&  $data.isDocVerified() && $data.getTotalFeeCollection()!=0.0 && !$data.isDocApprover())
110
                                #if(!$data.isLoiOtpPresent() &&  $data.isDocVerified() && $data.getTotalFeeCollection()!=0.0 && !$data.isDocApprover())
111
                                    <button type="button" class="btn-primary generateLoi" value="$data.getId()">Generate
111
                                    <button type="button" class="btn-primary generateLoi" value="$data.getId()">Generate
112
                                        LOI
112
                                        LOI
113
                                    </button>
113
                                    </button>
-
 
114
                                    #if($isAuthUser)
-
 
115
                                        <button type="button" class="btn-danger cancel_loi" value="$data.getId()"
-
 
116
                                                data-company="$data.getCompanyName()">Cancel
-
 
117
                                        </button>
-
 
118
                                    #end
114
                                #else
119
                                #else
115
                                    #if(!$data.isLoiOtpPresent() && !$data.isDocApprover())
120
                                    #if(!$data.isLoiOtpPresent() && !$data.isDocApprover())
116
                                        <button type="button" value="$data.getId()"
121
                                        <button type="button" value="$data.getId()"
117
                                                onclick="alert('Once all documents and at least 1st payment verified then you able to generate LOI')">
122
                                                onclick="alert('Once all documents and at least 1st payment verified then you able to generate LOI')">
118
                                            Generate LOI
123
                                            Generate LOI