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
c26190a7
Commit
c26190a7
authored
Jun 29, 2017
by
Ibrahim Ahmed
Committed by
GitHub
Jun 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15429 from edx/ibrahimahmed443/WL-1078-program-details-changes
Ibrahimahmed443/wl 1078 program details changes
parents
beba48a5
44f1f7f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
22 deletions
+23
-22
lms/templates/courseware/program_marketing.html
+23
-22
No files found.
lms/templates/courseware/program_marketing.html
View file @
c26190a7
...
...
@@ -66,14 +66,11 @@ description_max_length = 250
<h1
class=
"banner-title"
>
${title}
</h1>
<p
class=
"banner-description"
>
${subtitle}
</p>
% if program.get('is_learner_eligible_for_one_click_purchase'):
<a
href=
"${buy_button_href}"
class=
"btn-brand btn-large hidden-sm btn-start"
>
${Text(_('Buy the {program_name} (${price} USD)')).format(
program_name=title,
price=full_program_price
)}
<a
href=
"${buy_button_href}"
class=
"btn-brand btn-large btn-start"
>
${_('Purchase the Program')}
</a>
% else:
<a
href=
"#courses"
class=
"btn-brand btn-large
hidden-sm
btn-start"
>
<a
href=
"#courses"
class=
"btn-brand btn-large btn-start"
>
${_('Start Learning')}
</a>
% endif
...
...
@@ -81,7 +78,7 @@ description_max_length = 250
<div
class=
"col col-12 md-col-4 lg-col-3"
id=
"course-trailer"
>
<a
href=
"#video-modal"
class=
"media trailer-link visible-sm"
rel=
"leanModal"
>
<i
class=
"fa fa-play-circle-o"
aria-hidden=
"true"
></i>
<span>
${_('View
Course
Trailer')}
</span>
<span>
${_('View
Program
Trailer')}
</span>
</a>
<div
class=
"hidden-sm"
>
<button
href=
"#video-modal"
class=
"media btn-play"
rel=
"leanModal"
>
...
...
@@ -169,19 +166,21 @@ description_max_length = 250
<div
class=
"accordion-item"
>
<div
class=
"accordion-head"
>
${_('Overview')}
</div>
<div
class=
"accordion-content"
>
<p>
${overview}
</p>
</div>
</div>
<div
class=
"accordion-item"
>
<div
class=
"accordion-head"
>
${_('Job Outlook')}
</div>
<div
class=
"accordion-content"
>
<ul
class=
"list-bulleted list-disc no-indent"
>
% for item in job_outlook_items:
<li>
${item}
</li>
% endfor
</ul>
<p>
${HTML(overview)}
</p>
</div>
</div>
% if job_outlook_items:
<div
class=
"accordion-item"
>
<div
class=
"accordion-head"
>
${_('Job Outlook')}
</div>
<div
class=
"accordion-content"
>
<ul
class=
"list-bulleted list-disc no-indent"
>
% for item in job_outlook_items:
<li>
${item}
</li>
% endfor
</ul>
</div>
</div>
% endif
<div
class=
"accordion-item"
>
<div
class=
"accordion-head"
>
${_("What You'll Learn")}
</div>
<div
class=
"accordion-content"
>
...
...
@@ -237,7 +236,7 @@ description_max_length = 250
</h3>
</div>
</div>
<div
class=
"instructor-bio"
>
${
instructor['bio']
}
</div>
<div
class=
"instructor-bio"
>
${
HTML(instructor['bio'])
}
</div>
</div>
<a
href=
"#"
class=
"focusKeeper"
></a>
</div>
...
...
@@ -271,8 +270,10 @@ description_max_length = 250
<div
class=
"quote"
>
% if endorsement:
<span>
"${endorsement_quote}"
</span>
% if endorser and endorsement_image:
<img
class=
"visible-sm pull-left"
src=
"${endorsement_image}"
width=
"40"
height=
"40"
alt=
"${_('Endorser Image')}"
/>
% if endorser:
% if endorsement_image:
<img
class=
"visible-sm pull-left"
src=
"${endorsement_image}"
width=
"40"
height=
"40"
alt=
"${_('Endorser Image')}"
/>
% endif
<span
class=
"writer"
>
${endorsement_name},
${endorsement_position},
...
...
@@ -329,7 +330,7 @@ description_max_length = 250
</h3>
</div>
</div>
<div
class=
"instructor-bio"
>
${
instructor['bio']
}
</div>
<div
class=
"instructor-bio"
>
${
HTML(instructor['bio'])
}
</div>
</div>
<a
href=
"#"
class=
"focusKeeper"
></a>
</div>
...
...
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