Changeset 2038
- Timestamp:
- Mar 6, 2007, 12:13:22 PM (15 years ago)
- Location:
- OpenPNE/branches/ishida/prj_dev28/webapp
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ishida/prj_dev28/webapp/lib/db/etc.php
r1856 r2038 140 140 } else { 141 141 $auth_config['options']['usernamecol'] = 'c_member_id'; 142 142 $username = $c_member_id; 143 143 } 144 144 … … 761 761 '2' => 'diary', 762 762 '4' => 'profile', 763 '8' => 'side_banner', 764 '16' => 'info', 765 '32' => 'entry_point', 766 '64' => 'message', 763 767 ); 764 768 } -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/c_event_detail.tpl
r2008 r2038 304 304 <div class="padding_s lh_120"> 305 305 306 ({$c_topic.body|nl2br|t_url2cmd |t_cmd})306 ({$c_topic.body|nl2br|t_url2cmd:'community'|t_cmd:'community'}) 307 307 308 308 </div> … … 629 629 630 630 <div class="padding_s lh_120"> 631 ({$item.body|nl2br|t_url2cmd |t_cmd})631 ({$item.body|nl2br|t_url2cmd:'community'|t_cmd:'community'}) 632 632 </div> 633 633 -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/c_home.tpl
r1411 r2038 69 69 70 70 ({if $inc_entry_point[3]}) 71 ({$inc_entry_point[3]|smarty:nodefaults })71 ({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 72 72 ({/if}) 73 73 … … 136 136 137 137 ({if $inc_entry_point[4]}) 138 ({$inc_entry_point[4]|smarty:nodefaults })138 ({$inc_entry_point[4]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 139 139 ({/if}) 140 140 … … 368 368 369 369 ({if $inc_entry_point[5]}) 370 ({$inc_entry_point[5]|smarty:nodefaults })370 ({$inc_entry_point[5]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 371 371 ({/if}) 372 372 … … 390 390 391 391 ({if $inc_entry_point[6]}) 392 ({$inc_entry_point[6]|smarty:nodefaults })392 ({$inc_entry_point[6]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 393 393 ({/if}) 394 394 … … 786 786 787 787 ({if $inc_entry_point[7]}) 788 ({$inc_entry_point[7]|smarty:nodefaults })788 ({$inc_entry_point[7]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 789 789 ({/if}) 790 790 -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/h_diary_add.tpl
r1952 r2038 369 369 <div style="padding:4px 3px;"> 370 370 371 ({$inc_entry_point[3]|smarty:nodefaults })371 ({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 372 372 373 373 </div> -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/h_home.tpl
r1216 r2038 81 81 <td class="padding_s"> 82 82 83 ({$site_info|smarty:nodefaults|default:" " })83 ({$site_info|smarty:nodefaults|default:" "|t_url2cmd:'info'|t_cmd:'info'}) 84 84 85 85 </td> … … 157 157 <tr> 158 158 <td class="container"> 159 ({$inc_entry_point[3]|smarty:nodefaults })159 ({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 160 160 </td> 161 161 </tr> … … 168 168 169 169 ({if $inc_entry_point[4]}) 170 ({$inc_entry_point[4]|smarty:nodefaults })170 ({$inc_entry_point[4]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 171 171 ({/if}) 172 172 … … 250 250 251 251 ({if $inc_entry_point[5]}) 252 ({$inc_entry_point[5]|smarty:nodefaults })252 ({$inc_entry_point[5]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 253 253 ({/if}) 254 254 … … 461 461 462 462 ({if $inc_entry_point[6]}) 463 ({$inc_entry_point[6]|smarty:nodefaults })463 ({$inc_entry_point[6]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 464 464 ({/if}) 465 465 … … 871 871 872 872 ({if $inc_entry_point[7]}) 873 ({$inc_entry_point[7]|smarty:nodefaults })873 ({$inc_entry_point[7]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 874 874 ({/if}) 875 875 … … 883 883 884 884 ({if $inc_entry_point[8]}) 885 ({$inc_entry_point[8]|smarty:nodefaults })885 ({$inc_entry_point[8]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 886 886 ({/if}) 887 887 … … 996 996 997 997 ({if $inc_entry_point[9]}) 998 ({$inc_entry_point[9]|smarty:nodefaults })998 ({$inc_entry_point[9]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 999 999 ({/if}) 1000 1000 … … 1303 1303 1304 1304 ({if $inc_entry_point[10]}) 1305 ({$inc_entry_point[10]|smarty:nodefaults })1305 ({$inc_entry_point[10]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 1306 1306 ({/if}) 1307 1307 … … 1487 1487 1488 1488 ({if $inc_entry_point[11]}) 1489 ({$inc_entry_point[11]|smarty:nodefaults })1489 ({$inc_entry_point[11]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 1490 1490 ({/if}) 1491 1491 … … 1582 1582 1583 1583 ({if $inc_entry_point[12]}) 1584 ({$inc_entry_point[12]|smarty:nodefaults })1584 ({$inc_entry_point[12]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 1585 1585 ({/if}) 1586 1586 -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/h_message.tpl
r1381 r2038 247 247 ({/if}) 248 248 249 ({$c_message.body| t_url2a|nl2br})249 ({$c_message.body|nl2br|t_url2cmd:'message'|t_cmd:'message'}) 250 250 251 251 </div> -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/h_reply_message.tpl
r1261 r2038 50 50 <div class="padding_s">送信完了しました。</div> 51 51 ({if $inc_entry_point[3]}) 52 ({$inc_entry_point[3]|smarty:nodefaults })52 ({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 53 53 ({/if}) 54 54 </td> -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/inc_f_home_h_prof.tpl
r1814 r2038 251 251 252 252 ({if $inc_entry_point[3]}) 253 ({$inc_entry_point[3]|smarty:nodefaults })253 ({$inc_entry_point[3]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 254 254 ({/if}) 255 255 … … 354 354 355 355 ({if $inc_entry_point[4]}) 356 ({$inc_entry_point[4]|smarty:nodefaults })356 ({$inc_entry_point[4]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 357 357 ({/if}) 358 358 … … 559 559 560 560 ({if $inc_entry_point[5]}) 561 ({$inc_entry_point[5]|smarty:nodefaults })561 ({$inc_entry_point[5]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 562 562 ({/if}) 563 563 … … 768 768 769 769 ({if $inc_entry_point[6]}) 770 ({$inc_entry_point[6]|smarty:nodefaults })770 ({$inc_entry_point[6]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 771 771 ({/if}) 772 772 … … 780 780 781 781 ({if $inc_entry_point[7]}) 782 ({$inc_entry_point[7]|smarty:nodefaults })782 ({$inc_entry_point[7]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 783 783 ({/if}) 784 784 … … 1071 1071 1072 1072 ({if $inc_entry_point[8]}) 1073 ({$inc_entry_point[8]|smarty:nodefaults })1073 ({$inc_entry_point[8]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 1074 1074 ({/if}) 1075 1075 … … 1163 1163 1164 1164 ({if $inc_entry_point[9]}) 1165 ({$inc_entry_point[9]|smarty:nodefaults })1165 ({$inc_entry_point[9]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 1166 1166 ({/if}) 1167 1167 -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/inc_footer.tpl
r1807 r2038 39 39 ({if $INC_FOOTER_side_banner_html_before || $INC_FOOTER_side_banner_html_after}) 40 40 ({if $before_after == 'before'}) 41 ({$INC_FOOTER_side_banner_html_before|smarty:nodefaults })41 ({$INC_FOOTER_side_banner_html_before|smarty:nodefaults|t_url2cmd:'side_banner'|t_cmd:'side_banner'}) 42 42 ({else}) 43 ({$INC_FOOTER_side_banner_html_after|smarty:nodefaults })43 ({$INC_FOOTER_side_banner_html_after|smarty:nodefaults|t_url2cmd:'side_banner'|t_cmd:'side_banner'}) 44 44 ({/if}) 45 45 ({else}) -
OpenPNE/branches/ishida/prj_dev28/webapp/modules/pc/templates/inc_header.tpl
r1887 r2038 403 403 <tr> 404 404 <td class="container"> 405 ({$inc_entry_point[1]|smarty:nodefaults })405 ({$inc_entry_point[1]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 406 406 </td> 407 407 </tr> … … 417 417 <tr> 418 418 <td class="container"> 419 ({$inc_entry_point[2]|smarty:nodefaults })419 ({$inc_entry_point[2]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'}) 420 420 </td> 421 421 </tr>
Note: See TracChangeset
for help on using the changeset viewer.