kinney 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +2 -2
- data/Rakefile +4 -0
- data/app/admin/clips.rb +40 -1
- data/app/assets/javascripts/kinney/admin/video_preview.js +1 -1
- data/app/controllers/kinney/tracker_controller.rb +0 -34
- data/app/helpers/kinney/general_helper.rb +1 -1
- data/app/models/kinney/clip.rb +5 -2
- data/app/models/kinney/person.rb +11 -11
- data/app/views/{kinney/tracker → admin/kinney_clips}/_video_engagement_chart.html.erb +15 -0
- data/app/views/{kinney/tracker/analyze.html.erb → admin/kinney_clips/analyze_tracker.html.erb} +5 -3
- data/app/views/kinney/clips/show.html.erb +1 -1
- data/app/views/kinney/people/index.html.erb +4 -3
- data/app/views/kinney/sitemap/index.xml.builder +1 -1
- data/config/routes.rb +1 -1
- data/lib/kinney/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +33694 -0
- data/test/dummy/log/test.log +29895 -0
- data/test/dummy/tmp/cache/assets/CBF/9B0/sprockets%2Fe283548d3ef4505c82279198e09b53fa +0 -0
- data/test/dummy/tmp/cache/assets/D0B/560/sprockets%2F33db47d8bb65ee7457b03336420a55fd +0 -0
- data/test/functional/kinney/admin_clips_controller_test.rb +24 -0
- data/test/functional/kinney/clips_controller_test.rb +5 -3
- data/test/functional/kinney/people_controller_test.rb +5 -3
- data/test/functional/kinney/tracker_controller_test.rb +0 -6
- data/test/integration/admin_clip_test.rb +14 -11
- data/test/integration/admin_images_test.rb +8 -7
- data/test/integration/clips_index_test.rb +9 -6
- data/test/integration/clips_show_test.rb +11 -8
- data/test/integration/microdata_test.rb +40 -0
- data/test/integration/navigation_test.rb +7 -5
- data/test/integration/people_index_test.rb +7 -4
- data/test/integration/people_show_test.rb +14 -12
- data/test/support/test_with_cassette.rb +38 -0
- data/test/test_helper.rb +18 -2
- data/test/unit/clip_test.rb +5 -0
- data/test/vcr_cassettes/admin_clip/add_a_description_for_a_clip.yml +272 -0
- data/test/vcr_cassettes/admin_clip/admin_user_can_create_new_clip.yml +114 -0
- data/test/vcr_cassettes/admin_clip/display_whether_there_is_a_VTT_file_for_a_clip.yml +613 -0
- data/test/vcr_cassettes/admin_clip/do_not_allow_submission_of_clip_if_there_is_no_webvtt_file.yml +567 -0
- data/test/vcr_cassettes/admin_images/user_should_not_be_able_to_create_slug.yml +967 -0
- data/test/vcr_cassettes/admin_images/user_should_see_associated_name_for_image_on_index_view.yml +561 -0
- data/test/vcr_cassettes/admin_images/user_should_see_associated_name_for_image_on_show_view.yml +162 -0
- data/test/vcr_cassettes/admin_images/user_should_see_image_for_valid_image_on_edit_page.yml +186 -0
- data/test/vcr_cassettes/admin_images/user_should_see_image_for_valid_image_on_new_image_page.yml +374 -0
- data/test/vcr_cassettes/admin_images/user_should_see_image_for_valid_image_on_show_page.yml +193 -0
- data/test/vcr_cassettes/clips_controller/should_assign_a_webvtt_variable.yml +154 -0
- data/test/vcr_cassettes/clips_controller/should_assign_title_for_a_show_view.yml +136 -0
- data/test/vcr_cassettes/clips_controller/should_get_show.yml +136 -0
- data/test/vcr_cassettes/clips_index/clicking_on_a_video_thumbnail_should_go_to_a_video_clip.yml +154 -0
- data/test/vcr_cassettes/clips_show/should_expand/collapse_the_transcript.yml +154 -0
- data/test/vcr_cassettes/clips_show/should_have_link_to_other_videos_by_the_same_person.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_have_link_to_profile.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_not_see_More_videos_on_topics_with_link_under_video.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_not_see_Video_Topics_section_on_page.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_show_basic_information_about_a_clip.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_show_other_clips_related_by_topic.yml +136 -0
- data/test/vcr_cassettes/clips_show/should_show_the_transcript.yml +154 -0
- data/test/vcr_cassettes/microdata/clip_show_view_should_have_microdata.yml +136 -0
- data/test/vcr_cassettes/microdata/person_show_view_should_have_microdata.yml +399 -0
- data/test/vcr_cassettes/navigation/there_should_be_a_link_to_People_in_the_global_navigation.yml +267 -0
- data/test/vcr_cassettes/people_controller/should_get_index.yml +267 -0
- data/test/vcr_cassettes/people_controller/should_get_show.yml +399 -0
- data/test/vcr_cassettes/people_controller/show_view_should_have_a_title.yml +399 -0
- data/test/vcr_cassettes/people_index/links_to_show_view_for_person_with_video.yml +663 -0
- data/test/vcr_cassettes/people_index/links_to_show_view_for_person_without_video.yml +267 -0
- data/test/vcr_cassettes/people_index/shows_people.yml +267 -0
- data/test/vcr_cassettes/people_index/sort_profile_images.yml +267 -0
- data/test/vcr_cassettes/people_show/if_there_is_only_one_image_and_it_is_a_top_pick_then_do_not_show_the_image_section_of_the_page.yml +135 -0
- data/test/vcr_cassettes/people_show/should_display_a_map_if_the_location_the_person_grew_up_is_known.yml +399 -0
- data/test/vcr_cassettes/people_show/should_display_the_information_like_description__interview_date_and_time_below_video_clip.yml +136 -0
- data/test/vcr_cassettes/people_show/should_give_a_link_to_other_videos_with_the_same_person.yml +534 -0
- data/test/vcr_cassettes/people_show/should_not_display_a_map_if_the_location_the_person_grew_up_is_not_known.yml +135 -0
- data/test/vcr_cassettes/people_show/should_not_see_the_top_pick_image_with_the_other_images.yml +399 -0
- data/test/vcr_cassettes/people_show/should_provide_a_link_to_a_video_as_an_image_and_make_it_a_top_pick.yml +399 -0
- data/test/vcr_cassettes/people_show/should_provide_a_link_to_other_videos_as_text_links.yml +399 -0
- data/test/vcr_cassettes/people_show/should_show_a_top_pick_image_near_the_biography.yml +399 -0
- data/test/vcr_cassettes/people_show/should_show_name_suffix_if_present.yml +135 -0
- data/test/vcr_cassettes/people_show/shows_person_content.yml +399 -0
- metadata +180 -59
- checksums.yaml +0 -7
- data/test/dummy/tmp/cache/assets/D36/B10/sprockets%2F3a3013990e54d3e944c21c6a9ed0b5de +0 -0
- data/test/dummy/tmp/cache/assets/D55/830/sprockets%2Fbd750c0ba01430d321ae77fbc2b238f9 +0 -0
- data/test/dummy/tmp/capybara/capybara-201209271510033933274391.html +0 -13
- data/test/dummy/tmp/capybara/capybara-201209271512386994415403.html +0 -13
- data/test/dummy/tmp/capybara/capybara-201209271515157873796042.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271517053504547394.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271520578220954785.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271522457231789910.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271524374294425819.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271526597280429369.html +0 -165
- data/test/dummy/tmp/capybara/capybara-201209271529595570902080.html +0 -165
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
3
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
4
|
-
<title>New Kinney Clip | Kinney</title>
|
|
5
|
-
<link type="text/css" rel="stylesheet" media="screen" href="/assets/active_admin.css" /><link type="text/css" rel="stylesheet" media="print" href="/assets/active_admin/print.css" /> <script src="/assets/active_admin.js" type="text/javascript"></script>
|
|
6
|
-
<script src="/assets/ckeditor/init.js" type="text/javascript"></script>
|
|
7
|
-
<script src="/assets/ckeditor/ckeditor.js" type="text/javascript"></script>
|
|
8
|
-
<script type="text/javascript" src="http://127.0.0.1:38645/assets/ckeditor/config.js?t=C3HA5RM"></script><link rel="stylesheet" type="text/css" href="http://127.0.0.1:38645/assets/ckeditor/skins/kama/editor.css?t=C3HA5RM" /><script type="text/javascript" src="http://127.0.0.1:38645/assets/ckeditor/lang/en.js?t=C3HA5RM"></script></head>
|
|
9
|
-
<body class="admin_namespace new logged_in active_admin admin_kinney_clips" onpageshow='event.persisted && (function(){var allInstances = CKEDITOR.instances, editor, doc;for ( var i in allInstances ){ editor = allInstances[ i ]; doc = editor.document; if ( doc ) { doc.$.designMode = "off"; doc.$.designMode = "on"; }}})();'>
|
|
10
|
-
<div id="wrapper">
|
|
11
|
-
<div id="header" class="header">
|
|
12
|
-
<h1 id="site_title" class="site_title">Kinney</h1>
|
|
13
|
-
<ul id="tabs" class="header-item">
|
|
14
|
-
<li id="dashboard"><a href="/admin/dashboard">Dashboard</a></li>
|
|
15
|
-
<li id="kinney_admin_users"><a href="/admin/kinney_admin_users">Kinney Admin Users</a></li>
|
|
16
|
-
<li id="kinney_clips" class="current"><a href="/admin/kinney_clips">Kinney Clips</a></li>
|
|
17
|
-
<li id="kinney_images"><a href="/admin/kinney_images">Kinney Images</a></li>
|
|
18
|
-
<li id="kinney_people"><a href="/admin/kinney_people">Kinney People</a></li>
|
|
19
|
-
<li id="kinney_topics"><a href="/admin/kinney_topics">Kinney Topics</a></li>
|
|
20
|
-
</ul>
|
|
21
|
-
<p id="utility_nav" class="header-item">
|
|
22
|
-
<span class="current_user">admin@example.com</span>
|
|
23
|
-
<a data-method="get" href="/admin_users/sign_out">Logout</a> </p>
|
|
24
|
-
</div>
|
|
25
|
-
<div id="title_bar" class="title_bar">
|
|
26
|
-
<div id="titlebar_left">
|
|
27
|
-
<span class="breadcrumb">
|
|
28
|
-
<a href="/admin">Admin</a> <span class="breadcrumb_sep">/</span>
|
|
29
|
-
<a href="/admin/kinney_clips">Kinney Clips</a> <span class="breadcrumb_sep">/</span>
|
|
30
|
-
</span>
|
|
31
|
-
<h2 id="page_title">New Kinney Clip</h2>
|
|
32
|
-
</div>
|
|
33
|
-
<div id="titlebar_right"></div>
|
|
34
|
-
</div>
|
|
35
|
-
<div id="active_admin_content" class="without_sidebar">
|
|
36
|
-
<div id="main_content_wrapper">
|
|
37
|
-
<div id="main_content"><div style="float:right" id="vtt">
|
|
38
|
-
<h2>VTT</h2>
|
|
39
|
-
<div id="vtt_result"><div class="alert">Give focus to the filename. You will not be able to save until there is a WEBVTT file.</div></div>
|
|
40
|
-
<textarea cols="70" rows="10"></textarea>
|
|
41
|
-
</div>
|
|
42
|
-
<div style="height:272px; width:480px">
|
|
43
|
-
<div class="mejs-container mejs-video" id="mep_0" style="width: 480px; height: 270px;"><div class="mejs-inner"><div class="mejs-mediaelement"><video width="480" height="270" id="video_preview" preload="true" poster="" style="width:100%;height:100%;" tabindex="0" src="">
|
|
44
|
-
<source type="video/webm" src="" />
|
|
45
|
-
</video></div><div class="mejs-layers"><div class="mejs-poster mejs-layer" style="display: none; width: 100%; height: 100%;"></div><div class="mejs-overlay mejs-layer" style="display: none; width: 100%; height: 100%;"><div class="mejs-overlay-loading"><span></span></div></div><div class="mejs-overlay mejs-layer" style="display: block; width: 100%; height: 100%;"><div class="mejs-overlay-error"></div></div><div class="mejs-overlay mejs-layer mejs-overlay-play" style="width: 100%; height: 100%;"><div class="mejs-overlay-button"></div></div></div><div class="mejs-controls"><div class="mejs-button mejs-playpause-button mejs-play"><button title="Play/Pause" aria-controls="mep_0" type="button"></button></div><div class="mejs-time mejs-currenttime-container"><span class="mejs-currenttime">00:00</span></div><div class="mejs-time-rail" style="width: 332px;"><span class="mejs-time-total" style="width: 322px;"><span class="mejs-time-buffering" style="display: none;"></span><span class="mejs-time-loaded"></span><span class="mejs-time-current"></span><span class="mejs-time-handle"></span><span class="mejs-time-float"><span class="mejs-time-float-current">00:00</span><span class="mejs-time-float-corner"></span></span></span></div><div class="mejs-time mejs-duration-container"><span class="mejs-duration">00:00</span></div><div class="mejs-button mejs-volume-button mejs-mute"><button title="Mute Toggle" aria-controls="mep_0" type="button"></button><div class="mejs-volume-slider"><div class="mejs-volume-total" style=""></div><div class="mejs-volume-current" style="height: 80px; top: 20px;"></div><div class="mejs-volume-handle" style="top: 17px;"></div></div></div><div class="mejs-button mejs-fullscreen-button"><button title="Fullscreen" aria-controls="mep_0" type="button"></button></div></div><div class="mejs-clear"></div></div></div>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<div style="clear:both">
|
|
49
|
-
<form novalidate="novalidate" method="post" id="new_kinney_clip" class="formtastic kinney_clip" action="/admin/kinney_clips" accept-charset="UTF-8"><div style="margin:0;padding:0;display:inline"><input type="hidden" value="✓" name="utf8" /></div>
|
|
50
|
-
<fieldset class="inputs"><ol>
|
|
51
|
-
<li id="kinney_clip_filename_input" class="string input required stringish"><label for="kinney_clip_filename" class=" label">Filename<abbr title="required">*</abbr></label><input type="text" name="kinney_clip[filename]" maxlength="255" id="kinney_clip_filename" />
|
|
52
|
-
|
|
53
|
-
</li>
|
|
54
|
-
<li id="kinney_clip_duration_input" class="number input required numeric stringish"><label for="kinney_clip_duration" class=" label">Duration in seconds<abbr title="required">*</abbr></label><input type="number" step="any" name="kinney_clip[duration]" id="kinney_clip_duration" />
|
|
55
|
-
|
|
56
|
-
</li>
|
|
57
|
-
<li id="kinney_clip_title_input" class="string input required stringish"><label for="kinney_clip_title" class=" label">Title<abbr title="required">*</abbr></label><input type="text" name="kinney_clip[title]" maxlength="255" id="kinney_clip_title" />
|
|
58
|
-
|
|
59
|
-
</li>
|
|
60
|
-
<li id="kinney_clip_interview_date_input" class="date_select input required"><fieldset class="fragments"><legend class="label"><label for="kinney_clip_interview_date_1i">Interview date<abbr title="required">*</abbr></label></legend><ol class="fragments-group"><li class="fragment"><label for="kinney_clip_interview_date_1i">Year</label><select name="kinney_clip[interview_date(1i)]" id="kinney_clip_interview_date_1i">
|
|
61
|
-
<option value=""></option>
|
|
62
|
-
<option value="2007">2007</option>
|
|
63
|
-
<option value="2008">2008</option>
|
|
64
|
-
<option value="2009">2009</option>
|
|
65
|
-
<option value="2010">2010</option>
|
|
66
|
-
<option value="2011">2011</option>
|
|
67
|
-
<option value="2012">2012</option>
|
|
68
|
-
<option value="2013">2013</option>
|
|
69
|
-
<option value="2014">2014</option>
|
|
70
|
-
<option value="2015">2015</option>
|
|
71
|
-
<option value="2016">2016</option>
|
|
72
|
-
<option value="2017">2017</option>
|
|
73
|
-
</select>
|
|
74
|
-
</li><li class="fragment"><label for="kinney_clip_interview_date_2i">Month</label><select name="kinney_clip[interview_date(2i)]" id="kinney_clip_interview_date_2i">
|
|
75
|
-
<option value=""></option>
|
|
76
|
-
<option value="1">January</option>
|
|
77
|
-
<option value="2">February</option>
|
|
78
|
-
<option value="3">March</option>
|
|
79
|
-
<option value="4">April</option>
|
|
80
|
-
<option value="5">May</option>
|
|
81
|
-
<option value="6">June</option>
|
|
82
|
-
<option value="7">July</option>
|
|
83
|
-
<option value="8">August</option>
|
|
84
|
-
<option value="9">September</option>
|
|
85
|
-
<option value="10">October</option>
|
|
86
|
-
<option value="11">November</option>
|
|
87
|
-
<option value="12">December</option>
|
|
88
|
-
</select>
|
|
89
|
-
</li><li class="fragment"><label for="kinney_clip_interview_date_3i">Day</label><select name="kinney_clip[interview_date(3i)]" id="kinney_clip_interview_date_3i">
|
|
90
|
-
<option value=""></option>
|
|
91
|
-
<option value="1">1</option>
|
|
92
|
-
<option value="2">2</option>
|
|
93
|
-
<option value="3">3</option>
|
|
94
|
-
<option value="4">4</option>
|
|
95
|
-
<option value="5">5</option>
|
|
96
|
-
<option value="6">6</option>
|
|
97
|
-
<option value="7">7</option>
|
|
98
|
-
<option value="8">8</option>
|
|
99
|
-
<option value="9">9</option>
|
|
100
|
-
<option value="10">10</option>
|
|
101
|
-
<option value="11">11</option>
|
|
102
|
-
<option value="12">12</option>
|
|
103
|
-
<option value="13">13</option>
|
|
104
|
-
<option value="14">14</option>
|
|
105
|
-
<option value="15">15</option>
|
|
106
|
-
<option value="16">16</option>
|
|
107
|
-
<option value="17">17</option>
|
|
108
|
-
<option value="18">18</option>
|
|
109
|
-
<option value="19">19</option>
|
|
110
|
-
<option value="20">20</option>
|
|
111
|
-
<option value="21">21</option>
|
|
112
|
-
<option value="22">22</option>
|
|
113
|
-
<option value="23">23</option>
|
|
114
|
-
<option value="24">24</option>
|
|
115
|
-
<option value="25">25</option>
|
|
116
|
-
<option value="26">26</option>
|
|
117
|
-
<option value="27">27</option>
|
|
118
|
-
<option value="28">28</option>
|
|
119
|
-
<option value="29">29</option>
|
|
120
|
-
<option value="30">30</option>
|
|
121
|
-
<option value="31">31</option>
|
|
122
|
-
</select>
|
|
123
|
-
</li></ol></fieldset>
|
|
124
|
-
|
|
125
|
-
</li>
|
|
126
|
-
<li id="kinney_clip_description_input" class="text input required"><label for="kinney_clip_description" class=" label">Description<abbr title="required">*</abbr></label><textarea rows="4" name="kinney_clip[description]" id="kinney_clip_description"></textarea>
|
|
127
|
-
|
|
128
|
-
</li>
|
|
129
|
-
<li id="kinney_clip_top_pick_input" class="boolean input optional"><input type="hidden" value="0" name="kinney_clip[top_pick]" /><label for="kinney_clip_top_pick" class=""><input type="checkbox" value="1" name="kinney_clip[top_pick]" id="kinney_clip_top_pick" />Top pick</label>
|
|
130
|
-
|
|
131
|
-
</li>
|
|
132
|
-
<li id="kinney_clip_featured_input" class="boolean input optional"><input type="hidden" value="0" name="kinney_clip[featured]" /><label for="kinney_clip_featured" class=""><input type="checkbox" value="1" name="kinney_clip[featured]" id="kinney_clip_featured" />Featured</label>
|
|
133
|
-
|
|
134
|
-
</li>
|
|
135
|
-
<li id="kinney_clip_topics_input" class="select input optional"><input type="hidden" value="" name="kinney_clip[topic_ids][]" /><label for="kinney_clip_topic_ids" class=" label">Topics</label><input type="hidden" value="" name="kinney_clip[topic_ids][]" /><select name="kinney_clip[topic_ids][]" multiple="multiple" id="kinney_clip_topic_ids" class="chzn-select chzn-done" style="display: none;"><option value="362091426">Academics</option>
|
|
136
|
-
<option value="988095931">Mentors</option>
|
|
137
|
-
<option value="664908689">Roots</option></select><div id="kinney_clip_topic_ids_chzn" class="chzn-container chzn-container-multi" style="width: 500px;"><ul class="chzn-choices"><li class="search-field"><input type="text" style="width: 144px;" autocomplete="off" class="default" value="Select Some Options" /></li></ul><div style="left: -9000px; width: 498px; top: 29px;" class="chzn-drop"><ul class="chzn-results"><li style="" class="active-result" id="kinney_clip_topic_ids_chzn_o_0">Academics</li><li style="" class="active-result" id="kinney_clip_topic_ids_chzn_o_1">Mentors</li><li style="" class="active-result" id="kinney_clip_topic_ids_chzn_o_2">Roots</li></ul></div></div>
|
|
138
|
-
|
|
139
|
-
</li>
|
|
140
|
-
<li id="kinney_clip_people_input" class="select input optional"><input type="hidden" value="" name="kinney_clip[person_ids][]" /><label for="kinney_clip_person_ids" class=" label">People</label><input type="hidden" value="" name="kinney_clip[person_ids][]" /><select name="kinney_clip[person_ids][]" multiple="multiple" id="kinney_clip_person_ids" class="chzn-select chzn-done" style="display: none;"><option value="661380436">Atkins, John</option>
|
|
141
|
-
<option value="968038455">Man, Third</option>
|
|
142
|
-
<option value="989941066">Raiford, Brooks</option>
|
|
143
|
-
<option value="356232046">Tolson, Edward</option>
|
|
144
|
-
<option value="671692620">Williams, William</option>
|
|
145
|
-
<option value="489877744">Xavier, Andrew</option></select><div id="kinney_clip_person_ids_chzn" class="chzn-container chzn-container-multi" style="width: 500px;"><ul class="chzn-choices"><li class="search-field"><input type="text" style="width: 144px;" autocomplete="off" class="default" value="Select Some Options" /></li></ul><div style="left: -9000px; width: 498px; top: 29px;" class="chzn-drop"><ul class="chzn-results"><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_0">Atkins, John</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_1">Man, Third</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_2">Raiford, Brooks</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_3">Tolson, Edward</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_4">Williams, William</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_5">Xavier, Andrew</li></ul></div></div>
|
|
146
|
-
|
|
147
|
-
</li>
|
|
148
|
-
<li id="kinney_clip_quotes_input" class="ckeditor input optional"><label for="kinney_clip_quotes" class=" label">Quotes</label><textarea rows="20" name="kinney_clip[quotes]" id="kinney_clip_quotes" cols="40" style="visibility: hidden;"></textarea><script type="text/javascript">
|
|
149
|
-
//<![CDATA[
|
|
150
|
-
$(document).ready(function(){ if (CKEDITOR.instances['kinney_clip_quotes']) {CKEDITOR.remove(CKEDITOR.instances['kinney_clip_quotes']);}CKEDITOR.replace('kinney_clip_quotes', {"required":false,"autofocus":false,"language":"en","id":"kinney_clip_quotes"}); });
|
|
151
|
-
//]]>
|
|
152
|
-
</script>
|
|
153
|
-
|
|
154
|
-
</li>
|
|
155
|
-
</ol></fieldset> <li id="kinney_clip_submit_action" class="action input_action "><input type="submit" value="Submit" name="commit" /></li>
|
|
156
|
-
</form></div></div>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
<div id="footer" class="footer">
|
|
160
|
-
<p>Powered by <a href="http://www.activeadmin.info">Active Admin</a> 0.5.0</p>
|
|
161
|
-
</div>
|
|
162
|
-
</div>
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
</body></html>
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
3
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
4
|
-
<title>New Kinney Clip | Kinney</title>
|
|
5
|
-
<link type="text/css" rel="stylesheet" media="screen" href="/assets/active_admin.css" /><link type="text/css" rel="stylesheet" media="print" href="/assets/active_admin/print.css" /> <script src="/assets/active_admin.js" type="text/javascript"></script>
|
|
6
|
-
<script src="/assets/ckeditor/init.js" type="text/javascript"></script>
|
|
7
|
-
<script src="/assets/ckeditor/ckeditor.js" type="text/javascript"></script>
|
|
8
|
-
<script type="text/javascript" src="http://127.0.0.1:51318/assets/ckeditor/config.js?t=C3HA5RM"></script><link rel="stylesheet" type="text/css" href="http://127.0.0.1:51318/assets/ckeditor/skins/kama/editor.css?t=C3HA5RM" /><script type="text/javascript" src="http://127.0.0.1:51318/assets/ckeditor/lang/en.js?t=C3HA5RM"></script><script type="text/javascript" src="http://127.0.0.1:51318/assets/ckeditor/plugins/embed/plugin.js?t=C3HA5RM"></script><script type="text/javascript" src="http://127.0.0.1:51318/assets/ckeditor/plugins/attachment/plugin.js?t=C3HA5RM"></script><script type="text/javascript" src="http://127.0.0.1:51318/assets/ckeditor/plugins/embed/lang/en.js?t=C3HA5RM"></script><script type="text/javascript" src="http://127.0.0.1:51318/assets/ckeditor/plugins/attachment/lang/en.js?t=C3HA5RM"></script></head>
|
|
9
|
-
<body class="admin_namespace new logged_in active_admin admin_kinney_clips" onpageshow='event.persisted && (function(){var allInstances = CKEDITOR.instances, editor, doc;for ( var i in allInstances ){ editor = allInstances[ i ]; doc = editor.document; if ( doc ) { doc.$.designMode = "off"; doc.$.designMode = "on"; }}})();'>
|
|
10
|
-
<div id="wrapper">
|
|
11
|
-
<div id="header" class="header">
|
|
12
|
-
<h1 id="site_title" class="site_title">Kinney</h1>
|
|
13
|
-
<ul id="tabs" class="header-item">
|
|
14
|
-
<li id="dashboard"><a href="/admin/dashboard">Dashboard</a></li>
|
|
15
|
-
<li id="kinney_admin_users"><a href="/admin/kinney_admin_users">Kinney Admin Users</a></li>
|
|
16
|
-
<li id="kinney_clips" class="current"><a href="/admin/kinney_clips">Kinney Clips</a></li>
|
|
17
|
-
<li id="kinney_images"><a href="/admin/kinney_images">Kinney Images</a></li>
|
|
18
|
-
<li id="kinney_people"><a href="/admin/kinney_people">Kinney People</a></li>
|
|
19
|
-
<li id="kinney_topics"><a href="/admin/kinney_topics">Kinney Topics</a></li>
|
|
20
|
-
</ul>
|
|
21
|
-
<p id="utility_nav" class="header-item">
|
|
22
|
-
<span class="current_user">admin@example.com</span>
|
|
23
|
-
<a data-method="get" href="/admin_users/sign_out">Logout</a> </p>
|
|
24
|
-
</div>
|
|
25
|
-
<div id="title_bar" class="title_bar">
|
|
26
|
-
<div id="titlebar_left">
|
|
27
|
-
<span class="breadcrumb">
|
|
28
|
-
<a href="/admin">Admin</a> <span class="breadcrumb_sep">/</span>
|
|
29
|
-
<a href="/admin/kinney_clips">Kinney Clips</a> <span class="breadcrumb_sep">/</span>
|
|
30
|
-
</span>
|
|
31
|
-
<h2 id="page_title">New Kinney Clip</h2>
|
|
32
|
-
</div>
|
|
33
|
-
<div id="titlebar_right"></div>
|
|
34
|
-
</div>
|
|
35
|
-
<div id="active_admin_content" class="without_sidebar">
|
|
36
|
-
<div id="main_content_wrapper">
|
|
37
|
-
<div id="main_content"><div style="float:right" id="vtt">
|
|
38
|
-
<h2>VTT</h2>
|
|
39
|
-
<div id="vtt_result"><div class="alert">Give focus to the filename. You will not be able to save until there is a WEBVTT file.</div></div>
|
|
40
|
-
<textarea cols="70" rows="10"></textarea>
|
|
41
|
-
</div>
|
|
42
|
-
<div style="height:272px; width:480px">
|
|
43
|
-
<div class="mejs-container mejs-video" id="mep_0" style="width: 480px; height: 270px;"><div class="mejs-inner"><div class="mejs-mediaelement"><video width="480" height="270" id="video_preview" preload="true" poster="" style="width:100%;height:100%;" tabindex="0" src="">
|
|
44
|
-
<source type="video/webm" src="" />
|
|
45
|
-
</video></div><div class="mejs-layers"><div class="mejs-poster mejs-layer" style="display: none; width: 100%; height: 100%;"></div><div class="mejs-overlay mejs-layer" style="display: none; width: 100%; height: 100%;"><div class="mejs-overlay-loading"><span></span></div></div><div class="mejs-overlay mejs-layer" style="display: block; width: 100%; height: 100%;"><div class="mejs-overlay-error"></div></div><div class="mejs-overlay mejs-layer mejs-overlay-play" style="width: 100%; height: 100%;"><div class="mejs-overlay-button"></div></div></div><div class="mejs-controls"><div class="mejs-button mejs-playpause-button mejs-play"><button title="Play/Pause" aria-controls="mep_0" type="button"></button></div><div class="mejs-time mejs-currenttime-container"><span class="mejs-currenttime">00:00</span></div><div class="mejs-time-rail" style="width: 332px;"><span class="mejs-time-total" style="width: 322px;"><span class="mejs-time-buffering" style="display: none;"></span><span class="mejs-time-loaded"></span><span class="mejs-time-current"></span><span class="mejs-time-handle"></span><span class="mejs-time-float"><span class="mejs-time-float-current">00:00</span><span class="mejs-time-float-corner"></span></span></span></div><div class="mejs-time mejs-duration-container"><span class="mejs-duration">00:00</span></div><div class="mejs-button mejs-volume-button mejs-mute"><button title="Mute Toggle" aria-controls="mep_0" type="button"></button><div class="mejs-volume-slider"><div class="mejs-volume-total" style=""></div><div class="mejs-volume-current" style="height: 80px; top: 20px;"></div><div class="mejs-volume-handle" style="top: 17px;"></div></div></div><div class="mejs-button mejs-fullscreen-button"><button title="Fullscreen" aria-controls="mep_0" type="button"></button></div></div><div class="mejs-clear"></div></div></div>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
<div style="clear:both">
|
|
49
|
-
<form novalidate="novalidate" method="post" id="new_kinney_clip" class="formtastic kinney_clip" action="/admin/kinney_clips" accept-charset="UTF-8"><div style="margin:0;padding:0;display:inline"><input type="hidden" value="✓" name="utf8" /></div>
|
|
50
|
-
<fieldset class="inputs"><ol>
|
|
51
|
-
<li id="kinney_clip_filename_input" class="string input required stringish"><label for="kinney_clip_filename" class=" label">Filename<abbr title="required">*</abbr></label><input type="text" name="kinney_clip[filename]" maxlength="255" id="kinney_clip_filename" />
|
|
52
|
-
|
|
53
|
-
</li>
|
|
54
|
-
<li id="kinney_clip_duration_input" class="number input required numeric stringish"><label for="kinney_clip_duration" class=" label">Duration in seconds<abbr title="required">*</abbr></label><input type="number" step="any" name="kinney_clip[duration]" id="kinney_clip_duration" />
|
|
55
|
-
|
|
56
|
-
</li>
|
|
57
|
-
<li id="kinney_clip_title_input" class="string input required stringish"><label for="kinney_clip_title" class=" label">Title<abbr title="required">*</abbr></label><input type="text" name="kinney_clip[title]" maxlength="255" id="kinney_clip_title" />
|
|
58
|
-
|
|
59
|
-
</li>
|
|
60
|
-
<li id="kinney_clip_interview_date_input" class="date_select input required"><fieldset class="fragments"><legend class="label"><label for="kinney_clip_interview_date_1i">Interview date<abbr title="required">*</abbr></label></legend><ol class="fragments-group"><li class="fragment"><label for="kinney_clip_interview_date_1i">Year</label><select name="kinney_clip[interview_date(1i)]" id="kinney_clip_interview_date_1i">
|
|
61
|
-
<option value=""></option>
|
|
62
|
-
<option value="2007">2007</option>
|
|
63
|
-
<option value="2008">2008</option>
|
|
64
|
-
<option value="2009">2009</option>
|
|
65
|
-
<option value="2010">2010</option>
|
|
66
|
-
<option value="2011">2011</option>
|
|
67
|
-
<option value="2012">2012</option>
|
|
68
|
-
<option value="2013">2013</option>
|
|
69
|
-
<option value="2014">2014</option>
|
|
70
|
-
<option value="2015">2015</option>
|
|
71
|
-
<option value="2016">2016</option>
|
|
72
|
-
<option value="2017">2017</option>
|
|
73
|
-
</select>
|
|
74
|
-
</li><li class="fragment"><label for="kinney_clip_interview_date_2i">Month</label><select name="kinney_clip[interview_date(2i)]" id="kinney_clip_interview_date_2i">
|
|
75
|
-
<option value=""></option>
|
|
76
|
-
<option value="1">January</option>
|
|
77
|
-
<option value="2">February</option>
|
|
78
|
-
<option value="3">March</option>
|
|
79
|
-
<option value="4">April</option>
|
|
80
|
-
<option value="5">May</option>
|
|
81
|
-
<option value="6">June</option>
|
|
82
|
-
<option value="7">July</option>
|
|
83
|
-
<option value="8">August</option>
|
|
84
|
-
<option value="9">September</option>
|
|
85
|
-
<option value="10">October</option>
|
|
86
|
-
<option value="11">November</option>
|
|
87
|
-
<option value="12">December</option>
|
|
88
|
-
</select>
|
|
89
|
-
</li><li class="fragment"><label for="kinney_clip_interview_date_3i">Day</label><select name="kinney_clip[interview_date(3i)]" id="kinney_clip_interview_date_3i">
|
|
90
|
-
<option value=""></option>
|
|
91
|
-
<option value="1">1</option>
|
|
92
|
-
<option value="2">2</option>
|
|
93
|
-
<option value="3">3</option>
|
|
94
|
-
<option value="4">4</option>
|
|
95
|
-
<option value="5">5</option>
|
|
96
|
-
<option value="6">6</option>
|
|
97
|
-
<option value="7">7</option>
|
|
98
|
-
<option value="8">8</option>
|
|
99
|
-
<option value="9">9</option>
|
|
100
|
-
<option value="10">10</option>
|
|
101
|
-
<option value="11">11</option>
|
|
102
|
-
<option value="12">12</option>
|
|
103
|
-
<option value="13">13</option>
|
|
104
|
-
<option value="14">14</option>
|
|
105
|
-
<option value="15">15</option>
|
|
106
|
-
<option value="16">16</option>
|
|
107
|
-
<option value="17">17</option>
|
|
108
|
-
<option value="18">18</option>
|
|
109
|
-
<option value="19">19</option>
|
|
110
|
-
<option value="20">20</option>
|
|
111
|
-
<option value="21">21</option>
|
|
112
|
-
<option value="22">22</option>
|
|
113
|
-
<option value="23">23</option>
|
|
114
|
-
<option value="24">24</option>
|
|
115
|
-
<option value="25">25</option>
|
|
116
|
-
<option value="26">26</option>
|
|
117
|
-
<option value="27">27</option>
|
|
118
|
-
<option value="28">28</option>
|
|
119
|
-
<option value="29">29</option>
|
|
120
|
-
<option value="30">30</option>
|
|
121
|
-
<option value="31">31</option>
|
|
122
|
-
</select>
|
|
123
|
-
</li></ol></fieldset>
|
|
124
|
-
|
|
125
|
-
</li>
|
|
126
|
-
<li id="kinney_clip_description_input" class="text input required"><label for="kinney_clip_description" class=" label">Description<abbr title="required">*</abbr></label><textarea rows="4" name="kinney_clip[description]" id="kinney_clip_description"></textarea>
|
|
127
|
-
|
|
128
|
-
</li>
|
|
129
|
-
<li id="kinney_clip_top_pick_input" class="boolean input optional"><input type="hidden" value="0" name="kinney_clip[top_pick]" /><label for="kinney_clip_top_pick" class=""><input type="checkbox" value="1" name="kinney_clip[top_pick]" id="kinney_clip_top_pick" />Top pick</label>
|
|
130
|
-
|
|
131
|
-
</li>
|
|
132
|
-
<li id="kinney_clip_featured_input" class="boolean input optional"><input type="hidden" value="0" name="kinney_clip[featured]" /><label for="kinney_clip_featured" class=""><input type="checkbox" value="1" name="kinney_clip[featured]" id="kinney_clip_featured" />Featured</label>
|
|
133
|
-
|
|
134
|
-
</li>
|
|
135
|
-
<li id="kinney_clip_topics_input" class="select input optional"><input type="hidden" value="" name="kinney_clip[topic_ids][]" /><label for="kinney_clip_topic_ids" class=" label">Topics</label><input type="hidden" value="" name="kinney_clip[topic_ids][]" /><select name="kinney_clip[topic_ids][]" multiple="multiple" id="kinney_clip_topic_ids" class="chzn-select chzn-done" style="display: none;"><option value="362091426">Academics</option>
|
|
136
|
-
<option value="988095931">Mentors</option>
|
|
137
|
-
<option value="664908689">Roots</option></select><div id="kinney_clip_topic_ids_chzn" class="chzn-container chzn-container-multi" style="width: 500px;"><ul class="chzn-choices"><li class="search-field"><input type="text" style="width: 144px;" autocomplete="off" class="default" value="Select Some Options" /></li></ul><div style="left: -9000px; width: 498px; top: 29px;" class="chzn-drop"><ul class="chzn-results"><li style="" class="active-result" id="kinney_clip_topic_ids_chzn_o_0">Academics</li><li style="" class="active-result" id="kinney_clip_topic_ids_chzn_o_1">Mentors</li><li style="" class="active-result" id="kinney_clip_topic_ids_chzn_o_2">Roots</li></ul></div></div>
|
|
138
|
-
|
|
139
|
-
</li>
|
|
140
|
-
<li id="kinney_clip_people_input" class="select input optional"><input type="hidden" value="" name="kinney_clip[person_ids][]" /><label for="kinney_clip_person_ids" class=" label">People</label><input type="hidden" value="" name="kinney_clip[person_ids][]" /><select name="kinney_clip[person_ids][]" multiple="multiple" id="kinney_clip_person_ids" class="chzn-select chzn-done" style="display: none;"><option value="661380436">Atkins, John</option>
|
|
141
|
-
<option value="968038455">Man, Third</option>
|
|
142
|
-
<option value="989941066">Raiford, Brooks</option>
|
|
143
|
-
<option value="356232046">Tolson, Edward</option>
|
|
144
|
-
<option value="671692620">Williams, William</option>
|
|
145
|
-
<option value="489877744">Xavier, Andrew</option></select><div id="kinney_clip_person_ids_chzn" class="chzn-container chzn-container-multi" style="width: 500px;"><ul class="chzn-choices"><li class="search-field"><input type="text" style="width: 144px;" autocomplete="off" class="default" value="Select Some Options" /></li></ul><div style="left: -9000px; width: 498px; top: 29px;" class="chzn-drop"><ul class="chzn-results"><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_0">Atkins, John</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_1">Man, Third</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_2">Raiford, Brooks</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_3">Tolson, Edward</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_4">Williams, William</li><li style="" class="active-result" id="kinney_clip_person_ids_chzn_o_5">Xavier, Andrew</li></ul></div></div>
|
|
146
|
-
|
|
147
|
-
</li>
|
|
148
|
-
<li id="kinney_clip_quotes_input" class="ckeditor input optional"><label for="kinney_clip_quotes" class=" label">Quotes</label><textarea rows="20" name="kinney_clip[quotes]" id="kinney_clip_quotes" cols="40" style="visibility: hidden; display: none;"></textarea><span lang="en" aria-labelledby="cke_kinney_clip_quotes_arialbl" role="application" title=" " dir="ltr" class="cke_skin_kama cke_1 cke_editor_kinney_clip_quotes" id="cke_kinney_clip_quotes"><span class="cke_voice_label" id="cke_kinney_clip_quotes_arialbl">Rich Text Editor</span><span role="presentation" class="cke_browser_gecko"><span role="presentation" class="cke_wrapper cke_ltr"><table cellspacing="0" cellpadding="0" border="0" role="presentation" class="cke_editor"><tbody><tr role="presentation" style="-moz-user-select: none;"><td role="presentation" class="cke_top" id="cke_top_kinney_clip_quotes"><div onmousedown="return false;" aria-labelledby="cke_6" role="group" class="cke_toolbox"><span class="cke_voice_label" id="cke_6">Editor toolbars</span><span role="toolbar" class="cke_toolbar" id="cke_7"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(6, this); return false;" onfocus="return CKEDITOR.tools.callFunction(5, event);" onkeydown="return CKEDITOR.tools.callFunction(4, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_8_label" role="button" hidefocus="true" tabindex="-1" title="Source" class="cke_off cke_button_source" id="cke_8"><span class="cke_icon"> </span><span class="cke_label" id="cke_8_label">Source</span></a></span><span role="separator" class="cke_separator"></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(9, this); return false;" onfocus="return CKEDITOR.tools.callFunction(8, event);" onkeydown="return CKEDITOR.tools.callFunction(7, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_9_label" role="button" hidefocus="true" tabindex="-1" title="Preview" class="cke_off cke_button_preview" id="cke_9"><span class="cke_icon"> </span><span class="cke_label" id="cke_9_label">Preview</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_10"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(12, this); return false;" onfocus="return CKEDITOR.tools.callFunction(11, event);" onkeydown="return CKEDITOR.tools.callFunction(10, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_11_label" role="button" hidefocus="true" tabindex="-1" title="Cut" class="cke_off cke_button_cut" id="cke_11"><span class="cke_icon"> </span><span class="cke_label" id="cke_11_label">Cut</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(15, this); return false;" onfocus="return CKEDITOR.tools.callFunction(14, event);" onkeydown="return CKEDITOR.tools.callFunction(13, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_12_label" role="button" hidefocus="true" tabindex="-1" title="Copy" class="cke_off cke_button_copy" id="cke_12"><span class="cke_icon"> </span><span class="cke_label" id="cke_12_label">Copy</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(18, this); return false;" onfocus="return CKEDITOR.tools.callFunction(17, event);" onkeydown="return CKEDITOR.tools.callFunction(16, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_13_label" role="button" hidefocus="true" tabindex="-1" title="Paste" class="cke_off cke_button_paste" id="cke_13"><span class="cke_icon"> </span><span class="cke_label" id="cke_13_label">Paste</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(21, this); return false;" onfocus="return CKEDITOR.tools.callFunction(20, event);" onkeydown="return CKEDITOR.tools.callFunction(19, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_14_label" role="button" hidefocus="true" tabindex="-1" title="Paste as plain text" class="cke_off cke_button_pastetext" id="cke_14"><span class="cke_icon"> </span><span class="cke_label" id="cke_14_label">Paste as plain text</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(24, this); return false;" onfocus="return CKEDITOR.tools.callFunction(23, event);" onkeydown="return CKEDITOR.tools.callFunction(22, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_15_label" role="button" hidefocus="true" tabindex="-1" title="Paste from Word" class="cke_off cke_button_pastefromword" id="cke_15"><span class="cke_icon"> </span><span class="cke_label" id="cke_15_label">Paste from Word</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_16"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(27, this); return false;" onfocus="return CKEDITOR.tools.callFunction(26, event);" onkeydown="return CKEDITOR.tools.callFunction(25, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_17_label" role="button" hidefocus="true" tabindex="-1" title="Undo" class="cke_disabled cke_button_undo" id="cke_17"><span class="cke_icon"> </span><span class="cke_label" id="cke_17_label">Undo</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(30, this); return false;" onfocus="return CKEDITOR.tools.callFunction(29, event);" onkeydown="return CKEDITOR.tools.callFunction(28, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_18_label" role="button" hidefocus="true" tabindex="-1" title="Redo" class="cke_disabled cke_button_redo" id="cke_18"><span class="cke_icon"> </span><span class="cke_label" id="cke_18_label">Redo</span></a></span><span role="separator" class="cke_separator"></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(33, this); return false;" onfocus="return CKEDITOR.tools.callFunction(32, event);" onkeydown="return CKEDITOR.tools.callFunction(31, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_19_label" role="button" hidefocus="true" tabindex="-1" title="Select All" class="cke_off cke_button_selectAll" id="cke_19"><span class="cke_icon"> </span><span class="cke_label" id="cke_19_label">Select All</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(36, this); return false;" onfocus="return CKEDITOR.tools.callFunction(35, event);" onkeydown="return CKEDITOR.tools.callFunction(34, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_20_label" role="button" hidefocus="true" tabindex="-1" title="Remove Format" class="cke_off cke_button_removeFormat" id="cke_20"><span class="cke_icon"> </span><span class="cke_label" id="cke_20_label">Remove Format</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_22"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_rcombo"><span role="presentation" class="cke_styles cke_off" id="cke_21"><span class="cke_label" id="cke_21_label">Styles</span><a onclick="CKEDITOR.tools.callFunction(37, this); return false;" onfocus="return CKEDITOR.tools.callFunction(39, event);" onkeydown="CKEDITOR.tools.callFunction( 38, event, this );" onblur="this.style.cssText = this.style.cssText;" aria-haspopup="true" aria-describedby="cke_21_text" aria-labelledby="cke_21_label" role="button" tabindex="-1" title="Formatting Styles" hidefocus="true"><span><span class="cke_text cke_inline_label" id="cke_21_text">Styles</span></span><span class="cke_openbutton"><span class="cke_icon"></span></span></a></span></span><span role="presentation" class="cke_rcombo"><span role="presentation" class="cke_format cke_off" id="cke_23"><span class="cke_label" id="cke_23_label">Format</span><a onclick="CKEDITOR.tools.callFunction(40, this); return false;" onfocus="return CKEDITOR.tools.callFunction(42, event);" onkeydown="CKEDITOR.tools.callFunction( 41, event, this );" onblur="this.style.cssText = this.style.cssText;" aria-haspopup="true" aria-describedby="cke_23_text" aria-labelledby="cke_23_label" role="button" tabindex="-1" title="Paragraph Format" hidefocus="true"><span><span class="cke_text cke_inline_label" id="cke_23_text">Format</span></span><span class="cke_openbutton"><span class="cke_icon"></span></span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_24"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(45, this); return false;" onfocus="return CKEDITOR.tools.callFunction(44, event);" onkeydown="return CKEDITOR.tools.callFunction(43, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_25_label" role="button" hidefocus="true" tabindex="-1" title="Subscript" class="cke_off cke_button_subscript" id="cke_25"><span class="cke_icon"> </span><span class="cke_label" id="cke_25_label">Subscript</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(48, this); return false;" onfocus="return CKEDITOR.tools.callFunction(47, event);" onkeydown="return CKEDITOR.tools.callFunction(46, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_26_label" role="button" hidefocus="true" tabindex="-1" title="Superscript" class="cke_off cke_button_superscript" id="cke_26"><span class="cke_icon"> </span><span class="cke_label" id="cke_26_label">Superscript</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(51, this); return false;" onfocus="return CKEDITOR.tools.callFunction(50, event);" onkeydown="return CKEDITOR.tools.callFunction(49, event);" onblur="this.style.cssText = this.style.cssText;" aria-haspopup="true" aria-labelledby="cke_27_label" role="button" hidefocus="true" tabindex="-1" title="Text Color" class="cke_off cke_button_textcolor" id="cke_27"><span class="cke_icon"> </span><span class="cke_label" id="cke_27_label">Text Color</span><span class="cke_buttonarrow"> </span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_28"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(54, this); return false;" onfocus="return CKEDITOR.tools.callFunction(53, event);" onkeydown="return CKEDITOR.tools.callFunction(52, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_29_label" role="button" hidefocus="true" tabindex="-1" title="Maximize" class="cke_off cke_button_maximize" id="cke_29"><span class="cke_icon"> </span><span class="cke_label" id="cke_29_label">Maximize</span></a></span><span role="separator" class="cke_separator"></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(57, this); return false;" onfocus="return CKEDITOR.tools.callFunction(56, event);" onkeydown="return CKEDITOR.tools.callFunction(55, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_30_label" role="button" hidefocus="true" tabindex="-1" title="About CKEditor" class="cke_off cke_button_about" id="cke_30"><span class="cke_icon"> </span><span class="cke_label" id="cke_30_label">About CKEditor</span></a></span></span><span class="cke_toolbar_end"></span></span><div class="cke_break"></div><span role="toolbar" class="cke_toolbar" id="cke_31"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(60, this); return false;" onfocus="return CKEDITOR.tools.callFunction(59, event);" onkeydown="return CKEDITOR.tools.callFunction(58, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_32_label" role="button" hidefocus="true" tabindex="-1" title="Bold" class="cke_off cke_button_bold" id="cke_32"><span class="cke_icon"> </span><span class="cke_label" id="cke_32_label">Bold</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(63, this); return false;" onfocus="return CKEDITOR.tools.callFunction(62, event);" onkeydown="return CKEDITOR.tools.callFunction(61, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_33_label" role="button" hidefocus="true" tabindex="-1" title="Italic" class="cke_off cke_button_italic" id="cke_33"><span class="cke_icon"> </span><span class="cke_label" id="cke_33_label">Italic</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(66, this); return false;" onfocus="return CKEDITOR.tools.callFunction(65, event);" onkeydown="return CKEDITOR.tools.callFunction(64, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_34_label" role="button" hidefocus="true" tabindex="-1" title="Underline" class="cke_off cke_button_underline" id="cke_34"><span class="cke_icon"> </span><span class="cke_label" id="cke_34_label">Underline</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(69, this); return false;" onfocus="return CKEDITOR.tools.callFunction(68, event);" onkeydown="return CKEDITOR.tools.callFunction(67, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_35_label" role="button" hidefocus="true" tabindex="-1" title="Strike Through" class="cke_off cke_button_strike" id="cke_35"><span class="cke_icon"> </span><span class="cke_label" id="cke_35_label">Strike Through</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_36"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(72, this); return false;" onfocus="return CKEDITOR.tools.callFunction(71, event);" onkeydown="return CKEDITOR.tools.callFunction(70, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_37_label" role="button" hidefocus="true" tabindex="-1" title="Insert/Remove Numbered List" class="cke_off cke_button_numberedlist" id="cke_37"><span class="cke_icon"> </span><span class="cke_label" id="cke_37_label">Insert/Remove Numbered List</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(75, this); return false;" onfocus="return CKEDITOR.tools.callFunction(74, event);" onkeydown="return CKEDITOR.tools.callFunction(73, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_38_label" role="button" hidefocus="true" tabindex="-1" title="Insert/Remove Bulleted List" class="cke_off cke_button_bulletedlist" id="cke_38"><span class="cke_icon"> </span><span class="cke_label" id="cke_38_label">Insert/Remove Bulleted List</span></a></span><span role="separator" class="cke_separator"></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(78, this); return false;" onfocus="return CKEDITOR.tools.callFunction(77, event);" onkeydown="return CKEDITOR.tools.callFunction(76, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_39_label" role="button" hidefocus="true" tabindex="-1" title="Decrease Indent" class="cke_off cke_button_outdent" id="cke_39"><span class="cke_icon"> </span><span class="cke_label" id="cke_39_label">Decrease Indent</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(81, this); return false;" onfocus="return CKEDITOR.tools.callFunction(80, event);" onkeydown="return CKEDITOR.tools.callFunction(79, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_40_label" role="button" hidefocus="true" tabindex="-1" title="Increase Indent" class="cke_off cke_button_indent" id="cke_40"><span class="cke_icon"> </span><span class="cke_label" id="cke_40_label">Increase Indent</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(84, this); return false;" onfocus="return CKEDITOR.tools.callFunction(83, event);" onkeydown="return CKEDITOR.tools.callFunction(82, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_41_label" role="button" hidefocus="true" tabindex="-1" title="Block Quote" class="cke_off cke_button_blockquote" id="cke_41"><span class="cke_icon"> </span><span class="cke_label" id="cke_41_label">Block Quote</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_42"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(87, this); return false;" onfocus="return CKEDITOR.tools.callFunction(86, event);" onkeydown="return CKEDITOR.tools.callFunction(85, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_43_label" role="button" hidefocus="true" tabindex="-1" title="Align Left" class="cke_off cke_button_justifyleft" id="cke_43"><span class="cke_icon"> </span><span class="cke_label" id="cke_43_label">Align Left</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(90, this); return false;" onfocus="return CKEDITOR.tools.callFunction(89, event);" onkeydown="return CKEDITOR.tools.callFunction(88, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_44_label" role="button" hidefocus="true" tabindex="-1" title="Center" class="cke_off cke_button_justifycenter" id="cke_44"><span class="cke_icon"> </span><span class="cke_label" id="cke_44_label">Center</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(93, this); return false;" onfocus="return CKEDITOR.tools.callFunction(92, event);" onkeydown="return CKEDITOR.tools.callFunction(91, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_45_label" role="button" hidefocus="true" tabindex="-1" title="Align Right" class="cke_off cke_button_justifyright" id="cke_45"><span class="cke_icon"> </span><span class="cke_label" id="cke_45_label">Align Right</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(96, this); return false;" onfocus="return CKEDITOR.tools.callFunction(95, event);" onkeydown="return CKEDITOR.tools.callFunction(94, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_46_label" role="button" hidefocus="true" tabindex="-1" title="Justify" class="cke_off cke_button_justifyblock" id="cke_46"><span class="cke_icon"> </span><span class="cke_label" id="cke_46_label">Justify</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_47"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(99, this); return false;" onfocus="return CKEDITOR.tools.callFunction(98, event);" onkeydown="return CKEDITOR.tools.callFunction(97, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_48_label" role="button" hidefocus="true" tabindex="-1" title="Link" class="cke_off cke_button_link" id="cke_48"><span class="cke_icon"> </span><span class="cke_label" id="cke_48_label">Link</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(102, this); return false;" onfocus="return CKEDITOR.tools.callFunction(101, event);" onkeydown="return CKEDITOR.tools.callFunction(100, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_49_label" role="button" hidefocus="true" tabindex="-1" title="Unlink" class="cke_off cke_button_unlink" id="cke_49"><span class="cke_icon"> </span><span class="cke_label" id="cke_49_label">Unlink</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(105, this); return false;" onfocus="return CKEDITOR.tools.callFunction(104, event);" onkeydown="return CKEDITOR.tools.callFunction(103, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_50_label" role="button" hidefocus="true" tabindex="-1" title="Anchor" class="cke_off cke_button_anchor" id="cke_50"><span class="cke_icon"> </span><span class="cke_label" id="cke_50_label">Anchor</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_51"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(108, this); return false;" onfocus="return CKEDITOR.tools.callFunction(107, event);" onkeydown="return CKEDITOR.tools.callFunction(106, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_52_label" role="button" hidefocus="true" tabindex="-1" title="Image" class="cke_off cke_button_image" id="cke_52"><span class="cke_icon"> </span><span class="cke_label" id="cke_52_label">Image</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(111, this); return false;" onfocus="return CKEDITOR.tools.callFunction(110, event);" onkeydown="return CKEDITOR.tools.callFunction(109, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_53_label" role="button" hidefocus="true" tabindex="-1" title="Insert attachment" class="cke_off cke_button_attachment" id="cke_53"><span style="background-image:url(http://127.0.0.1:51318/assets/ckeditor/plugins/attachment/images/attachment.png?t=C3HA5RM);background-position:0 0px;" class="cke_icon"> </span><span class="cke_label" id="cke_53_label">Insert attachment</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(114, this); return false;" onfocus="return CKEDITOR.tools.callFunction(113, event);" onkeydown="return CKEDITOR.tools.callFunction(112, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_54_label" role="button" hidefocus="true" tabindex="-1" title="Flash" class="cke_off cke_button_flash" id="cke_54"><span class="cke_icon"> </span><span class="cke_label" id="cke_54_label">Flash</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(117, this); return false;" onfocus="return CKEDITOR.tools.callFunction(116, event);" onkeydown="return CKEDITOR.tools.callFunction(115, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_55_label" role="button" hidefocus="true" tabindex="-1" title="Paste embed" class="cke_off cke_button_embed" id="cke_55"><span style="background-image:url(http://127.0.0.1:51318/assets/ckeditor/plugins/embed/images/embed.png?t=C3HA5RM);background-position:0 0px;" class="cke_icon"> </span><span class="cke_label" id="cke_55_label">Paste embed</span></a></span></span><span class="cke_toolbar_end"></span></span><span role="toolbar" class="cke_toolbar" id="cke_56"><span class="cke_toolbar_start"></span><span role="presentation" class="cke_toolgroup"><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(120, this); return false;" onfocus="return CKEDITOR.tools.callFunction(119, event);" onkeydown="return CKEDITOR.tools.callFunction(118, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_57_label" role="button" hidefocus="true" tabindex="-1" title="Table" class="cke_off cke_button_table" id="cke_57"><span class="cke_icon"> </span><span class="cke_label" id="cke_57_label">Table</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(123, this); return false;" onfocus="return CKEDITOR.tools.callFunction(122, event);" onkeydown="return CKEDITOR.tools.callFunction(121, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_58_label" role="button" hidefocus="true" tabindex="-1" title="Insert Horizontal Line" class="cke_off cke_button_horizontalrule" id="cke_58"><span class="cke_icon"> </span><span class="cke_label" id="cke_58_label">Insert Horizontal Line</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(126, this); return false;" onfocus="return CKEDITOR.tools.callFunction(125, event);" onkeydown="return CKEDITOR.tools.callFunction(124, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_59_label" role="button" hidefocus="true" tabindex="-1" title="Smiley" class="cke_off cke_button_smiley" id="cke_59"><span class="cke_icon"> </span><span class="cke_label" id="cke_59_label">Smiley</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(129, this); return false;" onfocus="return CKEDITOR.tools.callFunction(128, event);" onkeydown="return CKEDITOR.tools.callFunction(127, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_60_label" role="button" hidefocus="true" tabindex="-1" title="Insert Special Character" class="cke_off cke_button_specialchar" id="cke_60"><span class="cke_icon"> </span><span class="cke_label" id="cke_60_label">Insert Special Character</span></a></span><span class="cke_button"><a onclick="CKEDITOR.tools.callFunction(132, this); return false;" onfocus="return CKEDITOR.tools.callFunction(131, event);" onkeydown="return CKEDITOR.tools.callFunction(130, event);" onblur="this.style.cssText = this.style.cssText;" aria-labelledby="cke_61_label" role="button" hidefocus="true" tabindex="-1" title="Insert Page Break for Printing" class="cke_off cke_button_pagebreak" id="cke_61"><span class="cke_icon"> </span><span class="cke_label" id="cke_61_label">Insert Page Break for Printing</span></a></span></span><span class="cke_toolbar_end"></span></span></div><a onclick="CKEDITOR.tools.callFunction(133)" class="cke_toolbox_collapser" tabindex="-1" id="cke_62" title="Collapse Toolbar"><span>▲</span></a></td></tr><tr role="presentation"><td role="presentation" style="height:200px" class="cke_contents" id="cke_contents_kinney_clip_quotes"><iframe frameborder="0" allowtransparency="true" tabindex="0" src="" title="Rich text editor, kinney_clip_quotes, press ALT 0 for help." style="width:100%;height:100%"></iframe></td></tr><tr role="presentation" style="-moz-user-select: none;"><td role="presentation" class="cke_bottom" id="cke_bottom_kinney_clip_quotes"><div onmousedown="CKEDITOR.tools.callFunction(3, event)" title="Drag to resize" class="cke_resizer cke_resizer_ltr"></div><span class="cke_voice_label" id="cke_path_kinney_clip_quotes_label">Elements path</span><div aria-labelledby="cke_path_kinney_clip_quotes_label" role="group" class="cke_path" id="cke_path_kinney_clip_quotes"><span class="cke_empty"> </span></div></td></tr></tbody></table><style>.cke_skin_kama{visibility:hidden;}</style></span></span></span><script type="text/javascript">
|
|
149
|
-
//<![CDATA[
|
|
150
|
-
$(document).ready(function(){ if (CKEDITOR.instances['kinney_clip_quotes']) {CKEDITOR.remove(CKEDITOR.instances['kinney_clip_quotes']);}CKEDITOR.replace('kinney_clip_quotes', {"required":false,"autofocus":false,"language":"en","id":"kinney_clip_quotes"}); });
|
|
151
|
-
//]]>
|
|
152
|
-
</script>
|
|
153
|
-
|
|
154
|
-
</li>
|
|
155
|
-
</ol></fieldset> <li id="kinney_clip_submit_action" class="action input_action "><input type="submit" value="Submit" name="commit" /></li>
|
|
156
|
-
</form></div></div>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
<div id="footer" class="footer">
|
|
160
|
-
<p>Powered by <a href="http://www.activeadmin.info">Active Admin</a> 0.5.0</p>
|
|
161
|
-
</div>
|
|
162
|
-
</div>
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
</body></html>
|