Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
f8c7915f
Commit
f8c7915f
authored
May 08, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title属性にタイトル文字列を設定
parent
0e4fbf3a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
abvw/js/bookmark.js
+1
-1
abvw/js/contentsearch.js
+1
-1
abvw/js/history.js
+1
-1
abvw/js/home.js
+2
-2
No files found.
abvw/js/bookmark.js
View file @
f8c7915f
...
@@ -682,7 +682,7 @@ BOOKMARK.insertRow = function(contentid, pageThumbnail, pageTitle, pageText, pag
...
@@ -682,7 +682,7 @@ BOOKMARK.insertRow = function(contentid, pageThumbnail, pageTitle, pageText, pag
newRow
+=
'</a>'
;
newRow
+=
'</a>'
;
newRow
+=
'<div class="text">'
;
newRow
+=
'<div class="text">'
;
newRow
+=
'<a class="name" href="#"
>'
+
'<div class ="pageTitle" >'
+
pageTitle
+
'</div>'
+
'
</a>'
;
newRow
+=
'<a class="name" href="#"
title="'
+
pageTitle
+
'" ><div class ="pageTitle" >'
+
pageTitle
+
'</div>
</a>'
;
newRow
+=
'<div class="info">'
;
newRow
+=
'<div class="info">'
;
newRow
+=
'<ul class="date">'
;
newRow
+=
'<ul class="date">'
;
...
...
abvw/js/contentsearch.js
View file @
f8c7915f
...
@@ -241,7 +241,7 @@ CONTENTSEARCH.renderContent = function(id, text, division, type, order, from, to
...
@@ -241,7 +241,7 @@ CONTENTSEARCH.renderContent = function(id, text, division, type, order, from, to
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 46px; "/>'
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 46px; "/>'
+
' </a>'
+
' </a>'
+
' <div class="text">'
+
' <div class="text">'
+
' <a id="title'
+
post
.
contentId
+
'" class="name dialog" contentid="'
+
post
.
contentId
+
'">'
+
' <a id="title'
+
post
.
contentId
+
'" class="name dialog" contentid="'
+
post
.
contentId
+
'"
title="'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'"
>'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
' <div class="content-list">'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'</div>'
+
' <div class="content-list">'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'</div>'
+
' </a>'
+
' </a>'
...
...
abvw/js/history.js
View file @
f8c7915f
...
@@ -1397,7 +1397,7 @@ HISTORY.renderContentAfterSort = function(contentSortArr){
...
@@ -1397,7 +1397,7 @@ HISTORY.renderContentAfterSort = function(contentSortArr){
+
' <img id="imgloading'
+
post
.
contentid
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 46px; "/>'
+
' <img id="imgloading'
+
post
.
contentid
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 46px; "/>'
+
' </a>'
+
' </a>'
+
' <div class="text">'
+
' <div class="text">'
+
' <a id="title'
+
post
.
contentid
+
'" class="name dialog" contentid="'
+
post
.
contentid
+
'">'
+
' <a id="title'
+
post
.
contentid
+
'" class="name dialog" contentid="'
+
post
.
contentid
+
'"
title="'
+
COMMON
.
htmlEncode
(
post
.
contenttitle
)
+
'"
>'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contenttype
)
+
'" width="20" height="20">'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contenttype
)
+
'" width="20" height="20">'
+
' <div class="content-list">'
+
COMMON
.
htmlEncode
(
post
.
contenttitle
)
+
'</div>'
+
' <div class="content-list">'
+
COMMON
.
htmlEncode
(
post
.
contenttitle
)
+
'</div>'
+
' </a>'
+
' </a>'
...
...
abvw/js/home.js
View file @
f8c7915f
...
@@ -1649,7 +1649,7 @@ HOME.renderContent = function(id, text, division, type, order, from, to, cateid,
...
@@ -1649,7 +1649,7 @@ HOME.renderContent = function(id, text, division, type, order, from, to, cateid,
+
' </div>'
+
' </div>'
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 86px; "/>'
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 86px; "/>'
+
' </div>'
+
' </div>'
+
' <a id="title'
+
post
.
contentId
+
'" class="dialog name lang" lang="lblTitle" contentid="'
+
post
.
contentId
+
'">'
+
' <a id="title'
+
post
.
contentId
+
'" class="dialog name lang" lang="lblTitle" contentid="'
+
post
.
contentId
+
'"
title="'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'"
>'
+
' <img src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
' <img src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
COMMON
.
truncate
(
COMMON
.
htmlEncode
(
post
.
contentTitle
),
20
)
+
COMMON
.
truncate
(
COMMON
.
htmlEncode
(
post
.
contentTitle
),
20
)
+
' </a>'
+
' </a>'
...
@@ -1671,7 +1671,7 @@ HOME.renderContent = function(id, text, division, type, order, from, to, cateid,
...
@@ -1671,7 +1671,7 @@ HOME.renderContent = function(id, text, division, type, order, from, to, cateid,
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 46px; "/>'
+
' <img id="loadingIcon'
+
post
.
contentId
+
'" src="./img/data_loading.gif" height="25px" width="25px" style="padding: 46px; "/>'
+
' </a>'
+
' </a>'
+
' <div class="text">'
+
' <div class="text">'
+
' <a id="title'
+
post
.
contentId
+
'" class="dialog name lang" lang="lblTitle" contentid="'
+
post
.
contentId
+
'">'
+
' <a id="title'
+
post
.
contentId
+
'" class="dialog name lang" lang="lblTitle" contentid="'
+
post
.
contentId
+
'"
title="'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'"
>'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
' <img class="listIcon" src="'
+
HEADER
.
getIconTypeContent
(
post
.
contentType
)
+
'" width="20" height="20">'
+
' <div class="content-list">'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'</div>'
+
' <div class="content-list">'
+
COMMON
.
htmlEncode
(
post
.
contentTitle
)
+
'</div>'
+
' </a>'
+
' </a>'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment