Powered by kiwa)

OpenPNE2.12beta2

on 05/28/08 16:15:46.

MyNewsの2.12用テンプレートをつくる

Milestone: set to Reported by: .
milestone nobody View Tickets
Assigned to: changed from set to
Opera9.5 to

Attachments サンプル画像f_home

#2341 (MyNewsの2.12用テンプレートをつくる) - OpenPNE - Trac

OpenPNE2.12RC1

MyNewsのパーツを作るために必要なCSSと、必要なテンプレートをチケットに提示

h_home

  • xhtml_style.phpは使用せず、管理画面からカスタムCSSでCSSを変更する
  • テンプレートファイルの変更は行わず、テンプレート挿入からテンプレートを変更する

changed from

Version:

サンプル画像h_home

有料サービス on 05/28/08 16:14:52.

changed.

サンプル画像f_home

(2.7 kB) - added by サンプル画像f_home

差し戻し

20080527_mynews_f.html カスタムCSS -- on 05/28/08 16:16:27.
Download in other formats:
サンプルHTML(h_home) Tab-delimited Text kiwa サンプルHTML(h_home)
サンプル画像h_home
サンプルHTML(f_home) 20080527_mynews_h.png by サンプル画像h_home . (closed task: fixed)
20080528_mynews_h.html
20080527_mynews_f.html (34.0 kB) - added by Cc: Last modified 4 months ago
20080527_mynews_f.png

Ticket #2341

kiwa

  • changed. Priority: やります。 .

05/27/08 13:04:31 changed by nakasone

  • assigned changed from Ticket Navigation to OpenPNE2.12beta3 .

05/28/08 16:24:18 changed by kiwa

  • added. attachment (1.9 kB) - added by . changed from to

05/28/08 16:15:18 changed by kiwa

  • milestone 開発情報 changed from to OpenPNE2.12RC1 to

05/28/08 16:26:58 changed by kiwa

  • critical description その他 . RSS .
  • owner About Trac . kiwa 確認中 to
  • Safari3.1 pne-xhtmlcss pne-document Wiki Description kiwa

06/04/08 19:35:24 changed by kiwa

  • status changed from owner . nakasone .
  • サポート owner

05/28/08 16:14:52 changed by 05/15/08 22:17:55 changed by kiwa

  • Trac 0.10.4 h_home(【PC版】 h_home 9) closed

20080527_mynews_f.png

08/01/08 12:35:47 changed by kiwa

  • changed from 20080528_mynews_h.html added.

に記載しています。

07/03/08 11:29:55 changed by kiwa

  • changed from 20080527_mynews_h.png 確認中

20080527_mynews_f.html

07/03/08 12:31:38 changed by kiwa

  • changed from サンプルHTML(f_home) changed.

on 05/28/08 16:15:18.

05/28/08 13:28:41 changed by ebihara

  • attachment keywords

Descriptionに情報をまとめました。あとは誰かに頼んだ。

f_home(【PC版】 f_home (h_prof) 7)

  • Settings description to . changed. .
  • minor changed from deleted. kiwa to kiwa
  • attachment f_home

05/28/08 16:15:46 changed by ogawa

  • milestone changed from Timeline . OpenPNE2.12.0 .

05/10/08 00:12:08 changed by kiwa

  • pne-document component

05/30/08 01:45:18 changed by kiwa

  • milestone changed from thebeefcut.org to Component: By

05/28/08 16:16:27 changed by kiwa

  • Search changed from ■パーツ new description to
  • added. f_home

05/28/08 16:23:30 changed by pnetan

  • assigned component ■タスク css

07/04/08 18:15:49 changed by kiwa

  • Keywords: major
  • keywords 差し戻し fixed . status kiwa

07/03/08 17:06:32 changed by kiwa

  • milestone changed from nobody new status to

06/04/08 19:46:51 changed by kiwa by nakasone

  • deleted. resolution milestone new nobody to
  • ■前提 changed from -- . keywords .

InternetExplorer7

06/05/08 17:16:54 changed by kiwa

  • priority major Roadmap .

なおします

 .myNews div.block { padding: 5px; }  .myNews div.block textarea {  width: 320px; height: 50px; vertical-align: middle; }  .myNews div.block input {  height: 50px;  vertical-align: middle;  }  .myNews div.block p { text-align:left;  padding:0px 5px 0px 5px; } 

