[geeklogjp-devel 628] Issue 94 in geeklog-jp: mycaljpプラグイン 携帯でカレンダー単独表示の際に次月・前月移動ボタンが消える

アーカイブの一覧に戻る

codes****@googl***** codes****@googl*****
2009年 10月 15日 (木) 16:01:23 JST


Status: New
Owner: ivysoho
Labels: Type-Defect Priority-Medium

New issue 94 by ivysoho: mycaljpプラグイン 携帯でカレンダー単独表示の際に次 
月・前月移動ボタンが消える
http://code.google.com/p/geeklog-jp/issues/detail?id=94

問題を再現するための操作手順を記入して下さい。
1.iモード HTML シミュレータII シミュレートモード1から7で,
/mobileblocks.php?bid=11 (mycaljpカレンダー表示ブロック)を見る

正常に動作する場合に、期待される出力(表示)はなん
ですか?

»が《として正しくひょうじされる。

実際にはどのように出力(表示)されますか?

《》がまったく表示されない。

Geeklogのバージョン(開発版ではSubversionのブランチと
リビジョン)は何ですか?

Geeklog1.6.0

ラベルとテキストを使用して、できるだけ詳しく情報を
提供して下さい。

テンプレートを以下のようにすると表示されます。
携帯の場合は,テーブル組みが使えないので《》ではなく,テキストのほうがわかり
やすいと思います。

<!-- calendar.thtml -->

<div id="mycaljp">
   <p class="skip"><a href="#skipcalendar">{lang_skipcalendar}</a></p>
   <table style="text-align:center" class="mycaljp2" summary="Site Calendar">
     <tr class="title">
       <td colspan="1" onclick="loadHTMLFile('{testprevmonth}')"
onmouseover="this.style.cursor='pointer';">

  <!--mobile_only

  /mobile_only-->
  <!--not_for_mobile-->
    <div title="{lang_prevmonth}" >&#171;</div>
  <!--/not_for_mobile-->


       </td>
       <td colspan="5" style="text-align:center;">
         {title_1}&nbsp;{title_2}
       </td>
       <td colspan="1" onclick="loadHTMLFile('{testnextmonth}')"
onmouseover="this.style.cursor='pointer';">

  <!--mobile_only

  /mobile_only-->
  <!--not_for_mobile-->
    <div title="{lang_nextmonth}" >&#187;</div>
  <!--/not_for_mobile-->


       </td>
     </tr>
     <tr>
   {dayofweeks_title}
     </tr>
   {calendar_week}
   </table>
   <noscript>
     <table style="text-align:center" class="mycaljp2" summary="Site
Calendar noscript">
       <tr class="title">
         <td style="text-align:left;">

  <!--mobile_only
    <a href="{prevmonth}" title="{lang_prevmonth}" class="prevmonth">前月へ 
</a>
  /mobile_only-->
  <!--not_for_mobile-->
    <a href="{prevmonth}" title="{lang_prevmonth}"  
class="prevmonth">&#171;</a>
  <!--/not_for_mobile-->

         </td>
         <td style="text-align:right;">

  <!--mobile_only
    <a href="{nextmonth}"  title="{lang_nextmonth}" class="nextmonth">次月へ 
</a>
  /mobile_only-->
  <!--not_for_mobile-->
    <a href="{nextmonth}"  title="{lang_nextmonth}"  
class="nextmonth">&#187;</a>
  <!--/not_for_mobile-->

         </td>
       </tr>
     </table>
   </noscript>
   <p class="skip"><a name="skipcalendar" id="skipcalendar"> </a></p>
</div>


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




Geeklogjp-devel メーリングリストの案内
アーカイブの一覧に戻る