Changeset 3346 for temp/trunk/html
- Timestamp:
- 2006/08/30 23:05:25 (20 years ago)
- Location:
- temp/trunk/html/mypage
- Files:
-
- 8 edited
-
change.php (modified) (1 diff)
-
change_complete.php (modified) (1 diff)
-
delivery.php (modified) (1 diff)
-
history.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
login.php (modified) (1 diff)
-
refusal.php (modified) (1 diff)
-
refusal_complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/mypage/change.php
r3335 r3346 7 7 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change.tpl'; 8 8 $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(ÆþÎÏ¥Ú¡¼¥¸)'; 9 $this->tpl_navi = 'mypage/navi.tpl';9 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 10 10 $this->tpl_mainno = 'mypage'; 11 11 $this->tpl_mypageno = 'change'; -
temp/trunk/html/mypage/change_complete.php
r3335 r3346 6 6 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl'; 7 7 $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)'; 8 $this->tpl_navi = 'mypage/navi.tpl';8 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 9 9 $this->tpl_mypageno = 'change'; 10 10 } -
temp/trunk/html/mypage/delivery.php
r3335 r3346 7 7 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery.tpl'; 8 8 $this->tpl_title = "MY¥Ú¡¼¥¸/¤ªÆÏ¤±ÀèÄɲåÊѹ¹"; 9 $this->tpl_navi = 'mypage/navi.tpl';9 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 10 10 $this->tpl_mainno = 'mypage'; 11 11 $this->tpl_mypageno = 'delivery'; -
temp/trunk/html/mypage/history.php
r3335 r3346 6 6 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/history.tpl'; 7 7 $this->tpl_title = "MY¥Ú¡¼¥¸/¹ØÆþÍúÎò¾ÜºÙ"; 8 $this->tpl_navi = 'mypage/navi.tpl';8 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 9 9 $this->tpl_mainno = 'mypage'; 10 10 $this->tpl_mypageno = 'index'; -
temp/trunk/html/mypage/index.php
r3343 r3346 7 7 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl'; 8 8 $this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷'; 9 $this->tpl_navi = '../mypage/navi.tpl';9 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 10 10 $this->tpl_mainno = 'mypage'; 11 11 $this->tpl_mypageno = 'index'; -
temp/trunk/html/mypage/login.php
r3335 r3346 5 5 function LC_Page() { 6 6 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/login.tpl'; 7 $this->tpl_css = '/css/layout/mypage/login.css';8 7 $this->tpl_title = 'MY¥Ú¡¼¥¸(¥í¥°¥¤¥ó)'; 9 8 } -
temp/trunk/html/mypage/refusal.php
r3340 r3346 7 7 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl'; 8 8 $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤(ÆþÎÏ¥Ú¡¼¥¸)"; 9 $this->tpl_navi = './navi.tpl';9 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 10 10 $this->tpl_mainno = 'mypage'; 11 11 $this->tpl_mypageno = 'refusal'; -
temp/trunk/html/mypage/refusal_complete.php
r3335 r3346 7 7 $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_complete.tpl'; 8 8 $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤(´°Î»¥Ú¡¼¥¸)"; 9 $this->tpl_css = '/css/layout/mypage/refusal_complete.css'; 10 $this->tpl_navi = 'mypage/navi.tpl'; 9 $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 11 10 $this->tpl_mypageno = 'refusal'; 12 11 $this->point_disp = false;
Note: See TracChangeset
for help on using the changeset viewer.
