Changeset 20392

Show
Ignore:
Timestamp:
10/01/08 22:02:34 (3 months ago)
Author:
kenji
Message:

Fix HTML, fede out message

Location:
events/phpframework/codeigniter/trunk/system/application
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/codeigniter/trunk/system/application/controllers/account.php

    r20389 r20392  
    5858                        $this->session->set_flashdata('ticket', $data->ticket); 
    5959                         
    60                         $data->msg = '<h1>設定を保存しました。</h1>'; 
     60                        $data->msg = '<h1 id="msg">設定を保存しました。</h1>'; 
    6161                        $data->username = $users->username; 
    6262                        $data->email    = $users->email; 
     
    117117                        $this->session->set_flashdata('ticket', $data->ticket); 
    118118                         
    119                         $data->msg = '<h1>設定を保存しました。</h1>'; 
     119                        $data->msg = '<h1 id="msg">設定を保存しました。</h1>'; 
    120120                        $data->title  = 'Phwittr'; 
    121121                        $data->header = $this->load->view('account/header', '', TRUE); 
  • events/phpframework/codeigniter/trunk/system/application/views/account/main.php

    r19981 r20392  
    11<script type="text/javascript"> 
    2         /* ページ表示後に #sub (右コラム) を隠す */ 
     2        /* ページ表示後の処理 */ 
    33        $(document).ready(function(){ 
     4                /* 右コラムを隠す */ 
    45                $('#sub').hide(); 
     6                /* メッセージを消す */ 
     7                $('#msg').fadeOut(3000); 
    58        }); 
    69</script> 
    710 
    8 <?=$msg?> 
    911 
    1012<div class="main"> 
     13<?=$msg?> 
    1114<h1><?=my_pict(31)?> <?=$username?></h1> 
    1215 
  • events/phpframework/codeigniter/trunk/system/application/views/account/main_password.php

    r19981 r20392  
    11<script type="text/javascript"> 
    2         /* ページ表示後に #sub (右コラム) を隠す */ 
     2        /* ページ表示後の処理 */ 
    33        $(document).ready(function(){ 
     4                /* 右コラムを隠す */ 
    45                $('#sub').hide(); 
     6                /* メッセージを消す */ 
     7                $('#msg').fadeOut(3000); 
    58        }); 
    69</script> 
    710 
    8 <?=$msg?> 
    911 
    1012<div class="main"> 
     13<?=$msg?> 
    1114<h1><?=my_pict(31)?> <?=$username?></h1> 
    1215