Changeset 20392
- Timestamp:
- 10/01/08 22:02:34 (3 months ago)
- Location:
- events/phpframework/codeigniter/trunk/system/application
- Files:
-
- 3 modified
-
controllers/account.php (modified) (2 diffs)
-
views/account/main.php (modified) (1 diff)
-
views/account/main_password.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/codeigniter/trunk/system/application/controllers/account.php
r20389 r20392 58 58 $this->session->set_flashdata('ticket', $data->ticket); 59 59 60 $data->msg = '<h1 >設定を保存しました。</h1>';60 $data->msg = '<h1 id="msg">設定を保存しました。</h1>'; 61 61 $data->username = $users->username; 62 62 $data->email = $users->email; … … 117 117 $this->session->set_flashdata('ticket', $data->ticket); 118 118 119 $data->msg = '<h1 >設定を保存しました。</h1>';119 $data->msg = '<h1 id="msg">設定を保存しました。</h1>'; 120 120 $data->title = 'Phwittr'; 121 121 $data->header = $this->load->view('account/header', '', TRUE); -
events/phpframework/codeigniter/trunk/system/application/views/account/main.php
r19981 r20392 1 1 <script type="text/javascript"> 2 /* ページ表示後 に #sub (右コラム) を隠す*/2 /* ページ表示後の処理 */ 3 3 $(document).ready(function(){ 4 /* 右コラムを隠す */ 4 5 $('#sub').hide(); 6 /* メッセージを消す */ 7 $('#msg').fadeOut(3000); 5 8 }); 6 9 </script> 7 10 8 <?=$msg?>9 11 10 12 <div class="main"> 13 <?=$msg?> 11 14 <h1><?=my_pict(31)?> <?=$username?></h1> 12 15 -
events/phpframework/codeigniter/trunk/system/application/views/account/main_password.php
r19981 r20392 1 1 <script type="text/javascript"> 2 /* ページ表示後 に #sub (右コラム) を隠す*/2 /* ページ表示後の処理 */ 3 3 $(document).ready(function(){ 4 /* 右コラムを隠す */ 4 5 $('#sub').hide(); 6 /* メッセージを消す */ 7 $('#msg').fadeOut(3000); 5 8 }); 6 9 </script> 7 10 8 <?=$msg?>9 11 10 12 <div class="main"> 13 <?=$msg?> 11 14 <h1><?=my_pict(31)?> <?=$username?></h1> 12 15
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)