Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97220830
view-grid.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 3, 13:48
Size
5 KB
Mime Type
text/html
Expires
Sun, Jan 5, 13:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23357667
Attached To
rNIETZSCHEDM nietzsche-dm
view-grid.html
View Options
<html>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"resources/images/favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"resources/images/favicon-16.png"
sizes=
"16x16"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"resources/images/favicon-24.png"
sizes=
"24x24"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"resources/images/favicon-32.png"
sizes=
"32x32"
/>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"resources/images/favicon-64.png"
sizes=
"64x64"
/>
<title
data-template=
"config:app-title"
/>
<meta
name=
"description"
content=
"Grid-based single text layout"
/>
<meta
name=
"pb-template"
content=
"view-grid.html"
/>
<link
rel=
"stylesheet"
href=
"resources/css/theme.css"
/>
<script
type=
"module"
src=
"pb-components-bundle.js"
data-template=
"pages:load-components"
/>
<style>
main
{
display
:
grid
;
height
:
calc
(
100
vh
-
128px
);
grid
-
template
-
columns
:
420px
1
fr
;
grid
-
template
-
rows
:
auto
1
fr
auto
;
}
@media
(
max-width
:
768px
)
{
main
{
position
:
relative
;
grid
-
template
-
columns
:
1
fr
;
}
#view1
{
grid
-
column
:
1
/
1
;
}
footer
{
grid
-
column
:
1
/
1
;
}
.content-body
pb-navigation
{
display
:
none
;
}
}
.breadcrumbs
{
grid
-
column
:
2
/
2
;
}
#view1
{
grid
-
column
:
2
/
2
;
overflow
:
auto
;
padding
:
0
;
}
footer
{
grid
-
column
:
2
/
2
;
background-color
:
var
(
--
pb
-
toolbar
-
background-color
);
}
footer
pb-navigation
[
direction
=
forward
]
{
float
:
right
;
}
.toc
{
grid
-
column
:
1
/
1
;
grid
-
row
:
1
/
span
3
;
overflow
:
auto
;
font-size
:
var
(
--
pb
-
base
-
font-size
);
background-color
:
var
(
--
pb
-
drawer
-
background-color
);
}
.toolbar
pb-navigation
{
display
:
none
;
}
</style>
</head>
<body>
<pb
-page
data-template=
"pages:pb-page"
unresolved=
"unresolved"
>
<pb
-document
id=
"document1"
data-template=
"pages:pb-document"
/>
<app
-drawer-layout
force-narrow=
"force-narrow"
>
<app
-drawer
data-template=
"lib:include"
data-template-path=
"templates/drawer.html"
/>
<app
-header-layout
>
<app
-header
slot=
"header"
reveals=
"reveals"
fixed=
"fixed"
effects=
"waterfall"
>
<app
-toolbar
data-template=
"lib:include"
data-template-path=
"templates/menu.html"
/>
<app
-toolbar
data-template=
"lib:include"
data-template-path=
"templates/toolbar.html"
/>
<
/app-header>
<main>
<pb
-drawer
toggle=
"tocToggle"
class=
"toc"
emit=
"toc"
subscribe=
"transcription"
max-width=
"1024px"
>
<div
class=
"drawer-content"
>
<h3>
<pb
-i18n
key=
"document.contents"
>
Contents
<
/pb-i18n>
</h3>
<pb
-load
id=
"toc"
url=
"api/document/{doc}/contents?target=transcription&icons=true"
expand=
"expand"
src=
"document1"
subscribe=
"toc"
auto=
"auto"
><pb
-i18n
key=
"dialogs.loading"
>
Loading
<
/pb-i18n>
<
/pb-load>
</div>
<
/pb-drawer>
<pb
-view
class=
"breadcrumbs"
src=
"document1"
xpath=
"//teiHeader/fileDesc/titleStmt/title"
view=
"single"
>
<pb
-param
name=
"header"
value=
"short"
/>
<
/pb-view>
<pb
-view
id=
"view1"
src=
"document1"
column-separator=
".tei-cb"
append-footnotes=
"append-footnotes"
subscribe=
"transcription"
emit=
"transcription"
/>
<footer>
<pb
-navigation
direction=
"forward"
keyboard=
"right"
unit=
"page"
emit=
"transcription"
subscribe=
"transcription"
>
<paper
-button
>
<iron
-icon
icon=
"icons:chevron-right"
/>
<
/paper-button>
<
/pb-navigation>
<pb
-navigation
direction=
"backward"
keyboard=
"left"
unit=
"page"
emit=
"transcription"
subscribe=
"transcription"
>
<paper
-button
>
<iron
-icon
icon=
"icons:chevron-left"
/>
<
/paper-button>
<
/pb-navigation>
</footer>
</main>
<
/app-header-layout>
<
/app-drawer-layout>
<
/pb-page>
<div
class=
"splash"
/>
</body>
</html>
Event Timeline
Log In to Comment