Created
August 9, 2016 15:07
-
-
Save 526avijitgupta/b24c7474a75e4ecb1890f71e651dd37a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core/templates/dev/head/admin/admin.html | |
108: <a class="oppia-navbar-tab" ng-href="<[MISC_URL]>" tooltip="Miscellaneous" tooltip-placement="bottom" ng-click="showMiscTab()"> | |
113: <a class="oppia-navbar-tab protractor-test-admin-config-tab" ng-href="<[CONFIG_URL]>" tooltip="Config" tooltip-placement="bottom" ng-click="showConfigTab()"> | |
118: <a class="oppia-navbar-tab" ng-href="<[JOBS_URL]>" tooltip="Jobs" tooltip-placement="bottom" ng-click="showJobsTab()"> | |
123: <a class="oppia-navbar-tab" ng-href="<[ACTIVITIES_URL]>" tooltip="Activities" tooltip-placement="bottom" ng-click="showActivitiesTab()"> | |
core/templates/dev/head/base.html | |
137: <a class="oppia-navbar-brand-name oppia-transition-200" href="/" focus-on="<[LABEL_FOR_CLEARING_FOCUS]>"> | |
core/templates/dev/head/collection_editor/settings_tab/collection_details_editor_directive.html | |
10: focus-on="<[COLLECTION_TITLE_INPUT_FOCUS_LABEL]>"> | |
65: new-choice-regex="<[TAG_REGEX]>" width="100%" | |
core/templates/dev/head/components/param_changes_editor_directive.html | |
73: <[HUMAN_READABLE_ARGS_RENDERERS[paramChange.generator_id](paramChange.customization_args)]> | |
core/templates/dev/head/components/state_graph_viz_directive.html | |
70: ng-attr-width="<[VIEWPORT_WIDTH]>" ng-attr-height="<[VIEWPORT_HEIGHT]>" | |
71: ng-attr-x="<[VIEWPORT_X]>" ng-attr-y="<[VIEWPORT_Y]>"> | |
136: <rect width="210" height="70" ng-attr-x="<[GRAPH_WIDTH - 250]>" y="10" style="fill: transparent; stroke: black;"> | |
139: <rect width="190" height="20" ng-attr-x="<[GRAPH_WIDTH - 240]>" y="20" | |
143: <text ng-attr-x="<[GRAPH_WIDTH - 200]>" y="60"> | |
core/templates/dev/head/exploration_editor/exploration_editor.html | |
288: new-choice-regex="<[TAG_REGEX]>" | |
core/templates/dev/head/exploration_editor/main_tab/gadget_editor.html | |
18: <[GADGET_SPECS[gadgets[gadgetName].gadget_type].short_description]> | |
73: <[GADGET_SPECS[gadgetType].short_description]> | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_interaction.html | |
40: Customize Interaction (<[INTERACTION_SPECS[stateInteractionIdService.displayed].name]>) | |
56: <[INTERACTION_SPECS[interactionId].name]> | |
core/templates/dev/head/exploration_editor/settings_tab/settings_tab.html | |
11: <input id="explorationTitle" type="text" class="form-control protractor-test-exploration-title-input" ng-model="explorationTitleService.displayed" ng-blur="saveExplorationTitle()" placeholder="Choose a title for your exploration." focus-on="<[EXPLORATION_TITLE_INPUT_FOCUS_LABEL]>"> | |
72: new-choice-regex="<[TAG_REGEX]>" width="100%" | |
core/templates/dev/head/player/conversation_skin_directive.html | |
41: ng-src="<[OPPIA_AVATAR_IMAGE_URL]>" alt=""> | |
96: focus-on="<[CONTINUE_BUTTON_FOCUS_LABEL]>" | |
137: ng-src="<[OPPIA_AVATAR_IMAGE_URL]>" | |
144: ng-src="<[OPPIA_AVATAR_IMAGE_URL]>" alt=""> | |
152: focus-on="<[CONTINUE_BUTTON_FOCUS_LABEL]>" | |
core/templates/dev/head/player/FeedbackPopupDirective.js | |
24:// popover-trigger="click" state-name="<[STATE_NAME]>"> | |
core/templates/dev/head/profile/preferences.html | |
83: new-choice-regex="<[TAG_REGEX_STRING]>" width="100%" | |
core/templates/dev/head/profile/profile.html | |
133: Showing <[currentPageNumber * PAGE_SIZE + 1]> - <[Math.min(numUserPortfolioExplorations, (currentPageNumber + 1) * PAGE_SIZE)]> of <[numUserPortfolioExplorations]> | |
extensions/interactions/GraphInput/GraphInput.html | |
58: ng-attr-style="stroke: black; stroke-width: <[EDGE_WIDTH]>;"> | |
81: ng-attr-r="<[VERTEX_RADIUS]>"> | |
165: style="stroke: black; stroke-width: <[EDGE_WIDTH]>;"> | |
176: ng-attr-style="stroke: <[getEdgeColor($index)]>; stroke-width: <[EDGE_WIDTH]>;"> | |
219: ng-attr-r="<[VERTEX_RADIUS]>"> | |
extensions/objects/templates/image_with_regions_editor.html | |
39: ng-attr-style="<[REGION_LABEL_STYLE]>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment