Changeset 3640
- Timestamp:
- Aug 6, 2007, 10:21:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/templates/fh_diary_list.tpl
r2986 r3640 1 1 ({ext_include file="inc_header.tpl"}) 2 <tr> 3 <td class="container inc_c_com_topic_find" align="center"> 4 <table border="0" cellspacing="0" cellpadding="0" style="width:720px;"> 5 <tr> 6 <td style="width:720px;height:2px;"><img src="./skin/dummy.gif" style="width:720px;height:2px;" class="dummy"></td> 7 </tr> 8 <tr> 9 <td align="center"> 10 11 ({*ここから:本体*}) 12 13 <div class="bg_09" style="width:680px;height:24px;border-left:none 0px;border-right:none 0px;border-top:none 0px;"> 14 ({t_form _method=get m=pc a=page_fh_diary_list}) 15 <input type="hidden" name="c_commu_id" value="({$c_commu.c_commu_id})"> 16 17 <table border="0" cellspacing="0" cellpadding="0" class="search_bar" style="width:680px;height:24px;"> 18 <tr> 19 <td align="center" style="height:24px;"> 20 <img src="({t_img_url_skin filename=icon_search})" alt="search" style="width:62px;height:20px;" class="icon"> 21 <input type="text" size="30" name="keyword" class="text border_01" value="({$keyword})" style="width:180px;"> 22 <input type="submit" class="submit" value="日記検索" style="width:80px;height:20px;"> 23 24 </td> 25 </tr> 26 </table> 27 28 </form> 29 </div> 30 31 ({*ここまで:本体*}) 32 </td> 33 </tr> 34 </table> 35 </td> 36 </tr> 2 37 ({ext_include file="inc_layoutcolumn_top_165px.tpl"}) 3 38 ({********************************}) … … 332 367 333 368 </div> 334 <img src="./skin/dummy.gif" class="v_spacer_l"> 335 336 <div style="width:500px;padding:5px;margin:0px auto;text-align:right;" class="border_01 bg_03"> 337 338 ({t_form _method=get m=pc a=page_fh_diary_list}) 339 キーワード検索:<img src="({t_img_url_skin filename=icon_arrow_2})" class="icon"> 340 <input type="text" size="15" name="keyword" class="text border_01" value="({$keyword})"> 341 <input type="submit" class="submit" value=" 検 索 "> 342 </form> 343 344 </div> 369 345 370 <img src="./skin/dummy.gif" class="v_spacer_l"> 346 371 … … 477 502 公開しない 478 503 ({/if}) 479 </td>480 504 481 505 </div>
Note: See TracChangeset
for help on using the changeset viewer.