Selaa lähdekoodia

task 43078 四议两公开

rongxin_dev
庞东旭 1 kuukausi sitten
vanhempi
commit
8fe093dea7
23 muutettua tiedostoa jossa 66 lisäystä ja 39 poistoa
  1. +1
    -1
      infoport/discussionsDetail.html
  2. +1
    -1
      infoport/discussionsDetail_01.html
  3. +38
    -25
      infoport/discussionsDetail_02.html
  4. +1
    -1
      infoport/discussionsDetail_03.html
  5. +1
    -1
      infoport/homestead.html
  6. +1
    -1
      infoport/index.html
  7. +1
    -1
      infoport/property.html
  8. +1
    -1
      infoport/resourceNew.html
  9. +1
    -1
      infoport/static/js/project/discussions.js
  10. +1
    -0
      infoport/static/js/project/discussionsDetail.js
  11. +1
    -0
      infoport/static/js/project/discussionsDetail_01.js
  12. +1
    -0
      infoport/static/js/project/discussionsDetail_02.js
  13. +1
    -0
      infoport/static/js/project/discussionsDetail_03.js
  14. +2
    -1
      infoport/static/js/project/homestead.js
  15. +2
    -1
      infoport/static/js/project/homesteadDetail.js
  16. +1
    -0
      infoport/static/js/project/index.js
  17. +2
    -1
      infoport/static/js/project/new.js
  18. +2
    -1
      infoport/static/js/project/property.js
  19. +2
    -1
      infoport/static/js/project/propertyDetail.js
  20. +2
    -1
      infoport/static/js/project/resource.js
  21. +1
    -0
      infoport/static/js/project/resourceDetail.js
  22. +1
    -0
      infoport/static/js/project/resourceNew.js
  23. +1
    -0
      infoport/static/js/project/resourceNewDetail.js

+ 1
- 1
infoport/discussionsDetail.html Näytä tiedosto

@@ -47,7 +47,7 @@






<div class="footer_main" >
<div class="footer_main" style="margin-top:0;" >


<div class="footer" id="webContent"> <div class="footer" id="webContent">




+ 1
- 1
infoport/discussionsDetail_01.html Näytä tiedosto

@@ -47,7 +47,7 @@






<div class="footer_main" >
<div class="footer_main" style="margin-top:0;" >


<div class="footer" id="webContent"> <div class="footer" id="webContent">




+ 38
- 25
infoport/discussionsDetail_02.html Näytä tiedosto

@@ -53,36 +53,49 @@
</div> </div>
</div> </div>


<div class="footer" id="webContent">
<div class="footer_main" style="margin-top:0;" >


<script id="webData" type="text/html">
<div class="footer_link">
<img src="static/images/link_00.png" alt="">
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}
</div>
<div class="footer" id="webContent">


<div class="footer_link_filings">
{{each webList.botoom2 as value i}}
<div class="footer_link_filings_left">
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p>
<a href="#">{{value.contentValue}}</a>
<script id="webData" type="text/html">
<div class="footer_link">
<!-- <p class="footer_link_tit">友情链接</p>-->
<!-- {{each webList.botoom1 as value i}}-->
<!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>-->
<!-- {{/each}}-->
<img src="static/images/link_00.png" alt="">
<!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
<!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
{{each webList.botoom1 as value i}}
<a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
<!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
<p class="link_tt">{{value.contentValue}}</p>
</a>
{{/each}}
</div> </div>
{{/each}}
</div>


<div class="footer_link_company">
{{each webList.botoom3 as value i}}
<div>
<p>{{value.contentTitle}}</p>
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a>
<div class="footer_link_filings">
{{each webList.botoom2 as value i}}
<div class="footer_link_filings_left">
<p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p>
<a href="#">{{value.contentValue}}</a>
</div>
{{/each}}
</div> </div>
{{/each}}
</div>
</script>

<div class="footer_link_company">
{{each webList.botoom3 as value i}}
<div>
<p>{{value.contentTitle}}</p>
<a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a>
</div>
{{/each}}
</div>
</script>

</div>

<img src="" id="ewm" alt="">


</div> </div>




+ 1
- 1
infoport/discussionsDetail_03.html Näytä tiedosto

@@ -47,7 +47,7 @@






<div class="footer_main" >
<div class="footer_main" style="margin-top:0;" >


<div class="footer" id="webContent"> <div class="footer" id="webContent">




+ 1
- 1
infoport/homestead.html Näytä tiedosto

