• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision66daf0a456ab3534b731cee7466fb74f45061bd9 (tree)
Time2013-04-20 14:08:43
AuthorTakayuki Okumura <taka451213@hotm...>
CommiterTakayuki Okumura

Log Message

お知らせの表示バグ修正、求人詳細画面のデザイン修正、特記事項取得順序変更。

Change Summary

Incremental Difference

--- a/dao/OfferRemarkDao.php
+++ b/dao/OfferRemarkDao.php
@@ -19,7 +19,7 @@ select offer_code,
1919 remark
2020 from offer_remark
2121 where offer_code = '%s'
22- order by remark
22+ order by null
2323 SQL;
2424 private static $DELETE = <<<'SQL'
2525 delete from offer_remark
--- a/front/html/job_detail.html
+++ b/front/html/job_detail.html
@@ -204,9 +204,7 @@
204204 <ul style="margin: 0; list-style-type: none; padding: 0;">
205205 <?foreach ($contentList as $content):?>
206206 <li style="background: url('<?=DOMAIN?>front/img/marker.png') left top no-repeat; padding-left: 16px;">
207- <span style="font-size: x-small;">
208- <?=$content?>
209- </span>
207+ <?=$content?>
210208 </li>
211209 <?endforeach;?>
212210 </ul>
@@ -283,9 +281,7 @@
283281 <ul style="margin: 0; padding-left: 0; list-style: none;">
284282 <?foreach ($remarkList as $remark):?>
285283 <li style="background: url('<?=DOMAIN?>front/img/marker.png') left top no-repeat; padding-left: 16px;">
286- <span style="font-size: x-small;">
287- <?=$remark?>
288- </span>
284+ <?=$remark?>
289285 </li>
290286 <?endforeach;?>
291287 </ul>
--- a/front/html/top.html
+++ b/front/html/top.html
@@ -33,7 +33,7 @@
3333 </div>
3434 <div id="main">
3535 <div class="title">お知らせ</div>
36- <div class="list" style="margin-bottom: 20px; padding: 1em;">
36+ <div class="list" style="margin-bottom: 20px; padding: 1em; background-color: #FFFFFF;">
3737 <?=nl2br($topic)?>
3838 </div>
3939 <form id="frm" method="post" action="<?=DOMAIN?>job_list/search">