Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104320103
edit_study.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 8, 09:17
Size
909 B
Mime Type
text/html
Expires
Mon, Mar 10, 09:17 (2 d)
Engine
blob
Format
Raw Data
Handle
24779008
Attached To
R7177 epiph
edit_study.html
View Options
<template name="editStudy">
<div class="questions editStudy">
<div class="row">
<div class="col-xs-12">
<h2>{{> xEditable titleEO}}
<div class="lock pull-right cursorPointer">
{{#if isLocked}}
<i class="fa fa-lg fa-lock unlockStudy"></i>
{{else}}
<i class="fa fa-lg fa-unlock lockStudy"></i>
{{/if}}
</div>
</h2>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<ul class="nav nav-tabs hidden-print">
{{#each tabs}}
<li role="presentation" class={{tabClasses}}>
<a href="" class="switchTab" data-id={{../_id}}>
{{title}}
</a>
</li>
{{/each}}
</ul>
<div id="studyPageOverlay"></div>
<div id="studyPage">
{{> Template.dynamic template=template data=this}}
</div>
</div>
</div>
</div>
</template>
Event Timeline
Log In to Comment