From 8af3d2aa2bab1322a9883b41d2625661b33fa8fd Mon Sep 17 00:00:00 2001 From: yudai1999 Date: Sun, 8 Apr 2012 23:10:23 +0900 Subject: [PATCH 1/7] Only in the SNS member's timeline count number of characters added --- .../timeline/templates/_timelineAll.php | 3 ++ web/css/counter.css | 7 ++++ web/js/counter.js | 32 +++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 web/css/counter.css create mode 100644 web/js/counter.js diff --git a/apps/pc_frontend/modules/timeline/templates/_timelineAll.php b/apps/pc_frontend/modules/timeline/templates/_timelineAll.php index c55b730..9c8f6e7 100644 --- a/apps/pc_frontend/modules/timeline/templates/_timelineAll.php +++ b/apps/pc_frontend/modules/timeline/templates/_timelineAll.php @@ -12,8 +12,10 @@ + + - - - - - - - - - - - - -

SNSメンバー全員のタイムライン

- -
-
- -
-
-
- - -
-
- -
-
- -
- -
-
- diff --git a/web/css/counter.css b/web/css/counter.css index 85098ab..feee0ad 100644 --- a/web/css/counter.css +++ b/web/css/counter.css @@ -1,7 +1,7 @@ #counter{ - position: relative; - top: 3px; - left: 330px; + position: absolute; + top: 75px; + left: 340px; font-size: 18px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } From 8f799fae190440d419b9feb17f13830bcdcc199d Mon Sep 17 00:00:00 2001 From: yudai1999 Date: Wed, 11 Apr 2012 07:56:21 +0900 Subject: [PATCH 5/7] Implement a counter to count the number of characters in the timeline of the members --- .../timeline/templates/_timelineAll.php | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 apps/pc_frontend/modules/timeline/templates/_timelineAll.php diff --git a/apps/pc_frontend/modules/timeline/templates/_timelineAll.php b/apps/pc_frontend/modules/timeline/templates/_timelineAll.php new file mode 100644 index 0000000..ba71d1a --- /dev/null +++ b/apps/pc_frontend/modules/timeline/templates/_timelineAll.php @@ -0,0 +1,52 @@ + + + + + + + + + + + + + +

SNSメンバー全員のタイムライン

+ +
+
+ +
+
+
+ + +
+
+ +
+
+ +
+ +
+
+ From 7fd35a2190083fd999038a87b6dee74e915e5c14 Mon Sep 17 00:00:00 2001 From: yudai1999 Date: Thu, 19 Apr 2012 14:38:59 +0900 Subject: [PATCH 6/7] Character Count Script 1.00 mounting. --- .../timeline/templates/_timelineAll.php | 5 +- web/css/counter.css | 1 + web/js/counter.js | 73 +++++++++++-------- 3 files changed, 47 insertions(+), 32 deletions(-) diff --git a/apps/pc_frontend/modules/timeline/templates/_timelineAll.php b/apps/pc_frontend/modules/timeline/templates/_timelineAll.php index ba71d1a..940db61 100644 --- a/apps/pc_frontend/modules/timeline/templates/_timelineAll.php +++ b/apps/pc_frontend/modules/timeline/templates/_timelineAll.php @@ -12,11 +12,14 @@ - +//Character Count Script + + +