[Slashdotjp-dev 18] moon日記テーマ (実験)

Back to archive index

Oliver M. Bolzer olive****@faker*****
2004年 1月 18日 (日) 04:22:04 JST


誰かにIRCで提案され、暇だったのliquidベースにWindows XPのLuna風な
日記テーマを作ってみた。本当は画像を差し替えてCSSをちょっとイヂった
だけ。その画像もタイトルバー以外はxfwm4のredmonxpテーマから流用。ウィ
ンドウマネージャ系はいくらでも量産できそうだ。

あくまで遊びなので/.-Jに採用する予定はいまのところないが、もしもの
時のためにここに保存 (苦笑

-- 

	Oliver M. Bolzer

GPG (PGP) Fingerprint = 621B 52F6 2AC1 36DB 8761  018F 8786 87AD EF50 D1FF
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: moon.png
型:         image/png
サイズ:     32082 バイト
説明:       無し
下载 
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: moon.css
型:         text/css
サイズ:     1231 バイト
説明:       無し
URL:        http://lists.sourceforge.jp/mailman/archives/slashdotjp-dev/attachments/20040117/3ca06977/attachment.css 
-------------- next part --------------
__section__
default
__description__

__title__
Moon日記テーマ: Windows XP風
__page__
journal
__lang__
ja_JP
__name__
moon
__template__
[% USE Slash %]
<div class="journal moon">
	[% FOREACH article = articles %]
		[% FOREACH diatribe = article.article; topic = diatribe.topic %]

<div class="journalentry">

<div class="journalhead">
  <div class="entrynav">
[% IF user.uid == uid %]
  <a href="[% constants.rootdir %]/journal.pl?op=edit&id=[% diatribe.id %]"><img src="[% constants.imagedir %]/moonedit.gif" width="20" height="20" alt="◯" title="編集" /></a>
[% ELSE %]
  <img src="[% constants.imagedir %]/mooneditoff.gif" width="20" height="20" alt="◯" title="編集" />
[% END; IF is_friend %]
  <a href="[% constants.rootdir %]/journal.pl?op=deletemeta&uid=[% uid %]"><img src="[% constants.imagedir %]/moonfriend.gif" width="20" height="20" alt="◎" title="友達の縁を切る" /></a>
[% ELSIF user.is_anon || user.uid == uid %]
      <img src="[% constants.imagedir %]/moonfriendoff.gif" width="20" height="20" alt="◎" title="友達" />
[% ELSE %]
  <a href="[% constants.rootdir %]/journal.pl?op=addmeta&uid=[% uid %]"><img src="[% constants.imagedir %]/moonfriendoff.gif" width="15" height="20" alt="◎" title="友達認定" /></a>
[% END; IF user.uid == uid %]
  <a href="[% constants.rootdir %]/journal.pl?op=removemeta&id=[% diatribe.id %]"><img src="[% constants.imagedir %]/moondel.gif" width="20" height="20" alt="●" title="削除" /></a>
[% ELSE %]
      <img src="[% constants.imagedir %]/moondeloff.png" width="20" height="20" alt="●" title="削除" />
[% END %]
    </div>
    <h2><a href="/journal.pl?op=display&uid=[% uid %]&id=[% diatribe.id %]"><img src="[% constants.imagedir %]/moonbtn.gif" width="13" height="16" alt="・" /></a>
      <span class="journaltitle">[% diatribe.description %]</span> (<span class="journaldate">[% Slash.timeCalc(diatribe.date) %]</span>)
    </h2>
  </div>

  <div class="journalmain" style="clear: both;">
[% UNLESS diatribe.topic.tid == 5 %] 
  <div class="journaltopic" style="float: right;">
    <img src="[% constants.imagedir %]/topics/[% topic.image %]" alt="[% topic.alttext %]" title="[% topic.alttext %]" width="[% topic.width %]" height="[% topic.height %]" />
  </div>
[% END %]
  <div class="journaltext">
[% diatribe.article %]
  </div>

[% IF diatribe.discussion %]
  <br>
  <div class="journalcomment">
    <a href="[% constants.rootdir %]/comments.pl?sid=[% diatribe.discussion %]">[% diatribe.commentcount %]個のコメント</a>
  </div>
[% END %]
</div>
<div style="clear: both;"></div>
</div>
		[% END %]
	[% END %]
<div class="journalnav">
  [% back = back || 0;
  IF (back > -1) || forward %]
    <div>
      [% IF forward %]
      <a href="[% constants.rootdir %]/journal.pl?op=display&uid=[% uid %]&start=[% forward %]">前の[% constants.journal_default_display %]エントリ</a>
      [% END %]
      [% IF (back > -1) && forward %] |	[% END %]
      [% IF (back > -1) %]
      <a href="[% constants.rootdir %]/journal.pl?op=display&uid=[% uid %]&start=[% back %]">次の[% constants.journal_default_display %] エントリ</a>
      [% END %]
    </div>
  [% END %]
  <div>
    <a href="[% constants.rootdir %]/journal.pl?op=list&uid=[% uid %]">一覧</a>
  </div>
</div>

__seclev__
500
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: moon.tgz
型:         application/x-gtar
サイズ:     5051 バイト
説明:       無し
URL:        http://lists.sourceforge.jp/mailman/archives/slashdotjp-dev/attachments/20040117/3ca06977/attachment.tgz 


Slashdotjp-dev メーリングリストの案内
Back to archive index