Changeset 5820
- Timestamp:
- Mar 16, 2008, 9:57:23 PM (15 years ago)
- Location:
- OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp
- Files:
-
- 109 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/lib/smarty_plugins/block.t_form_block.php
r5769 r5820 5 5 */ 6 6 7 function smarty_block_t_form_ xhtml($params, $content, &$smarty, &$repeat)7 function smarty_block_t_form_block($params, $content, &$smarty, &$repeat) 8 8 { 9 9 if ($repeat) { // 開始タグでは実行しない … … 41 41 } 42 42 43 44 43 if (need_ssl_param($params['m'], $params['a'])) { 45 44 $params['ssl_param'] = 1; 46 45 } 47 46 48 if ($params['_is_secure']) { 49 unset($params['_is_secure']); 47 if (@session_id() && strpos($params['a'], 'do') === 0) { 50 48 $params['sessid'] = md5(session_id()); 51 49 } … … 58 56 $html .= sprintf(' %s', $attr); 59 57 } 60 $html .= '>';58 $html .= ">"; 61 59 foreach ($params as $key => $value) { 62 60 $html .= "\n"; … … 65 63 htmlspecialchars($value, ENT_QUOTES, 'UTF-8')); 66 64 } 67 68 65 $html .= "\n"; 69 $html .= $content . "\n";70 $html .= '</form>';66 $html .= $content; 67 $html .= "</form>\n"; 71 68 72 69 return $html; -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_admin_request.tpl
r5817 r5820 2 2 ({* #1952 *})<!-- ******ここから:管理者交代依頼****** --> 3 3 ({* #1952 *}) 4 ({* #1952 *})({t_form m=pc a=page_c_admin_request_confirm})5 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">4 ({* #1952 *})({t_form_block m=pc a=page_c_admin_request_confirm}) 5 ({* #1952 *}) 6 6 ({* #1952 *})<input type="hidden" name="target_c_member_id" value="({$member.c_member_id})"> 7 7 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> … … 183 183 ({* #1952 *})</tr> 184 184 ({* #1952 *})</table> 185 ({* #1952 *}) </form>185 ({* #1952 *})({/t_form_block}) 186 186 ({* #1952 *})<!-- ******ここまで:管理者交代依頼****** --> 187 187 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_admin_request_confirm.tpl
r5817 r5820 146 146 ({* #1931 *})<tr> 147 147 ({* #1931 *})<td style="width:50%;text-align:right;"> 148 ({* #1931 *})({t_form m=pc a=do_c_admin_request_insert_c_commu_admin_confirm})149 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">148 ({* #1931 *})({t_form_block m=pc a=do_c_admin_request_insert_c_commu_admin_confirm}) 149 ({* #1931 *}) 150 150 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member.c_member_id})"> 151 151 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$target_c_commu_id})"> 152 152 ({* #1931 *})<input type="hidden" name="body" value="({$body})"> 153 153 ({* #1931 *})<input type="submit" class="submit" value=" 送 信 "> 154 ({* #1931 *}) </form>154 ({* #1931 *})({/t_form_block}) 155 155 ({* #1931 *})</td> 156 156 ({* #1931 *})<td style="width:50%;text-align:left;"> 157 ({* #1931 *})({t_form m=pc a=page_c_admin_request})158 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">157 ({* #1931 *})({t_form_block m=pc a=page_c_admin_request}) 158 ({* #1931 *}) 159 159 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member.c_member_id})"> 160 160 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$target_c_commu_id})"> 161 161 ({* #1931 *})<input type="hidden" name="body" value="({$body})"> 162 162 ({* #1931 *}) <input type="submit" class="submit" value=" 修 正 "> 163 ({* #1931 *}) </form>163 ({* #1931 *})({/t_form_block}) 164 164 ({* #1931 *})</td> 165 165 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_com_topic_find.tpl
r5817 r5820 41 41 ({* #1932 *})<!-- ここから:主内容>>検索 --> 42 42 ({* #1932 *}) 43 ({* #1932 *})({t_form _method=get m=pc a=page_c_com_topic_find})43 ({* #1932 *})({t_form_block _method=get m=pc a=page_c_com_topic_find}) 44 44 ({* #1932 *}) 45 45 ({* #1932 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> … … 66 66 ({* #1932 *})<a href="({t_url m=pc a=page_c_com_topic_find})&target_commu=in_commu&c_commu_id=({$c_commu_id})&type=event&keyword=({$smarty.capture.keyword_url|smarty:nodefaults})">イベント</a> 67 67 ({* #1932 *}) 68 ({* #1932 *}) </form>68 ({* #1932 *})({/t_form_block}) 69 69 ({* #1932 *}) 70 70 ({* #1932 *})<!-- ここまで:主内容>>検索 --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_edit.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:コミュニティ設定変更****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=do_c_edit_update_c_commu})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block _enctype=file m=pc a=do_c_edit_update_c_commu}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$target_c_commu_id})"> 6 6 ({* #1952 *}) … … 282 282 ({* #1952 *})</table> 283 283 ({* #1952 *}) 284 ({* #1952 *}) </form>284 ({* #1952 *})({/t_form_block}) 285 285 ({* #1952 *})<!-- ******ここまで:コミュニティ設定変更****** --> 286 286 ({* unknown *})({if $c_commu.c_member_id_sub_admin != $u && $c_commu.c_member_id_admin == $u }) … … 336 336 ({* #1927 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> 337 337 ({* #1927 *}) 338 ({* #1927 *})({t_form m=pc a=page_c_edit_delete_c_commu_confirm})338 ({* #1927 *})({t_form_block m=pc a=page_c_edit_delete_c_commu_confirm}) 339 339 ({* #1927 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 340 340 ({* #1927 *})<div align="center" style="text-align:center;"> 341 341 ({* #1927 *})<input type="submit" class="submit" value=" 削 除 "> 342 342 ({* #1927 *})</div> 343 ({* #1927 *}) </form>343 ({* #1927 *})({/t_form_block}) 344 344 ({* #1927 *}) 345 345 ({* #1927 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_edit_delete_c_commu_confirm.tpl
r5817 r5820 39 39 ({* #1931 *})<tr> 40 40 ({* #1931 *}) 41 ({* #1931 *})({t_form m=pc a=do_c_edit_delete_c_commu})42 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">41 ({* #1931 *})({t_form_block m=pc a=do_c_edit_delete_c_commu}) 42 ({* #1931 *}) 43 43 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu_id})"> 44 44 ({* #1931 *})<td><input type="submit" class="submit" value=" 削 除 "></td> 45 ({* #1931 *}) </form>45 ({* #1931 *})({/t_form_block}) 46 46 ({* #1931 *}) 47 ({* #1931 *})({t_form _method=get m=pc a=page_c_edit})47 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_edit}) 48 48 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu_id})"> 49 49 ({* #1931 *})<td><input type="submit" class="submit" value="キャンセル"></td> 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *})</tr> 52 52 ({* #1931 *})</table> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_edit_member_delete_c_commu_member.tpl
r5817 r5820 168 168 ({* #1931 *})<td align="right"> 169 169 ({* #1931 *}) 170 ({* #1931 *})({t_form m=pc a=do_c_edit_member_delete_c_commu_member})171 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">170 ({* #1931 *})({t_form_block m=pc a=do_c_edit_member_delete_c_commu_member}) 171 ({* #1931 *}) 172 172 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$member.c_member_id})"> 173 173 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> … … 175 175 ({* #1931 *})<input type=submit class="submit" name="yes_button" value=" 送 信 "> 176 176 ({* #1931 *}) 177 ({* #1931 *}) </form>177 ({* #1931 *})({/t_form_block}) 178 178 ({* #1931 *}) 179 179 ({* #1931 *})</td> 180 180 ({* #1931 *})<td> 181 181 ({* #1931 *}) 182 ({* #1931 *})({t_form _method=get m=pc a=page_c_edit_member})182 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_edit_member}) 183 183 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 184 184 ({* #1931 *}) 185 185 ({* #1931 *})<input type="submit" class="submit" value="キャンセル"> 186 186 ({* #1931 *}) 187 ({* #1931 *}) </form>187 ({* #1931 *})({/t_form_block}) 188 188 ({* #1931 *}) 189 189 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_add.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:新規イベント作成****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=page_c_event_add_confirm})3 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_c_event_add_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 5 5 ({* #1952 *})<input type="hidden" name="submit" value="main"> … … 357 357 ({* #1952 *})</tr> 358 358 ({* #1952 *})</table> 359 ({* #1952 *}) </form>359 ({* #1952 *})({/t_form_block}) 360 360 ({* #1952 *})<!-- ******ここまで:新規イベント作成****** --> 361 361 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_add_confirm.tpl
r5817 r5820 301 301 ({* #1931 *})<td style="width:50%;text-align:right;"> 302 302 ({* #1931 *}) 303 ({* #1931 *})({t_form m=pc a=do_c_event_add_insert_c_commu_topic})304 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">303 ({* #1931 *})({t_form_block m=pc a=do_c_event_add_insert_c_commu_topic}) 304 ({* #1931 *}) 305 305 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$event.c_commu_id})"> 306 306 ({* #1931 *})({foreach from=$event key=key item=item}) … … 308 308 ({* #1931 *})({/foreach}) 309 309 ({* #1931 *})<input type="submit" class="submit" value=" 作 成 "> 310 ({* #1931 *}) </form>310 ({* #1931 *})({/t_form_block}) 311 311 ({* #1931 *}) 312 312 ({* #1931 *})</td> 313 313 ({* #1931 *})<td style="width:50%;text-align:left;"> 314 314 ({* #1931 *}) 315 ({* #1931 *})({t_form m=pc a=page_c_event_add})315 ({* #1931 *})({t_form_block m=pc a=page_c_event_add}) 316 316 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$event.c_commu_id})"> 317 317 ({* #1931 *})({foreach from=$event key=key item=item}) … … 319 319 ({* #1931 *})({/foreach}) 320 320 ({* #1931 *}) <input type="submit" class="submit" value=" 修 正 " value="({$item})"> 321 ({* #1931 *}) </form>321 ({* #1931 *})({/t_form_block}) 322 322 ({* #1931 *}) 323 323 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_delete_confirm.tpl
r5817 r5820 39 39 ({* #1931 *})<tr> 40 40 ({* #1931 *}) 41 ({* #1931 *})({t_form m=pc a=do_c_bbs_delete_c_commu_topic})42 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">41 ({* #1931 *})({t_form_block m=pc a=do_c_bbs_delete_c_commu_topic}) 42 ({* #1931 *}) 43 43 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 44 44 ({* #1931 *})<td><input type="submit" class="submit" value=" 削 除 "></td> 45 ({* #1931 *}) </form>45 ({* #1931 *})({/t_form_block}) 46 46 ({* #1931 *}) 47 ({* #1931 *})({t_form _method=get m=pc a=page_c_event_edit})47 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_event_edit}) 48 48 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 49 49 ({* #1931 *})<td><input type="submit" class="submit" value="キャンセル"></td> 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *})</tr> 52 52 ({* #1931 *})</table> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_detail.tpl
r5817 r5820 16 16 ({* #1924 *})<!-- ******ここまで:紹介の勧め****** --> 17 17 ({* #1957 *})<!-- ******ここから:イベント詳細****** --> 18 ({* #1957 *})({t_form m=pc a=page_c_event_edit})18 ({* #1957 *})({t_form_block m=pc a=page_c_event_edit}) 19 19 ({* #1957 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 20 20 ({* #1957 *})<input type="hidden" name="submit" value="main"> … … 502 502 ({* #1957 *})</table> 503 503 ({* #1957 *}) 504 ({* #1957 *}) </form>504 ({* #1957 *})({/t_form_block}) 505 505 ({* #1957 *})<!-- ******ここまで:イベント詳細****** --> 506 506 ({* unknown *})({if $c_topic_write.0}) … … 669 669 ({* unknown *})({if $is_c_commu_member}) 670 670 ({* #1952 *})<!-- ******ここから:書き込み覧****** --> 671 ({* #1952 *})({t_form _enctype=file m=pc a=page_c_event_write_confirm})671 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_c_event_write_confirm}) 672 672 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 673 673 ({* #1952 *}) … … 864 864 ({* #1952 *})</table> 865 865 ({* #1952 *}) 866 ({* #1952 *}) </form>866 ({* #1952 *})({/t_form_block}) 867 867 ({* #1952 *})<!-- ******ここまで:書き込み覧****** --> 868 868 ({* unknown *})({/if}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_edit.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:イベントを編集する****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=do_c_event_edit_update_c_commu_topic})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block _enctype=file m=pc a=do_c_event_edit_update_c_commu_topic}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$event.c_commu_id})"> 6 6 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$event.c_commu_topic_id})"> … … 374 374 ({* #1952 *}) 375 375 ({* #1952 *})<input type="submit" class="submit" value=" 編集を確定 "> 376 ({* #1952 *}) </form>376 ({* #1952 *})({/t_form_block}) 377 377 ({* #1952 *}) 378 378 ({* #1952 *})</td> 379 379 ({* #1952 *})<td style="width:50%;text-align:left;"> 380 380 ({* #1952 *}) 381 ({* #1952 *})({t_form _method=get m=pc a=page_c_event_detail})381 ({* #1952 *})({t_form_block _method=get m=pc a=page_c_event_detail}) 382 382 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$event.c_commu_topic_id})"> 383 383 ({* #1952 *}) <input type="submit" class="submit" value=" キャンセル "> 384 ({* #1952 *}) </form>384 ({* #1952 *})({/t_form_block}) 385 385 ({* #1952 *}) 386 386 ({* #1952 *})</td> … … 455 455 ({* #1927 *}) 456 456 ({* #1927 *})<div align="center" style="text-align:center;"> 457 ({* #1927 *})({t_form m=pc a=page_c_event_delete_confirm})457 ({* #1927 *})({t_form_block m=pc a=page_c_event_delete_confirm}) 458 458 ({* #1927 *})<input type="hidden" name="target_c_commu_topic_id" value="({$event.c_commu_topic_id})"> 459 459 ({* #1927 *})<input type="submit" class="submit" value=" 削 除 "> 460 ({* #1927 *}) </form>460 ({* #1927 *})({/t_form_block}) 461 461 ({* #1927 *})</div> 462 462 ({* #1927 *}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_invite.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:メッセージテーブル****** --> 3 ({* #1952 *})({t_form m=pc a=do_c_event_invite})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_c_event_invite}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="c_commu_id" value="({$c_commu_id})"> 6 6 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> … … 153 153 ({* #1952 *})</table> 154 154 ({* #1952 *}) 155 ({* #1952 *}) </form>155 ({* #1952 *})({/t_form_block}) 156 156 ({* #1952 *})<!-- ******ここまで:メッセージテーブル****** --> 157 157 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_invite_end.tpl
r5817 r5820 48 48 ({* #1985 *})<td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 49 49 ({* #1985 *})</tr> 50 ({* #1985 *})</form>51 50 ({* #1985 *})</table> 52 51 ({* #1985 *})<!-- ******ここまで:メッセージテーブル****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_list.tpl
r5817 r5820 56 56 ({* #1927 *})<!-- ******ここから:新規イベント作成****** --> 57 57 ({* #1927 *})({if ($c_commu.topic_authority == 'public' && $is_c_commu_member) || ($c_commu.topic_authority == 'admin_only' && $is_c_commu_admin)}) 58 ({* #1927 *})({t_form m=pc a=page_c_topic_add})58 ({* #1927 *})({t_form_block m=pc a=page_c_topic_add}) 59 59 ({* #1927 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 60 60 ({* #1927 *}) … … 115 115 ({* #1927 *})</table> 116 116 ({* #1927 *}) 117 ({* #1927 *}) </form>117 ({* #1927 *})({/t_form_block}) 118 118 ({* #1927 *})({/if}) 119 119 ({* #1927 *})<!-- ******ここまで:新規イベント作成****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_mail.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:メッセージ送信先一覧****** --> 3 ({* #1952 *})({t_form m=pc a=page_c_event_mail_confirm})3 ({* #1952 *})({t_form_block m=pc a=page_c_event_mail_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 5 5 ({* #1952 *}) … … 97 97 ({* #1952 *})<td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 98 98 ({* #1952 *})</tr> 99 ({* #1952 *}) </form>99 ({* #1952 *})({/t_form_block}) 100 100 ({* #1952 *})</table> 101 101 ({* #1952 *})<!-- ******ここまで:メッセージ送信先一覧****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_mail_confirm.tpl
r5817 r5820 98 98 ({* #1931 *})<td style="width:50%;text-align:right;"> 99 99 ({* #1931 *}) 100 ({* #1931 *})({t_form m=pc a=do_c_event_mail})101 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">100 ({* #1931 *})({t_form_block m=pc a=do_c_event_mail}) 101 ({* #1931 *}) 102 102 ({* #1931 *})<input type="hidden" name="c_commu_id" value="({$c_commu_id})"> 103 103 ({* #1931 *})<input type="hidden" name="c_commu_topic_id" value="({$c_commu_topic_id})"> … … 108 108 ({* #1931 *})({/foreach}) 109 109 ({* #1931 *})<input type="submit" class="submit" value=" 送 信 "> 110 ({* #1931 *}) </form>110 ({* #1931 *})({/t_form_block}) 111 111 ({* #1931 *}) 112 112 ({* #1931 *})</td> 113 113 ({* #1931 *})<td style="width:50%;text-align:left;"> 114 114 ({* #1931 *}) 115 ({* #1931 *})({t_form _method=get m=pc a=page_c_event_mail})115 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_event_mail}) 116 116 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 117 117 ({* #1931 *}) <input type="submit" class="submit" value=" キャンセル "> 118 ({* #1931 *}) </form>118 ({* #1931 *})({/t_form_block}) 119 119 ({* #1931 *}) 120 120 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_write_confirm.tpl
r5817 r5820 133 133 ({* #1931 *})<td> 134 134 ({* #1931 *}) 135 ({* #1931 *})({t_form m=pc a=do_c_event_write_insert_c_commu_topic_comment})136 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">135 ({* #1931 *})({t_form_block m=pc a=do_c_event_write_insert_c_commu_topic_comment}) 136 ({* #1931 *}) 137 137 ({* #1931 *})({foreach from=$event_write key=key item=item}) 138 138 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> … … 141 141 ({* #1931 *})<input type="submit" class="submit" value=" 書き込み "> 142 142 ({* #1931 *}) 143 ({* #1931 *}) </form>143 ({* #1931 *})({/t_form_block}) 144 144 ({* #1931 *}) 145 145 ({* #1931 *})</td> 146 146 ({* #1931 *})<td> 147 147 ({* #1931 *}) 148 ({* #1931 *})({t_form _form_action=#write m=pc a=page_c_event_detail})148 ({* #1931 *})({t_form_block _form_action=#write m=pc a=page_c_event_detail}) 149 149 ({* #1931 *})({foreach from=$event_write key=key item=item}) 150 150 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> … … 154 154 ({* #1931 *}) 155 155 ({* #1931 *})<input type="hidden" name="body" value="({$event_write.body})"> 156 ({* #1931 *}) </form>156 ({* #1931 *})({/t_form_block}) 157 157 ({* #1931 *}) 158 158 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_event_write_delete_confirm.tpl
r5817 r5820 42 42 ({* #1931 *})<td> 43 43 ({* #1931 *}) 44 ({* #1931 *})({t_form m=pc a=do_c_bbs_delete_c_commu_topic_comment})45 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">44 ({* #1931 *})({t_form_block m=pc a=do_c_bbs_delete_c_commu_topic_comment}) 45 ({* #1931 *}) 46 46 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_comment_id" value="({$c_commu_topic_comment.c_commu_topic_comment_id})"> 47 47 ({* #1931 *})<input type="submit" class="submit" value=" は い "> 48 ({* #1931 *}) </form>48 ({* #1931 *})({/t_form_block}) 49 49 ({* #1931 *}) 50 50 ({* #1931 *})</td><td> 51 51 ({* #1931 *}) 52 ({* #1931 *})({t_form _method=get m=pc a=page_c_event_detail})52 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_event_detail}) 53 53 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 54 54 ({* #1931 *})<input type="submit" class="submit" value="いいえ"> 55 ({* #1931 *}) </form>55 ({* #1931 *})({/t_form_block}) 56 56 ({* #1931 *})</td></tr> 57 57 ({* #1931 *})</table> … … 73 73 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 74 74 ({* #1931 *})</tr> 75 ({* #1931 *})</form>76 75 ({* #1931 *})</table> 77 76 ({* #1931 *})<!-- ******ここまで:書き込み削除確認****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_home.tpl
r5819 r5820 221 221 </table> 222 222 ({if $is_c_commu_member && !($is_unused_pc_bbs && $is_unused_ktai_bbs)}) 223 ({t_form m=pc a=do_c_home_update_is_receive_mail}) 224 <input type="hidden" name="sessid" value="({$PHPSESSID})" /> 223 ({t_form_block m=pc a=do_c_home_update_is_receive_mail}) 225 224 <input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})" /> 226 225 <table> … … 255 254 </td></tr> 256 255 </table> 257 </form> 256 ({/t_form_block}) 258 257 ({/if}) 259 258 </div></div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_invite.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:コミュニティ勧誘****** --> 3 ({* #1952 *})({t_form m=pc a=do_c_invite_insert_c_message_commu_invite})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_c_invite_insert_c_message_commu_invite}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 6 6 ({* #1952 *}) … … 192 192 ({* #1952 *})</table> 193 193 ({* #1952 *}) 194 ({* #1952 *}) </form>194 ({* #1952 *})({/t_form_block}) 195 195 ({* #1952 *})<!-- ******ここまで:コミュニティ勧誘****** --> 196 196 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_join_commu.tpl
r5817 r5820 33 33 ({* #1931 *})<tr> 34 34 ({* #1931 *}) 35 ({* #1931 *})({t_form m=pc a=do_inc_join_c_commu})36 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">35 ({* #1931 *})({t_form_block m=pc a=do_inc_join_c_commu}) 36 ({* #1931 *}) 37 37 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 38 38 ({* #1931 *})<td align="right"><input type="submit" class="submit" value="参加する"></td> 39 ({* #1931 *}) </form>39 ({* #1931 *})({/t_form_block}) 40 40 ({* #1931 *}) 41 ({* #1931 *})({t_form _method=get m=pc a=page_c_home})41 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_home}) 42 42 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 43 43 ({* #1931 *})<td align="left"><input type="submit" class="submit" value="参加しない"></td> 44 ({* #1931 *}) </form>44 ({* #1931 *})({/t_form_block}) 45 45 ({* #1931 *})</tr></table> 46 46 ({* #1931 *})</td></tr> … … 62 62 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 63 63 ({* #1931 *})</tr> 64 ({* #1931 *})</form>65 64 ({* #1931 *})</table> 66 65 ({* #1931 *})<!-- ******ここまで:このコミュニティに参加****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_join_err_wait.tpl
r5817 r5820 45 45 ({* #1985 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 46 46 ({* #1985 *})</tr> 47 ({* #1985 *})</form>48 47 ({* #1985 *})</table> 49 48 ({* #1985 *})<!-- ******ここまで:エラーメッセージテーブル****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_join_request.tpl
r5817 r5820 25 25 ({* #1952 *})<tr class="bg_02"> 26 26 ({* #1952 *}) 27 ({* #1952 *})({t_form m=pc a=do_c_join_request_insert_c_commu_member_confirm})28 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">27 ({* #1952 *})({t_form_block m=pc a=do_c_join_request_insert_c_commu_member_confirm}) 28 ({* #1952 *}) 29 29 ({* #1952 *})<input type="hidden" name="c_member_id" value="({$member.c_member_id})"> 30 30 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu_id})"> … … 49 49 ({* #1952 *})</td> 50 50 ({* #1952 *}) 51 ({* #1952 *}) </form>51 ({* #1952 *})({/t_form_block}) 52 52 ({* #1952 *}) 53 53 ({* #1952 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_leave_commu.tpl
r5817 r5820 35 35 ({* #1931 *})<td class="bg_09" align="right"> 36 36 ({* #1931 *}) 37 ({* #1931 *})({t_form m=pc a=do_inc_leave_c_commu})38 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">37 ({* #1931 *})({t_form_block m=pc a=do_inc_leave_c_commu}) 38 ({* #1931 *}) 39 39 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 40 40 ({* #1931 *}) 41 41 ({* #1931 *})<input type="submit" class="submit" value=" は い "> 42 42 ({* #1931 *}) 43 ({* #1931 *}) </form>43 ({* #1931 *})({/t_form_block}) 44 44 ({* #1931 *}) 45 45 ({* #1931 *})</td> 46 46 ({* #1931 *})<td class="bg_09" align="left"> 47 47 ({* #1931 *}) 48 ({* #1931 *})({t_form _method=get m=pc a=page_c_home})48 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_home}) 49 49 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 50 50 ({* #1931 *}) 51 51 ({* #1931 *}) <input type="submit" class="submit" value=" いいえ "> 52 52 ({* #1931 *}) 53 ({* #1931 *}) </form>53 ({* #1931 *})({/t_form_block}) 54 54 ({* #1931 *}) 55 55 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_member_review.tpl
r5817 r5820 63 63 ({* #1927 *})<div style="padding:10px 40px;text-align:center;"> 64 64 ({* #1927 *}) 65 ({* #1927 *})({t_form _method=get m=pc a=page_c_member_review_add})65 ({* #1927 *})({t_form_block _method=get m=pc a=page_c_member_review_add}) 66 66 ({* #1927 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 67 67 ({* #1927 *})<input type="submit" class="submit" value=" レビューを掲載する "> 68 ({* #1927 *}) </form>68 ({* #1927 *})({/t_form_block}) 69 69 ({* #1927 *}) 70 70 ({* #1927 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_member_review_add.tpl
r5817 r5820 15 15 ({* unknown *})({if $c_review_list}) 16 16 ({* #1949 *})<!-- ******ここから:あなたのレビュー一覧****** --> 17 ({* #1949 *})({t_form m=pc a=page_c_member_review_add_confirm})17 ({* #1949 *})({t_form_block m=pc a=page_c_member_review_add_confirm}) 18 18 ({* #1949 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 19 19 ({* #1949 *}) … … 356 356 ({* #1949 *})</table> 357 357 ({* #1949 *}) 358 ({* #1949 *}) </form>358 ({* #1949 *})({/t_form_block}) 359 359 ({* #1949 *})<!-- ******ここまで:あなたのレビュー一覧****** --> 360 360 ({* unknown *})({/if}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_member_review_add_confirm.tpl
r5817 r5820 248 248 ({* #1949 *})<td> 249 249 ({* #1949 *}) 250 ({* #1949 *})({t_form m=pc a=do_c_member_review_insert_c_commu_review})251 ({* #1949 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">250 ({* #1949 *})({t_form_block m=pc a=do_c_member_review_insert_c_commu_review}) 251 ({* #1949 *}) 252 252 ({* #1949 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 253 253 ({* #1949 *})({foreach from=$c_review_id item=item}) … … 255 255 ({* #1949 *})({/foreach}) 256 256 ({* #1949 *})<input type="submit" class="submit" value=" は い "> 257 ({* #1949 *}) </form>257 ({* #1949 *})({/t_form_block}) 258 258 ({* #1949 *}) 259 259 ({* #1949 *})</td> 260 260 ({* #1949 *})<td> 261 261 ({* #1949 *}) 262 ({* #1949 *})({t_form _method=get m=pc a=page_c_member_review_add})262 ({* #1949 *})({t_form_block _method=get m=pc a=page_c_member_review_add}) 263 263 ({* #1949 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 264 264 ({* #1949 *})<input type="submit" class="submit" value=" いいえ "> 265 ({* #1949 *}) </form>265 ({* #1949 *})({/t_form_block}) 266 266 ({* #1949 *}) 267 267 ({* #1949 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_member_review_delete_confirm.tpl
r5817 r5820 39 39 ({* #1931 *})<tr> 40 40 ({* #1931 *}) 41 ({* #1931 *})({t_form m=pc a=do_c_member_review_delete})42 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">41 ({* #1931 *})({t_form_block m=pc a=do_c_member_review_delete}) 42 ({* #1931 *}) 43 43 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu_id})"> 44 44 ({* #1931 *})<input type="hidden" name="target_c_commu_review_id" value="({$c_commu_review_id})"> 45 45 ({* #1931 *})<td><input type="submit" class="submit" value=" 削 除 "></td> 46 ({* #1931 *}) </form>46 ({* #1931 *})({/t_form_block}) 47 47 ({* #1931 *}) 48 ({* #1931 *})({t_form _method=get m=pc a=page_c_member_review})48 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_member_review}) 49 49 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu_id})"> 50 50 ({* #1931 *})<td><input type="submit" class="submit" value="キャンセル"></td> 51 ({* #1931 *}) </form>51 ({* #1931 *})({/t_form_block}) 52 52 ({* #1931 *})</tr> 53 53 ({* #1931 *})</table> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_send_message.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:コミュニティ勧誘****** --> 3 ({* #1952 *})({t_form m=pc a=do_c_send_message})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_c_send_message}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 6 6 ({* #1952 *}) … … 197 197 ({* #1952 *})</table> 198 198 ({* #1952 *}) 199 ({* #1952 *}) </form>199 ({* #1952 *})({/t_form_block}) 200 200 ({* #1952 *})<!-- ******ここまで:コミュニティ勧誘****** --> 201 201 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_sub_admin_delete.tpl
r5817 r5820 167 167 ({* #1931 *})<tr> 168 168 ({* #1931 *}) 169 ({* #1931 *})({t_form m=pc a=do_c_sub_admin_delete})170 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">169 ({* #1931 *})({t_form_block m=pc a=do_c_sub_admin_delete}) 170 ({* #1931 *}) 171 171 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$member.c_member_id})"> 172 172 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 173 173 ({* #1931 *})<td align="right"><input type=submit class="submit" name="yes_button" value=" 送 信 "> 174 174 ({* #1931 *})</td> 175 ({* #1931 *}) </form>176 ({* #1931 *}) 177 ({* #1931 *})({t_form _method=get m=pc a=page_c_edit_member})175 ({* #1931 *})({/t_form_block}) 176 ({* #1931 *}) 177 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_edit_member}) 178 178 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 179 179 ({* #1931 *})<td><input type="submit" class="submit" value="キャンセル"> 180 180 ({* #1931 *})</td> 181 ({* #1931 *}) </form>181 ({* #1931 *})({/t_form_block}) 182 182 ({* #1931 *}) 183 183 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_sub_admin_request.tpl
r5817 r5820 2 2 ({* #1952 *})<!-- ******ここから:副管理者要請****** --> 3 3 ({* #1952 *}) 4 ({* #1952 *})({t_form m=pc a=page_c_sub_admin_request_confirm})5 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">4 ({* #1952 *})({t_form_block m=pc a=page_c_sub_admin_request_confirm}) 5 ({* #1952 *}) 6 6 ({* #1952 *})<input type="hidden" name="target_c_member_id" value="({$member.c_member_id})"> 7 7 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> … … 183 183 ({* #1952 *})</tr> 184 184 ({* #1952 *})</table> 185 ({* #1952 *}) </form>185 ({* #1952 *})({/t_form_block}) 186 186 ({* #1952 *})<!-- ******ここまで:副管理者要請****** --> 187 187 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_sub_admin_request_confirm.tpl
r5817 r5820 146 146 ({* #1931 *})<tr> 147 147 ({* #1931 *})<td style="width:50%;text-align:right;"> 148 ({* #1931 *})({t_form m=pc a=do_c_sub_admin_request_insert_c_commu_sub_admin_confirm})149 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">148 ({* #1931 *})({t_form_block m=pc a=do_c_sub_admin_request_insert_c_commu_sub_admin_confirm}) 149 ({* #1931 *}) 150 150 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member.c_member_id})"> 151 151 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$target_c_commu_id})"> 152 152 ({* #1931 *})<input type="hidden" name="body" value="({$body})"> 153 153 ({* #1931 *})<input type="submit" class="submit" value=" 送 信 "> 154 ({* #1931 *}) </form>154 ({* #1931 *})({/t_form_block}) 155 155 ({* #1931 *})</td> 156 156 ({* #1931 *})<td style="width:50%;text-align:left;"> 157 ({* #1931 *})({t_form m=pc a=page_c_sub_admin_request})158 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">157 ({* #1931 *})({t_form_block m=pc a=page_c_sub_admin_request}) 158 ({* #1931 *}) 159 159 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member.c_member_id})"> 160 160 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$target_c_commu_id})"> 161 161 ({* #1931 *})<input type="hidden" name="body" value="({$body})"> 162 162 ({* #1931 *}) <input type="submit" class="submit" value=" 修 正 "> 163 ({* #1931 *}) </form>163 ({* #1931 *})({/t_form_block}) 164 164 ({* #1931 *})</td> 165 165 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_add.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:新しいトピックを作成する****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=page_c_topic_add_confirm})3 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_c_topic_add_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 5 5 ({* #1952 *}) … … 239 239 ({* #1952 *})</table> 240 240 ({* #1952 *}) 241 ({* #1952 *}) </form>241 ({* #1952 *})({/t_form_block}) 242 242 ({* #1952 *})<!-- ******ここまで:新しいトピックを作成する****** --> 243 243 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_add_confirm.tpl
r5817 r5820 198 198 ({* #1931 *})<td> 199 199 ({* #1931 *}) 200 ({* #1931 *})({t_form m=pc a=do_c_topic_add_insert_c_commu_topic})201 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">200 ({* #1931 *})({t_form_block m=pc a=do_c_topic_add_insert_c_commu_topic}) 201 ({* #1931 *}) 202 202 ({* #1931 *}) 203 203 ({* #1931 *})<div align="center" style="text-align:center;"> … … 208 208 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> 209 209 ({* #1931 *})({/foreach}) 210 ({* #1931 *}) </form>210 ({* #1931 *})({/t_form_block}) 211 211 ({* #1931 *}) 212 212 ({* #1931 *})</td> 213 213 ({* #1931 *})<td> 214 214 ({* #1931 *}) 215 ({* #1931 *})({t_form m=pc a=page_c_topic_add})215 ({* #1931 *})({t_form_block m=pc a=page_c_topic_add}) 216 216 ({* #1931 *})<input type="hidden" name="target_c_commu_id" value="({$c_topic.c_commu_id})"> 217 217 ({* #1931 *}) … … 223 223 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> 224 224 ({* #1931 *})({/foreach}) 225 ({* #1931 *}) </form>225 ({* #1931 *})({/t_form_block}) 226 226 ({* #1931 *}) 227 227 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_delete_confirm.tpl
r5817 r5820 44 44 ({* #1931 *})<td style="width:50%;text-align:right;"> 45 45 ({* #1931 *}) 46 ({* #1931 *})({t_form m=pc a=do_c_bbs_delete_c_commu_topic})47 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">46 ({* #1931 *})({t_form_block m=pc a=do_c_bbs_delete_c_commu_topic}) 47 ({* #1931 *}) 48 48 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 49 49 ({* #1931 *})<input type="submit" class="submit" value=" 削 除 "> 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *}) 52 52 ({* #1931 *})</td><td> 53 53 ({* #1931 *}) 54 ({* #1931 *})({t_form _method=get m=pc a=page_c_topic_edit})54 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_topic_edit}) 55 55 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 56 56 ({* #1931 *}) <input type="submit" class="submit" value="キャンセル"> 57 ({* #1931 *}) </form>57 ({* #1931 *})({/t_form_block}) 58 58 ({* #1931 *}) 59 59 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_detail.tpl
r5817 r5820 148 148 ({* #1946 *}) 149 149 ({* #1946 *})<div style="text-align:center;"> 150 ({* #1946 *})({t_form _method=get m=pc a=page_c_topic_edit})150 ({* #1946 *})({t_form_block _method=get m=pc a=page_c_topic_edit}) 151 151 ({* #1946 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 152 152 ({* #1946 *})<input type="submit" class="submit" value="編 集"> 153 ({* #1946 *}) </form>153 ({* #1946 *})({/t_form_block}) 154 154 ({* #1946 *})</div> 155 155 ({* #1946 *}) … … 350 350 ({* unknown *})<a name="write"></a> 351 351 ({* #1952 *})<!-- ******ここから:新しく書き込む****** --> 352 ({* #1952 *})({t_form _enctype=file m=pc a=page_c_topic_write_confirm})352 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_c_topic_write_confirm}) 353 353 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 354 354 ({* #1952 *}) … … 524 524 ({* #1952 *})</table> 525 525 ({* #1952 *}) 526 ({* #1952 *}) </form>526 ({* #1952 *})({/t_form_block}) 527 527 ({* #1952 *})<!-- ******ここまで:新しく書き込む****** --> 528 528 ({* unknown *})({/if}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_edit.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:トピックを編集する****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=do_c_topic_edit_update_c_commu_topic})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block _enctype=file m=pc a=do_c_topic_edit_update_c_commu_topic}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 6 6 ({* #1952 *}) … … 254 254 ({* #1952 *})</table> 255 255 ({* #1952 *}) 256 ({* #1952 *}) </form>256 ({* #1952 *})({/t_form_block}) 257 257 ({* #1952 *})<!-- ******ここまで:トピックを編集する****** --> 258 258 ({* #1927 *})<!-- ******ここから:削除****** --> … … 293 293 ({* #1927 *})<div align="center" style="text-align:center;"> 294 294 ({* #1927 *}) 295 ({* #1927 *})({t_form m=pc a=page_c_topic_delete_confirm})295 ({* #1927 *})({t_form_block m=pc a=page_c_topic_delete_confirm}) 296 296 ({* #1927 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_topic.c_commu_topic_id})"> 297 297 ({* #1927 *})<input type="submit" class="submit" value=" 削 除 "> 298 ({* #1927 *}) </form>298 ({* #1927 *})({/t_form_block}) 299 299 ({* #1927 *}) 300 300 ({* #1927 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_list.tpl
r5817 r5820 56 56 ({* #1927 *})<!-- ******ここから:新規トピック作成****** --> 57 57 ({* #1927 *})({if ($c_commu.topic_authority == 'public' && $is_c_commu_member) || ($c_commu.topic_authority == 'admin_only' && $is_c_commu_admin)}) 58 ({* #1927 *})({t_form m=pc a=page_c_topic_add})58 ({* #1927 *})({t_form_block m=pc a=page_c_topic_add}) 59 59 ({* #1927 *})<input type="hidden" name="target_c_commu_id" value="({$c_commu.c_commu_id})"> 60 60 ({* #1927 *}) … … 115 115 ({* #1927 *})</table> 116 116 ({* #1927 *}) 117 ({* #1927 *}) </form>117 ({* #1927 *})({/t_form_block}) 118 118 ({* #1927 *})<!-- ******ここまで:新規トピック作成****** --> 119 119 ({* unknown *})({/if}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_write_confirm.tpl
r5817 r5820 153 153 ({* #1931 *})<div align="center" style="text-align:center;"> 154 154 ({* #1931 *}) 155 ({* #1931 *})({t_form m=pc a=do_c_topic_write_insert_c_commu_topic_comment})156 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">155 ({* #1931 *})({t_form_block m=pc a=do_c_topic_write_insert_c_commu_topic_comment}) 156 ({* #1931 *}) 157 157 ({* #1931 *}) 158 158 ({* #1931 *}) … … 162 162 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> 163 163 ({* #1931 *})({/foreach}) 164 ({* #1931 *}) </form>164 ({* #1931 *})({/t_form_block}) 165 165 ({* #1931 *}) 166 166 ({* #1931 *})</div> … … 171 171 ({* #1931 *})<div align="center" style="text-align:center;"> 172 172 ({* #1931 *}) 173 ({* #1931 *})({t_form _form_action=#write m=pc a=page_c_topic_detail})173 ({* #1931 *})({t_form_block _form_action=#write m=pc a=page_c_topic_detail}) 174 174 ({* #1931 *}) 175 175 ({* #1931 *})<input type="submit" class="submit" value=" 修 正 "> … … 178 178 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> 179 179 ({* #1931 *})({/foreach}) 180 ({* #1931 *}) </form>180 ({* #1931 *})({/t_form_block}) 181 181 ({* #1931 *}) 182 182 ({* #1931 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/c_topic_write_delete_confirm.tpl
r5817 r5820 81 81 ({* #1931 *})<td style="width:50%;" align="right"> 82 82 ({* #1931 *}) 83 ({* #1931 *})({t_form m=pc a=do_c_bbs_delete_c_commu_topic_comment})84 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">83 ({* #1931 *})({t_form_block m=pc a=do_c_bbs_delete_c_commu_topic_comment}) 84 ({* #1931 *}) 85 85 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_comment_id" value="({$c_commu_topic_comment.c_commu_topic_comment_id})"> 86 86 ({* #1931 *}) <input type="submit" class="submit" value=" は い "> 87 ({* #1931 *}) </form>87 ({* #1931 *})({/t_form_block}) 88 88 ({* #1931 *}) 89 89 ({* #1931 *})</td> 90 90 ({* #1931 *})<td style="width:50%;" align="left"> 91 91 ({* #1931 *}) 92 ({* #1931 *})({t_form _method=get m=pc a=page_c_topic_detail})92 ({* #1931 *})({t_form_block _method=get m=pc a=page_c_topic_detail}) 93 93 ({* #1931 *})<input type="hidden" name="target_c_commu_topic_id" value="({$c_commu_topic_id})"> 94 94 ({* #1931 *}) <input type="submit" class="submit" value="いいえ"> 95 ({* #1931 *}) </form>95 ({* #1931 *})({/t_form_block}) 96 96 ({* #1931 *}) 97 97 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_bookmark_add.tpl
r5817 r5820 152 152 ({* #1931 *})<tr> 153 153 ({* #1931 *}) 154 ({* #1931 *})({t_form m=pc a=do_f_bookmark_add})155 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">154 ({* #1931 *})({t_form_block m=pc a=do_f_bookmark_add}) 155 ({* #1931 *}) 156 156 ({* #1931 *})<input type="hidden" name="c_member_id" value="({$c_member.c_member_id})"> 157 157 ({* #1931 *})<td><input type="submit" class="submit" value=" は い "></td> 158 ({* #1931 *}) </form>159 ({* #1931 *}) 160 ({* #1931 *})({t_form _method=get m=pc a=page_f_home})158 ({* #1931 *})({/t_form_block}) 159 ({* #1931 *}) 160 ({* #1931 *})({t_form_block _method=get m=pc a=page_f_home}) 161 161 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$c_member.c_member_id})"> 162 162 ({* #1931 *})<td><input type="submit" class="submit" value=" いいえ "></td> 163 ({* #1931 *}) </form>163 ({* #1931 *})({/t_form_block}) 164 164 ({* #1931 *}) 165 165 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_intro_delete_confirm.tpl
r5817 r5820 38 38 ({* #1931 *})<tr> 39 39 ({* #1931 *}) 40 ({* #1931 *})({t_form m=pc a=do_f_intro_delete})41 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">40 ({* #1931 *})({t_form_block m=pc a=do_f_intro_delete}) 41 ({* #1931 *}) 42 42 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member_id})"> 43 43 ({* #1931 *}) … … 48 48 ({* #1931 *})</td> 49 49 ({* #1931 *}) 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *}) 52 ({* #1931 *})({t_form m=pc a=page_fh_intro})52 ({* #1931 *})({t_form_block m=pc a=page_fh_intro}) 53 53 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member_id})"> 54 54 ({* #1931 *}) … … 59 59 ({* #1931 *})</td> 60 60 ({* #1931 *}) 61 ({* #1931 *}) </form>61 ({* #1931 *})({/t_form_block}) 62 62 ({* #1931 *}) 63 63 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_intro_edit.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:紹介文を作成する****** --> 3 ({* #1952 *})({t_form m=pc a=do_f_intro_edit_update_c_friend})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_f_intro_edit_update_c_friend}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> 6 6 ({* #1952 *}) … … 128 128 ({* #1952 *})</table> 129 129 ({* #1952 *}) 130 ({* #1952 *}) </form>130 ({* #1952 *})({/t_form_block}) 131 131 ({* #1952 *})<!-- ******ここまで:紹介文を作成する****** --> 132 132 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_invite.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:この人を紹介する****** --> 3 ({* #1952 *})({t_form m=pc a=do_f_invite_insert_c_message_friend_invite})3 ({* #1952 *})({t_form_block m=pc a=do_f_invite_insert_c_message_friend_invite}) 4 4 ({* #1952 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> 5 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">5 ({* #1952 *}) 6 6 ({* #1952 *}) 7 7 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 212 212 ({* #1952 *})</table> 213 213 ({* #1952 *}) 214 ({* #1952 *}) </form>214 ({* #1952 *})({/t_form_block}) 215 215 ({* #1952 *})<!-- ******ここまで:この人を紹介する****** --> 216 216 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_link_request.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:フレンド追加****** --> 3 ({* #1952 *})({t_form m=pc a=page_f_link_request_confirm})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=page_f_link_request_confirm}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> 6 6 ({* #1952 *}) … … 184 184 ({* #1952 *})</table> 185 185 ({* #1952 *}) 186 ({* #1952 *}) </form>186 ({* #1952 *})({/t_form_block}) 187 187 ({* #1952 *})<!-- ******ここまで:フレンド追加****** --> 188 188 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_link_request_confirm.tpl
r5817 r5820 148 148 ({* #1931 *})<tr> 149 149 ({* #1931 *})<td style="width:50%;text-align:right;"> 150 ({* #1931 *})({t_form m=pc a=do_f_link_request_insert_c_friend_confirm})151 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">150 ({* #1931 *})({t_form_block m=pc a=do_f_link_request_insert_c_friend_confirm}) 151 ({* #1931 *}) 152 152 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> 153 153 ({* #1931 *})<input type="hidden" name="body" value="({$form.body})"> 154 154 ({* #1931 *})<input type="submit" class="submit" value=" 送 信 "> 155 ({* #1931 *}) </form>155 ({* #1931 *})({/t_form_block}) 156 156 ({* #1931 *})</td> 157 157 ({* #1931 *})<td style="width:50%;text-align:left;"> 158 ({* #1931 *})({t_form m=pc a=page_f_link_request})159 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">158 ({* #1931 *})({t_form_block m=pc a=page_f_link_request}) 159 ({* #1931 *}) 160 160 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> 161 161 ({* #1931 *})<input type="hidden" name="body" value="({$form.body})"> 162 162 ({* #1931 *}) <input type="submit" class="submit" value=" 修 正 "> 163 ({* #1931 *}) </form>163 ({* #1931 *})({/t_form_block}) 164 164 ({* #1931 *})</td> 165 165 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_message_send.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:メッセージ作成****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=page_f_message_send_confirm})3 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_f_message_send_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> 5 5 ({* #1952 *})<input type="hidden" name="target_c_message_id" value="({$form_val.target_c_message_id})"> … … 294 294 ({* #1952 *})</table> 295 295 ({* #1952 *}) 296 ({* #1952 *}) </form>296 ({* #1952 *})({/t_form_block}) 297 297 ({* #1952 *})<!-- ******ここまで:メッセージ作成****** --> 298 298 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/f_message_send_confirm.tpl
r5817 r5820 255 255 ({* #1931 *})<td style="width:50%;text-align:right;"> 256 256 ({* #1931 *}) 257 ({* #1931 *})({t_form m=pc a=do_f_message_send_insert_c_message})258 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">257 ({* #1931 *})({t_form_block m=pc a=do_f_message_send_insert_c_message}) 258 ({* #1931 *}) 259 259 ({* #1931 *})<input type="hidden" name="c_member_id_to" value="({$target_member.c_member_id})"> 260 260 ({* #1931 *})<input type="hidden" name="subject" value="({$form_val.subject})"> … … 267 267 ({* #1931 *}) 268 268 ({* #1931 *})<input name="yes" type="submit" class="submit" value=" 送 信 "> 269 ({* #1931 *}) </form>269 ({* #1931 *})({/t_form_block}) 270 270 ({* #1931 *}) 271 271 ({* #1931 *})</td> 272 272 ({* #1931 *})<td style="width:50%;text-align:left;"> 273 273 ({* #1931 *}) 274 ({* #1931 *})({t_form m=pc a=page_f_message_send})274 ({* #1931 *})({t_form_block m=pc a=page_f_message_send}) 275 275 ({* #1931 *})<input type="hidden" name="is_syusei" value="1"> 276 276 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_member.c_member_id})"> … … 281 281 ({* #1931 *}) 282 282 ({* #1931 *}) <input name="no" type="submit" class="submit" value=" 修 正 "> 283 ({* #1931 *}) </form>283 ({* #1931 *})({/t_form_block}) 284 284 ({* #1931 *}) 285 285 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_comment_list.tpl
r5817 r5820 138 138 ({* #1955 *})</tr> 139 139 ({* #1955 *})</table> 140 ({* #1955 *})141 ({* #1955 *})</form>142 140 ({* #1955 *})<!-- ******ここまで:コメントリスト****** --> 143 141 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_delete_comment.tpl
r5817 r5820 80 80 ({* #1931 *})<td style="width:50%;text-align:right;"> 81 81 ({* #1931 *}) 82 ({* #1931 *})({t_form m=pc a=do_fh_diary_delete_c_diary_comment}) 83 ({* #1931 *})<input type="hidden" name="sessid" value="({$PHPSESSID})"> 82 ({* #1931 *})({t_form_block m=pc a=do_fh_diary_delete_c_diary_comment}) 84 83 ({* #1931 *})<input type="hidden" name="target_c_diary_comment_id" value="({$target_c_diary_comment_id})"> 85 84 ({* #1931 *}) … … 89 88 ({* #1931 *}) 90 89 ({* #1931 *})<input type="submit" class="submit" value=" は い "> 91 ({* #1931 *}) </form>90 ({* #1931 *})({/t_form_block}) 92 91 ({* #1931 *}) 93 92 ({* #1931 *})</td> 94 93 ({* #1931 *})<td style="width:50%;text-align:left;"> 95 94 ({* #1931 *}) 96 ({* #1931 *})({t_form _method=get m=pc a=page_fh_diary})95 ({* #1931 *})({t_form_block _method=get m=pc a=page_fh_diary}) 97 96 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$target_diary.c_diary_id})"> 98 97 ({* #1931 *}) <input type="submit" class="submit" value="いいえ"> 99 ({* #1931 *}) </form>98 ({* #1931 *})({/t_form_block}) 100 99 ({* #1931 *}) 101 100 ({* #1931 *})</td> … … 128 127 ({* #1931 *})</tr> 129 128 ({* #1931 *})</table> 130 ({* #1931 *})131 ({* #1931 *})</form>132 129 ({* #1931 *})<!-- ******ここまで:削除確認****** --> 133 130 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_diary.tpl
r5817 r5820 374 374 ({if $type == "h"}) 375 375 <div class="operation"> 376 ({t_form _method=get m=pc a=page_h_diary_edit})376 ({t_form_block _method=get m=pc a=page_h_diary_edit}) 377 377 <input type="hidden" name="target_c_diary_id" value="({$target_diary.c_diary_id})" /> 378 378 <ul class="moreInfo button"> 379 379 <li><input type="submit" class="input_submit" value="編 集" /></li> 380 380 </ul> 381 </form> 381 ({/t_form_block}) 382 382 </div> 383 383 ({/if}) … … 387 387 ({* unknown *})({if $target_diary_comment_list}) 388 388 ({* #1948 *})<!-- ******ここから:コメント一覧****** --> 389 ({* #1948 *})({t_form m=pc a=page_fh_delete_comment})389 ({* #1948 *})({t_form_block m=pc a=page_fh_delete_comment}) 390 390 ({* #1948 *})<input type="hidden" name="target_c_diary_id" value="({$target_diary.c_diary_id})"> 391 391 ({* #1948 *}) … … 604 604 ({* #1948 *})</table> 605 605 ({* #1948 *}) 606 ({* #1948 *}) </form>606 ({* #1948 *})({/t_form_block}) 607 607 ({* #1948 *})<!-- ******ここまで:コメント一覧****** --> 608 608 ({* unknown *})({/if}) … … 645 645 ({* #1952 *})<a name="write"></a> 646 646 ({* #1952 *}) 647 ({* #1952 *})({t_form _enctype=file m=pc a=page_fh_diary_comment_confirm})647 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_fh_diary_comment_confirm}) 648 648 ({* #1952 *})<input type="hidden" name="target_c_diary_id" value="({$target_diary.c_diary_id})"> 649 649 ({* #1952 *}) … … 805 805 ({* #1952 *})</tr> 806 806 ({* #1952 *})</table> 807 ({* #1952 *}) </form>807 ({* #1952 *})({/t_form_block}) 808 808 ({* #1952 *})<!-- ******ここまで:コメントを書く****** --> 809 809 -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_diary_comment_confirm.tpl
r5817 r5820 150 150 ({* #1931 *})<td style="width:50%;" align="right"> 151 151 ({* #1931 *}) 152 ({* #1931 *})({t_form m=pc a=do_fh_diary_insert_c_diary_comment})153 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">152 ({* #1931 *})({t_form_block m=pc a=do_fh_diary_insert_c_diary_comment}) 153 ({* #1931 *}) 154 154 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$form_val.target_c_diary_id})"> 155 155 ({* #1931 *})<input type="hidden" name="body" value="({$form_val.body})"> … … 158 158 ({* #1931 *})<input type="hidden" name="tmpfile_3" value="({$form_val.tmpfile_3})"> 159 159 ({* #1931 *})<input type="submit" class="submit" value=" 書き込み "> 160 ({* #1931 *}) </form>160 ({* #1931 *})({/t_form_block}) 161 161 ({* #1931 *}) 162 162 ({* #1931 *})</td> 163 163 ({* #1931 *})<td style="width:50%;" align="left"> 164 164 ({* #1931 *}) 165 ({* #1931 *})({t_form _form_action=#write _enctype=file m=pc a=page_fh_diary})165 ({* #1931 *})({t_form_block _form_action=#write _enctype=file m=pc a=page_fh_diary}) 166 166 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$form_val.target_c_diary_id})"> 167 167 ({* #1931 *})<input type="hidden" name="body" value="({$form_val.body})"> 168 168 ({* #1931 *}) <input type="submit" class="submit" value=" 修 正 "> 169 ({* #1931 *}) </form>169 ({* #1931 *})({/t_form_block}) 170 170 ({* #1931 *}) 171 171 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_diary_list.tpl
r5817 r5820 12 12 ({* #1938 *})({*ここから:本体*}) 13 13 ({* #1938 *})<div class="color_19" style="width:680px;height:24px;border-left:none 0px;border-right:none 0px;border-top:none 0px;"> 14 ({* #1938 *})({t_form _method=get m=pc a=page_fh_diary_list})14 ({* #1938 *})({t_form_block _method=get m=pc a=page_fh_diary_list}) 15 15 ({* #1938 *})<table border="0" cellspacing="0" cellpadding="0" class="search_bar" style="width:680px;height:24px;"> 16 16 ({* #1938 *})<tr> … … 23 23 ({* #1938 *})</tr> 24 24 ({* #1938 *})</table> 25 ({* #1938 *}) </form>25 ({* #1938 *})({/t_form_block}) 26 26 ({* #1938 *})</div> 27 27 ({* #1938 *})({*ここまで:本体*}) … … 324 324 ({* #1927 *})<div style="width:490px;padding:30px 10px;margin:0px auto;" class="border_01 bg_03"> 325 325 ({* #1927 *}) 326 ({* #1927 *})({t_form _method=get m=pc a=page_h_diary_add})326 ({* #1927 *})({t_form_block _method=get m=pc a=page_h_diary_add}) 327 327 ({* #1927 *}) <input type="submit" class="submit" value=" 日 記 を 書 く "> 328 ({* #1927 *}) </form>328 ({* #1927 *})({/t_form_block}) 329 329 ({* #1927 *}) 330 330 ({* #1927 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_friend_list_delete_c_friend_confilm.tpl
r5817 r5820 44 44 ({* #1931 *})<td style="width:50%;text-align:right;"> 45 45 ({* #1931 *}) 46 ({* #1931 *})({t_form m=pc a=do_fh_friend_list_delete_c_friend})47 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">46 ({* #1931 *})({t_form_block m=pc a=do_fh_friend_list_delete_c_friend}) 47 ({* #1931 *}) 48 48 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_member_id})"> 49 49 ({* #1931 *})<input type="submit" class="submit" value=" 外 す "> 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *}) 52 52 ({* #1931 *})</td><td> 53 53 ({* #1931 *}) 54 ({* #1931 *})({t_form _method=get m=pc a=page_h_manage_friend})54 ({* #1931 *})({t_form_block _method=get m=pc a=page_h_manage_friend}) 55 55 ({* #1931 *}) <input type="submit" class="submit" value="キャンセル"> 56 ({* #1931 *}) </form>56 ({* #1931 *})({/t_form_block}) 57 57 ({* #1931 *}) 58 58 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/fh_review_list_member.tpl
r5817 r5820 42 42 ({* #1927 *})<div style="text-align:center;" class="padding_w_s"> 43 43 ({* #1927 *}) 44 ({* #1927 *})({t_form _method=get m=pc a=page_h_review_add})44 ({* #1927 *})({t_form_block _method=get m=pc a=page_h_review_add}) 45 45 ({* #1927 *})<input type="submit" class="submit" value=" レビューを書く "> 46 46 ({* #1927 *}) … … 65 65 ({* #1927 *})</div> 66 66 ({* #1927 *}) 67 ({* #1927 *}) </form>67 ({* #1927 *})({/t_form_block}) 68 68 ({* #1927 *}) 69 69 ({* #1927 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_com_add.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:コミュニティ新規作成****** --> 3 ({* #1952 *})({t_form _enctype=file m=pc a=page_h_com_add_confirm})3 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_h_com_add_confirm}) 4 4 ({* #1952 *}) 5 5 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 229 229 ({* #1952 *})</tr> 230 230 ({* #1952 *})</table> 231 ({* #1952 *}) </form>231 ({* #1952 *})({/t_form_block}) 232 232 ({* #1952 *})<!-- ******ここまで:コミュニティ新規作成****** --> 233 233 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_com_add_confirm.tpl
r5817 r5820 183 183 ({* #1931 *})<tr> 184 184 ({* #1931 *})<td style="height:20px;" align="center"> 185 ({* #1931 *})({t_form m=pc a=do_h_com_add_insert_c_commu})186 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">185 ({* #1931 *})({t_form_block m=pc a=do_h_com_add_insert_c_commu}) 186 ({* #1931 *}) 187 187 ({* #1931 *})({foreach from=$form_val key=key item=item}) 188 188 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> 189 189 ({* #1931 *})({/foreach}) 190 190 ({* #1931 *})<input type="submit" class="submit" value=" 作 成 "> 191 ({* #1931 *}) </form>191 ({* #1931 *})({/t_form_block}) 192 192 ({* #1931 *})</td> 193 193 ({* #1931 *})<td style="height:20px;" align="center"> 194 ({* #1931 *})({t_form m=pc a=page_h_com_add})194 ({* #1931 *})({t_form_block m=pc a=page_h_com_add}) 195 195 ({* #1931 *})({foreach from=$form_val key=key item=item}) 196 196 ({* #1931 *})<input type="hidden" name="({$key})" value="({$item})"> 197 197 ({* #1931 *})({/foreach}) 198 198 ({* #1931 *})<input type="submit" class="submit" value=" 修 正 "> 199 ({* #1931 *}) </div>199 ({* #1931 *})({/t_form_block}) 200 200 ({* #1931 *})</td> 201 201 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_com_find_all.tpl
r5817 r5820 41 41 ({* #1953 *})<!-- ここから:主内容>>並び替え・カテゴリ・検索 --> 42 42 ({* #1953 *}) 43 ({* #1953 *})({t_form _method=get m=pc a=page_h_com_find_all})43 ({* #1953 *})({t_form_block _method=get m=pc a=page_h_com_find_all}) 44 44 ({* #1953 *}) 45 45 ({* #1953 *})並び替え<img src="({t_img_url_skin filename=icon_arrow_2})" class="icon"> … … 64 64 ({* #1953 *})<input type="submit" class="submit" value=" 検 索 "> 65 65 ({* #1953 *}) 66 ({* #1953 *}) </form>66 ({* #1953 *})({/t_form_block}) 67 67 ({* #1953 *}) 68 68 ({* #1953 *})<!-- ここまで:主内容>>並び替え・カテゴリ・検索 --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_com_topic_find_all.tpl
r5817 r5820 41 41 ({* #1932 *})<!-- ここから:主内容>>検索 --> 42 42 ({* #1932 *}) 43 ({* #1932 *})({t_form _method=get m=pc a=page_h_com_topic_find_all})43 ({* #1932 *})({t_form_block _method=get m=pc a=page_h_com_topic_find_all}) 44 44 ({* #1932 *}) 45 45 ({* #1932 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> … … 59 59 ({* #1932 *})<a href="({t_url m=pc a=page_h_com_topic_find_all})&type=event&keyword=({$smarty.capture.keyword_url|smarty:nodefaults})">イベント</a> 60 60 ({* #1932 *}) 61 ({* #1932 *}) </form>61 ({* #1932 *})({/t_form_block}) 62 62 ({* #1932 *}) 63 63 ({* #1932 *})<!-- ここまで:主内容>>検索 --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_config.tpl
r5817 r5820 34 34 ({* #1952 *})</tr> 35 35 ({* #1952 *})({*********}) 36 ({* #1952 *})({t_form m=pc a=do_h_config_1})37 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">36 ({* #1952 *})({t_form_block m=pc a=do_h_config_1}) 37 ({* #1952 *}) 38 38 ({* #1952 *})<tr> 39 39 ({* #1952 *})<td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> … … 109 109 ({* #1952 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 110 110 ({* #1952 *})</tr> 111 ({* #1952 *}) </form>111 ({* #1952 *})({/t_form_block}) 112 112 ({* #1952 *})({*********}) 113 113 ({* #1952 *})({if !$smarty.const.IS_SLAVEPNE}) 114 ({* #1952 *})({t_form m=pc a=do_h_config_2})115 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">114 ({* #1952 *})({t_form_block m=pc a=do_h_config_2}) 115 ({* #1952 *}) 116 116 ({* #1952 *})<tr> 117 117 ({* #1952 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> … … 211 211 ({* #1952 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 212 212 ({* #1952 *})</tr> 213 ({* #1952 *}) </form>213 ({* #1952 *})({/t_form_block}) 214 214 ({* #1952 *})({*********}) 215 215 ({* #1952 *})({/if}) 216 ({* #1952 *})({t_form m=pc a=do_h_config_3})217 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">216 ({* #1952 *})({t_form_block m=pc a=do_h_config_3}) 217 ({* #1952 *}) 218 218 ({* #1952 *}) 219 219 ({* #1952 *})({if $smarty.const.OPENPNE_ENABLE_KTAI}) … … 576 576 ({* #1952 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 577 577 ({* #1952 *})</tr> 578 ({* #1952 *}) </form>578 ({* #1952 *})({/t_form_block}) 579 579 ({* #1952 *})({*********}) 580 580 ({* #1952 *})</table> … … 596 596 ({* #1952 *})<!-- ******ここまで:設定変更****** --> 597 597 ({* #1927 *})<!-- ******ここから:日記公開範囲の一括設定****** --> 598 ({* #1927 *})({t_form m=pc a=page_h_set_public_flag_all_confirm})598 ({* #1927 *})({t_form_block m=pc a=page_h_set_public_flag_all_confirm}) 599 599 ({* #1927 *}) 600 600 ({* #1927 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 668 668 ({* #1927 *})</table> 669 669 ({* #1927 *}) 670 ({* #1927 *}) </form>670 ({* #1927 *})({/t_form_block}) 671 671 ({* #1927 *})<!-- ******ここまで:日記公開範囲の一括設定****** --> 672 672 ({* #1931 *})<!-- ******ここから:退会****** --> 673 ({* #1931 *})({t_form m=pc a=page_h_taikai_confirm})673 ({* #1931 *})({t_form_block m=pc a=page_h_taikai_confirm}) 674 674 ({* #1931 *}) 675 675 ({* #1931 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 744 744 ({* #1931 *})</table> 745 745 ({* #1931 *}) 746 ({* #1931 *}) </form>746 ({* #1931 *})({/t_form_block}) 747 747 ({* #1931 *})<!-- ******ここまで:退会****** --> 748 748 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_config_image.tpl
r5817 r5820 99 99 ({* #1987 *})<td style="width:230px;" align="center" valign="middle" rowspan="3"> 100 100 ({* #1987 *}) 101 ({* #1987 *})({t_form _enctype=file m=pc a=do_h_config_image})102 ({* #1987 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">101 ({* #1987 *})({t_form_block _enctype=file m=pc a=do_h_config_image}) 102 ({* #1987 *}) 103 103 ({* #1987 *}) 104 104 ({* #1987 *})<input name="upfile" type="file" value=" 参 照 "> … … 107 107 ({* #1987 *}) 108 108 ({* #1987 *})<input type="submit" class="submit" name="submit" value="写真をアップロードする"> 109 ({* #1987 *}) </form>109 ({* #1987 *})({/t_form_block}) 110 110 ({* #1987 *})</td> 111 111 ({* #1987 *})<td style="width:1em;" align="right" valign="top">・</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_config_ktai.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:書き込み確認****** --> 3 ({* #1952 *})({t_form m=pc a=do_h_config_ktai_send})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_h_config_ktai_send}) 4 ({* #1952 *}) 5 5 ({* #1952 *}) 6 6 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;" class="border_07"> … … 120 120 ({* #1952 *})</table> 121 121 ({* #1952 *}) 122 ({* #1952 *}) </form>122 ({* #1952 *})({/t_form_block}) 123 123 ({* #1952 *})<!-- ******ここまで:書き込み確認****** --> 124 124 ({* #1931 *})<!-- ******ここから:携帯メールアドレス削除****** --> … … 158 158 ({* #1931 *}) 159 159 ({* #1931 *}) 160 ({* #1931 *})({t_form m=pc a=page_h_delete_ktai})160 ({* #1931 *})({t_form_block m=pc a=page_h_delete_ktai}) 161 161 ({* #1931 *})<input type="submit" class="submit" value=" 削除 "> 162 ({* #1931 *}) </form>162 ({* #1931 *})({/t_form_block}) 163 163 ({* #1931 *})</div> 164 164 ({* #1931 *}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_config_prof.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:プロフィール変更****** --> 3 ({* #1952 *})({t_form m=pc a=do_h_config_prof})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_h_config_prof}) 4 ({* #1952 *}) 5 5 ({* #1952 *}) 6 6 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 335 335 ({* #1952 *})</tr> 336 336 ({* #1952 *})</table> 337 ({* #1952 *}) </form>337 ({* #1952 *})({/t_form_block}) 338 338 ({* #1952 *})<!-- ******ここまで:プロフィール変更****** --> 339 339 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_config_prof_confirm.tpl
r5817 r5820 227 227 ({* #1931 *})<td style="width:45%;" align="center"> 228 228 ({* #1931 *}) 229 ({* #1931 *})({t_form m=pc a=do_h_config_prof})230 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">229 ({* #1931 *})({t_form_block m=pc a=do_h_config_prof}) 230 ({* #1931 *}) 231 231 ({* #1931 *})<input type="hidden" name="mode" value="register"> 232 232 ({* #1931 *})<input type="hidden" name="nickname" value="({$prof.nickname})"> … … 252 252 ({* #1931 *})({/strip}) 253 253 ({* #1931 *})<input type="submit" class="submit" value=" 更 新 "> 254 ({* #1931 *}) </form>254 ({* #1931 *})({/t_form_block}) 255 255 ({* #1931 *}) 256 256 ({* #1931 *})</td> … … 258 258 ({* #1931 *})<td style="width:45%;" align="center"> 259 259 ({* #1931 *}) 260 ({* #1931 *})({t_form m=pc a=do_h_config_prof})261 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">260 ({* #1931 *})({t_form_block m=pc a=do_h_config_prof}) 261 ({* #1931 *}) 262 262 ({* #1931 *})<input type="hidden" name="mode" value="input"> 263 263 ({* #1931 *})<input type="hidden" name="nickname" value="({$prof.nickname})"> … … 283 283 ({* #1931 *})({/strip}) 284 284 ({* #1931 *})<input type="submit" class="submit" value=" 戻 る "> 285 ({* #1931 *}) </form>285 ({* #1931 *})({/t_form_block}) 286 286 ({* #1931 *}) 287 287 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_delete_diary.tpl
r5817 r5820 38 38 ({* #1931 *})<tr> 39 39 ({* #1931 *}) 40 ({* #1931 *})({t_form m=pc a=do_fh_diary_delete_c_diary})41 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">40 ({* #1931 *})({t_form_block m=pc a=do_fh_diary_delete_c_diary}) 41 ({* #1931 *}) 42 42 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$target_c_diary.c_diary_id})"> 43 43 ({* #1931 *}) … … 48 48 ({* #1931 *})</td> 49 49 ({* #1931 *}) 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *}) 52 ({* #1931 *})({t_form m=pc a=page_h_diary_edit})52 ({* #1931 *})({t_form_block m=pc a=page_h_diary_edit}) 53 53 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$target_c_diary.c_diary_id})"> 54 54 ({* #1931 *})<input type="hidden" name="target_c_member_id" value="({$target_c_diary.c_member_id})"> … … 60 60 ({* #1931 *})</td> 61 61 ({* #1931 *}) 62 ({* #1931 *}) </form>62 ({* #1931 *})({/t_form_block}) 63 63 ({* #1931 *}) 64 64 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_delete_ktai.tpl
r5817 r5820 42 42 ({* #1931 *})<td align="right"> 43 43 ({* #1931 *}) 44 ({* #1931 *})({t_form m=pc a=do_h_delete_ktai})45 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">44 ({* #1931 *})({t_form_block m=pc a=do_h_delete_ktai}) 45 ({* #1931 *}) 46 46 ({* #1931 *}) 47 47 ({* #1931 *})<input type="submit" class="submit" value=" 削除 "> 48 48 ({* #1931 *}) 49 49 ({* #1931 *})</td> 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *}) 52 52 ({* #1931 *})<td> 53 53 ({* #1931 *}) 54 ({* #1931 *})({t_form _method=get m=pc a=page_h_config_ktai})54 ({* #1931 *})({t_form_block _method=get m=pc a=page_h_config_ktai}) 55 55 ({* #1931 *})<td> 56 56 ({* #1931 *})<input type="submit" type="button" class="submit" value="キャンセル"> 57 57 ({* #1931 *})</td> 58 58 ({* #1931 *}) 59 ({* #1931 *}) </form>59 ({* #1931 *})({/t_form_block}) 60 60 ({* #1931 *}) 61 61 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_diary_add.tpl
r5817 r5820 282 282 283 283 ({* #1952 *})<!-- ******ここから:日記を編集する****** --> 284 ({* #1952 *})({t_form _enctype=file m=pc a=page_h_diary_add_confirm})284 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_h_diary_add_confirm}) 285 285 ({* #1952 *}) 286 286 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:540px;margin:0px auto;" class="border_07"> … … 533 533 ({* #1952 *})</table> 534 534 ({* #1952 *}) 535 ({* #1952 *}) </form>535 ({* #1952 *})({/t_form_block}) 536 536 ({* #1952 *})<!-- ******ここまで:日記を編集する****** --> 537 537 -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_diary_add_confirm.tpl
r5817 r5820 238 238 ({* #1931 *})<table border="0" cellspacing="0" cellpadding="0" style="width:200px;height:2em;margin:0px auto;"> 239 239 ({* #1931 *})<tr> 240 ({* #1931 *})({t_form m=pc a=do_h_diary_add_insert_c_diary})241 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">240 ({* #1931 *})({t_form_block m=pc a=do_h_diary_add_insert_c_diary}) 241 ({* #1931 *}) 242 242 ({* #1931 *})<input type="hidden" name="subject" value="({$form_val.subject})"> 243 243 ({* #1931 *})<input type="hidden" name="body" value="({$form_val.body})"> … … 248 248 ({* #1931 *})<input type="hidden" name="category" value="({$form_val.category})"> 249 249 ({* #1931 *})<td class="padding_s"><input type="submit" class="submit" value=" 作 成 "></td> 250 ({* #1931 *}) </form>251 ({* #1931 *}) 252 ({* #1931 *})({t_form m=pc a=page_h_diary_add})250 ({* #1931 *})({/t_form_block}) 251 ({* #1931 *}) 252 ({* #1931 *})({t_form_block m=pc a=page_h_diary_add}) 253 253 ({* #1931 *})<input type="hidden" name="subject" value="({$form_val.subject})"> 254 254 ({* #1931 *})<input type="hidden" name="body" value="({$form_val.body})"> … … 256 256 ({* #1931 *})<input type="hidden" name="category" value="({$form_val.category})"> 257 257 ({* #1931 *})<td class="padding_s"><input type="submit" class="submit" value=" 修 正 "></td> 258 ({* #1931 *}) </form>258 ({* #1931 *})({/t_form_block}) 259 259 ({* #1931 *})</tr> 260 260 ({* #1931 *})</table> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_diary_edit.tpl
r5817 r5820 281 281 282 282 ({* #1952 *})<!-- ******ここから:日記を編集する****** --> 283 ({* #1952 *})({t_form _enctype=file m=pc a=page_h_diary_edit_confirm})283 ({* #1952 *})({t_form_block _enctype=file m=pc a=page_h_diary_edit_confirm}) 284 284 ({* #1952 *})<input type="hidden" name="target_c_diary_id" value="({$diary.c_diary_id})"> 285 285 ({* #1952 *})<input type="hidden" name="del_img" value="({$del_img})"> … … 551 551 ({* #1952 *})</tr> 552 552 ({* #1952 *})</table> 553 ({* #1952 *}) </form>553 ({* #1952 *})({/t_form_block}) 554 554 ({* #1952 *})<!-- ******ここまで:日記を編集する****** --> 555 555 ({* #1927 *})<!-- ******ここから:日記を削除する****** --> … … 630 630 ({* #1927 *})<div style="padding:4px 3px;"> 631 631 ({* #1927 *}) 632 ({* #1927 *})({t_form m=pc a=page_h_delete_diary})632 ({* #1927 *})({t_form_block m=pc a=page_h_delete_diary}) 633 633 ({* #1927 *})<input type="hidden" name="target_c_diary_id" value="({$diary.c_diary_id})"> 634 634 ({* #1927 *})<input type="submit" class="submit" value="削 除"> 635 ({* #1927 *}) </form>635 ({* #1927 *})({/t_form_block}) 636 636 ({* #1927 *}) 637 637 ({* #1927 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_diary_edit_confirm.tpl
r5817 r5820 221 221 ({* #1931 *})<table border="0" cellspacing="0" cellpadding="0" style="width:200px;height:20px;"> 222 222 ({* #1931 *})<tr> 223 ({* #1931 *})({t_form m=pc a=do_h_diary_edit_insert_c_diary})224 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">223 ({* #1931 *})({t_form_block m=pc a=do_h_diary_edit_insert_c_diary}) 224 ({* #1931 *}) 225 225 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$form_val.target_c_diary_id})"> 226 226 ({* #1931 *})<input type="hidden" name="subject" value="({$form_val.subject})"> … … 232 232 ({* #1931 *})<input type="hidden" name="category" value="({$form_val.category})"> 233 233 ({* #1931 *})<td><input type="submit" class="submit" value=" 決 定 "></td> 234 ({* #1931 *}) </form>235 ({* #1931 *}) 236 ({* #1931 *})({t_form m=pc a=page_h_diary_edit})234 ({* #1931 *})({/t_form_block}) 235 ({* #1931 *}) 236 ({* #1931 *})({t_form_block m=pc a=page_h_diary_edit}) 237 237 ({* #1931 *})<input type="hidden" name="target_c_diary_id" value="({$form_val.target_c_diary_id})"> 238 238 ({* #1931 *})<input type="hidden" name="del_img" value="({$form_val.del_img})"> … … 242 242 ({* #1931 *})<input type="hidden" name="category" value="({$form_val.category})"> 243 243 ({* #1931 *})<td><input type="submit" class="submit" value=" 修 正 "></td> 244 ({* #1931 *}) </form>244 ({* #1931 *})({/t_form_block}) 245 245 ({* #1931 *})</tr> 246 246 ({* #1931 *})</table> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_diary_list_all.tpl
r5817 r5820 40 40 ({* #1932 *})<!-- ここから:主内容>>カテゴリ・検索 --> 41 41 ({* #1932 *}) 42 ({* #1932 *})({t_form _method=get m=pc a=page_h_diary_list_all})42 ({* #1932 *})({t_form_block _method=get m=pc a=page_h_diary_list_all}) 43 43 ({* #1932 *}) 44 44 ({* #1932 *})キーワード <img src="({t_img_url_skin filename=icon_arrow_2})" class="icon"> … … 56 56 ({* #1932 *})※タイトル、本文より検索をおこないます。スペースで区切ると複数キーワードでの検索ができます。 57 57 ({* #1932 *}) 58 ({* #1932 *}) </form>58 ({* #1932 *})({/t_form_block}) 59 59 ({* #1932 *}) 60 60 ({* #1932 *})<!-- ここまで:主内容>>カテゴリ・検索 --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_home.tpl
r5819 r5820 10 10 ({* #1938 *})<td align="center"> 11 11 ({* #1938 *})<div class="color_19" style="width:680px;height:24px;border-left:none 0px;border-right:none 0px;border-top:none 0px;"> 12 ({* #1938 *})({t_form m=pc a=do_h_home_search}) 13 ({* #1938 *})<input type="hidden" name="sessid" value="({$PHPSESSID})" /> 12 ({* #1938 *})({t_form_block m=pc a=do_h_home_search}) 14 13 ({* #1938 *})<table border="0" cellspacing="0" cellpadding="0" class="search_bar" style="width:680px;height:24px;"> 15 14 ({* #1938 *})<tr> … … 26 25 ({* #1938 *})</tr> 27 26 ({* #1938 *})</table> 28 ({* #1938 *}) </form>27 ({* #1938 *})({/t_form_block}) 29 28 ({* #1938 *})</div> 30 29 ({* #1938 *})</td> … … 373 372 ({if $calendar}) 374 373 ({* {{{ weeklyCalendarTable *}) 375 ({* #1943 *})({t_form m=pc a=do_h_home_insert_c_schedule}) 376 ({* #1943 *})<input type="hidden" name="sessid" value="({$PHPSESSID})" /> 374 ({* #1943 *})({t_form_block m=pc a=do_h_home_insert_c_schedule}) 377 375 ({* #1943 *})<input type="hidden" name="w" value="({$w})" /> 378 376 ({* #1943 *}) … … 464 462 ({* #1943 *})</tr> 465 463 ({* #1943 *})</table> 466 ({* #1943 *}) </form>464 ({* #1943 *})({/t_form_block}) 467 465 ({* }}} *}) 468 466 ({/if}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_invite.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:招待****** --> 3 ({* #1952 *})({t_form m=pc a=page_h_invite_confirm})3 ({* #1952 *})({t_form_block m=pc a=page_h_invite_confirm}) 4 4 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;" class="border_07"> 5 5 ({* #1952 *})<tr> … … 238 238 ({* #1952 *})</tr> 239 239 ({* #1952 *})</table> 240 ({* #1952 *}) </form>240 ({* #1952 *})({/t_form_block}) 241 241 ({* #1952 *})<!-- ******ここまで:招待****** --> 242 242 ({* unknown *})({if $inviting_member || $k_inviting_member}) 243 243 ({* #1927 *})<!-- ******ここから:招待一覧****** --> 244 ({* #1927 *})({t_form m=pc a=do_h_invite_delete_member})245 ({* #1927 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">244 ({* #1927 *})({t_form_block m=pc a=do_h_invite_delete_member}) 245 ({* #1927 *}) 246 246 ({* #1927 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;" class="border_07"> 247 247 ({* #1927 *})<tr> … … 369 369 ({* #1927 *})</tr> 370 370 ({* #1927 *})</table> 371 ({* #1927 *}) </form>371 ({* #1927 *})({/t_form_block}) 372 372 ({* #1927 *})<!-- ******ここまで:招待一覧****** --> 373 373 ({* unknown *})({/if}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_invite_confirm.tpl
r5817 r5820 95 95 ({* #1931 *})<td style="width:50%;height:2em;text-align:right;"> 96 96 ({* #1931 *}) 97 ({* #1931 *})({t_form m=pc a=do_h_invite_insert_c_invite})98 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">97 ({* #1931 *})({t_form_block m=pc a=do_h_invite_insert_c_invite}) 98 ({* #1931 *}) 99 99 ({* #1931 *})<input type="hidden" name="mail" value="({$form_val.mail})"> 100 100 ({* #1931 *})<input type="hidden" name="message" value="({$form_val.message})"> 101 101 ({* #1931 *})<input type="hidden" name="captcha_confirm" value="({$captcha_confirm})"> 102 102 ({* #1931 *})<input type="submit" class="submit" value=" 送 信 "> 103 ({* #1931 *}) </form>103 ({* #1931 *})({/t_form_block}) 104 104 ({* #1931 *}) 105 105 ({* #1931 *})</td> 106 106 ({* #1931 *})<td style="width:50%;height:2em;text-align:left;"> 107 107 ({* #1931 *}) 108 ({* #1931 *})({t_form m=pc a=page_h_invite})108 ({* #1931 *})({t_form_block m=pc a=page_h_invite}) 109 109 ({* #1931 *})<input type="hidden" name="mail" value="({$form_val.mail})"> 110 110 ({* #1931 *})<input type="hidden" name="message" value="({$form_val.message})"> 111 111 ({* #1931 *}) <input type="submit" class="submit" value=" 修 正 "> 112 ({* #1931 *}) </form>112 ({* #1931 *})({/t_form_block}) 113 113 ({* #1931 *}) 114 114 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_message.tpl
r5817 r5820 251 251 ({* #2037 *})<div class="padding_s"> 252 252 ({* #2037 *}) 253 ({* #2037 *})({t_form m=pc a=do_h_message_box_delete_message})254 ({* #2037 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">253 ({* #2037 *})({t_form_block m=pc a=do_h_message_box_delete_message}) 254 ({* #2037 *}) 255 255 ({* #2037 *})<input type="hidden" name="c_message_id[]" value=({$c_message.c_message_id})> 256 256 ({* #2037 *})<input type="hidden" name="box" value="({$box})"> … … 261 261 ({* #2037 *})<input type="submit" class="submit" name="remove" value="削 除"> 262 262 ({* #2037 *}) 263 ({* #2037 *}) </form>263 ({* #2037 *})({/t_form_block}) 264 264 ({* #2037 *}) 265 265 ({* #2037 *})</div> … … 271 271 ({* #2037 *}) 272 272 ({* #2037 *})({if ($box == 'inbox' || !$box) && $c_message.c_member_nickname_from}) 273 ({* #2037 *})({t_form m=pc a=page_f_message_send})273 ({* #2037 *})({t_form_block m=pc a=page_f_message_send}) 274 274 ({* #2037 *})<input type="hidden" name="target_c_message_id" value="({$c_message.c_message_id})"> 275 275 ({* #2037 *})<input type="hidden" name="jyusin_c_message_id" value="({$jyusin_c_message_id})"> 276 276 ({* #2037 *})<input type="hidden" name="target_c_member_id" value="({$c_message.c_member_id_from})"> 277 277 ({* #2037 *})<input name="hensin2" type="submit" class="submit" value=" 返信する "> 278 ({* #2037 *}) </form>278 ({* #2037 *})({/t_form_block}) 279 279 ({* #2037 *})({/if}) 280 280 ({* #2037 *}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_message_box.tpl
r5817 r5820 13 13 ({* #1938 *}) 14 14 ({* #1938 *})<div class="color_19" style="width:680px;height:24px;border-left:none 0px;border-right:none 0px;border-top:none 0px;"> 15 ({* #1938 *})({t_form _method=get m=pc a=page_h_message_box})15 ({* #1938 *})({t_form_block _method=get m=pc a=page_h_message_box}) 16 16 ({* #1938 *})<input type="hidden" name="box" value="({$box})"> 17 17 ({* #1938 *}) … … 36 36 ({* #1938 *})</table> 37 37 ({* #1938 *}) 38 ({* #1938 *}) </form>38 ({* #1938 *})({/t_form_block}) 39 39 ({* #1938 *})</div> 40 40 ({* #1938 *}) … … 57 57 ({* #1938 *}) 58 58 ({* #1938 *})<div class="color_19" style="width:680px;height:24px;border-left:none 0px;border-right:none 0px;border-top:none 0px;"> 59 ({* #1938 *})({t_form _method=get m=pc a=page_h_message_box})59 ({* #1938 *})({t_form_block _method=get m=pc a=page_h_message_box}) 60 60 ({* #1938 *})<input type="hidden" name="box" value="({$box})"> 61 61 ({* #1938 *}) … … 80 80 ({* #1938 *})</table> 81 81 ({* #1938 *}) 82 ({* #1938 *}) </form>82 ({* #1938 *})({/t_form_block}) 83 83 ({* #1938 *})</div> 84 84 ({* #1938 *}) … … 497 497 ({* #1956 *})({*********}) 498 498 ({* #1956 *}) 499 ({* #1956 *})<form action="./" method="post" name="h_message_box_delete_message"> 500 ({* #1956 *})<input type="hidden" name="m" value="pc"> 501 ({* #1956 *})<input type="hidden" name="a" value="do_h_message_box_delete_message"> 502 ({* #1956 *})<input type="hidden" name="sessid" value="({$PHPSESSID})"> 499 ({* #1956 *})({t_form_block m=pc a=do_h_message_box_delete_message _attr='name="h_message_box_delete_message"'}) 503 500 ({* #1956 *}) 504 501 ({* #1956 *})({foreach from=$c_message_ru_list item=c_message_ru}) … … 549 546 ({* #1956 *})<input type="hidden" name="box" value="({$box})"> 550 547 ({* #1956 *})<input type="submit" class="submit" value="削 除"> 551 ({* #1956 *}) </form>548 ({* #1956 *})({/t_form_block}) 552 549 ({* #1956 *})</div> 553 550 ({* #1956 *}) … … 641 638 ({* #1956 *})({*********}) 642 639 ({* #1956 *}) 643 ({* #1956 *})<form action="./" method="post" name="h_message_box_delete_message"> 644 ({* #1956 *})<input type="hidden" name="m" value="pc"> 645 ({* #1956 *})<input type="hidden" name="a" value="do_h_message_box_delete_message"> 646 ({* #1956 *})<input type="hidden" name="sessid" value="({$PHPSESSID})"> 640 ({* #1956 *})({t_form_block m=pc a=do_h_message_box_delete_message _attr='name="h_message_box_delete_message"'}) 647 641 ({* #1956 *}) 648 642 ({* #1956 *})({foreach from=$c_message_s_list item=c_message_s}) … … 693 687 ({* #1956 *})<input type="hidden" name="box" value="({$box})"> 694 688 ({* #1956 *})<input type="submit" class="submit" value="削 除"> 695 ({* #1956 *}) </form>689 ({* #1956 *})({/t_form_block}) 696 690 ({* #1956 *})</div> 697 691 ({* #1956 *}) … … 778 772 ({* #1956 *})({*********}) 779 773 ({* #1956 *}) 780 ({* #1956 *})<form action="./" method="post" name="h_message_box_delete_message"> 781 ({* #1956 *})<input type="hidden" name="m" value="pc"> 782 ({* #1956 *})<input type="hidden" name="a" value="do_h_message_box_delete_message"> 783 ({* #1956 *})<input type="hidden" name="sessid" value="({$PHPSESSID})"> 774 ({* #1956 *})({t_form_block m=pc a=do_h_message_box_delete_message _attr='name="h_message_box_delete_message"'}) 784 775 ({* #1956 *}) 785 776 ({* #1956 *})({foreach from=$c_message_save_list item=c_message_save}) … … 830 821 ({* #1956 *})<input type="hidden" name="box" value="savebox"> 831 822 ({* #1956 *})<input type="submit" class="submit" value="削 除"> 832 ({* #1956 *}) </form>823 ({* #1956 *})({/t_form_block}) 833 824 ({* #1956 *}) 834 825 ({* #1956 *})</div> … … 922 913 ({* #1956 *})({*********}) 923 914 ({* #1956 *}) 924 ({* #1956 *})<form action="./" method="post" name="h_message_box_delete_message"> 925 ({* #1956 *})<input type="hidden" name="m" value="pc"> 926 ({* #1956 *})<input type="hidden" name="a" value="do_h_message_box_delete_message"> 927 ({* #1956 *})<input type="hidden" name="sessid" value="({$PHPSESSID})"> 915 ({* #1956 *})({t_form_block m=pc a=do_h_message_box_delete_message _attr='name="h_message_box_delete_message"'}) 928 916 ({* #1956 *}) 929 917 ({* #1956 *})({foreach from=$c_message_trash_list item=c_message_trash}) … … 988 976 ({* #1956 *})<input type="submit" class="submit" name="move" value="元に戻す"> 989 977 ({* #1956 *})<input type="submit" class="submit" name="remove" value="削除"> 990 ({* #1956 *}) </form>978 ({* #1956 *})({/t_form_block}) 991 979 ({* #1956 *}) 992 980 ({* #1956 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_regist_address.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:プロフィール変更****** --> 3 ({* #1952 *})({t_form m=pc a=do_h_regist_address})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_h_regist_address}) 4 ({* #1952 *}) 5 5 ({* #1952 *}) 6 6 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 149 149 ({* #1952 *})</tr> 150 150 ({* #1952 *})</table> 151 ({* #1952 *}) </form>151 ({* #1952 *})({/t_form_block}) 152 152 ({* #1952 *})<!-- ******ここまで:プロフィール変更****** --> 153 153 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_regist_intro.tpl
r5817 r5820 157 157 ({* #2036 *})<div align="center"> 158 158 ({* #2036 *}) 159 ({* #2036 *})({t_form m=pc a=page_h_regist_prof})159 ({* #2036 *})({t_form_block m=pc a=page_h_regist_prof}) 160 160 ({* #2036 *})<input type="hidden" name="mode" value="input"> 161 161 ({* #2036 *})<input type="submit" class="submit" value="同意して登録手続きへ"> 162 ({* #2036 *}) </form>162 ({* #2036 *})({/t_form_block}) 163 163 ({* #2036 *}) 164 164 ({* #2036 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_regist_prof.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:個人情報入力****** --> 3 ({* #1952 *})({t_form m=pc a=do_h_regist_prof})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_h_regist_prof}) 4 ({* #1952 *}) 5 5 ({* #1952 *}) 6 6 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 422 422 ({* #1952 *})</tr> 423 423 ({* #1952 *})</table> 424 ({* #1952 *}) </form>424 ({* #1952 *})({/t_form_block}) 425 425 ({* #1952 *})<!-- ******ここまで:個人情報入力****** --> 426 426 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_regist_prof_confirm.tpl
r5817 r5820 281 281 ({* #1931 *})<tr> 282 282 ({* #1931 *}) 283 ({* #1931 *})({t_form m=pc a=do_h_regist_prof})284 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">283 ({* #1931 *})({t_form_block m=pc a=do_h_regist_prof}) 284 ({* #1931 *}) 285 285 ({* #1931 *})<input type="hidden" name="mode" value="register"> 286 286 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 287 287 ({* #1931 *})<td><input type="submit" class="submit" value=" 登 録 "></td> 288 ({* #1931 *}) </form>289 ({* #1931 *}) 290 ({* #1931 *})({t_form m=pc a=do_h_regist_prof})291 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">288 ({* #1931 *})({/t_form_block}) 289 ({* #1931 *}) 290 ({* #1931 *})({t_form_block m=pc a=do_h_regist_prof}) 291 ({* #1931 *}) 292 292 ({* #1931 *})<input type="hidden" name="mode" value="input"> 293 293 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 294 294 ({* #1931 *})<td><input type="submit" class="submit" value=" 修 正 "></td> 295 ({* #1931 *}) </form>295 ({* #1931 *})({/t_form_block}) 296 296 ({* #1931 *}) 297 297 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_add.tpl
r5817 r5820 52 52 ({* #1932 *})<div style="padding:10px 0px;text-align:center;"> 53 53 ({* #1932 *}) 54 ({* #1932 *})({t_form m=pc a=page_h_review_add})54 ({* #1932 *})({t_form_block m=pc a=page_h_review_add}) 55 55 ({* #1932 *})<input type="hidden" name="search_flag" value="1"> 56 56 ({* #1932 *})キーワード <img src="./skin/dummy.gif" alt="dummy" style="width:14px;height:14px;" class="icon icon_1"> … … 62 62 ({* #1932 *})</select> 63 63 ({* #1932 *}) <input type="submit" class="submit" name="button" value=" 検 索 "> 64 ({* #1932 *}) </form>64 ({* #1932 *})({/t_form_block}) 65 65 ({* #1932 *}) 66 66 ({* #1932 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_add_write.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:レビュー****** --> 3 ({* #1952 *})({t_form m=pc a=page_h_review_add_write_confirm})3 ({* #1952 *})({t_form_block m=pc a=page_h_review_add_write_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="asin" value="({$asin})"> 5 5 ({* #1952 *})<input type="hidden" name="category_id" value="({$category_id})"> … … 200 200 ({* #1952 *})</tr> 201 201 ({* #1952 *})</table> 202 ({* #1952 *}) </form>202 ({* #1952 *})({/t_form_block}) 203 203 ({* #1952 *})<!-- ******ここまで:レビュー****** --> 204 204 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_add_write_confirm.tpl
r5817 r5820 88 88 ({* #1931 *})<td> 89 89 ({* #1931 *}) 90 ({* #1931 *})({t_form m=pc a=do_h_review_add})91 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">90 ({* #1931 *})({t_form_block m=pc a=do_h_review_add}) 91 ({* #1931 *}) 92 92 ({* #1931 *})<input type="hidden" name="category_id" value="({$category_id})"> 93 93 ({* #1931 *})<input type="hidden" name="asin" value="({$asin})"> … … 95 95 ({* #1931 *})<input type="hidden" name="satisfaction_level" value="({$satisfaction_level})"> 96 96 ({* #1931 *})<input type="submit" class="submit" value=" 作 成 "> 97 ({* #1931 *}) </form>97 ({* #1931 *})({/t_form_block}) 98 98 ({* #1931 *}) 99 99 ({* #1931 *})</td> 100 100 ({* #1931 *})<td> 101 101 ({* #1931 *}) 102 ({* #1931 *})({t_form _method=get m=pc a=page_h_review_add_write})102 ({* #1931 *})({t_form_block _method=get m=pc a=page_h_review_add_write}) 103 103 ({* #1931 *})<input type="hidden" name="category_id" value="({$category_id})"> 104 104 ({* #1931 *})<input type="hidden" name="asin" value="({$asin})"> … … 106 106 ({* #1931 *})<input type="hidden" name="satisfaction_level" value="({$satisfaction_level})"> 107 107 ({* #1931 *})<input type="submit" class="submit" value=" 修 正 "> 108 ({* #1931 *}) </form>108 ({* #1931 *})({/t_form_block}) 109 109 ({* #1931 *}) 110 110 ({* #1931 *})</td> … … 138 138 ({* #1931 *})</tr> 139 139 ({* #1931 *})</table> 140 ({* #1931 *})</form>141 140 ({* #1931 *})<!-- ******ここまで:書き込み確認****** --> 142 141 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_clip_add.tpl
r5817 r5820 136 136 ({* #1949 *})<tr> 137 137 ({* #1949 *}) 138 ({* #1949 *})({t_form m=pc a=do_h_review_clip_add_insert_c_review_clip})139 ({* #1949 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">138 ({* #1949 *})({t_form_block m=pc a=do_h_review_clip_add_insert_c_review_clip}) 139 ({* #1949 *}) 140 140 ({* #1949 *})<input type="hidden" name="c_review_id" value="({$c_review.c_review_id})"> 141 141 ({* #1949 *}) 142 142 ({* #1949 *})<td align="right"><input type="submit" class="submit" value=" は い "></td> 143 ({* #1949 *}) </form>143 ({* #1949 *})({/t_form_block}) 144 144 ({* #1949 *}) 145 ({* #1949 *})({t_form _method=get m=pc a=page_h_review_list_product})145 ({* #1949 *})({t_form_block _method=get m=pc a=page_h_review_list_product}) 146 146 ({* #1949 *})<input type="hidden" name="c_review_id" value="({$c_review.c_review_id})"> 147 147 ({* #1949 *})<td><input type="submit" class="submit" value=" いいえ "></td> 148 ({* #1949 *}) </form>148 ({* #1949 *})({/t_form_block}) 149 149 ({* #1949 *}) 150 150 ({* #1949 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_clip_list.tpl
r5817 r5820 43 43 ({* #1927 *})<div style="padding:10px;"> 44 44 ({* #1927 *}) 45 ({* #1927 *})({t_form _method=get m=pc a=page_h_review_add})45 ({* #1927 *})({t_form_block _method=get m=pc a=page_h_review_add}) 46 46 ({* #1927 *})<input type="submit" class="submit" value=" レビューを書く "> 47 ({* #1927 *}) </form>47 ({* #1927 *})({/t_form_block}) 48 48 ({* #1927 *}) 49 49 ({* #1927 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> … … 101 101 ({* #1927 *})<!-- ******ここまで:レビューを書く****** --> 102 102 ({* #1949 *})<!-- ******ここから:クリップしたレビュー一覧****** --> 103 ({* #1949 *})({t_form m=pc a=do_h_review_clip_list_delete_c_review_clip})104 ({* #1949 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">103 ({* #1949 *})({t_form_block m=pc a=do_h_review_clip_list_delete_c_review_clip}) 104 ({* #1949 *}) 105 105 ({* #1949 *}) 106 106 ({* #1949 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> … … 385 385 ({* #1949 *})</table> 386 386 ({* #1949 *}) 387 ({* #1949 *}) </form>387 ({* #1949 *})({/t_form_block}) 388 388 ({* #1949 *})<!-- ******ここまで:クリップしたレビュー一覧****** --> 389 389 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_delete_confirm.tpl
r5817 r5820 38 38 ({* #1931 *})<tr> 39 39 ({* #1931 *}) 40 ({* #1931 *})({t_form m=pc a=do_h_review_edit_delete_c_review_comment})41 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">40 ({* #1931 *})({t_form_block m=pc a=do_h_review_edit_delete_c_review_comment}) 41 ({* #1931 *}) 42 42 ({* #1931 *})<input type="hidden" name="c_review_comment_id" value="({$c_review_comment_id})"> 43 43 ({* #1931 *})<td align="right"><input type="submit" class="submit" value=" は い "></td> 44 ({* #1931 *}) </form>44 ({* #1931 *})({/t_form_block}) 45 45 ({* #1931 *}) 46 ({* #1931 *})({t_form _method=get m=pc a=page_h_review_edit})46 ({* #1931 *})({t_form_block _method=get m=pc a=page_h_review_edit}) 47 47 ({* #1931 *})<input type="hidden" name="c_review_comment_id" value="({$c_review_comment_id})"> 48 48 ({* #1931 *})<input type="hidden" name="asin" value="({$asin})"> 49 49 ({* #1931 *})<td align="left"><input type="submit" class="submit" value="いいえ"></td> 50 ({* #1931 *}) </form>50 ({* #1931 *})({/t_form_block}) 51 51 ({* #1931 *}) 52 52 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_edit.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:レビュー****** --> 3 ({* #1952 *})({t_form m=pc a=do_h_review_edit_update_c_review_comment})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_h_review_edit_update_c_review_comment}) 4 ({* #1952 *}) 5 5 ({* #1952 *})<input type="hidden" name="c_review_comment_id" value="({$c_review_comment.c_review_comment_id})"> 6 6 ({* #1952 *}) … … 201 201 ({* #1952 *})</table> 202 202 ({* #1952 *}) 203 ({* #1952 *}) </form>203 ({* #1952 *})({/t_form_block}) 204 204 ({* #1952 *})<!-- ******ここまで:レビュー****** --> 205 205 ({* #1927 *})<!-- ******ここから:削除****** --> … … 238 238 ({* #1927 *})<div align="center" style="text-align:center;"> 239 239 ({* #1927 *}) 240 ({* #1927 *})({t_form m=pc a=page_h_review_delete_confirm})240 ({* #1927 *})({t_form_block m=pc a=page_h_review_delete_confirm}) 241 241 ({* #1927 *})<input type="hidden" name="c_review_comment_id" value="({$c_review_comment.c_review_comment_id})"> 242 242 ({* #1927 *})<input type="hidden" name="asin" value="({$c_review_comment.asin})"> 243 243 ({* #1927 *})<input type="submit" class="submit" value=" 削 除 "> 244 ({* #1927 *}) </form>244 ({* #1927 *})({/t_form_block}) 245 245 ({* #1927 *}) 246 246 ({* #1927 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_review_search.tpl
r5817 r5820 38 38 ({* #1953 *})<td class="bg_02" valign="middle"> 39 39 ({* #1953 *}) 40 ({* #1953 *})({t_form m=pc a=page_h_review_search})40 ({* #1953 *})({t_form_block m=pc a=page_h_review_search}) 41 41 ({* #1953 *})<table border="0" cellspacing="0" cellpadding="3" style="width:546px;"> 42 42 ({* #1953 *})<!-- ここから:主内容>再検索フォーム --> … … 142 142 ({* #1953 *})({********}) 143 143 ({* #1953 *})</table> 144 ({* #1953 *}) </form>144 ({* #1953 *})({/t_form_block}) 145 145 ({* #1953 *}) 146 146 ({* #1953 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_schedule.tpl
r5817 r5820 175 175 ({* #1931 *})<td> 176 176 ({* #1931 *}) 177 ({* #1931 *})({t_form m=pc a=page_h_schedule_edit})177 ({* #1931 *})({t_form_block m=pc a=page_h_schedule_edit}) 178 178 ({* #1931 *})<input type="hidden" name="target_c_schedule_id" value="({$c_schedule.c_schedule_id})"> 179 179 ({* #1931 *})<input type="submit" class="submit" value=" 編 集 "> 180 ({* #1931 *}) </form>180 ({* #1931 *})({/t_form_block}) 181 181 ({* #1931 *})</td> 182 182 ({* #1931 *}) 183 183 ({* #1931 *})<td> 184 ({* #1931 *})({t_form m=pc a=page_h_schedule_delete})184 ({* #1931 *})({t_form_block m=pc a=page_h_schedule_delete}) 185 185 ({* #1931 *})<input type="hidden" name="target_c_schedule_id" value="({$c_schedule.c_schedule_id})"> 186 186 ({* #1931 *})<input type="submit" class="submit" value=" 削 除 "> 187 ({* #1931 *}) </form>187 ({* #1931 *})({/t_form_block}) 188 188 ({* #1931 *}) 189 189 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_schedule_add.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:スケジュール入力フォーム****** --> 3 ({* #1952 *})({t_form m=pc a=page_h_schedule_add_confirm})3 ({* #1952 *})({t_form_block m=pc a=page_h_schedule_add_confirm}) 4 4 ({* #1952 *}) 5 5 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;margin:0px auto;" class="border_07"> … … 243 243 ({* #1952 *})</table> 244 244 ({* #1952 *}) 245 ({* #1952 *}) </form>245 ({* #1952 *})({/t_form_block}) 246 246 ({* #1952 *})<!-- ******ここまで:スケジュール入力フォーム****** --> 247 247 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_schedule_add_confirm.tpl
r5817 r5820 181 181 ({* #1931 *})<td> 182 182 ({* #1931 *}) 183 ({* #1931 *})({t_form m=pc a=do_h_schedule_add_insert_c_schedule})184 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">183 ({* #1931 *})({t_form_block m=pc a=do_h_schedule_add_insert_c_schedule}) 184 ({* #1931 *}) 185 185 ({* #1931 *})<input type="hidden" name="title" value="({$input.title})"> 186 186 ({* #1931 *})<input type="hidden" name="body" value="({$input.body})"> … … 197 197 ({* #1931 *})<input type="hidden" name="is_receive_mail" value="({$input.is_receive_mail})"> 198 198 ({* #1931 *})<input type="submit" class="submit" value=" 追 加 "> 199 ({* #1931 *}) </form>199 ({* #1931 *})({/t_form_block}) 200 200 ({* #1931 *}) 201 201 ({* #1931 *})</td> 202 202 ({* #1931 *})<td> 203 203 ({* #1931 *}) 204 ({* #1931 *})({t_form m=pc a=page_h_schedule_add})204 ({* #1931 *})({t_form_block m=pc a=page_h_schedule_add}) 205 205 ({* #1931 *})<input type="hidden" name="title" value="({$input.title})"> 206 206 ({* #1931 *})<input type="hidden" name="body" value="({$input.body})"> … … 217 217 ({* #1931 *})<input type="hidden" name="is_receive_mail" value="({$input.is_receive_mail})"> 218 218 ({* #1931 *})<input type="submit" class="submit" value=" 修 正 "><br> 219 ({* #1931 *}) </form>219 ({* #1931 *})({/t_form_block}) 220 220 ({* #1931 *}) 221 221 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_schedule_delete.tpl
r5817 r5820 175 175 ({* #1931 *})<td> 176 176 ({* #1931 *}) 177 ({* #1931 *})({t_form m=pc a=do_h_schedule_delete_delete_c_schedule}) 178 ({* #1931 *})<input type="hidden" name="sessid" value="({$PHPSESSID})"> 177 ({* #1931 *})({t_form_block m=pc a=do_h_schedule_delete_delete_c_schedule}) 179 178 ({* #1931 *})<input type="hidden" name="target_c_schedule_id" value="({$c_schedule.c_schedule_id})"> 180 ({* #1931 *})<input type="submit" class="submit" value=" 削 除 "></form> 179 ({* #1931 *})<input type="submit" class="submit" value=" 削 除 "> 180 ({* #1931 *})({/t_form_block}) 181 181 ({* #1931 *}) 182 182 ({* #1931 *})</td> 183 183 ({* #1931 *})<td> 184 184 ({* #1931 *}) 185 ({* #1931 *})({t_form _method=get m=pc a=page_h_schedule})185 ({* #1931 *})({t_form_block _method=get m=pc a=page_h_schedule}) 186 186 ({* #1931 *})<input type="hidden" name="target_c_schedule_id" value="({$c_schedule.c_schedule_id})"> 187 ({* #1931 *})<input type="submit" class="submit" value=" キャンセル "></form> 187 ({* #1931 *})<input type="submit" class="submit" value=" キャンセル "> 188 ({* #1931 *})({/t_form_block}) 188 189 ({* #1931 *}) 189 190 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_schedule_edit.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:スケジュール入力フォーム****** --> 3 ({* #1952 *})({t_form m=pc a=page_h_schedule_edit_confirm})3 ({* #1952 *})({t_form_block m=pc a=page_h_schedule_edit_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="target_c_schedule_id" value="({$target_c_schedule_id})"> 5 5 ({* #1952 *}) … … 213 213 ({* #1952 *}) 214 214 ({* #1952 *})<input type="submit" class="submit" value=" 確認画面 "> 215 ({* #1952 *}) </form>215 ({* #1952 *})({/t_form_block}) 216 216 ({* #1952 *}) 217 217 ({* #1952 *})</td> … … 220 220 ({* #1952 *})<td> 221 221 ({* #1952 *}) 222 ({* #1952 *})({t_form _method=get m=pc a=page_h_schedule})222 ({* #1952 *})({t_form_block _method=get m=pc a=page_h_schedule}) 223 223 ({* #1952 *})<input type="hidden" name="target_c_schedule_id" value="({$target_c_schedule_id})"> 224 224 ({* #1952 *})<input type="submit" class="submit" value=" キャンセル "> 225 ({* #1952 *}) </form>225 ({* #1952 *})({/t_form_block}) 226 226 ({* #1952 *}) 227 227 ({* #1952 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_schedule_edit_confirm.tpl
r5817 r5820 178 178 ({* #1931 *})<td> 179 179 ({* #1931 *}) 180 ({* #1931 *})({t_form m=pc a=do_h_schedule_edit_update_c_schedule})181 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">180 ({* #1931 *})({t_form_block m=pc a=do_h_schedule_edit_update_c_schedule}) 181 ({* #1931 *}) 182 182 ({* #1931 *})<input type="hidden" name="target_c_schedule_id" value="({$target_c_schedule_id})"> 183 183 ({* #1931 *})<input type="hidden" name="title" value="({$input.title})"> … … 195 195 ({* #1931 *})<input type="hidden" name="is_receive_mail" value="({$input.is_receive_mail})"> 196 196 ({* #1931 *})<td><input type="submit" class="submit" value=" 完 了 "> 197 ({* #1931 *}) </form>197 ({* #1931 *})({/t_form_block}) 198 198 ({* #1931 *}) 199 199 ({* #1931 *})</td> 200 200 ({* #1931 *})<td> 201 201 ({* #1931 *}) 202 ({* #1931 *})({t_form m=pc a=page_h_schedule_edit})202 ({* #1931 *})({t_form_block m=pc a=page_h_schedule_edit}) 203 203 ({* #1931 *})<input type="hidden" name="target_c_schedule_id" value="({$target_c_schedule_id})"> 204 204 ({* #1931 *})<input type="hidden" name="title" value="({$input.title})"> … … 216 216 ({* #1931 *})<input type="hidden" name="is_receive_mail" value="({$input.is_receive_mail})"> 217 217 ({* #1931 *})<td><input type="submit" class="submit" value=" 修 正 "><br> 218 ({* #1931 *}) </form>218 ({* #1931 *})({/t_form_block}) 219 219 ({* #1931 *}) 220 220 ({* #1931 *})</td> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_search.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:検索****** --> 3 ({* #1952 *})({t_form _method=get m=pc a=page_h_search_result})3 ({* #1952 *})({t_form_block _method=get m=pc a=page_h_search_result}) 4 4 ({* #1952 *}) 5 5 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;;margin:0px auto;" class="border_07"> … … 195 195 ({* #1952 *})</table> 196 196 ({* #1952 *}) 197 ({* #1952 *}) </form>197 ({* #1952 *})({/t_form_block}) 198 198 ({* #1952 *})<!-- ******ここまで:検索****** --> 199 199 ({* #1927 *})<!-- ******ここから:検索項目の一覧****** --> … … 232 232 ({* #1927 *})検索項目の一覧と各項目のメンバー数を表示します。<br> 233 233 ({* #1927 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_m"> 234 ({* #1927 *})({t_form _method=get m=pc a=page_h_search_list})234 ({* #1927 *})({t_form_block _method=get m=pc a=page_h_search_list}) 235 235 ({* #1927 *})<input type="submit" class="submit" value=" 一覧を見る "> 236 ({* #1927 *}) </form>236 ({* #1927 *})({/t_form_block}) 237 237 ({* #1927 *})</div> 238 238 ({* #1927 *}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_set_public_flag_all_confirm.tpl
r5817 r5820 28 28 ({* #1931 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> 29 29 ({* #1931 *}) 30 ({* #1931 *})({t_form m=pc a=do_h_set_public_flag_all})31 ({* #1931 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">30 ({* #1931 *})({t_form_block m=pc a=do_h_set_public_flag_all}) 31 ({* #1931 *}) 32 32 ({* #1931 *})<input type="hidden" name="public_flag_diary_all" value="({$public_flag_diary_all})"> 33 33 ({* #1931 *}) … … 36 36 ({* #1931 *})<input type="submit" class="submit" value="キャンセル"> 37 37 ({* #1931 *}) 38 ({* #1931 *}) </form>38 ({* #1931 *})({/t_form_block}) 39 39 ({* #1931 *}) 40 40 ({* #1931 *})<img src="./skin/dummy.gif" alt="dummy" class="v_spacer_l"> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/h_taikai_confirm.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:退会確認****** --> 3 ({* #1952 *})({t_form m=pc a=do_h_taikai})4 ({* #1952 *}) <input type="hidden" name="sessid" value="({$PHPSESSID})">3 ({* #1952 *})({t_form_block m=pc a=do_h_taikai}) 4 ({* #1952 *}) 5 5 ({* #1952 *}) 6 6 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;" class="border_07"> … … 141 141 ({* #1952 *})</table> 142 142 ({* #1952 *}) 143 ({* #1952 *}) </form>143 ({* #1952 *})({/t_form_block}) 144 144 ({* #1952 *})<!-- ******ここまで:退会確認****** --> 145 145 ({* #1939 *})<!-- ******ここから:コミュニティトップへ****** --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/inc_c_com_topic_find.tpl
r5811 r5820 1 1 ({* {{{ searchFormLine *}) 2 ({* #1938 *})({t_form _method=get m=pc a=page_c_com_topic_find})2 ({* #1938 *})({t_form_block _method=get m=pc a=page_c_com_topic_find}) 3 3 ({* #1938 *})<input type="hidden" name="c_commu_id" value="({$c_commu.c_commu_id})" /> 4 4 ({* #1938 *})<table border="0" cellspacing="0" cellpadding="0" class="search_bar" style="width:680px;height:24px;"> … … 15 15 ({* #1938 *})</tr> 16 16 ({* #1938 *})</table> 17 ({* #1938 *}) </form>17 ({* #1938 *})({/t_form_block}) 18 18 ({* }}} *}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_login.tpl
r5818 r5820 21 21 ({* unknown *})</div> 22 22 ({* unknown *})({/if}) 23 ({* unknown *})({t_form _attr='name="login" id="login"' m=pc a=do_o_login})23 ({* unknown *})({t_form_block _attr='name="login" id="login"' m=pc a=do_o_login}) 24 24 ({* unknown *})<input type="hidden" name="login_params" value="({$requests.login_params})" /> 25 25 ({* unknown *})<input type="text" tabindex="1" name="username" id="username" class="text" /> … … 38 38 ({* unknown *})({/if}) 39 39 ({* unknown *})</div> 40 ({* unknown *}) </form>40 ({* unknown *})({/t_form_block}) 41 41 ({* unknown *})<div class="footer"> 42 42 ({* unknown *})({$inc_page_footer|smarty:nodefaults}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_login2.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:メールアドレス変更****** --> 3 ({* #1952 *})({t_form m=pc a=do_o_login2_change_mail})3 ({* #1952 *})({t_form_block m=pc a=do_o_login2_change_mail}) 4 4 ({* #1952 *})<input type="hidden" name="sid" value="({$sid})"> 5 5 ({* #1952 *})<input type="hidden" name="username" value="({$username})"> … … 155 155 ({* #1952 *})</table> 156 156 ({* #1952 *}) 157 ({* #1952 *}) </form>157 ({* #1952 *})({/t_form_block}) 158 158 ({* #1952 *})<!-- ******ここまで:メールアドレス変更****** --> 159 159 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_password_query.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:パスワード確認****** --> 3 ({* #1952 *})({t_form m=pc a=do_o_password_query})3 ({* #1952 *})({t_form_block m=pc a=do_o_password_query}) 4 4 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> 5 5 ({* #1952 *})<tr> … … 182 182 ({* #1952 *})</tr> 183 183 ({* #1952 *})</table> 184 ({* #1952 *}) </form>184 ({* #1952 *})({/t_form_block}) 185 185 ({* #1952 *})<!-- ******ここまで:パスワード確認****** --> 186 186 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_public_invite.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:新規登録****** --> 3 ({* #1952 *})({t_form m=pc a=do_o_public_invite})3 ({* #1952 *})({t_form_block m=pc a=do_o_public_invite}) 4 4 ({* #1952 *})<table border="0" cellspacing="0" cellpadding="0" style="width:650px;margin:0px auto;" class="border_07"> 5 5 ({* #1952 *})<tr> … … 184 184 ({* #1952 *})</tr> 185 185 ({* #1952 *})</table> 186 ({* #1952 *}) </form>186 ({* #1952 *})({/t_form_block}) 187 187 ({* #1952 *})<!-- ******ここまで:新規登録****** --> 188 188 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_public_invite_end.tpl
r5817 r5820 67 67 ({* #1985 *})</tr> 68 68 ({* #1985 *})</table> 69 ({* #1985 *})</form>70 69 ({* #1985 *})<!-- ******ここまで:新規登録****** --> 71 70 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_intro.tpl
r5817 r5820 156 156 ({* #2036 *})<div align="center"> 157 157 ({* #2036 *}) 158 ({* #2036 *})({t_form m=pc a=page_o_regist_prof})158 ({* #2036 *})({t_form_block m=pc a=page_o_regist_prof}) 159 159 ({* #2036 *})<input type="hidden" name="mode" value="input"> 160 160 ({* #2036 *})<input type="hidden" name="sid" value="({$sid})"> 161 161 ({* #2036 *})<input type="submit" class="submit" value="同意して登録手続きへ"> 162 ({* #2036 *}) </form>162 ({* #2036 *})({/t_form_block}) 163 163 ({* #2036 *}) 164 164 ({* #2036 *})</div> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_ktai_address.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:プロフィール変更****** --> 3 ({* #1952 *})({t_form m=pc a=page_o_regist_ktai_address_confirm})3 ({* #1952 *})({t_form_block m=pc a=page_o_regist_ktai_address_confirm}) 4 4 ({* #1952 *})<input type="hidden" name="sid" value="({$sid})"> 5 5 ({* #1952 *}) … … 122 122 ({* #1952 *})</tr> 123 123 ({* #1952 *})</table> 124 ({* #1952 *}) </form>124 ({* #1952 *})({/t_form_block}) 125 125 ({* #1952 *})<!-- ******ここまで:プロフィール変更****** --> 126 126 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_ktai_address_confirm.tpl
r5817 r5820 91 91 ({* #1931 *})<tr> 92 92 ({* #1931 *}) 93 ({* #1931 *})({t_form m=pc a=do_o_regist_ktai_address})93 ({* #1931 *})({t_form_block m=pc a=do_o_regist_ktai_address}) 94 94 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 95 95 ({* #1931 *})<input type="hidden" name="ktai_address" value="({$ktai_address})"> 96 96 ({* #1931 *})<input type="submit" class="submit" value=" 送 信 "> 97 ({* #1931 *}) </form>97 ({* #1931 *})({/t_form_block}) 98 98 ({* #1931 *}) 99 ({* #1931 *})({t_form m=pc a=page_o_regist_ktai_address})99 ({* #1931 *})({t_form_block m=pc a=page_o_regist_ktai_address}) 100 100 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 101 101 ({* #1931 *})<input type="hidden" name="ktai_address" value="({$ktai_address})"> 102 102 ({* #1931 *})<input type="submit" class="submit" value=" 修 正 "> 103 ({* #1931 *}) </form>103 ({* #1931 *})({/t_form_block}) 104 104 ({* #1931 *}) 105 105 ({* #1931 *})</tr> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_mail_confirm.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:メールアドレス変更****** --> 3 ({* #1952 *})({t_form m=pc a=do_o_regist_mail})3 ({* #1952 *})({t_form_block m=pc a=do_o_regist_mail}) 4 4 ({* #1952 *})<input type="hidden" name="sid" value="({$sid})"> 5 5 ({* #1952 *})<input type="hidden" name="username" value="({$username})"> … … 155 155 ({* #1952 *})</table> 156 156 ({* #1952 *}) 157 ({* #1952 *}) </form>157 ({* #1952 *})({/t_form_block}) 158 158 ({* #1952 *})<!-- ******ここまで:メールアドレス変更****** --> 159 159 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_prof.tpl
r5817 r5820 1 1 <div id="LayoutC"> 2 2 ({* #1952 *})<!-- ******ここから:個人情報入力****** --> 3 ({* #1952 *})({t_form m=pc a=do_o_regist_prof})3 ({* #1952 *})({t_form_block m=pc a=do_o_regist_prof}) 4 4 ({* #1952 *})<input type="hidden" name="sid" value="({$sid})"> 5 5 ({* #1952 *}) … … 471 471 ({* #1952 *})</tr> 472 472 ({* #1952 *})</table> 473 ({* #1952 *}) </form>473 ({* #1952 *})({/t_form_block}) 474 474 ({* #1952 *})<!-- ******ここまで:個人情報入力****** --> 475 475 </div><!-- LayoutC --> -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_prof_confirm.tpl
r5817 r5820 337 337 ({* #1931 *})<tr> 338 338 ({* #1931 *}) 339 ({* #1931 *})({t_form m=pc a=do_o_regist_prof})339 ({* #1931 *})({t_form_block m=pc a=do_o_regist_prof}) 340 340 ({* #1931 *})<input type="hidden" name="mode" value="register"> 341 341 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 342 342 ({* #1931 *})<td><input type="submit" class="submit" value=" 登 録 "></td> 343 ({* #1931 *}) </form>344 ({* #1931 *}) 345 ({* #1931 *})({t_form m=pc a=do_o_regist_prof})343 ({* #1931 *})({/t_form_block}) 344 ({* #1931 *}) 345 ({* #1931 *})({t_form_block m=pc a=do_o_regist_prof}) 346 346 ({* #1931 *})<input type="hidden" name="mode" value="input"> 347 347 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 348 348 ({* #1931 *})<td><input type="submit" class="submit" value=" 修 正 "></td> 349 ({* #1931 *}) </form>349 ({* #1931 *})({/t_form_block}) 350 350 ({* #1931 *}) 351 351 ({* #1931 *})</tr>
Note: See TracChangeset
for help on using the changeset viewer.