cleanup cm
This commit is contained in:
parent
ce457e7f23
commit
1bd523449c
@ -1,21 +0,0 @@
|
||||
<form method="post" enctype="multipart/form-data" action="<%|url(request)%>">
|
||||
<% if self.error then %>
|
||||
<p class="error"><%=self.error%></p>
|
||||
<% end %>
|
||||
|
||||
<div class="gluon-section-node">
|
||||
<div class="gluon-value">
|
||||
<label class="gluon-value-title">
|
||||
<%=self.title%>
|
||||
</label>
|
||||
<div class="gluon-value-field">
|
||||
<input type="file" name="file">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="gluon-page-actions">
|
||||
<input type="hidden" name="step" value="2">
|
||||
<input class="gluon-button gluon-button-submit" type="submit" value="<%:Upload%>">
|
||||
</div>
|
||||
</form>
|
@ -1,15 +0,0 @@
|
||||
<%- if self.title or self.content then -%>
|
||||
<div class="gluon-value"<%=
|
||||
attr("id", id) ..
|
||||
attr("data-index", self.index) ..
|
||||
attr("data-depends", self:deplist(self.deps))
|
||||
%>>
|
||||
<%- if self.title then -%>
|
||||
<label class="gluon-value-title"><%=self.title%></label>
|
||||
|
||||
<span class="gluon-value-field"><%=self.description%></span>
|
||||
<%- elseif self.content then -%>
|
||||
<%=self.content%>
|
||||
<%- end -%>
|
||||
</div>
|
||||
<%- end -%>
|
Loading…
Reference in New Issue
Block a user