Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
a0342187
Commit
a0342187
authored
Mar 11, 2019
by
john
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3010
parent
0fbb2249
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
common/modules/documentation/views/page/view.php
common/modules/documentation/views/page/view.php
+16
-0
No files found.
common/modules/documentation/views/page/view.php
View file @
a0342187
...
@@ -59,6 +59,7 @@ $modelDocList = new DocList();
...
@@ -59,6 +59,7 @@ $modelDocList = new DocList();
</div>
</div>
<?php
echo
$modelContent
->
html
?>
<?php
echo
$modelContent
->
html
?>
<div
class=
"pluso"
data-background=
"transparent"
data-options=
"big,square,line,horizontal,nocounter,theme=04"
data-services=
"facebook,vkontakte,twitter,google"
></div>
</div>
</div>
<!-- Sidebar -->
<!-- Sidebar -->
...
@@ -114,4 +115,19 @@ $modelDocList = new DocList();
...
@@ -114,4 +115,19 @@ $modelDocList = new DocList();
</div>
</div>
</div>
</div>
</div>
</div>
<?php
$js
=<<<
JS
(
function
()
{
if
(
window
.
pluso
)
if
(
typeof
window
.
pluso
.
start
==
"function"
)
return
;
if
(
window
.
ifpluso
==
undefined
)
{
window
.
ifpluso
=
1
;
var
d
=
document
,
s
=
d
.
createElement
(
'script'
),
g
=
'getElementsByTagName'
;
s
.
type
=
'text/javascript'
;
s
.
charset
=
'UTF-8'
;
s
.
async
=
true
;
s
.
src
=
(
'https:'
==
window
.
location
.
protocol
?
'https'
:
'http'
)
+
'://share.pluso.ru/pluso-like.js'
;
var
h
=
d
[
g
](
'body'
)[
0
];
h
.
appendChild
(
s
);
}})();
JS
;
$this
->
registerJs
(
$js
);
?>
<?=
$this
->
render
(
'@app/views/layouts/footer'
)
?>
<?=
$this
->
render
(
'@app/views/layouts/footer'
)
?>
\ No newline at end of file
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