@@ -91,7 +91,7 @@
<div> <div>
<i class="i5"></i> <i class="i5"></i>
</div> </div>
<p>四议两公开</p>
<p>公示公开</p>
</a> </a>
</div> </div>
</div> </div>


+ 1
- 1
infoport/index.html Näytä tiedosto

@@ -61,7 +61,7 @@
<div> <div>
<i class="i5"></i> <i class="i5"></i>
</div> </div>
<p>四议两公开</p>
<p>公示公开</p>
</a> </a>
</div> </div>
</div> </div>


+ 1
- 1
infoport/property.html Näytä tiedosto

@@ -93,7 +93,7 @@
<div> <div>
<i class="i5"></i> <i class="i5"></i>
</div> </div>
<p>四议两公开</p>
<p>公示公开</p>
</a> </a>
</div> </div>
</div> </div>


+ 1
- 1
infoport/resourceNew.html Näytä tiedosto

@@ -91,7 +91,7 @@
<div> <div>
<i class="i5"></i> <i class="i5"></i>
</div> </div>
<p>四议两公开</p>
<p>公示公开</p>
</a> </a>
</div> </div>
</div> </div>


+ 1
- 1
infoport/static/js/project/discussions.js Näytä tiedosto

@@ -46,7 +46,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools,
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', '/api/'+content.top.bz);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 1
- 0
infoport/static/js/project/discussionsDetail.js Näytä tiedosto

@@ -41,6 +41,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 1
- 0
infoport/static/js/project/discussionsDetail_01.js Näytä tiedosto

@@ -50,6 +50,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
module.data.webList = content; module.data.webList = content;
var webData = template('webData', module.data); var webData = template('webData', module.data);
$("#webContent").html(webData); $("#webContent").html(webData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 1
- 0
infoport/static/js/project/discussionsDetail_02.js Näytä tiedosto

@@ -50,6 +50,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
module.data.webList = content; module.data.webList = content;
var webData = template('webData', module.data); var webData = template('webData', module.data);
$("#webContent").html(webData); $("#webContent").html(webData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 1
- 0
infoport/static/js/project/discussionsDetail_03.js Näytä tiedosto

@@ -50,6 +50,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
module.data.webList = content; module.data.webList = content;
var webData = template('webData', module.data); var webData = template('webData', module.data);
$("#webContent").html(webData); $("#webContent").html(webData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 2
- 1
infoport/static/js/project/homestead.js Näytä tiedosto

@@ -65,6 +65,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }


@@ -377,4 +378,4 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
} }


return module; return module;
});
});

+ 2
- 1
infoport/static/js/project/homesteadDetail.js Näytä tiedosto

@@ -107,6 +107,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }


@@ -154,4 +155,4 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
} }


return module; return module;
});
});

+ 1
- 0
infoport/static/js/project/index.js Näytä tiedosto

@@ -58,6 +58,7 @@ define(['jquery', "template", "Tools", 'swiper'], function ($, template, Tools,
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 2
- 1
infoport/static/js/project/new.js Näytä tiedosto

@@ -41,6 +41,7 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }


@@ -64,4 +65,4 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) {
} }


return module; return module;
});
});

+ 2
- 1
infoport/static/js/project/property.js Näytä tiedosto

@@ -62,6 +62,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }


@@ -375,4 +376,4 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
} }


return module; return module;
});
});

+ 2
- 1
infoport/static/js/project/propertyDetail.js Näytä tiedosto

@@ -113,6 +113,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }


@@ -160,4 +161,4 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
} }


return module; return module;
});
});

+ 2
- 1
infoport/static/js/project/resource.js Näytä tiedosto

@@ -64,6 +64,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }


@@ -370,4 +371,4 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
} }


return module; return module;
});
});

+ 1
- 0
infoport/static/js/project/resourceDetail.js Näytä tiedosto

@@ -105,6 +105,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 1
- 0
infoport/static/js/project/resourceNew.js Näytä tiedosto

@@ -64,6 +64,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




+ 1
- 0
infoport/static/js/project/resourceNewDetail.js Näytä tiedosto

@@ -105,6 +105,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function
$("#webContent").html(webData); $("#webContent").html(webData);
var titData = template('titData', module.data); var titData = template('titData', module.data);
$("#titContent").html(titData); $("#titContent").html(titData);
$('#ewm').attr('src', 'static/images/'+content.top.bz);
} }
} }




Ladataan…
Peruuta
Tallenna