ここの情報は古いです。ご理解頂いた上でお取り扱いください。

Changeset 5959


Ignore:
Timestamp:
Mar 22, 2008, 1:59:51 AM (15 years ago)
Author:
ogawa
Message:

#1924:c_homeのinfoBox暫定対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_home.tpl

    r5820 r5959  
    11<div id="LayoutA">
     2<div id="Top">
     3
    24({ext_include file="inc_c_com_topic_find.tpl"})
    35
    46({if !$is_c_commu_member})
    57({* {{{ infoBox *})
    6 ({* #1924 *})<table>
    7 ({* #1924 *})<tr>
    8 ({* #1924 *})<td class="container inc_c_join_commu_box" align="center">
    9 ({* #1924 *})<table border="0" cellspacing="0" cellpadding="0" style="width:680px;margin:0px auto;" class="border_07">
    10 ({* #1924 *})<tr>
    11 ({* #1924 *})<td class="bg_01">
    12 ({* #1924 *})<table class="container" border="0" cellspacing="0" cellpadding="0" style="width:666px;">
    13 ({* #1924 *})<tr>
    14 ({* #1924 *})<td style="height:1px;" class="bg_01" colspan="6"><img src="./skin/dummy.gif" alt="dot" class="dot" /></td>
    15 ({* #1924 *})</tr>
    16 ({* #1924 *})<tr>
    17 ({* #1924 *})<td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot" /></td>
    18 ({* #1924 *})<td style="width:300px;" class="bg_09 padding_s">
    19 ({* #1924 *})<span class="c_01">&nbsp;・このコミュニティに参加しますか?</span>
    20 ({* #1924 *})</td>
    21 ({* #1924 *})<td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot" /></td>
    22 ({* #1924 *})<td style="width:20px;padding-left:5px;" class="bg_02"><img src="./skin/dummy.gif" alt="dummy" class="icon arrow_1" /></td>
    23 ({* #1924 *})<td style="width:343px;" class="bg_02">
    24 ({* #1924 *})<a href="({t_url m=pc a=page_c_join_commu})&amp;target_c_commu_id=({$c_commu.c_commu_id})">({$c_commu.name})に参加する</a>
    25 ({* #1924 *})</td>
    26 ({* #1924 *})<td style="width:1px;" class="bg_01"><img src="./skin/dummy.gif" alt="dot" class="dot" /></td>
    27 ({* #1924 *})</tr>
    28 ({* #1924 *})<tr>
    29 ({* #1924 *})<td style="height:1px;" class="bg_01" colspan="6"><img src="./skin/dummy.gif" alt="dot" class="dot" /></td>
    30 ({* #1924 *})</tr>
    31 ({* #1924 *})</table>
    32 ({* #1924 *})</td>
    33 ({* #1924 *})</tr>
    34 ({* #1924 *})</table>
    35 ({* #1924 *})</td>
    36 ({* #1924 *})</tr>
    37 ({* #1924 *})</table>
    38 ({* }}} *})
    39 ({/if})
    40 
     8<div class="dparts infoBox"><div class="parts">
     9<table><tr>
     10<th>このコミュニティに参加しますか?</th>
     11<td><ul class="moreInfo">
     12<li><a href="({t_url m=pc a=page_c_join_commu})&amp;target_c_commu_id=({$c_commu.c_commu_id})">コミュニティに参加する</a></li>
     13</ul></td>
     14</tr></table>
     15</div></div>
     16({* }}} *})
     17({/if})
     18
     19</div><!-- Top -->
    4120<div id="Left">
    4221
Note: See TracChangeset for help on using the changeset viewer.