-
-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathindex.html
711 lines (701 loc) · 45.3 KB
/
index.html
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GSOC - Choose A License</title>
<link id="favicon" rel="shortcut icon" type="image/png" href="assets/favicon.ico.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/bulma-mods.css"> <!--ALWAYS import this last-->
<noscript>
Sorry, but the Creative Commons License Chooser requires JavaScript to work :(
<style>
.site-container{
opacity: 0;
}
</style>
</noscript>
</head>
<body onload="
set_license()
document.getElementById('sa-checkbox').checked = app_state.chooser.inputs.share_alike"
>
<header style="padding-bottom: 1%">
<br>
<img src="assets/cc-logo_white.png" style="width: 20%; margin-left: 5%">
</header>
<div class="site-container" id="chooser-app">
<h1 class="site-title">CC License Chooser</h1>
<div align="center" class="onmobile-hide" style="margin-bottom: .8%">
<b>Tip:</b> You can click any <img class="modal-icon" src="assets/info-icon.svg" title="Except this one ;)">
icons you see to get more information!
</div>
<div class="container" id="license-chooser">
<p align="center" class="onmobile-hide">
Have a work you want to license with the Creative Commons plaform, <br>
but not sure which one is right for you? Use our license chooser!
</p>
<p align="center" style="display: none;">
Confused? Check out the "<b>Need Help?</b>" section just below!
</p>
<div class="columns">
<!--
<div class="column" id="chooser-controls-radio">
<p align="center">Changes to the options below will affect the license choice to the right.</p> <br>
<div id="license-chooser-allow-adaptations">
<span>
<h4 class="title is-4">
Do you want to allow adaptations of your work?
<a class="modal-icon" onclick="spawn_modal('allow_adaptations')"><img src="assets/info-icon.svg" class="modal-icon"></a>
</h4>
</span>
<div class="control" style="margin-left: 9%">
<label class="radio">
<input type="radio" name="allow-adaptations-radio">
Yes
</label> <br>
<label class="radio">
<input type="radio" name="allow-adaptations-radio">
No
</label> <br>
<label class="radio">
<input type="radio" name="allow-adaptations-radio">
Yes, as long as others share alike
</label> <br>
</div>
</div> <br>
<div class="license-chooser-allow-commercial">
<span>
<h4 class="title is-4">
Do you want to allow commercial uses of your work?
<a class="modal-icon" onclick="spawn_modal('allow_commercial')"><img src="assets/info-icon.svg" class="modal-icon"></a>
</h4>
</span>
<div class="control" style="margin-left: 9%">
<label class="radio">
<input type="radio" name="allow-commercial-radio">
Yes
</label> <br>
<label class="radio">
<input type="radio" name="allow-commercial-radio">
No
</label> <br>
</div>
</div>
</div>-->
<div class="column" id="chooser-controls-switch">
<p style="display: none" align="center">Changes to the options below will affect the license choice to the right.</p> <br>
<div id="license-chooser-allow-adaptations">
<span>
<h4 class="title is-4">
Do you want to allow adaptations of your work?
<a class="modal-icon" onclick="spawn_modal('allow-adaptations')"><img src="assets/info-icon.svg" class="modal-icon"></a>
</h4>
<div id="modal-allow-adaptations" class="modal">
<div class="modal-background" onclick="destroy_modal('allow-adaptations')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Allowing Adaptations</p>
<button class="delete" aria-label="close" onclick="destroy_modal('allow-adaptations')"></button>
</header>
<section class="modal-card-body">
<b>Yes</b> <br>
<p>
You permit others to copy, distribute, display,
and perform the work, as well as make and distribute
derivative works based on it.
</p> <br>
<b>No</b> <br>
<p>
You permit others to copy, distribute, display,
and perform the work, but not distribute derivative
works based on it.
</p> <br>
<b>Yes, as but others must share under the same license</b> <br>
<p>
You permit others to create and distribute derivative works,
but only under the same or a
<a href="https://creativecommons.org/compatiblelicenses">compatible</a> license.
</p> <br>
</section>
</div>
</div>
</span>
<div class="control" style="margin-left: 9%; padding-top: 1%;">
<div class="columns is-gapless">
<div class="column is-one-fifth">
<div class="field choosercontrol-switch">
<label for="allow-adaptations-switch">No</label>
<input id="allow-adaptations-switch" type="checkbox"
name="allow-adaptations-switch" class="switch is-thin"
checked="checked" onchange="switch_callback(this)">
<label for="allow-adaptations-switch">Yes</label>
</div>
</div>
<div class="field column is-pulled-left" style="display: inline;">
<p class="control is-pulled-left">
<div class="b-checkbox is-primary" id="sa-checkbox" style="display: inline;">
<input id="checkbox" class="styled is-primary"
type="checkbox" onchange="sa_check_callback(this)">
<label for="checkbox">
Yes, but others must share under the same license.
</label>
</div>
</p>
</div>
</div>
</div>
</div> <br><br>
<div class="license-chooser-allow-commercial">
<span>
<h4 class="title is-4">
Do you want to allow commercial uses of your work?
<a class="modal-icon" onclick="spawn_modal('allow-commercial')"><img src="assets/info-icon.svg" class="modal-icon"></a>
</h4>
<div id="modal-allow-commercial" class="modal">
<div class="modal-background" onclick="destroy_modal('allow-commercial')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Considerations Before Licensing</p>
<button class="delete" aria-label="close" onclick="destroy_modal('allow-commercial')"></button>
</header>
<section class="modal-card-body">
<b>Yes</b> <br>
<p>
You permit others to copy, distribute, display,
and perform the work, including for commercial purposes. <br><br>
</p>
<b>No</b> <br>
<p>
You permit others to copy, distribute, display,
and perform the work for non-commercial purposes
only.
</p> <br>
</section>
</div>
</div>
</span>
<div class="control" style="margin-left: 9%; padding-top: 1%;">
<div class="field">
<label for="allow-commercial-switch">No</label>
<input id="allow-commercial-switch" type="checkbox"
name="allow-commercial-switch" class="switch is-thin"
checked="checked" onchange="switch_callback(this)">
<label for="allow-commercial-switch">Yes</label>
</div>
</div>
</div>
</div><!--
<div class="column" id="chooser-controls-images">
<p align="center">Changes to the options below will affect the license choice to the right.</p> <br><br>
<div id="license-chooser-allow-adaptations">
<span>
<h4 class="title is-4">
Do you want to allow adaptations of your work?
<a class="modal-icon" onclick="spawn_modal('allow_adaptations')"><img src="assets/info-icon.svg" class="modal-icon"></a>
</h4>
</span>
<div class="control" style="margin-left: 9%; padding-top: 1%;">
<div class="columns is-gapless">
<div class="field column is-one-fifth">
<label for="allow-adaptations-switch">No</label>
<input id="allow-adaptations-switch" type="checkbox" name="allow-adaptations-switch" class="switch is-thin" checked="checked">
<label for="allow-adaptations-switch">Yes</label>
</div>
<div class="field column is-pulled-left" style="display: inline;">
<p class="control is-pulled-left">
<div class="b-checkbox is-primary" style="display: inline;">
<input id="checkbox" class="styled" checked type="checkbox">
<label for="checkbox">
SA Checkbox
</label>
</div>
</p>
</div>
</div>
</div>
</div> <br><br>
<div class="license-chooser-allow-commercial">
<span>
<h4 class="title is-4">
Do you want to allow commercial uses of your work?
<a class="modal-icon" onclick="spawn_modal('allow_commercial')"><img src="assets/info-icon.svg" class="modal-icon"></a>
</h4>
</span>
<div class="control" style="margin-left: 9%; padding-top: 1%;">
<div class="field">
<p>Selected Example</p>
<img src="assets/license-icons/cc-nc_icon.svg" class="chooser-controls-icons">
<p>Unselected Example</p>
<img src="assets/license-icons/cc-nc_icon.svg" class="unselected">
</div>
</div>
</div> <br><br>
</div>-->
<div class="column selected-license" align="center">
<h3 class="title is-3">Your License!</h3>
<a v-bind:href="chooser.selected_license_link" align="center">{{chooser.selected_license}}</a> <br>
<p>{{chooser.selected_license_short}}</p>
<div id="license-chooser-icons" class="selected-license-icons">
<img src="assets/cc.svg" class="chooser-license-icon" id="cc-logo-icon">
<img src="assets/license-icons/cc-by_icon.svg" class="chooser-license-icon" id="attribution-icon">
<img src="assets/license-icons/cc-nc_icon.svg" class="chooser-license-icon" id="commercial-icon">
<img v-bind:src="'assets/license-icons/' + chooser.icons.nd_sa_src" class="chooser-license-icon" id="adaptations-icon">
</div>
</div>
</div>
</div>
<hr>
<div class="container" id="education-content">
<h1 class="title site-title">Confused? Need Help?</h1>
<p align="center">You can click the buttons below to get answers to the questions on them!</p>
<br>
<div class="columns" id="questions-buttons">
<div class="column is-one-half">
<a class="button is-light is-large is-fullwidth" onclick="spawn_modal('q1')">
<p class="button-text">
What Are Creative Commons Licenses?
</p>
</a><br>
<div id="modal-q1" class="modal">
<div class="modal-background" onclick="destroy_modal('q1')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">What Are Creative Commons Licenses?</p>
<button class="delete" aria-label="close" onclick="destroy_modal('q1')"></button>
</header>
<section class="modal-card-body">
<p>
The Creative Commons copyright licenses and tools forge a balance inside the tradional
"all rights reserved" setting that copyright law creates. Our licenses and tools give everyone from
individual creators to large companies a simple, standardized way to grant copyright permissions to
their creative work. <br><br>
This helps you as a creator, because instead of having to hire a lawer to parse legalese and
create a license for you, you can save time and money, use Creative Commons licenses instead!
</p> <br>
<footer class="modal-card-foot">
<p>
For more information, please see
<a href="https://creativecommons.org/licenses/">About the Licenses</a>
</p>
</footer>
</section>
</div>
</div>
<a class="button is-light is-large is-fullwidth" onclick="spawn_modal('q3')">
<p class="button-text">
How do the Licenses Work?
</p>
</a><br>
<div id="modal-q3" class="modal">
<div class="modal-background" onclick="destroy_modal('q3')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">How do the Licenses Work?</p>
<button class="delete" aria-label="close" onclick="destroy_modal('q3')"></button>
</header>
<section class="modal-card-body">
<b>License "Layers"</b> <br>
<p>Creative Commons licenses incorporate a unique and innovative "three-layer" design.</p><br>
<ul>
<li>
<b> - Legal Code: </b>
<p>
Each license begins as a traditional legal tool, in the kind of
language and text formats that most lawyers know and love. We
call this the Legal Code layer of each license.
</p>
</li> <br>
<li>
<b> - Human Readable: </b>
<p>
Since most creators, educators, and scientists are not in fact lawyers,
we also make the licenses available in a format that normal people can read --
The Commons Deed (also known as the “human readable” version of the license).
This is a handy reference for licensors and licensees, summarizing some of the
most important terms and conditions. Think of the Commons Deed as a user-friendly
interface to the legal code beneath.
</p>
</li> <br>
<li>
<b> - Machine Readable: </b>
<p>
The final layer of the license design helps out software, from search engines
to office productivity, this software plays an enourmous role
in the creation, copying, and distribution of creative works. To help out this
software, we provide a "Machine Readable" version of the license. <br><br>
We developed a standardized way to describe licenses that software can
understand called <a href="https://wiki.creativecommons.org/Ccrel">CC Rights Expression language</a>
(CC REL) to accomplish this.
</p>
</li> <br>
</ul>
<footer class="modal-card-foot">
<p>
For more information, please see
<a href="https://creativecommons.org/licenses/">About the Licenses</a>
</p>
</footer>
</section>
</div>
</div>
<a class="button is-light is-large is-fullwidth" onclick="spawn_modal('q5')">
<p class="button-text">
Want Public Domain Instead?
</p>
</a>
<div id="modal-q5" class="modal">
<div class="modal-background" onclick="destroy_modal('q5')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Want Public Domain Instead?</p>
<button class="delete" aria-label="close" onclick="destroy_modal('q5')"></button>
</header>
<section class="modal-card-body">
<p>
Our Public Domain Tools help authors keep and manage their copyright
on terms they choose. Our public domain tools, on the other hand, enable
authors and copyright owners who want to dedicate their works to the
worldwide public domain to do so.
</p>
<footer class="modal-card-foot">
<p>
For more information on CC's public domain tools, please see
<a href="https://creativecommons.org/publicdomain/">Our Public Domain Tools</a>
</p>
</footer>
</section>
</div>
</div>
</div>
<div class="column is-one-half">
<a class="button is-light is-large is-fullwidth" onclick="spawn_modal('q2')">
<p class="button-text">
Considerations Before Licensing
</p>
</a><br>
<div id="modal-q2" class="modal">
<div class="modal-background" onclick="destroy_modal('q2')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Considerations Before Licensing</p>
<button class="delete" aria-label="close" onclick="destroy_modal('q2')"></button>
</header>
<section class="modal-card-body">
<p>
There are a number of things you should consider before you apply
a Creative Commons license to your work, or before using Creative
Commons-licened material. <br><br>
<a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensors">
Considerations for Licensors
</a> - If you are licensing your own work <br>
<a href="https://wiki.creativecommons.org/wiki/Considerations_for_licensors_and_licensees#Considerations_for_licensees">
Considerations for Licensors
</a> - If you are licensing your own work
</p> <br>
<footer class="modal-card-foot">
<p>
For more information, please see
<a href="https://wiki.creativecommons.org/wiki/Before_Licensing">
the CC wiki's page on Considerations for Licensors and Licensees.
</a>
</p>
</footer>
</section>
</div>
</div>
<a class="button is-light is-large is-fullwidth" onclick="spawn_modal('q4')">
<p class="button-text">
How do I Formally License my Work?
</p>
</a><br>
<div id="modal-q4" class="modal">
<div class="modal-background" onclick="destroy_modal('q4')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">How do I Formally License my Work?</p>
<button class="delete" aria-label="close" onclick="destroy_modal('q4')"></button>
</header>
<section class="modal-card-body">
<p>
Formally licensing your work is as easy as marking your work
as being CC licensed, along with the specific license it is under.
This mark may be in the form of a watermark, or it may be somewhere
around where your work is hosted or shared. This mark may be as
simple as a bit of text stating the license, or as complex as
embedding the license information on your website. <br><br>
If you are interested in embedding license information on your
website, please see the "Have a Website?" dropdown at the bottom
of this page for help.
</p> <br>
<p>
<b>Recourse Options</b> <br>
So what would I do if someone used my licensed work in a way
that the license does not permit? Well, there are lots of
recourse options, but here are the two main ones: <br><br>
<ul>
<li>
<b> - Resolve the Dispute Amicably</b>
<p>
First, we encourage you to contact the alleged violator, and attempt to
resolve the dispute amicalbly. Most disagreements are solved
in this manner, and it saves everyone time and money.
</p>
</li> <br>
<li>
<b> - Litigation</b>
<p>
If you determine that the disput cannot be resolved any other
way, you would then identify the alleged violation, contact a
lawyer, and begin building a case.
</p>
</li>
</ul>
</p>
</section>
</div>
</div>
<a class="button is-light is-large is-fullwidth" onclick="spawn_modal('q6')">
<p class="button-text">
The Six CC Licenses
</p>
</a>
<div id="modal-q6" class="modal">
<div class="modal-background" onclick="destroy_modal('q6')"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">The Six Creative Commons Licenses</p>
<button class="delete" aria-label="close" onclick="destroy_modal('q6')"></button>
</header>
<section class="modal-card-body">
<div class="columns">
<div class="column is-two-thirds">
<p>
There are six main licenses that Creative Commons offers. <br><br>
In the diagram to the right, you can see the six main licenses
and the public domain CC0 license, and how restrictive they are,
with licenses at the top being the least restrictive, and licenses
at the bottom being the most restrictive.<br><br>
If you are unsure about which one is right for you and your work,
please see the "Choose a License" section below.
</p>
</div>
<div class="column">
<img src="assets/license-openness-scale.png">
</div>
</div>
<footer class="modal-card-foot">
<p>
For more information, please see
<a href="https://creativecommons.org/share-your-work/licensing-types-examples/">
this page on Creative Commons licenses.
</a>
</p>
</footer>
</section>
</div>
</div>
</div>
</div>
<br>
<div class="columns">
<div class="column is-one-third" id="icons-explanation">
<p>
Creative Commons licenses can be represented by their names, their
associated icons, or both. For example, a cc-by-nc license, which
requires attribution, and prohibits commercial use could be represented its:
<br><br>
<ul>
<li>
<span>
<b> - Name: </b> CC-BY-NC, or Attribution-NonCommercial
</span>
</li>
<li>
<p> OR</p>
</li>
<li>
<span>
<b> - Icons: </b>
<span class="generated-icons">
<img src="assets/cc.svg" title="The CC Logo">
<img src="assets/license-icons/cc-by_icon.svg" title="Attribution (BY)">
<img src="assets/license-icons/cc-nc_icon.svg" title="NonCommercial (NC)">
</span>
</span>
</li>
</ul>
</p> <br>
</div>
<div class="column is-one-third">
<div class="edu-icons-section">
<div class="edu-icons-section-heading">
<img src="assets/license-icons/cc-by_icon.svg">
Attribution (BY)
</div>
<p>You must attribute the work in the manner specified by the author or licensor.</p>
</div>
<div class="edu-icons-section">
<div class="edu-icons-section-heading">
<img src="assets/license-icons/cc-nd_icon.svg">
NoDerivatives (ND)
</div>
<p>
You may not create derivatives of the licensed work.
</p>
<p hidden>
The licensor permits others to copy, distribute and transmit only unaltered copies of the work --
not derivative works based on it.</p>
</div>
</div>
<div class="column is-one-third">
<div class="edu-icons-section">
<div class="edu-icons-section-heading">
<img src="assets/license-icons/cc-sa_icon.svg">
ShareAlike (SA)
</div>
<p>
You may create and distribute derivative works, but only under the same or a compatible license.
</p>
<p hidden>
The licensor permits others to distribute derivative works, only under the same
license or one compatible with the one that governs the licensor's work.</p>
</div>
<div class="edu-icons-section">
<div class="edu-icons-section-heading">
<img src="assets/license-icons/cc-nc_icon.svg">
NonCommercial (NC)
</div>
<p>
The licensor permits others to copy, distribute and transmit the work. In return,
licensees may not use the work for commercial purposes -- unless they get the
licensor's permission.</p>
</div>
</div>
</div>
</div>
<hr>
<button class="collapsible" id="html-generator-dropdown">
<p>
Have a Web Page? Embed your License Info!
</p>
</button>
<!--
<div class="" id="html-generator-dropdown" style="border-width: 2px; border-style: solid; padding: 1.5%;">
<h1 class="title is-1">This is the dropdown click area</h1>
</div> <br>-->
<div class="content" id="html-generator">
<div id="html-generator-generated">
<span id="html-generator-generated-richtext-container">
[Work] by [Author] is licenced under <a>CC BY NC 4.0</a>
<span id="html-generator-richtext-container-icons" class="generated-icons">
<img src="assets/license-icons/cc_icon.svg">
<img src="assets/license-icons/cc-by_icon.svg">
<img src="assets/license-icons/cc-nc_icon.svg">
</span>
</span> <br>
<a class="button is-link generator-copy-button">Copy Rich Text</a>
<div class="control" id="html-generator-generated-HTML-container">
<textarea class="textarea" readonly>Some HTML</textarea>
</div>
<a class="button is-link generator-copy-button">Copy HTML</a>
</div>
<div class="html-generator-metadata">
<p align="center">
Filling out these boxes is optional, but it adds machine-readable
metadata to the generated HTML above!
</p>
<div class="columns" style="padding-top: 1%">
<div class="column">
<div class="field">
<label class="label">Title of Work</label>
<div class="control">
<input class="input" type="text" placeholder="Text input">
</div>
<p class="help">The title of the work being licensed.</p>
</div>
<div class="field">
<label class="label">Attribute Work to Name</label>
<div class="control">
<input class="input" type="text" placeholder="Text input">
</div>
<p class="help">The name of the person who should receive attribution for the work.</p>
</div>
<div class="field">
<label class="label">Attribute Work to URL</label>
<div class="control">
<input class="input" type="text" placeholder="Text input">
</div>
<p class="help">The URL to which the work should be attributed.</p>
</div>
</div>
<div class="column">
<div class="field">
<label class="label">Source Work URL</label>
<div class="control">
<input class="input" type="text" placeholder="Text input">
</div>
<p class="help">The URL of the work upon which this work is based or derived.</p>
</div>
<div class="field">
<label class="label">More Permissions URL</label>
<div class="control">
<input class="input" type="text" placeholder="Text input">
</div>
<p class="help">A URL where a user can find information about obtaining rights that are not already permitted by the CC license.</p>
</div>
<div class="field">
<label class="label">Format of Work </label>
<div class="select">
<select>
<option>Other/ Multiple Formats</option>
<option>Audio</option>
<option>Video</option>
<option>Image</option>
<option>Text</option>
<option>Dataset</option>
<option>Interactive</option>
</select>
</div>
<p class="help">The type of work being licensed.</p>
</div>
</div>
</div>
</div>
</div> <br><br><br><br><br><br><br><br><br>
<!--
This is the only modal element in the site, contents are set
based on which button spawns it. Contents and titles can be found
in src/index.js
--><!-- THIS HAS BEEN DEPRECATED, KEPT FOR FUTURE REFERENCE
<div id="modal" v-bind:class="modals.modal_toggle">
<div class="modal-background" onclick="destroy_modal()"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">{{modals.modal_title}}</p>
<button class="delete" aria-label="close" onclick="destroy_modal()"></button>
</header>
<section class="modal-card-body">
<!-\- Content ... -\->
{{modals.modal_content}}
<!-\-Will be hidden if no more_info_link defined for the modal in src/index.js-\->
<div id="modal-more-info">
<p>
For more information, please see
<a v-bind:href="modals.more_info_url">{{modals.more_info_text}}</a>.
</p>
</div>
</section>
</div>
</div>-->
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js"></script>
<script src="../node_modules/@creativebulma/bulma-collapsible/dist/js/bulma-collapsible.min.js"></script>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="scripts/page-controls.js"></script>
<script type="text/javascript" src="scripts/HTML-generator.js"></script>
<script type="text/javascript" src="scripts/choose-a-license.js"></script>
<script type="text/javascript" src="scripts/scripts.js"></script>
</body>
</html>
<!-- </> by Ari Madian :)-->