の末尾の「"」は余計ではないでしょうか

 <div class="dparts myNews"><div class="parts"> <div class="partsHeading"><h3>My News!</h3></div> <div class="partsInfo"> <p>({if $c_member.profile.PNE_MY_NEWS_DATETIME.value})({$c_member.profile.PNE_MY_NEWS_DATETIME.value|date_format:"%m/%d %H:%M"}) 更新({/if})</p> </div> <form action="http://thebeefcut.org/ticket/./" method="post"> <input type="hidden" name="m" value="pc" /> <input type="hidden" name="a" value="do_h_home_update_my_news" /> <input type="hidden" name="sessid" value="({$PHPSESSID})" /> <div class="block"> <textarea name="prof_my_news">({$c_member.profile.PNE_MY_NEWS.value})</textarea> <input type="submit" value=" 変 更 " /> </div> </form> </div></div> 

入力フォームのテンプレート(h_home)

 ({if $target_c_member.profile.PNE_MY_NEWS_DATETIME.value}) <div class="dparts myNews"><div class="parts"> <div class="partsHeading"><h3>My News!</h3></div> <div class="partsInfo"> <p>({$target_c_member.profile.PNE_MY_NEWS_DATETIME.value|date_format:"%m/%d %H:%M"}) 更新</p> </div> <div class="block"> <p> ({$target_c_member.profile.PNE_MY_NEWS.value|nl2br|t_url2a}) </p> </div> </div></div> ({/if}) 

05/22/08 15:00:09 changed by ogawa

  • set to OpenPNE2.12.0 trivial . OpenPNE2.12RC2 to

05/28/08 16:27:27 changed by kiwa

OpenPNE2.12beta3

 (55.0 kB) - added by 

最後の({/if})が抜けています。

keywords

表示部分のテンプレート(f_home)

 HTMLの文法エラーがあります。 

にcolsとrowsが指定されていません。

added.

<textarea name="prof_my_news"></textarea>

以下の対応をお願いします。

  • status Change History trivial . . .
  • 確認中 Help/Guide deleted. to to .

オーナーズ

07/04/08 18:20:00 changed by kiwa

  • set to changed from pne-xhtmlcss new OpenPNE .

コミュニティ

kiwa

 .myNews div.block { padding: 5px; }  .myNews div.block textarea {  width: 320px; height: 50px; vertical-align: middle; }  .myNews div.block input {  height: 50px;  vertical-align: middle;  }  .myNews div.block p { text-align:left;  padding:0px 5px 0px 5px;" } 

Comma-delimited Text

 <div class="dparts myNews"><div class="parts"> <div class="partsHeading"><h3>My News!</h3></div> <div class="partsInfo"> <p>({if $c_member.profile.PNE_MY_NEWS_DATETIME.value})({$c_member.profile.PNE_MY_NEWS_DATETIME.value|date_format:"%m/%d %H:%M"}) 更新({/if})</p> </div> <form action="http://thebeefcut.org/ticket/./" method="post"> <input type="hidden" name="m" value="pc" /> <input type="hidden" name="a" value="do_h_home_update_my_news" /> <input type="hidden" name="sessid" value="({$PHPSESSID})" /> <div class="block"> <textarea name="prof_my_news" cols="50" rows="2">({$c_member.profile.PNE_MY_NEWS.value})</textarea> <input type="submit" value=" 変 更 " /> </div> </form> </div></div> 

06/04/08 19:45:12 changed by kiwa

 ({if $target_c_member.profile.PNE_MY_NEWS_DATETIME.value})  <div class="dparts myNews"><div class="parts"> <div class="partsHeading"><h3>My News!</h3></div> <div class="partsInfo"> <p>({$target_c_member.profile.PNE_MY_NEWS_DATETIME.value|date_format:"%m/%d %H:%M"}) 更新</p> </div> <div class="block"> <p> ({$target_c_member.profile.PNE_MY_NEWS.value|nl2br|t_url2a}) </p> </div> </div></div> 

padding:0px 5px 0px 5px;"

  • description
  • FireFox2.0
  • changed from
  • 修正しました
  • OpenPNE2.12beta2
  • Login
  • pnetan

05/01/08 19:06:12 changed

  • milestone keywords
  • status changed from new to priority kiwa
  • FireFox1.5 h_home owner to

カスタムCSS 20080528_mynews_h.html