Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
work.w
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
osp
work.w
Commits
f4258416
Commit
f4258416
authored
Apr 03, 2018
by
alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused template
parent
cf9e77b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
49 deletions
+1
-49
playground/static/playground/js/views.js
playground/static/playground/js/views.js
+1
-5
playground/templates/playground/score.html
playground/templates/playground/score.html
+0
-4
playground/templates/playground/underscore/node.mtpl
playground/templates/playground/underscore/node.mtpl
+0
-40
No files found.
playground/static/playground/js/views.js
View file @
f4258416
...
...
@@ -62,8 +62,6 @@ window.W = window.W || {};
},
];
W
.
edit_mode
=
false
;
var
rangeType
=
{
undetermined
:
'
0
'
,
exact
:
'
1
'
,
...
...
@@ -491,9 +489,7 @@ window.W = window.W || {};
}
},
getTemplate
:
function
()
{
return
W
.
edit_mode
?
'
#node-template
'
:
'
#node-template-vue
'
;
},
template
:
'
#node-template-vue
'
,
templateContext
:
function
()
{
return
{
...
...
playground/templates/playground/score.html
View file @
f4258416
...
...
@@ -71,10 +71,6 @@
{
%
include
"
playground/underscore/node-vue.mtpl
"
%
}
</script>
<script
id=
"node-template"
type=
"text/template"
>
{
%
include
"
playground/underscore/node.mtpl
"
%
}
</script>
<!-- Perhaps remove -->
<script
id=
"rangefield-template"
type=
"text/template"
>
{
%
include
"
playground/underscore/rangefield.mtpl
"
%
}
...
...
playground/templates/playground/underscore/node.mtpl
deleted
100644 → 0
View file @
cf9e77b5
<div class="axis-title" tabindex="0">
<span class="handle"></span>
<!-- The alternative symbol -->
<span id="alt_symbole"><%= altSymbol %></span>
<!-- The choice of tag -->
<select id="tag" class="el_tag">
<% _.each(tagChoices, function(tagChoice) {%>
<option value="<%= tagChoice %>" <% if (tag==tagChoice) { %>selected<% } %>><%= tagChoice %></option>
<% }); %>
</select>
<!-- The title of the axis-->
<span class="axis-title-edit" contenteditable="true"><%- title %></span>
<!-- Extra info over the axis -->
<span class="trigger_infos">(i)</span>
<button name="edit">modifier</button>
<button class="add">+</button>
<button class="effaceAxe">x</button>
<% if (sublines.length) { %>
<button class="toggle"></button>
<% } %>
<form></form>
</div>
<% if (sublines.length) { %>
<ol></ol>
<% } %>
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