OSDN Git Service

「イベント情報メイン」ウィジェットの表示日付にクラス名を付ける。
authornaoki hirata <naoki@magic3.org>
Sat, 9 Nov 2013 10:46:03 +0000 (19:46 +0900)
committernaoki hirata <naoki@magic3.org>
Sat, 9 Nov 2013 10:46:03 +0000 (19:46 +0900)
widgets/event_main/include/template/main.tmpl.html
widgets/event_main/include/template/search.tmpl.html

index 62e8010..17514f1 100644 (file)
@@ -65,7 +65,7 @@ $(function(){
 <patTemplate:tmpl name="entrylist">\r
 <div class="event_entry">\r
 <h2><a href="{PERMALINK}">{TITLE}</a></h2>\r
-<div><small>日時:&nbsp;{DATE}&nbsp;&nbsp;&nbsp;&nbsp;{PLACE}</small></div>\r
+<div><span class="event_datetime">日時:&nbsp;{DATE}&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="event_place">{PLACE}</span></div>\r
 {BUTTON_LIST}\r
 <div>{ENTRY}</div>{RESULT}\r
 <patTemplate:tmpl name="entry_footer" visibility="hidden">{LINK}</patTemplate:tmpl>\r
index 8dffe70..03d903d 100644 (file)
@@ -1,10 +1,22 @@
+/**\r
+ * 表示データ作成用テンプレート(patTemplate)\r
+ *\r
+ * LICENSE: This source file is licensed under the terms of the GNU General Public License.\r
+ *\r
+ * @package    Magic3 Framework\r
+ * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
+ * @copyright  Copyright 2006-2013 Magic3 Project.\r
+ * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
+ * @version    SVN: $Id$\r
+ * @link       http://www.magic3.org\r
+ */\r
 <patTemplate:tmpl name="_widget">\r
 <!-- m3:ErrorMessage -->\r
 <h1>イベント検索結果</h1>\r
 <patTemplate:tmpl name="message" visibility="hidden"><div>{MESSAGE}</div></patTemplate:tmpl>\r
 <patTemplate:tmpl name="entrylist">\r
 <h2>{TITLE}</h2>\r
-<div><span style="font-size:smaller;">日時:&nbsp;{DATE}&nbsp;&nbsp;&nbsp;&nbsp;場所:&nbsp;{PLACE}</span></div>\r
+<div><span class="event_datetime">日時:&nbsp;{DATE}&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="event_place">場所:&nbsp;{PLACE}</span></div>\r
 <div>{ENTRY}</div>\r
 <div>&nbsp;&nbsp;</div>\r
 </patTemplate:tmpl>\r