Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ec26d9da
Commit
ec26d9da
authored
Jun 11, 2013
by
Giulio Gratta
Committed by
Jason Bau
Jun 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing video from stanford index page
parent
c1365ee1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
lms/templates/index.html
+18
-12
No files found.
lms/templates/index.html
View file @
ec26d9da
...
@@ -41,11 +41,18 @@
...
@@ -41,11 +41,18 @@
% endif
% endif
</div>
</div>
<a
href=
"#video-modal"
class=
"media"
rel=
"leanModal"
>
<div
class=
"hero"
>
% if self.stanford_theme_enabled():
<div
class=
"play-intro"
></div>
<a
href=
"http://online.stanford.edu"
class=
"media"
>
</div>
<div
class=
"hero"
></div>
</a>
</a>
% else:
<a
href=
"#video-modal"
class=
"media"
rel=
"leanModal"
>
<div
class=
"hero"
>
<div
class=
"play-intro"
></div>
</div>
</a>
% endif
</div>
</div>
</header>
</header>
...
@@ -218,13 +225,12 @@
...
@@ -218,13 +225,12 @@
<section
id=
"video-modal"
class=
"modal home-page-video-modal video-modal"
>
<section
id=
"video-modal"
class=
"modal home-page-video-modal video-modal"
>
<div
class=
"inner-wrapper"
>
<div
class=
"inner-wrapper"
>
<
%
% if self.stanford_theme_enabled():
if
self
.
stanford_theme_enabled
()
:
youtube_video_id =
"2gmreZObCY4"
else:
else:
<iframe
width=
"640"
height=
"360"
src=
"http://www.youtube.com/embed/XNaiOGxWeto?showinfo=0"
frameborder=
"0"
allowfullscreen
></iframe>
youtube_video_id =
"XNaiOGxWeto"
% endif
%
>
<iframe
width=
"640"
height=
"360"
src=
"http://www.youtube.com/embed/${youtube_video_id}?showinfo=0"
frameborder=
"0"
allowfullscreen
></iframe>
</div>
</div>
</section>
</section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment