Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344316
iframes.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
iframes.js
View Options
/**
* Copyright (C) 2021 The Software Heritage developers
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU Affero General Public License version 3, or any later version
* See top-level LICENSE file for more information
*/
export
function
showIframeInfoModal
(
objectType
,
objectSWHID
)
{
const
html
=
`
<p>
You can embed that
${
objectType
}
view in an external website
through the use of an iframe. Use the following HTML code
to do so.
</p>
<pre><code class="swh-iframe-html html"><iframe style="width: 100%; height: 500px; border: 1px solid rgba(0, 0, 0, 0.125);"
src="
${
window
.
location
.
origin
}${
Urls
.
swhid_iframe
(
objectSWHID
.
replaceAll
(
'\n'
,
''
))
}
">
</iframe></code></pre>
<iframe style="width: 100%; height: 500px; border: 1px solid rgba(0, 0, 0, 0.125);"
src="
${
window
.
location
.
origin
}${
Urls
.
swhid_iframe
(
objectSWHID
.
replaceAll
(
'\n'
,
''
))
}
">
</iframe>`
;
swh
.
webapp
.
showModalHtml
(
`Software Heritage
${
objectType
}
iframe`
,
html
,
'1000px'
);
swh
.
webapp
.
highlightCode
(
false
,
'.swh-iframe-html'
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 2:19 PM (1 d, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3366572
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment