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
7003ff62
Commit
7003ff62
authored
Jan 01, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added help page. Commented out schematic due to bug
parent
548d0491
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
2 deletions
+43
-2
courseware.html
+1
-1
help.html
+41
-0
main.html
+1
-1
No files found.
courseware.html
View file @
7003ff62
...
...
@@ -32,7 +32,7 @@ $('#hide_acc').click(function() {
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/profile"
>
Profile
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/help"
>
Help
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/
s/
help"
>
Help
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/logout"
>
Log out
</a>
</div>
...
...
help.html
0 → 100644
View file @
7003ff62
<
%
inherit
file=
"main.html"
/>
<div
id=
"coursenav"
align=
right
width=
100%
>
<a
href=
"/book"
>
Textbook
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/courseware"
>
Courseware
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/discussion"
>
Discussion
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/wiki"
>
Wiki
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/profile"
>
Profile
</a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/s/help.html"
><b>
Help
</b></a>
<span
class=
"ui-icon ui-icon-bullet"
style=
"display:inline-block;"
></span>
<a
href=
"/logout"
>
Log out
</a>
</div>
<div
align=
center
width=
100%
>
<div
align=
left
width=
100
style=
"width:400px; "
>
<h1>
Help
</h1>
<p>
If you need help, first try
<a
href=
"discussion/questions/"
>
asking
a question in the forums
</a>
and in the IRC channel (irc.mitx.org,
channel #6002). As the semester starts, we will add a Frequently Asked
Questions section.
<p>
If you can't solve your problems with self-help, we have several
e-mail addresses set up:
<dl>
<dt>
technical@mitx.mit.edu
<dd>
System-related questions
<dt>
content@mitx.mit.edu
<dd>
Content-related questions
<dt>
bugs@mitx.mit.edu
<dd>
Bug reports
<dt>
suggestions@mitx.mit.edu
<dd>
Suggestions
</dl>
<p>
Please bear in mind that while we read them, we do not expect to
have time to respond to all e-mails.
</div>
</div>
main.html
View file @
7003ff62
...
...
@@ -12,7 +12,7 @@
<script
type=
"text/javascript"
src=
"/static/lib//swfobject/swfobject.js"
></script>
<script
type=
"text/javascript"
src=
"/static/lib/jquery.treeview.js"
></script>
<script
type=
"text/javascript"
src=
"/static/js/video_player.js"
></script>
<
script
type=
"text/javascript"
src=
"/static/js/schematic.js"
></script
>
<
!--script type="text/javascript" src="/static/js/schematic.js"></script--
>
<style
type=
"text/css"
>
#slider
{
margin
:
10px
;
}
</style>
<!-- Warning: Do not upgrade FancyBox. V2.0 is under a non-free CC license -->
<script
type=
"text/javascript"
src=
"/static/lib/fancybox/jquery.fancybox-1.3.4.js"
></script>
...
...
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