Changeset 5810
- Timestamp:
- Mar 16, 2008, 4:40:38 PM (15 years ago)
- Location:
- OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/public_html/xhtml_style.php
r5779 r5810 605 605 * 30. homeMainTable(ホームメインテーブル) 606 606 *----------------------------------------------------------------------------*/ 607 .homeMainTable .partsHeading { 608 zoom: 1; 609 position: relative; 610 } 611 .homeMainTable .partsHeading p.link { 612 position: absolute; 613 top: 2px; 614 right: 8px; 615 } 607 616 .homeMainTable th { 608 617 width: 83px; -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_home.tpl
r5805 r5810 159 159 160 160 ({* {{{ homeMainTable *}) 161 <table border="0" cellspacing="0" cellpadding="0" style="width:440px;margin:0px auto;" class="border_07"> 162 <tr> 163 <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 164 <td style="width:424px;" class="bg_00"><img src="./skin/dummy.gif" alt="dummy" style="width:424px;height:7px;" class="dummy"></td> 165 <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 166 </tr> 167 <tr> 168 <td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 169 <td class="bg_01"> 170 <!-- *ここから:コミュニティ情報一覧>内容* --> 171 ({*ここから:header*}) 172 <!-- 小タイトル --> 173 <div class="border_01"> 174 <table border="0" cellspacing="0" cellpadding="0" style="width:422px;"> 175 <tr> 176 <td style="width:36px;" class="bg_06"><img src="({t_img_url_skin filename=content_header_1})" style="width:30px;height:20px;" class="dummy"></td> 177 <td style="width:300px;padding:2px 0px;" class="bg_06"><span class="b_b c_00">コミュニティ</span></td> 178 <td style="width:86px;" align="right" class="bg_06"> </td> 179 </tr> 180 </table> 181 </div> 182 ({*ここまで:header*}) 183 ({*ここから:body*}) 184 <!-- ここから:主内容 --> 185 <table border="0" cellspacing="0" cellpadding="0" style="width:424px;"> 186 <tr> 187 <td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 188 <td class="bg_01" align="center"> 189 190 <table border="0" cellspacing="0" cellpadding="0" style="width:422px;"> 191 <!-- ここから:主内容>コミュニティの名前 --> 192 <tr> 193 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 194 195 <span class="c_01">コミュニティ名</span> 196 197 </td> 198 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 199 200 ({$c_commu.name}) 201 202 </td> 203 </tr> 204 <!-- ここまで:主内容>コミュニティの名前 --> 205 <!-- ここから:主内容>開設日 --> 206 <tr> 207 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 208 209 <span class="c_01">開設日</span> 210 211 </td> 212 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 213 214 ({$c_commu.r_datetime|date_format:"%Y年%m月%d日"}) 215 216 </td> 217 </tr> 218 <!-- ここまで:主内容>開設日 --> 219 <!-- ここから:主内容>管理者 --> 220 <tr> 221 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 222 223 <span class="c_01">管理者</span> 224 225 </td> 226 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 227 228 <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$c_commu.c_member_id_admin})">({$c_commu.c_member_admin.nickname})</a> 229 230 </td> 231 </tr> 232 <!-- ここまで:主内容>管理者 --> 161 <div class="dparts homeMainTable"><div class="parts"> 162 <div class="partsHeading"><h3>コミュニティ</h3></div> 163 <table> 164 <tr><th>コミュニティ名</th><td>({$c_commu.name})</td></tr> 165 <tr><th>開設日</th><td>({$c_commu.r_datetime|date_format:"%Y年%m月%d日"})</td></tr> 166 <tr><th>管理者</th><td><a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$c_commu.c_member_id_admin})">({$c_commu.c_member_admin.nickname})</a></td></tr> 233 167 ({if $sub_admin}) 234 <!-- ここから:主内容>副管理者 --> 235 <tr> 236 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 237 238 <span class="c_01">副管理者</span> 239 240 </td> 241 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 242 243 <a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$sub_admin.c_member_id})">({$sub_admin.nickname})</a> 244 245 </td> 246 </tr> 247 <!-- ここまで:主内容>副管理者 --> 248 ({/if}) 249 <!-- ここから:主内容>カテゴリ --> 250 <tr> 251 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 252 253 <span class="c_01">カテゴリ</span> 254 255 </td> 256 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 257 258 ({$c_commu.c_commu_category.name|default:" "}) 259 260 </td> 261 </tr> 262 <!-- ここまで:主内容>カテゴリ --> 263 <!-- ここから:主内容>メンバー数 --> 264 <tr> 265 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 266 267 <span class="c_01">メンバー数</span> 268 269 </td> 270 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 271 272 ({$c_commu.member_count|default:"0"})人 273 274 </td> 275 </tr> 276 <!-- ここまで:主内容>メンバー数 --> 277 <!-- ここから:主内容>参加条件と公開レベル --> 278 <tr> 279 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 280 281 <span class="c_01">参加条件と<br>公開範囲</span> 282 283 </td> 284 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 285 168 <tr><th>副管理者</th><td><a href="({t_url m=pc a=page_f_home})&target_c_member_id=({$sub_admin.c_member_id})">({$sub_admin.nickname})</a></td></tr> 169 ({/if}) 170 <tr><th>カテゴリ</th><td>({$c_commu.c_commu_category.name})</td></tr> 171 <tr><th>メンバー数</th><td>({$c_commu.member_count|default:"0"})人</td></tr> 172 <tr><th>参加条件と<br />公開範囲</th><td> 286 173 ({if $c_commu.public_flag == 'public'}) 287 174 だれでも参加できる(公開) … … 293 180 管理者の承認が必要(非公開) 294 181 ({/if}) 295 296 </td> 297 </tr> 298 <!-- ここまで:主内容>参加条件と公開レベル --> 299 <!-- ここから:主内容>コミュニティの説明 --> 300 <tr> 301 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 302 303 <span class="c_01">コミュニティ<br>説明文</span> 304 305 </td> 306 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 307 308 ({$c_commu.info|nl2br|t_url2cmd:'community'|t_cmd:'community'}) 309 310 </td> 311 </tr> 312 <!-- ここまで:主内容>コミュニティの説明 --> 182 </td></tr> 183 <tr><th>コミュニティ<br />説明文</th><td>({$c_commu.info|nl2br|t_url2cmd:'community'|t_cmd:'community'})</td></tr> 313 184 ({if $is_c_commu_member || $c_commu.public_flag != "auth_commu_member"}) 314 <!-- ここから:主内容>新着のトピック書き込み -->315 185 ({if $new_topic_comment}) 316 <tr> 317 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 318 319 <span class="c_01">コミュニティ<br>掲示板</span> 320 321 </td> 322 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 323 186 <tr><th>コミュニティ<br />掲示板</th><td> 187 <dl class="articleList"> 324 188 ({foreach from=$new_topic_comment item=item}) 325 <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_1">({$item.r_datetime|date_format:"%m月%d日"})… <a href="({t_url m=pc a=page_c_topic_detail})&target_c_commu_topic_id=({$item.c_commu_topic_id})">({$item.name})(({$item.count_comments}))</a> 326 ({if $item.image_filename1 || $item.image_filename2 || $item.image_filename3})<img src="({t_img_url_skin filename=icon_camera})" class="icon">({/if})<br> 327 ({/foreach}) 328 329 <!-- ここから:主内容>新着のトピック書き込み>フッターメニュー --> 330 <div align="right"> 331 <table border="0" cellspacing="0" cellpadding="0" style="width:130px;"> 332 <tr> 333 <td style="width:130px;text-align:left;padding:1px 0px;"> 334 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 335 <a href="({t_url m=pc a=page_c_topic_list})&target_c_commu_id=({$c_commu.c_commu_id})">もっと読む</a> 336 </td> 337 </tr> 189 <dt>({$item.r_datetime|date_format:"%m月%d日"})</dt><dd><a href="({t_url m=pc a=page_c_topic_detail})&target_c_commu_topic_id=({$item.c_commu_topic_id})">({$item.name})(({$item.count_comments}))</a>({if $item.image_filename1 || $item.image_filename2 || $item.image_filename3}) <img src="({t_img_url_skin filename=icon_camera})" alt="" />({/if})</dd> 190 ({/foreach}) 191 </dl> 192 <div class="moreInfo"><ul class="moreInfo"> 193 <li><a href="({t_url m=pc a=page_c_topic_list})&target_c_commu_id=({$c_commu.c_commu_id})">もっと読む</a></li> 338 194 ({if ($c_commu.topic_authority == 'public' && $is_c_commu_member) || ($c_commu.topic_authority == 'admin_only' && $is_c_commu_admin)}) 339 <tr> 340 <td style="width:130px;text-align:left;padding:1px 0px;"> 341 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 342 <a href="({t_url m=pc a=page_c_topic_add})&target_c_commu_id=({$c_commu.c_commu_id})">トピックを作成</a> 343 </td> 344 </tr> 345 ({/if}) 346 </table> 347 </div> 348 <!-- ここまで:主内容>新着のトピック書き込み>フッターメニュー --> 349 350 </td> 351 </tr> 352 ({/if}) 353 <!-- ここまで:主内容>新着のトピック書き込み --> 354 <!-- ここから:主内容>新着のイベント書き込み --> 195 <li><a href="({t_url m=pc a=page_c_topic_add})&target_c_commu_id=({$c_commu.c_commu_id})">トピックを作成</a></li> 196 ({/if}) 197 </ul></div> 198 </td></tr> 199 ({/if}) 355 200 ({if $new_topic_comment_event}) 356 <tr> 357 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 358 359 <span class="c_01">新着の<br>イベント<br>書き込み</span> 360 361 </td> 362 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 363 201 <tr><th>新着の<br />イベント<br />書き込み</th><td> 202 <dl class="articleList"> 364 203 ({foreach from=$new_topic_comment_event item=item}) 365 <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_1">({$item.r_datetime|date_format:"%m月%d日"})… <a href="({t_url m=pc a=page_c_event_detail})&target_c_commu_topic_id=({$item.c_commu_topic_id})">({$item.name})(({$item.count_comments}))</a> 366 ({if $item.image_filename1 || $item.image_filename2 || $item.image_filename3})<img src="({t_img_url_skin filename=icon_camera})" class="icon">({/if})<br> 367 ({/foreach}) 368 369 <!-- ここから:主内容>新着のイベント書き込み>フッターメニュー --> 370 <div align="right"> 371 <table border="0" cellspacing="0" cellpadding="0" style="width:130px;"> 372 <tr> 373 <td style="width:130px;text-align:left;padding:1px 0px;"> 374 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 375 <a href="({t_url m=pc a=page_c_event_list})&target_c_commu_id=({$c_commu.c_commu_id})">もっと読む</a> 376 </td> 377 </tr> 204 <dt>({$item.r_datetime|date_format:"%m月%d日"})</dt><dd><a href="({t_url m=pc a=page_c_event_detail})&target_c_commu_topic_id=({$item.c_commu_topic_id})">({$item.name})(({$item.count_comments}))</a>({if $item.image_filename1 || $item.image_filename2 || $item.image_filename3}) <img src="({t_img_url_skin filename=icon_camera})" alt="" />({/if})</dd> 205 ({/foreach}) 206 </dl> 207 <div class="moreInfo"><ul class="moreInfo"> 208 <li><a href="({t_url m=pc a=page_c_event_list})&target_c_commu_id=({$c_commu.c_commu_id})">もっと読む</a></li> 378 209 ({if ($c_commu.topic_authority == 'public' && $is_c_commu_member) || ($c_commu.topic_authority == 'admin_only' && $is_c_commu_admin)}) 379 <tr> 380 <td style="width:130px;text-align:left;padding:1px 0px;"> 381 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 382 <a href="({t_url m=pc a=page_c_event_add})&target_c_commu_id=({$c_commu.c_commu_id})">イベントを作成</a> 383 </td> 384 </tr> 385 ({/if}) 386 </table> 387 </div> 388 <!-- ここまで:主内容>新着のイベント書き込み>フッターメニュー --> 389 390 </td> 391 </tr> 392 ({/if}) 393 <!-- ここまで:主内容>新着のイベント書き込み --> 394 <!-- ここから:主内容>新着のおすすめレビュー --> 210 <li><a href="({t_url m=pc a=page_c_event_add})&target_c_commu_id=({$c_commu.c_commu_id})">イベントを作成</a></li> 211 ({/if}) 212 </ul></div> 213 </td></tr> 214 ({/if}) 395 215 ({if $new_commu_review}) 396 <tr> 397 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 398 399 <span class="c_01">新着の<br>おすすめ<br>レビュー</span> 400 401 </td> 402 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 403 216 <tr><th>新着の<br />おすすめ<br />レビュー</th><td> 217 <dl class="articleList"> 404 218 ({foreach from=$new_commu_review item=item}) 405 <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_2">({$item.r_datetime|date_format:"%m月%d日"})… <a href="({t_url m=pc a=page_h_review_list_product})&c_review_id=({$item.c_review_id})">({$item.title|truncate:40})</a><br> 406 ({/foreach}) 407 408 <!-- ここから:主内容>新着のおすすめレビュー>フッターメニュー --> 409 <div align="right"> 410 <table border="0" cellspacing="0" cellpadding="0" style="width:130px;"> 411 <tr> 412 <td style="width:130px;text-align:left;padding:1px 0px;"> 413 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 414 <a href="({t_url m=pc a=page_c_member_review})&target_c_commu_id=({$c_commu.c_commu_id})">もっと読む</a> 415 </td> 416 </tr> 417 <tr> 418 <td style="width:130px;text-align:left;padding:1px 0px;"> 419 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 420 <a href="({t_url m=pc a=page_c_member_review_add})&target_c_commu_id=({$c_commu.c_commu_id})">レビューを掲載</a> 421 </td> 422 </tr> 423 </table> 424 </div> 425 <!-- ここまで:主内容>新着のおすすめレビュー>フッターメニュー --> 426 427 </td> 428 </tr> 429 ({/if}) 430 <!-- ここまで:主内容>新着のおすすめレビュー --> 431 ({/if}) 432 </table> 433 <!-- ここまで:主内容 --> 434 ({*ここまで:body*}) 435 ({*ここから:footer*}) 436 <!-- ここから:小メニュー --> 437 ({if !$new_topic_comment || !$new_topic_comment_event || $is_c_commu_admin}) 438 <table border="0" cellspacing="0" cellpadding="0" style="width:422px;"> 439 <tr> 440 <td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 441 <td style="width:260px;" class="bg_02"><img src="./skin/dummy.gif" alt="dummy" style="width:260px;height:1px;" class="dummy"></td> 442 <td style="width:160px;padding:5px 0px;" class="bg_02 lh_140"> 219 <dt>({$item.r_datetime|date_format:"%m月%d日"})</dt><dd><a href="({t_url m=pc a=page_h_review_list_product})&c_review_id=({$item.c_review_id})">({$item.title|truncate:40})</a></dd> 220 ({/foreach}) 221 </dl> 222 <div class="moreInfo"><ul class="moreInfo"> 223 <li><a href="({t_url m=pc a=page_c_member_review})&target_c_commu_id=({$c_commu.c_commu_id})">もっと読む</a></li> 224 <li><a href="({t_url m=pc a=page_c_member_review_add})&target_c_commu_id=({$c_commu.c_commu_id})">レビューを掲載</a></li> 225 </ul></div> 226 </td></tr> 227 ({/if}) 228 ({/if}) 229 ({if $is_c_commu_member && (!$new_topic_comment || !$new_topic_comment_event || $is_c_commu_admin)}) 230 <tr><td class="halfway" colspan="2"><ul class="moreInfo"> 443 231 ({if $is_c_commu_member || $c_commu.public_flag != "auth_commu_member"}) 444 232 ({if ($c_commu.topic_authority == 'public' && $is_c_commu_member) || ($c_commu.topic_authority == 'admin_only' && $is_c_commu_admin)}) 445 233 ({if !$new_topic_comment}) 446 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 447 <a href="({t_url m=pc a=page_c_topic_add})&target_c_commu_id=({$c_commu.c_commu_id})">トピックを作成</a> 448 <br> 234 <li><a href="({t_url m=pc a=page_c_topic_add})&target_c_commu_id=({$c_commu.c_commu_id})">トピックを作成</a></li> 449 235 ({/if}) 450 236 ({if !$new_topic_comment_event}) 451 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 452 <a href="({t_url m=pc a=page_c_event_add})&target_c_commu_id=({$c_commu.c_commu_id})">イベントを作成</a> 453 <br> 237 <li><a href="({t_url m=pc a=page_c_event_add})&target_c_commu_id=({$c_commu.c_commu_id})">イベントを作成</a></li> 454 238 ({/if}) 455 239 ({/if}) 456 240 ({/if}) 457 241 ({if $is_c_commu_admin}) 458 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 459 <a href="({t_url m=pc a=page_c_edit})&target_c_commu_id=({$c_commu.c_commu_id})">コミュニティ設定変更</a> 460 <br> 461 ({/if}) 462 <br> 463 </td> 464 <td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 465 </tr> 466 <tr> 467 <td style="height:1px;" class="bg_01" colspan="4"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 468 </tr> 469 </table> 470 ({/if}) 471 <!-- ここまで:小メニュー --> 472 ({*ここまで:footer*}) 473 ({*ここから:*}) 474 242 <li><a href="({t_url m=pc a=page_c_edit})&target_c_commu_id=({$c_commu.c_commu_id})">コミュニティ設定変更</a></li> 243 ({/if}) 244 </ul></td></tr> 245 ({/if}) 246 </table> 475 247 ({if $is_c_commu_member && !($is_unused_pc_bbs && $is_unused_ktai_bbs)}) 476 <!-- ここから:主内容 -->477 248 ({t_form m=pc a=do_c_home_update_is_receive_mail}) 478 <input type="hidden" name="sessid" value="({$PHPSESSID})"> 479 <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 480 481 <table border="0" cellspacing="0" cellpadding="0" style="width:422px;"> 249 <input type="hidden" name="sessid" value="({$PHPSESSID})" /> 250 <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})" /> 251 <table> 482 252 ({if !$is_c_commu_admin}) 483 <tr> 484 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 485 486 <span class="c_01">管理者からの<br>メッセージを</span> 487 488 </td> 489 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 490 491 <input type="radio" value="1" name="is_receive_message"({if $is_receive_message}) checked="checked"({/if}) class="no_bg">受け取る<br> 492 <input type="radio" value="0" name="is_receive_message"({if !$is_receive_message}) checked="checked"({/if}) class="no_bg">受け取らない 493 494 </td> 495 </tr> 253 <tr><th>管理者からの<br />メッセージを</th><td> 254 <ul class="check"> 255 <li><input type="radio" class="input_radio" value="1" id="is_receive_message_1" name="is_receive_message"({if $is_receive_message}) checked="checked"({/if}) /><label for="is_receive_message_1">受け取る</label></li> 256 <li><input type="radio" class="input_radio" value="0" id="is_receive_message_0" name="is_receive_message"({if !$is_receive_message}) checked="checked"({/if}) /><label for="is_receive_message_0">受け取らない</label></li> 257 </ul> 258 </td></tr> 496 259 ({/if}) 497 260 ({if $smarty.const.OPENPNE_ENABLE_KTAI && !$is_unused_ktai_bbs && $is_registered_ktai_address}) 498 <tr> 499 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 500 501 <span class="c_01">コミュニティ<br>書き込みを<br>携帯メールで</span> 502 503 </td> 504 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 505 506 <input type="radio" value="1" name="is_receive_mail"({if $is_receive_mail}) checked="checked"({/if}) class="no_bg">受け取る<br> 507 <input type="radio" value="0" name="is_receive_mail"({if !$is_receive_mail}) checked="checked"({/if}) class="no_bg">受け取らない 508 509 </td> 510 </tr> 261 <tr><th>コミュニティ<br />書き込みを<br />携帯メールで</th><td> 262 <ul class="check"> 263 <li><input type="radio" class="input_radio" value="1" id="is_receive_mail_1" name="is_receive_mail"({if $is_receive_mail}) checked="checked"({/if}) /><label for="is_receive_mail_1">受け取る</label></li> 264 <li><input type="radio" class="input_radio" value="0" id="is_receive_mail_0" name="is_receive_mail"({if !$is_receive_mail}) checked="checked"({/if}) /><label for="is_receive_mail_0">受け取らない</label></li> 265 </ul> 266 </td></tr> 511 267 ({/if}) 512 268 ({if !$is_unused_pc_bbs}) 513 <tr> 514 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 515 516 <span class="c_01">コミュニティ<br>書き込みを<br>PCメールで</span> 517 518 </td> 519 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 520 521 <input type="radio" value="1" name="is_receive_mail_pc"({if $is_receive_mail_pc}) checked="checked"({/if}) class="no_bg">受け取る<br> 522 <input type="radio" value="0" name="is_receive_mail_pc"({if !$is_receive_mail_pc}) checked="checked"({/if}) class="no_bg">受け取らない 523 524 </td> 525 </tr> 526 ({/if}) 527 <tr> 528 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 529 530 <span class="c_01"> </span> 531 532 </td> 533 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 534 535 <input type="submit" class="submit" value="メール受信設定変更"> 536 537 </td> 538 </tr> 539 </table> 540 269 <tr><th>コミュニティ<br />書き込みを<br />PCメールで</th><td> 270 <ul class="check"> 271 <li><input type="radio" class="input_radio" value="1" id="is_receive_mail_pc_1" name="is_receive_mail_pc"({if $is_receive_mail_pc}) checked="checked"({/if}) /><label for="is_receive_mail_pc_1">受け取る</label></li> 272 <li><input type="radio" class="input_radio" value="0" id="is_receive_mail_pc_0" name="is_receive_mail_pc"({if !$is_receive_mail_pc}) checked="checked"({/if}) /><label for="is_receive_mail_pc_0">受け取らない</label></li> 273 </ul> 274 </td></tr> 275 ({/if}) 276 <tr><th></th><td> 277 <ul class="moreInfo button"> 278 <li><input type="submit" class="input_submit" value="メール受信設定変更" /></li> 279 </ul> 280 </td></tr> 281 </table> 541 282 </form> 542 283 ({/if}) 543 ({*ここまで:*}) 544 545 </td> 546 <td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 547 </tr> 548 <tr> 549 <td class="bg_01" colspan="3"><img src="./skin/dummy.gif" alt="dummy" style="height:1px;" class="dummy"></td> 550 </tr> 551 </table> 552 <!-- *ここまで:コミュニティ情報一覧>>内容* --> 553 </td> 554 <td class="bg_00"><img src="./skin/dummy.gif" alt="dummy"></td> 555 </tr> 556 <tr> 557 <td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 558 <td class="bg_00"><img src="./skin/dummy.gif" alt="dummy" style="width:424px;height:7px;" class="dummy"></td> 559 <td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 560 </tr> 561 </table> 284 </div></div> 562 285 ({* }}} *}) 563 286 -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r5805 r5810 364 364 365 365 ({* {{{ homeMainTable *}) 366 <table border="0" cellspacing="0" cellpadding="0" style="width:440px;margin:0px auto;" class="border_07"> 367 <tr> 368 <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 369 <td style="width:424px;" class="bg_00"><img src="./skin/dummy.gif" alt="dummy" style="width:424px;height:7px;" class="dummy"></td> 370 <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 371 </tr> 372 <tr> 373 <td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 374 <td class="bg_01"> 375 <!-- *ここから:プロフィール一覧>内容* --> 376 ({*ここから:header*}) 377 <!-- 小タイトル --> 378 <div class="border_01"> 379 <table border="0" cellspacing="0" cellpadding="0" style="width:422px;"> 380 <tr> 381 <td style="width:36px;" class="bg_06"><img src="({t_img_url_skin filename=content_header_1})" style="width:30px;height:20px;" class="dummy"></td> 382 <td style="width:100px;padding:2px 0px;" class="bg_06"><span class="b_b c_00">プロフィール</span></td> 383 <td style="width:286px;" align="right" class="bg_06">({if $is_h_prof})<a href="({t_url m=pc a=page_h_config_prof})">プロフィール変更</a> ({else}) ({/if})</td> 384 </tr> 385 </table> 386 </div> 387 ({*ここまで:header*}) 388 ({*ここから:body*}) 389 <!-- ここから:主内容 --> 390 <table border="0" cellspacing="0" cellpadding="0" style="width:424px;"> 391 <tr> 392 <td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 393 <td class="bg_01" align="center"> 394 395 <table border="0" cellspacing="0" cellpadding="0" style="width:422px;"> 366 <div class="dparts homeMainTable"><div class="parts"> 367 <div class="partsHeading"><h3>プロフィール</h3>({if $is_h_prof})<p class="link"><a href="({t_url m=pc a=page_h_config_prof})">プロフィール変更</a></p>({/if})</div> 368 <table> 396 369 ({capture name="nick"}) 397 <!-- ここから:主内容>ニックネーム --> 398 ({if $target_c_member.nickname}) 399 <tr> 400 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 401 402 <span class="c_01">ニックネーム</span> 403 404 </td> 405 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 406 407 ({$target_c_member.nickname}) 408 409 </td> 410 </tr> 411 ({/if}) 412 <!-- ここまで:主内容>ニックネーム --> 370 <tr><th>ニックネーム</th><td>({$target_c_member.nickname})</td></tr> 413 371 ({/capture}) 414 372 ({capture name="birth"}) 415 <!-- ここから:主内容>年齢 --> 416 ({if $target_c_member.age !== NULL && ($target_c_member.public_flag_birth_year == 'public' || ($target_c_member.public_flag_birth_year == 'friend' && ($is_friend || $is_h_prof)))}) 417 <tr> 418 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 419 420 <span class="c_01">年 齢</span> 421 422 </td> 423 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 424 425 ({$target_c_member.age})歳 426 427 ({if $is_h_prof && $target_c_member.public_flag_birth_year == 'friend'})<span class="caution">※({$WORD_MY_FRIEND})まで公開</span>({/if}) 428 429 </td> 430 </tr> 431 ({/if}) 432 <!-- ここまで:主内容>年齢 --> 433 <!-- ここから:主内容>誕生日 --> 373 <tr><th>年齢</th><td>({$target_c_member.age})歳 ({if $is_h_prof && $target_c_member.public_flag_birth_year == 'friend'})<span class="caution">※({$WORD_MY_FRIEND})まで公開</span>({/if})</td></tr> 434 374 ({if $target_c_member.birth_month && $target_c_member.birth_day}) 435 <tr> 436 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 437 438 <span class="c_01">誕生日</span> 439 440 </td> 441 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 442 443 ({$target_c_member.birth_month})月({$target_c_member.birth_day})日 444 445 </td> 446 </tr> 447 ({/if}) 448 <!-- ここまで:主内容>誕生日 --> 375 <tr><th>誕生日</th><td>({$target_c_member.birth_month})月({$target_c_member.birth_day})日</td></tr> 376 ({/if}) 449 377 ({/capture}) 450 378 ({foreach from=$target_c_member.profile key=key item=item}) 451 379 ({if $item.public_flag != "private" && ($item.public_flag == "public" || ($item.public_flag == "friend" && ($is_friend || $is_h_prof)))}) 452 380 ({strip}) 453 454 ({if !$_cnt_nick && $profile_list[$key].sort_order >= $smarty.const.SORT_ORDER_NICK 455 && !$_cnt_birth && $profile_list[$key].sort_order >= $smarty.const.SORT_ORDER_BIRTH}) 381 ({if !$_cnt_nick && $profile_list[$key].sort_order >= $smarty.const.SORT_ORDER_NICK && !$_cnt_birth && $profile_list[$key].sort_order >= $smarty.const.SORT_ORDER_BIRTH}) 456 382 ({counter assign="_cnt_nick"}) 457 383 ({counter assign="_cnt_birth"}) … … 464 390 ({/if}) 465 391 ({/if}) 466 467 392 ({if !$_cnt_nick && $profile_list[$key].sort_order >= $smarty.const.SORT_ORDER_NICK}) 468 393 ({counter assign="_cnt_nick"}) 469 394 ({$smarty.capture.nick|smarty:nodefaults}) 470 395 ({/if}) 471 472 396 ({if !$_cnt_birth && $profile_list[$key].sort_order >= $smarty.const.SORT_ORDER_BIRTH}) 473 397 ({counter assign="_cnt_birth"}) 474 398 ({$smarty.capture.birth|smarty:nodefaults}) 475 399 ({/if}) 476 477 400 ({/strip}) 478 <!-- ここから:主内容>({$item.caption}) --> 479 <tr> 480 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 481 482 <span class="c_01">({$item.caption})</span> 483 484 </td> 485 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 486 401 <tr><th>({$item.caption})</th><td> 487 402 ({if $item.form_type == 'textarea'}) 488 403 ({$item.value|nl2br|t_url2cmd:'profile'|t_cmd:'profile'}) … … 496 411 <span class="caution">※({$WORD_MY_FRIEND})まで公開</span> 497 412 ({/if}) 498 499 </td> 500 </tr> 501 ({/if}) 502 <!-- ここまで:主内容>({$item.caption}) --> 503 ({/foreach}) 504 413 </td></tr> 414 ({/if}) 415 ({/foreach}) 505 416 ({if !$_cnt_nick && !$_cnt_birth}) 506 417 ({if $smarty.const.SORT_ORDER_NICK > $smarty.const.SORT_ORDER_BIRTH}) … … 515 426 ({if !$_cnt_birth})({$smarty.capture.birth|smarty:nodefaults})({/if}) 516 427 ({/if}) 517 518 <!-- ここから:主内容>最新日記 -->519 428 ({if $c_diary_list}) 520 <tr> 521 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 522 523 <span class="c_01">最新日記</span> 524 525 </td> 526 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 527 429 <tr><th>最新日記</th><td> 430 <dl class="articleList"> 528 431 ({foreach from=$c_diary_list item=item}) 529 <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_1">({$item.r_date|date_format:"%m月%d日"})… <a href="({t_url m=pc a=page_fh_diary})&target_c_diary_id=({$item.c_diary_id})">({$item.subject|default:" "}) (({$item.comment_count}))</a> 530 ({if $item.image_filename_1 || $item.image_filename_2 || $item.image_filename_3})<img src="({t_img_url_skin filename=icon_camera})" class="icon">({/if}) 531 532 ({if $is_h_prof && $item.public_flag == "friend"}) 533 <span class="caution">※({$WORD_MY_FRIEND})まで公開</span> 534 ({/if}) 535 536 <br> 537 ({/foreach}) 538 539 <!-- ここから:主内容>最新日記>フッターメニュー --> 540 <div align="right"> 541 <table border="0" cellspacing="0" cellpadding="0" style="width:130px;"> 542 <tr> 543 <td style="width:130px;text-align:left;padding:1px 0px;"> 544 545 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 546 <a href="({t_url m=pc a=page_fh_diary_list})&target_c_member_id=({$target_c_member_id})">もっと読む</a> 547 548 </td> 549 </tr> 550 </table> 551 </div> 552 <!-- ここまで:主内容>最新日記>フッターメニュー --> 553 554 </td> 555 </tr> 556 ({/if}) 557 <!-- ここまで:主内容>最新日記 --> 558 <!-- ここから:主内容>最新Blog --> 432 <dt>({$item.r_date|date_format:"%m月%d日"})</dt><dd><a href="({t_url m=pc a=page_fh_diary})&target_c_diary_id=({$item.c_diary_id})">({$item.subject|default:" "}) (({$item.comment_count}))</a> ({if $item.image_filename_1 || $item.image_filename_2 || $item.image_filename_3})<img src="({t_img_url_skin filename=icon_camera})" alt="" />({/if}) ({if $is_h_prof && $item.public_flag == "friend"})<span class="caution">※({$WORD_MY_FRIEND})まで公開</span>({/if})</dd> 433 ({/foreach}) 434 </dl> 435 <div class="moreInfo"><ul class="moreInfo"> 436 <li><a href="({t_url m=pc a=page_fh_diary_list})&target_c_member_id=({$target_c_member_id})">もっと読む</a></li> 437 </ul></div> 438 </td></tr> 439 ({/if}) 559 440 ({if $c_rss_cache_list}) 560 <tr> 561 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 562 563 <span class="c_01">最新Blog</span> 564 565 </td> 566 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 567 441 <tr><th>最新Blog</th><td> 442 <dl class="articleList"> 568 443 ({foreach from=$c_rss_cache_list item=item}) 569 <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_1">({$item.r_datetime|date_format:"%m月%d日"})… <a href="({$item.link})" target="_blank">({$item.subject|default:" "})</a><br> 570 ({/foreach}) 571 572 <!-- ここから:主内容>最新Blog>フッターメニュー --> 573 <div align="right"> 574 <table border="0" cellspacing="0" cellpadding="0" style="width:130px;"> 575 <tr> 576 <td style="width:130px;text-align:left;padding:1px 0px;"> 577 578 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 579 <a href="({t_url m=pc a=page_fh_diary_list})&target_c_member_id=({$target_c_member_id})#blog">もっと読む</a> 580 581 </td> 582 </tr> 583 </table> 584 </div> 585 <!-- ここまで:主内容>最新Blog>フッターメニュー --> 586 587 </td> 588 </tr> 589 ({/if}) 590 <!-- ここまで:主内容>最新Blog --> 591 <!-- ここから:主内容>最新レビュー --> 444 <dt>({$item.r_datetime|date_format:"%m月%d日"})</dt><dd><a href="({$item.link})" target="_blank">({$item.subject|default:" "})</a></dd> 445 ({/foreach}) 446 </dl> 447 <div class="moreInfo"><ul class="moreInfo"> 448 <li><a href="({t_url m=pc a=page_fh_diary_list})&target_c_member_id=({$target_c_member_id})#blog">もっと読む</a></li> 449 </ul></div> 450 </td></tr> 451 ({/if}) 592 452 ({if $c_review_list}) 593 <tr> 594 <td class="border_01 bg_09 padding_s" style="width:90px;border-right:none;border-top:none;"> 595 596 <span class="c_01">最新レビュー</span> 597 598 </td> 599 <td class="border_01 bg_02 padding_s" style="width:332px;border-top:none;"> 600 453 <tr><th>最新レビュー</th><td> 454 <dl class="articleList"> 601 455 ({foreach from=$c_review_list item=item}) 602 <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_1">({$item.r_datetime|date_format:"%m月%d日"})… <a href="({t_url m=pc a=page_h_review_list_product})&c_review_id=({$item.c_review_id})">({$item.title|t_truncate:40})</a><br> 603 ({/foreach}) 604 605 <!-- ここから:主内容>最新レビュー>フッターメニュー --> 606 <div align="right"> 607 <table border="0" cellspacing="0" cellpadding="0" style="width:130px;"> 608 <tr> 609 <td style="width:130px;text-align:left;padding:1px 0px;"> 610 611 <img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1"> 612 <a href="({t_url m=pc a=page_fh_review_list_member})&target_c_member_id=({$target_c_member_id})">もっと読む</a> 613 614 </td> 615 </tr> 616 </table> 617 </div> 618 <!-- ここまで:主内容>最新レビュー>フッターメニュー --> 619 620 </td> 621 </tr> 622 ({/if}) 623 <!-- ここまで:主内容>最新レビュー --> 624 </table> 625 626 </td> 627 <td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 628 </tr> 629 <tr> 630 <td class="bg_01" colspan="3"><img src="./skin/dummy.gif" alt="dummy" style="height:1px;" class="dummy"></td> 631 </tr> 632 </table> 633 <!-- ここまで:主内容 --> 634 ({*ここまで:body*}) 635 ({*ここから:footer*}) 636 <!-- 無し --> 637 ({*ここまで:footer*}) 638 <!-- *ここまで:プロフィール一覧>>内容* --> 639 </td> 640 <td class="bg_00"><img src="./skin/dummy.gif" alt="dummy"></td> 641 </tr> 642 <tr> 643 <td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 644 <td class="bg_00"><img src="./skin/dummy.gif" alt="dummy" style="width:424px;height:7px;" class="dummy"></td> 645 <td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 646 </tr> 647 </table> 456 <dt>({$item.r_datetime|date_format:"%m月%d日"})</dt><dd><a href="({t_url m=pc a=page_h_review_list_product})&c_review_id=({$item.c_review_id})">({$item.title|t_truncate:40})</a></dd> 457 ({/foreach}) 458 </dl> 459 <div class="moreInfo"><ul class="moreInfo"> 460 <li><a href="({t_url m=pc a=page_fh_review_list_member})&target_c_member_id=({$target_c_member_id})">もっと読む</a></li> 461 </ul></div> 462 </td></tr> 463 ({/if}) 464 </table> 465 </div></div> 648 466 ({* }}} *}) 649 467
Note: See TracChangeset
for help on using the changeset viewer.