Index: arms/html/analysisResource/content-container.html
===================================================================
diff -u -re54369317eccd233348a857109005cc3df7e1a26 -r1c1ec5e68177d387a0cd1312dd93ec8a7d9ec94f
--- arms/html/analysisResource/content-container.html	(.../content-container.html)	(revision e54369317eccd233348a857109005cc3df7e1a26)
+++ arms/html/analysisResource/content-container.html	(.../content-container.html)	(revision 1c1ec5e68177d387a0cd1312dd93ec8a7d9ec94f)
@@ -135,6 +135,15 @@
                                             style="margin-bottom: 5px !important; padding: 10px 0px; !important; text-align: center">
                                         <span>연결이슈 수 <br/><a id="linkedIssue_subtask_count" style="font-weight: bold;">-</a> 개</span><br>
                                     </div>
+                                </div>
+                                <div    class="control-group"
+                                        class="darkBack"
+                                        style="padding-bottom: 10px; border: 0">
+                                    <div    class="controls form-group darkBack col-md-12"
+                                            style="margin-bottom: 10px !important; padding: 10px 0px; !important; text-align: center">
+                                        <span>담당자 미지정 요구사항 수 : <a id="no_assigned_issue_count" style="font-weight: bold;">-</a> 개</span><br>
+                                    </div>
+                                </div>
                             </div>
                         </section>
                     </div>
@@ -226,7 +235,7 @@
             </header>
             <div class="body">
                 <div class="row">
-                    <div class="col-md-6" style="padding-right: 4px !important;">
+                    <div class="col-md-4" style="padding-right: 4px !important;">
                         <section class="widget">
                             <header>
                                 <h4>
@@ -242,29 +251,112 @@
                             </div>
                         </section>
                     </div>
-                    <div class="col-md-6">
-                        <section class="widget">
-                            <header>
-                                <h4>
-                                    <span
-                                            class="font13"
-                                            style="font-weight: bold">
-                                        <i class="fa fa-tasks"></i>
-                                        작업자 별 요구사항 관여도
-                                    </span>
-                                </h4>
-                            </header>
-                            <div class="body" id="chart-manpower-requirement" style="height: 286px">
-                            </div>
-                        </section>
+                    <div class="col-md-8">
+                        <div class="col-lg-12">
+                            <section class="widget">
+                                <header>
+                                    <h4>
+                                        <span
+                                                class="font13"
+                                                style="font-weight: bold">
+                                            <i class="fa fa-tasks"></i>
+                                            작업자 별 요구사항 관여도
+                                        </span>
+                                    </h4>
+                                </header>
+                                <div class="body" id="chart-manpower-requirement" style="height: 286px">
+                                </div>
+                            </section>
+                        </div>
+                        <div class="col-lg-12 col-layer">
+                            <section class="widget ">
+                                <header>
+                                    <h4>
+                                        <span   class="font13"
+                                                style="font-weight: bold">
+                                                <i  class="fa fa-sort-amount-asc"
+                                                    style="vertical-align: middle;font-size: 14px;"></i>
+                                                 담당자 별 업무 처리 현황 - YHS
+                                        </span>
+                                    </h4>
+                                    <div class="widget-controls">
+                                        <a  data-widgster="toleft"
+                                            title="change width to left"
+                                            href="#">
+                                            <i class="glyphicon glyphicon-chevron-left"></i>
+                                        </a>
+                                        <a  data-widgster="expand"
+                                            title="Expand"
+                                            href="#">
+                                            <i class="glyphicon glyphicon-chevron-up"></i>
+                                        </a>
+                                        <a  data-widgster="collapse"
+                                            title="Collapse"
+                                            href="#">
+                                            <i class="glyphicon glyphicon-chevron-down"></i>
+                                        </a>
+                                        <a  data-widgster="toright"
+                                            title="change width to right"
+                                            href="#">
+                                            <i class="glyphicon glyphicon-chevron-right"></i>
+                                        </a>
+                                        <a  data-widgster="restore"
+                                            title="Restore"
+                                            href="#">
+                                            <span class="glyphicon glyphicon-repeat"></span>
+                                        </a>
+                                        <a  data-widgster="fullscreen"
+                                            title="Fullscreen"
+                                            href="#">
+                                            <i class="glyphicon glyphicon-fullscreen"
+                                               style="font-size: 11px">
+                                            </i>
+                                        </a>
+                                    </div>
+                                </header>
+                                <div class="body">
+                                    <div class="gradient_middle_border" style="width: 100%; height: 2px"></div>
+
+                                    <!--                <div class="clearfix"
+                                                         style="margin-bottom: 10px; margin-top: 10px;">
+                                                        <div style="float: left">
+                                                            <div  style="float: left;"  class="btn-group">
+                                                                <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">
+                                                                    &nbsp; Export &nbsp;
+                                                                    <i class="fa fa-caret-down"></i>
+                                                                </button>
+                                                                <ul class="dropdown-menu"
+                                                                    style="background: rgba(51, 51, 51, 0.9) !important;">
+                                                                    <li><a id="copychecker" style="color: white;">Copy</a></li>
+                                                                    <li><a id="csvchecker" style="color: white;">CSV</a></li>
+                                                                    <li><a id="excelchecker" style="color: white;">Excel</a></li>
+                                                                    <li><a id="printchecker" style="color: white;">Print</a></li>
+                                                                    <li><a id="pdfchecker" style="color: white;">PDF</a></li>
+                                                                </ul>
+                                                            </div>
+                                                        </div>
+
+                                                    </div>-->
+                                    <div    class="box box-primary"
+                                            style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important">
+                                        <div    class="box-body">
+                                            <table  class="display"
+                                                    style="width: 100%; overflow: hidden; border-top: 1px dashed rgba(51, 51, 51, 0.3)"
+                                                    id="analysis_worker_status_table">
+                                            </table>
+                                        </div>
+                                    </div>
+                                </div>
+                            </section>
+                        </div>
                     </div>
                 </div>
             </div>
         </section>
     </div>
 
     <!-- 세번째 박스   -->
-    <div class="col-lg-12 col-layer">
+<!--    <div class="col-lg-12 col-layer">
         <section class="widget ">
             <header>
                 <h4>
@@ -313,7 +405,7 @@
             <div class="body">
                 <div class="gradient_middle_border" style="width: 100%; height: 2px"></div>
 
-<!--                <div class="clearfix"
+&lt;!&ndash;                <div class="clearfix"
                      style="margin-bottom: 10px; margin-top: 10px;">
                     <div style="float: left">
                         <div  style="float: left;"  class="btn-group">
@@ -332,7 +424,7 @@
                         </div>
                     </div>
 
-                </div>-->
+                </div>&ndash;&gt;
                 <div    class="box box-primary"
                         style="background: rgba(51, 51, 51, 0.225); margin-bottom: 5px !important">
                     <div    class="box-body">
@@ -344,7 +436,7 @@
                 </div>
             </div>
         </section>
-    </div>
+    </div>-->
 
     <!-- 네번째 박스   -->
     <div class="col-lg-12 col-layer">