Changeset 1248
- Timestamp:
- Dec 17, 2006, 9:30:59 PM (16 years ago)
- Location:
- OpenPNE/branches/takanashi/prj_takanashi6/webapp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/takanashi/prj_takanashi6/webapp/lib/util/page.php
r1239 r1248 195 195 return $contents; 196 196 } 197 function fetch_inc_entry_point_h_reply_message(&$smarty) 198 { 199 $target = 'h_reply_message'; 200 201 $contents = array(); 202 for ($i = 1; $i <= 12; $i++) { 203 $tpl = sprintf('db:inc_entry_point_%s_%d', $target, $i); 204 $contents[$i] = fetch_from_db($tpl, $smarty); 205 } 206 return $contents; 207 } 197 208 198 209 function fetch_ktai_inc_entry_point_o_login(&$smarty) 199 {210 c{ 200 211 $target = 'ktai_o_login'; 201 212 -
OpenPNE/branches/takanashi/prj_takanashi6/webapp/modules/admin/templates/edit_entry_point.tpl
r1239 r1248 61 61 </dd> 62 62 63 <dt><strong class="item">【PC版】 h_reply_message</strong></dt> 64 <dd> 65 <ul> 66 <li><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('edit_entry_point')})&target=h_reply_message&num=1">h_reply_message 1</a></li> 67 </ul> 68 </dd> 69 63 70 <dt><strong class="item">【携帯版】 o_login</strong></dt> 64 71 <dd> -
OpenPNE/branches/takanashi/prj_takanashi6/webapp/modules/pc/page/h_reply_message.php
r102 r1248 12 12 13 13 $this->set('inc_navi', fetch_inc_navi("h")); 14 // inc_entry_point 15 $this->set('inc_entry_point', fetch_inc_entry_point_h_reply_message($this->getView())); 16 14 17 return 'success'; 15 18 } -
OpenPNE/branches/takanashi/prj_takanashi6/webapp/modules/pc/templates/h_reply_message.tpl
r1081 r1248 49 49 <td class="bg_03" align="center"> 50 50 <div class="padding_s">送信完了しました。</div> 51 ({if $inc_entry_point[3]}) 52 ({$inc_entry_point[3]|smarty:nodefaults}) 53 ({/if}) 51 54 </td> 52 55 </tr>
Note: See TracChangeset
for help on using the changeset viewer.