사용자: 회원스킨 정보찾기 일부 스타일
This commit is contained in:
@ -101,9 +101,9 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="pg">
|
|
||||||
<?=get_paging($config[cf_write_pages], $page, $total_page, $_SERVER[PHP_SELF].'?'.$qstr.'&page=');?>
|
<?=get_paging($config[cf_write_pages], $page, $total_page, $_SERVER[PHP_SELF].'?'.$qstr.'&page=');?>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -137,7 +137,7 @@ table a {color:#000;text-decoration:none}
|
|||||||
.td_name {width:100px;text-align:left}
|
.td_name {width:100px;text-align:left}
|
||||||
.td_name div {position:relative}
|
.td_name div {position:relative}
|
||||||
.td_date {width:60px;text-align:center}
|
.td_date {width:60px;text-align:center}
|
||||||
.td_datetime {width:100px;text-align:center}
|
.td_datetime {width:110px;text-align:center}
|
||||||
.td_mng {width:80px;text-align:center}
|
.td_mng {width:80px;text-align:center}
|
||||||
|
|
||||||
/* ///// 새창 기본 스타일 ///// */
|
/* ///// 새창 기본 스타일 ///// */
|
||||||
|
|||||||
@ -13,7 +13,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
해당 이메일로 아이디와 패스워드 정보를 보내드립니다.
|
해당 이메일로 아이디와 패스워드 정보를 보내드립니다.
|
||||||
</p>
|
</p>
|
||||||
<label for="mb_email">E-mail 주소<strong class="sound_only">필수</strong></label>
|
<label for="mb_email">E-mail 주소<strong class="sound_only">필수</strong></label>
|
||||||
<input type="text" id="mb_email" name="mb_email" class="fieldset_input email" required size="30" title="E-mail 주소">
|
<input type="text" id="mb_email" name="mb_email" class="fs_input email" required size="30" title="E-mail 주소">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<?=captcha_html(); ?>
|
<?=captcha_html(); ?>
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
|
|||||||
Reference in New Issue
Block a user