-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements.html
More file actions
70 lines (62 loc) · 4.16 KB
/
Copy pathelements.html
File metadata and controls
70 lines (62 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!-- Document service elements -->
<link rel="import" href="playing-document/playing-document.html">
<link rel="import" href="playing-document-tree/playing-document-tree.html">
<link rel="import" href="playing-browser/playing-breadcrumb.html">
<link rel="import" href="playing-browser.html">
<!-- Document creation elements -->
<link rel="import" href="playing-document-creation/playing-document-create-button.html">
<link rel="import" href="playing-document-creation/playing-document-create-popup.html">
<link rel="import" href="playing-document-creation/playing-document-creation-stats.html">
<!-- Document layout elements -->
<link rel="import" href="playing-document/playing-collapsible-document-page.html">
<link rel="import" href="playing-document/playing-document-layout.html">
<link rel="import" href="playing-document/playing-document-create.html">
<link rel="import" href="playing-document/playing-document-import.html">
<link rel="import" href="playing-document/playing-document-page.html">
<link rel="import" href="playing-document/playing-document-view.html">
<link rel="import" href="playing-document/playing-document-edit.html">
<link rel="import" href="playing-document/playing-document-metadata.html">
<!-- Document elements -->
<link rel="import" href="playing-document-activity/playing-document-activity.html">
<link rel="import" href="playing-document-activity/playing-document-recent-activity.html">
<link rel="import" href="playing-document-attachments/playing-document-attachments.html">
<link rel="import" href="playing-document-blob/playing-document-blob.html">
<link rel="import" href="playing-document-creation/playing-document-creation-stats.html">
<link rel="import" href="playing-document-creation/playing-document-creation-stats.html">
<link rel="import" href="playing-document-info/playing-document-info.html">
<link rel="import" href="playing-document-permissions/playing-document-permissions.html">
<link rel="import" href="playing-document-storage/playing-document-storage.html">
<link rel="import" href="playing-document-thumbnail/playing-document-thumbnail.html">
<link rel="import" href="playing-document-thumbnail/playing-document-grid-thumbnail.html">
<link rel="import" href="playing-document-tree/playing-document-tree.html">
<link rel="import" href="playing-document-viewer/playing-document-viewer.html">
<link rel="import" href="playing-results/playing-default-results.html">
<link rel="import" href="playing-results/playing-document-content.html">
<link rel="import" href="playing-results/playing-document-trash-content.html">
<!-- Content editor -->
<link rel="import" href="playing-content-editor/playing-content-editor.html">
<!-- Document right panel elements -->
<link rel="import" href="playing-clipboard/playing-clipboard.html">
<link rel="import" href="playing-recent-documents/playing-recent-documents.html">
<!-- Document metadata elements -->
<link rel="import" href="playing-browser/playing-breadcrumb.html">
<!-- Document action elements -->
<link rel="import" href="actions/playing-clipboard-bulk-button.html">
<link rel="import" href="actions/playing-clipboard-toggle-button.html">
<link rel="import" href="actions/playing-delete-blob-button.html">
<link rel="import" href="actions/playing-delete-bulk-button.html">
<link rel="import" href="actions/playing-delete-document-button.html">
<link rel="import" href="actions/playing-document-create-shortcut.html">
<link rel="import" href="actions/playing-document-create-shortcuts.html">
<link rel="import" href="actions/playing-document-edit-button.html">
<link rel="import" href="actions/playing-download-button.html">
<link rel="import" href="actions/playing-export-button.html">
<link rel="import" href="actions/playing-lock-toggle-button.html">
<link rel="import" href="actions/playing-move-documents-down-button.html">
<link rel="import" href="actions/playing-move-documents-up-button.html">
<link rel="import" href="actions/playing-preview-button.html">
<link rel="import" href="actions/playing-untrash-bulk-button.html">
<link rel="import" href="actions/playing-untrash-document-button.html">
<!-- Document widgets -->
<link rel="import" href="widgets/playing-tag-suggestion.html">
<link rel="import" href="widgets/playing-tags.html">