뭐라고해야하나 그냥고안해본 카페플긘 출력 방식이라고할까나요
<!DOCTYPE html>
<html>
<head>
<title><?$g4[title]?> - Cafe - <?=$cafe_title?></title>
</head>
<body>
<div id="wrap">
<div id="x1">
<div class="y1" style="display:<?=$x1_y1_display?>; width:<?=$x1_y1_width?>px; height:<?=$x1_y1_width?>px; float:left;"><? if($x1_y1_display == 'display')include_once("./x1_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x1_y2_display?>; width:<?=$x1_y2_width?>px; height:<?=$x1_y2_width?>px; float:left;"><? if($x1_y2_display == 'display')include_once("./x1_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x1_y3_display?>; width:<?=$x1_y3_width?>px; height:<?=$x1_y3_width?>px; float:left;"><? if($x1_y3_display == 'display')include_once("./x1_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x1_y4_display?>; width:<?=$x1_y4_width?>px; height:<?=$x1_y4_width?>px; float:left;"><? if($x1_y4_display == 'display')include_once("./x1_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x1_y5_display?>; width:<?=$x1_y5_width?>px; height:<?=$x1_y5_width?>px; float:left;"><? if($x1_y5_display == 'display')include_once("./x1_y5_page.php"); ?></div>
</div>
<div id="x2">
<div class="y1" style="display:<?=$x2_y1_display?>; width:<?=$x2_y1_width?>px; height:<?=$x2_y1_width?>px; float:left;"><? if($x2_y1_display == 'display')include_once("./x2_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x2_y2_display?>; width:<?=$x2_y2_width?>px; height:<?=$x2_y2_width?>px; float:left;"><? if($x2_y2_display == 'display')include_once("./x2_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x2_y3_display?>; width:<?=$x2_y3_width?>px; height:<?=$x2_y3_width?>px; float:left;"><? if($x2_y3_display == 'display')include_once("./x2_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x2_y4_display?>; width:<?=$x2_y4_width?>px; height:<?=$x2_y4_width?>px; float:left;"><? if($x2_y4_display == 'display')include_once("./x2_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x2_y5_display?>; width:<?=$x2_y5_width?>px; height:<?=$x2_y5_width?>px; float:left;"><? if($x2_y5_display == 'display')include_once("./x2_y5_page.php"); ?></div>
</div>
<div id="x3">
<div class="y1" style="display:<?=$x3_y1_display?>; width:<?=$x3_y1_width?>px; height:<?=$x3_y1_width?>px; float:left;"><? if($x3_y1_display == 'display')include_once("./x3_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x3_y2_display?>; width:<?=$x3_y2_width?>px; height:<?=$x3_y2_width?>px; float:left;"><? if($x3_y2_display == 'display')include_once("./x3_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x3_y3_display?>; width:<?=$x3_y3_width?>px; height:<?=$x3_y3_width?>px; float:left;"><? if($x3_y3_display == 'display')include_once("./x3_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x3_y4_display?>; width:<?=$x3_y4_width?>px; height:<?=$x3_y4_width?>px; float:left;"><? if($x3_y4_display == 'display')include_once("./x3_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x3_y5_display?>; width:<?=$x3_y5_width?>px; height:<?=$x3_y5_width?>px; float:left;"><? if($x3_y5_display == 'display')include_once("./x3_y5_page.php"); ?></div>
</div>
<div id="x4">
<div class="y1" style="display:<?=$x4_y1_display?>; width:<?=$x4_y1_width?>px; height:<?=$x4_y1_width?>px; float:left;"><? if($x4_y1_display == 'display')include_once("./x4_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x4_y2_display?>; width:<?=$x4_y2_width?>px; height:<?=$x4_y2_width?>px; float:left;"><? if($x4_y2_display == 'display')include_once("./x4_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x4_y3_display?>; width:<?=$x4_y3_width?>px; height:<?=$x4_y3_width?>px; float:left;"><? if($x4_y3_display == 'display')include_once("./x4_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x4_y4_display?>; width:<?=$x4_y4_width?>px; height:<?=$x4_y4_width?>px; float:left;"><? if($x4_y4_display == 'display')include_once("./x4_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x4_y5_display?>; width:<?=$x4_y5_width?>px; height:<?=$x4_y5_width?>px; float:left;"><? if($x4_y5_display == 'display')include_once("./x4_y5_page.php"); ?></div>
</div>
<div id="x5">
<div class="y1" style="display:<?=$x5_y1_display?>; width:<?=$x5_y1_width?>px; height:<?=$x5_y1_width?>px; float:left;"><? if($x5_y1_display == 'display')include_once("./x5_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x5_y2_display?>; width:<?=$x5_y2_width?>px; height:<?=$x5_y2_width?>px; float:left;"><? if($x5_y2_display == 'display')include_once("./x5_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x5_y3_display?>; width:<?=$x5_y3_width?>px; height:<?=$x5_y3_width?>px; float:left;"><? if($x5_y3_display == 'display')include_once("./x5_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x5_y4_display?>; width:<?=$x5_y4_width?>px; height:<?=$x5_y4_width?>px; float:left;"><? if($x5_y4_display == 'display')include_once("./x5_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x5_y5_display?>; width:<?=$x5_y5_width?>px; height:<?=$x5_y5_width?>px; float:left;"><? if($x5_y5_display == 'display')include_once("./x5_y5_page.php"); ?></div>
</div>
</div>
</body>
</html>
카페 플러그인들이 너무 정형적인거 같아서 약간의 변동성을 주면 좋지 않을까해서 고안해 봣습니당!!
진짜 개발 아무것도 안된 그냥 개발과제를 던진것처럼 투척하고갑니다.
어느분이 덥석 물어서 멋진플긘 만들어주시길 기대하고있겠습니다.
이상 허접이엿스빈다.
<html>
<head>
<title><?$g4[title]?> - Cafe - <?=$cafe_title?></title>
</head>
<body>
<div id="wrap">
<div id="x1">
<div class="y1" style="display:<?=$x1_y1_display?>; width:<?=$x1_y1_width?>px; height:<?=$x1_y1_width?>px; float:left;"><? if($x1_y1_display == 'display')include_once("./x1_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x1_y2_display?>; width:<?=$x1_y2_width?>px; height:<?=$x1_y2_width?>px; float:left;"><? if($x1_y2_display == 'display')include_once("./x1_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x1_y3_display?>; width:<?=$x1_y3_width?>px; height:<?=$x1_y3_width?>px; float:left;"><? if($x1_y3_display == 'display')include_once("./x1_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x1_y4_display?>; width:<?=$x1_y4_width?>px; height:<?=$x1_y4_width?>px; float:left;"><? if($x1_y4_display == 'display')include_once("./x1_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x1_y5_display?>; width:<?=$x1_y5_width?>px; height:<?=$x1_y5_width?>px; float:left;"><? if($x1_y5_display == 'display')include_once("./x1_y5_page.php"); ?></div>
</div>
<div id="x2">
<div class="y1" style="display:<?=$x2_y1_display?>; width:<?=$x2_y1_width?>px; height:<?=$x2_y1_width?>px; float:left;"><? if($x2_y1_display == 'display')include_once("./x2_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x2_y2_display?>; width:<?=$x2_y2_width?>px; height:<?=$x2_y2_width?>px; float:left;"><? if($x2_y2_display == 'display')include_once("./x2_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x2_y3_display?>; width:<?=$x2_y3_width?>px; height:<?=$x2_y3_width?>px; float:left;"><? if($x2_y3_display == 'display')include_once("./x2_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x2_y4_display?>; width:<?=$x2_y4_width?>px; height:<?=$x2_y4_width?>px; float:left;"><? if($x2_y4_display == 'display')include_once("./x2_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x2_y5_display?>; width:<?=$x2_y5_width?>px; height:<?=$x2_y5_width?>px; float:left;"><? if($x2_y5_display == 'display')include_once("./x2_y5_page.php"); ?></div>
</div>
<div id="x3">
<div class="y1" style="display:<?=$x3_y1_display?>; width:<?=$x3_y1_width?>px; height:<?=$x3_y1_width?>px; float:left;"><? if($x3_y1_display == 'display')include_once("./x3_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x3_y2_display?>; width:<?=$x3_y2_width?>px; height:<?=$x3_y2_width?>px; float:left;"><? if($x3_y2_display == 'display')include_once("./x3_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x3_y3_display?>; width:<?=$x3_y3_width?>px; height:<?=$x3_y3_width?>px; float:left;"><? if($x3_y3_display == 'display')include_once("./x3_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x3_y4_display?>; width:<?=$x3_y4_width?>px; height:<?=$x3_y4_width?>px; float:left;"><? if($x3_y4_display == 'display')include_once("./x3_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x3_y5_display?>; width:<?=$x3_y5_width?>px; height:<?=$x3_y5_width?>px; float:left;"><? if($x3_y5_display == 'display')include_once("./x3_y5_page.php"); ?></div>
</div>
<div id="x4">
<div class="y1" style="display:<?=$x4_y1_display?>; width:<?=$x4_y1_width?>px; height:<?=$x4_y1_width?>px; float:left;"><? if($x4_y1_display == 'display')include_once("./x4_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x4_y2_display?>; width:<?=$x4_y2_width?>px; height:<?=$x4_y2_width?>px; float:left;"><? if($x4_y2_display == 'display')include_once("./x4_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x4_y3_display?>; width:<?=$x4_y3_width?>px; height:<?=$x4_y3_width?>px; float:left;"><? if($x4_y3_display == 'display')include_once("./x4_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x4_y4_display?>; width:<?=$x4_y4_width?>px; height:<?=$x4_y4_width?>px; float:left;"><? if($x4_y4_display == 'display')include_once("./x4_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x4_y5_display?>; width:<?=$x4_y5_width?>px; height:<?=$x4_y5_width?>px; float:left;"><? if($x4_y5_display == 'display')include_once("./x4_y5_page.php"); ?></div>
</div>
<div id="x5">
<div class="y1" style="display:<?=$x5_y1_display?>; width:<?=$x5_y1_width?>px; height:<?=$x5_y1_width?>px; float:left;"><? if($x5_y1_display == 'display')include_once("./x5_y1_page.php"); ?></div>
<div class="y2" style="display:<?=$x5_y2_display?>; width:<?=$x5_y2_width?>px; height:<?=$x5_y2_width?>px; float:left;"><? if($x5_y2_display == 'display')include_once("./x5_y2_page.php"); ?></div>
<div class="y3" style="display:<?=$x5_y3_display?>; width:<?=$x5_y3_width?>px; height:<?=$x5_y3_width?>px; float:left;"><? if($x5_y3_display == 'display')include_once("./x5_y3_page.php"); ?></div>
<div class="y4" style="display:<?=$x5_y4_display?>; width:<?=$x5_y4_width?>px; height:<?=$x5_y4_width?>px; float:left;"><? if($x5_y4_display == 'display')include_once("./x5_y4_page.php"); ?></div>
<div class="y5" style="display:<?=$x5_y5_display?>; width:<?=$x5_y5_width?>px; height:<?=$x5_y5_width?>px; float:left;"><? if($x5_y5_display == 'display')include_once("./x5_y5_page.php"); ?></div>
</div>
</div>
</body>
</html>
카페 플러그인들이 너무 정형적인거 같아서 약간의 변동성을 주면 좋지 않을까해서 고안해 봣습니당!!
진짜 개발 아무것도 안된 그냥 개발과제를 던진것처럼 투척하고갑니다.
어느분이 덥석 물어서 멋진플긘 만들어주시길 기대하고있겠습니다.
이상 허접이엿스빈다.
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3229 | 11년 전 | 4244 | ||
| 3228 |
평범한아빠
|
11년 전 | 9105 | |
| 3227 |
다케미카코
|
11년 전 | 5380 | |
| 3226 | 11년 전 | 10950 | ||
| 3225 | 11년 전 | 6113 | ||
| 3224 | 11년 전 | 7622 | ||
| 3223 |
다케미카코
|
11년 전 | 11668 | |
| 3222 | 11년 전 | 5184 | ||
| 3221 | 11년 전 | 5317 | ||
| 3220 | 11년 전 | 7093 | ||
| 3219 |
다케미카코
|
11년 전 | 4277 | |
| 3218 |
다케미카코
|
11년 전 | 4786 | |
| 3217 | 11년 전 | 4983 | ||
| 3216 |
다케미카코
|
11년 전 | 11452 | |
| 3215 | 11년 전 | 4875 | ||
| 3214 | 11년 전 | 7992 | ||
| 3213 | 11년 전 | 2657 | ||
| 3212 | 12년 전 | 5415 | ||
| 3211 | 12년 전 | 4827 | ||
| 3210 | 12년 전 | 10024 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기