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
941341bc
Commit
941341bc
authored
May 29, 2012
by
ichuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add imageinput to main.html (which still has the django-pipeline sass problem workaround)
parent
5ac4db19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
templates/main.html
+17
-2
No files found.
templates/main.html
View file @
941341bc
...
...
@@ -5,18 +5,33 @@
<
%
block
name=
"title"
><title>
MITx 6.002x
</title></
%
block>
<link
rel=
"stylesheet"
href=
"${static.url('js/jquery.treeview.css')}"
type=
"text/css"
media=
"all"
/>
## these two lines are broken (28may12)
##
<
%
static:css
group=
'application'
/>
##
<
%
static:js
group=
'application'
/>
## replace with this one line
<link
rel=
"stylesheet"
href=
"/static/sass/application.css"
type=
"text/css"
media=
"all"
/ >
<script
type=
"text/javascript"
src=
"${static.url('js/jquery-1.6.2.min.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery-ui-1.8.16.custom.min.js')}"
></script>
<script
type=
"text/javascript"
src=
"${static.url('js/swfobject/swfobject.js')}"
></script>
<link
rel=
"stylesheet"
href=
"/static/css/codemirror.css"
type=
"text/css"
media=
"all"
/>
<script
type=
"text/javascript"
src=
"${ settings.LIB_URL }codemirror-compressed.js"
></script>
<link
rel=
"stylesheet"
href=
"/static/css/codemirror.css"
type=
"text/css"
media=
"all"
/>
<script
type=
"text/javascript"
src=
"${ settings.LIB_URL }codemirror-compressed.js"
></script>
## and these four lines
<script
type=
"text/javascript"
src=
"/static/coffee/src/courseware.js"
></script>
<script
type=
"text/javascript"
src=
"/static/coffee/src/feedback_form.js"
></script>
<script
type=
"text/javascript"
src=
"/static/coffee/src/calculator.js"
></script>
<script
type=
"text/javascript"
src=
"/static/coffee/src/main.js"
></script>
## image input: for clicking on images (see imageinput.html)
<script
type=
"text/javascript"
src=
"/static/js/imageinput.js"
></script>
##
<script
type=
"text/javascript"
>
##
var
codemirror_set
=
{};
// track all codemirror textareas, so they can be refreshed on page changes
##
</script>
<!--[if lt IE 9]>
<script src="${static.url('js/html5shiv.js')}"></script>
<![endif]-->
...
...
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