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
335298c8
Commit
335298c8
authored
Aug 28, 2014
by
Brian Talbot
Committed by
Sarina Canelake
Aug 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Studio: adding in usage note to UX reference templates
parent
d233570c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
17 deletions
+33
-17
cms/templates/base.html
+3
-1
cms/templates/ux/reference/_note-usage.html
+12
-0
cms/templates/ux/reference/container.html
+4
-0
cms/templates/ux/reference/course-create-rerun.html
+4
-16
cms/templates/ux/reference/index.html
+5
-0
cms/templates/ux/reference/outline.html
+5
-0
No files found.
cms/templates/base.html
View file @
335298c8
...
...
@@ -35,6 +35,8 @@
</head>
<body
class=
"<%block name='bodyclass'></%block> hide-wip lang_${LANGUAGE_CODE}"
>
<
%
block
name=
"view_notes"
></
%
block>
<a
class=
"nav-skip"
href=
"#content"
>
${_("Skip to this view's content")}
</a>
<script
type=
"text/javascript"
>
...
...
@@ -82,7 +84,7 @@
"URI"
:
"js/vendor/URI.min"
,
"ieshim"
:
"js/src/ie_shim"
,
"tooltip_manager"
:
"js/src/tooltip_manager"
,
// Files needed for Annotations feature
"annotator"
:
"js/vendor/ova/annotator-full"
,
"annotator-harvardx"
:
"js/vendor/ova/annotator-full-firebase-auth"
,
...
...
cms/templates/ux/reference/_note-usage.html
0 → 100644
View file @
335298c8
<!-- NOTE:
This file is a static reference template used by the edX design and development teams while
building new features. These files are not generally maintained or updated once a feature has
been completed. Additionally, these templates are subject to the following:
* inconsistent markup/UI with current UI
* deletion by the edX design or development if not needed
* not compliant with internationalization, javascript, or accessibility standards used
throughout the rest of the platform
-->
cms/templates/ux/reference/container.html
View file @
335298c8
<
%
inherit
file=
"../../base.html"
/>
<
%
block
name=
"view_notes"
>
<
%
include
file=
"_note-usage.html"
/>
</
%
block>
<
%!
import
logging
from
util
.
date_utils
import
get_default_time_display
...
...
cms/templates/ux/reference/course-create-rerun.html
View file @
335298c8
<!--
DESIGN/UI NOTES:
* create-course and new-course prefixed classes have been changed to use rerun-courses plus generic form-create class
* changed form <input /> elements to <button> elements
- - -
TODO:
* sync up styling of stateful classes
* need to add support for allow_unicode_course_id in real view's template
-->
<
%
inherit
file=
"../../base.html"
/>
<
%
block
name=
"view_notes"
>
<
%
include
file=
"_note-usage.html"
/>
</
%
block>
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
...
...
cms/templates/ux/reference/index.html
View file @
335298c8
<
%
inherit
file=
"../../base.html"
/>
<
%
block
name=
"view_notes"
>
<
%
include
file=
"_note-usage.html"
/>
</
%
block>
<
%
block
name=
"title"
>
UX Style Reference
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course uploads view-container
</
%
block>
...
...
cms/templates/ux/reference/outline.html
View file @
335298c8
<
%
inherit
file=
"../../base.html"
/>
<
%
block
name=
"view_notes"
>
<
%
include
file=
"_note-usage.html"
/>
</
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
...
...
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