Skip to content

Commit

Permalink
fix encode
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 7, 2012
1 parent ff8b2d8 commit 6ca76de
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions public_html/jquery_mobile/datebox/index.html
Expand Up @@ -19,8 +19,19 @@
<h1>出発日・日数選択</h1>
</div>
<div data-role="content">
<input name="mydate" id="mydate" type="hidden" data-role="datebox"
data-options='{"mode": "calbox","useInline": true}'>
<div data-role="fieldcontain">
<input name="mydate" id="mydate" type="text" data-role="datebox"
data-options='{"mode": "calbox","useInline": true,"pickPageButtonTheme": "c","pickPageTodayButtonTheme": "b"}'>
</div>
<div data-role="fieldcontain">
<label for="select-choice-1" class="select">日数:</label>
<select name="select-choice-1" id="select-choice-1">
<option value="standard">Standard: 7 day</option>
<option value="rush">Rush: 3 days</option>
<option value="express">Express: next day</option>
<option value="overnight">Overnight</option>
</select>
</div>

</div>

Expand Down

0 comments on commit 6ca76de

Please sign in to comment.