Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/okjsp/okjsp-site.git
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Nov 6, 2014
2 parents 9a2b6b6 + 7a45fd9 commit 6d22321
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/main/webapp/js/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ showAside : function() {
//document.writeln('<a href="/f.jsp?http://codesprint.skplanet.com/" target="skp"><img src="/images/banner/banner_skp_codesprint_140515(160).jpg" style="width:160px"></a>');
//document.writeln('<a href="/f.jsp?http://www.acheck.co.kr/" target="cidow"><img src="/images/banner/banner_acheck_140217(160).jpg" style="width:160px"></a>');
//document.writeln('<a href="/f.jsp?http://www.tobashop.co.kr/" target="cidow"><img src="/images/banner/banner_cidow_140716(160).gif" style="width:160px"></a>');
document.writeln('<a href="/f.jsp?http://www.yes24.com/24/goods/13987902?scode=032&OzSrank=17" target="yeam"><img src="/images/banner/banner_book_jsp_160x320(140812).jpg" style="width:160px"></a>');
document.writeln('<a href="/f.jsp?http://ciscocodefest.com/" target="cisco"><img src="/images/banner/banner_cisco_140918_160x160.jpg" style="width:160px"></a>');
//document.writeln('<a href="/f.jsp?http://www.yes24.com/24/goods/13987902?scode=032&OzSrank=17" target="yeam"><img src="/images/banner/banner_book_jsp_160x320(140812).jpg" style="width:160px"></a>');
//document.writeln('<a href="/f.jsp?http://ciscocodefest.com/" target="cisco"><img src="/images/banner/banner_cisco_140918_160x160.jpg" style="width:160px"></a>');
//document.writeln('<a href="/f.jsp?http://www.ebrain.kr/2014/10/egovframewok-kenu/" target="okjsp_acdm"><img src="/images/banner/banner_okjsp_160x160_141021.jpg" style="width:160px"></a>');
//document.writeln('<a href="/f.jsp?http://www.okjsp.net/seq/264295" target="egov"><img src="/images/banner/banner_egov_super_160_141030.png" style="width:160px"></a>');
document.writeln('<a href="/f.jsp?http://tech.eventdirectory.kr/" target="ted"><img src="/images/banner/banner_ted_160x80_141023.jpg" style="width:160px"></a>');
},

showAsideBottom : function() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/js/okjsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ $(function(){
'28300', '26069', '28213', '27251', '28262', '28541',
'28752', '28828', '28837', '28838', '28654', '28272',
'29080', '8417', '27660', '8933', '21996', '26609',
'29972', '29982']); // spam
'29972', '29982', '30361', '30362']); // spam
});
function trap(list) {
for(var i in list) {
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/jsp/recent.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Banner.show();
<div id="bookList">
<ul>
<li>
<!-- 프리랜서 가이드라인 배너 -->
<a href="/f.jsp?http://www.okjsp.net/bbs?act=LIST&bbs=guideline"><img src="/images/banner/okjsp_banner_guideline_140828.jpg"></a>
</li>
</ul>
Expand Down

0 comments on commit 6d22321

Please sign in to comment.