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
c310c372
Commit
c310c372
authored
Jan 19, 2012
by
fischerl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
half-done textbook updates
parent
cf9364fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
book_toc.html
+0
-0
staticbook.html
+2
-2
No files found.
book_toc.html
View file @
c310c372
This diff is collapsed.
Click to expand it.
staticbook.html
View file @
c310c372
...
...
@@ -16,7 +16,7 @@ function goto_page(n) {
if
(
n
<
10
)
{
prefix
=
"00"
;
}
$
(
"#bookpage"
).
attr
(
"src"
,
"/static/book/p"
+
prefix
+
n
+
".jpg"
);
$
(
"#bookpage"
).
attr
(
"src"
,
"/static/book/
small-
p"
+
prefix
+
n
+
".jpg"
);
};
function
prev_page
()
{
...
...
@@ -56,7 +56,7 @@ function next_page() {
</ul>
</nav>
<img
id=
"bookpage"
src=
"/static/book/p${ "
%
03i
"%(
page
)
}.
jpg
"
>
<img
id=
"bookpage"
src=
"/static/book/
small-
p${ "
%
03i
"%(
page
)
}.
jpg
"
>
</section>
</section>
</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