• 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

Revisione6719766c6b495194268cfdb22669945215f06b2 (tree)
Time2013-04-18 11:28:36
Authortes-okumura <tes-okumura@sint...>
Commitertes-okumura

Log Message

時間文言修正

Change Summary

Incremental Difference

--- a/back/app/Offer.php
+++ b/back/app/Offer.php
@@ -173,7 +173,7 @@ final class Offer extends Action {
173173 }
174174 return array($photo1, $photo2);
175175 }
176- private static $TIMES = array('00' => '00', '01' => '01', '02' => '02', '03' => '03', '04' => '04', '05' => '05', '06' => '06', '07' => '07', '08' => '08', '09' => '09', '10' => '10', '11' => '11', '12' => '12', '13' => '13', '14' => '14', '15' => '15', '16' => '16', '17' => '17', '18' => '18', '19' => '19', '20' => '20', '21' => '21', '22' => '22', '23' => '23');
176+ private static $TIMES = array('深夜 0' => '深夜 0', '深夜 1' => '深夜 1', '深夜 2' => '深夜 2', '深夜 3' => '深夜 3', '早朝 4' => '早朝 4', '早朝 5' => '早朝 5', '早朝 6' => '早朝 6', '7' => '7', '8' => '8', '9' => '9', '10' => '10', '11' => '11', '12' => '12', '13' => '13', '14' => '14', '15' => '15', '16' => '16', '17' => '17', '18' => '18', '19' => '19', '20' => '20', '21' => '21', '22' => '22', '23' => '23');
177177 private static $MINUTES = array('00' => '00', '15' => '15', '30' => '30', '45' => '45');
178178 private function createSelect() {
179179 $dao = new OccupationDao();
--- a/back/html/offer.html
+++ b/back/html/offer.html
@@ -395,7 +395,7 @@ td {
395395 <legend>就業時間選択</legend>
396396 <div class="error" id="error_time"></div>
397397 開始時間
398- <select id="start_time" style="width: 4em;">
398+ <select id="start_time" style="width: 6em;">
399399 <?=$times?>
400400 </select>
401401
@@ -405,7 +405,7 @@ td {
405405 分 ~
406406 <br>
407407 終了時間
408- <select id="end_time" style="width: 4em;">
408+ <select id="end_time" style="width: 6em;">
409409 <?=$times?>
410410 </select>
411411