Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92955651
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
Mon, Nov 25, 03:19
Size
2 KB
Mime Type
text/html
Expires
Wed, Nov 27, 03:19 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22547164
Attached To
R7177 epiph
edit_study.html
View Options
<template
name=
"editStudy"
>
<div
class=
"questions"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<h3>
{{title}}
<small>
{{key}}
</small>
<!--
<button id="editStudy" class="btn btn-img btn-hdr hoverOpaque">
<i class="fa fa-lg fa-pencil"></i>
</button>
-->
</h3>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<ul
class=
"nav nav-tabs"
>
{{#each pages}}
<li
role=
"presentation"
class=
{{pageTabClasses}}
>
<a
href=
""
id=
{{aID}}
data-id=
{{../_id}}
>
{{title}}
</a>
</li>
{{/each}}
</ul>
<div
id=
"studyPage"
>
{{> Template.dynamic template=template data=this}}
</div>
</div>
</div>
</div>
</template>
<template
name=
"editStudyDesigns"
>
coming soon
</template>
<template
name=
"editStudyPatients"
>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-md-3 col-md-push-9 text-right"
>
<div
class=
"panel panel-info"
>
<div
class=
"panel-heading"
>
{{editingPanelTitle}}
</div>
<div
class=
"panel-body"
>
{{#if numPatientsEditing}}
{{#autoForm doc=formDoc schema=editSessionPatientsSchema id="editSessionPatientsForm" type="normal" autosave=false}}
{{#each afFieldNames}}
{{> afQuickField name=this.name options=afOptionsFromSchema}}
{{/each}}
<button
type=
"submit"
class=
"btn btn-primary"
>
Save
</button>
{{/autoForm}}
{{else}}
<i
class=
"fa fa-hand-o-left"
></i>
Select patients to edit them.
<br>
{{/if}}
</div>
</div>
<button
id=
"createPatient"
class=
"btn btn-default"
>
Create new Patient
<i
class=
"fa fa-user-plus"
></i>
</button>
</div>
<div
class=
"col-xs-12 col-md-9 col-md-pull-3"
>
{{> reactiveTable collection=patients settings=patientsRTS}}
</div>
</div>
</template>
<template
name=
"studyPatientsTableButtons"
>
<div
class=
"btn-group"
>
<button
class=
"btn btn-primary show"
data-id=
{{_id}}
title=
"show"
>
<i
class=
"fa fa-lg fa-info"
></i>
</button>
<button
class=
"btn btn-danger remove"
data-id=
{{_id}}
title=
"remove"
>
<i
class=
"fa fa-lg fa-trash"
></i>
</button>
</div>
</template>
Event Timeline
Log In to Comment