Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102817148
surveylist.component.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, Feb 24, 12:00
Size
3 KB
Mime Type
text/html
Expires
Wed, Feb 26, 12:00 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
24433131
Attached To
R8244 Eawag_Swing_Weight_Elicitation
surveylist.component.html
View Options
<nav
class=
"navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow"
>
<a
class=
"navbar-brand col-sm-3 col-md-2 mr-0 admin"
>
Admin Page
</a>
<ul
class=
"navbar-nav px-3"
>
<li
class=
"nav-item text-nowrap"
>
<a
class=
"nav-link"
(
click
)="
auth
.
logout
()"
>
Logout
</a>
</li>
</ul>
</nav>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<nav
class=
"col-md-2 d-none d-md-block bg-light sidebar"
>
<div
class=
"sidebar-sticky"
>
<ul
class=
"nav flex-column"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link "
[
routerLink
]=""
(
click
)="
admin
()"
>
<span
data-feather=
"home"
></span>
Dashboard
<span
class=
"sr-only"
>
(current)
</span>
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link active"
>
<span
data-feather=
"file"
></span>
Surveys List
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
[
routerLink
]=""
(
click
)="
results
()"
>
<span
data-feather=
"shopping-cart"
></span>
See Results
</a>
</li>
</ul>
</div>
</nav>
<main
role=
"main"
class=
"col-md-9 ml-sm-auto col-lg-10 px-4"
>
<div
class=
"d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom"
>
<h1
class=
"h2"
>
Survey List
</h1>
<div
class=
"btn-toolbar mb-2 mb-md-0"
>
<div
class=
"btn-group mr-2"
>
<button
class=
"btn btn-sm btn-outline-secondary"
[
routerLink
]=""
(
click
)="
newsurvey
()"
>
+ New Survey
</button>
</div>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<input
class=
"form-control"
type=
"text"
placeholder=
"Filter Surveys..."
>
</div>
</div>
<br>
<table
class=
"table table-striped table-hover"
>
<tr>
<th>
Title
</th>
<th>
Published
</th>
<th>
Created
</th>
<th></th>
</tr>
<tr>
<td>
First Survey
</td>
<td><i
class=
"material-icons"
>
done
</i></td>
<td>
Aug 22, 2018
</td>
<td><a
class=
"btn btn-default"
href=
"edit.html"
>
Edit
</a>
<a
class=
"btn btn-primary"
href=
"#"
>
Delete
</a></td>
</tr>
<tr>
<td>
Second Survey
</td>
<td><i
class=
"material-icons"
>
close
</i></td>
<td>
Aug 22, 2018
</td>
<td><a
class=
"btn btn-default"
href=
"edit.html"
>
Edit
</a>
<a
class=
"btn btn-primary"
href=
"#"
>
Delete
</a></td>
</tr>
<tr>
<td>
Third Survey
</td>
<td><i
class=
"material-icons"
>
close
</i></td>
<td>
Aug 22, 2018
</td>
<td><a
class=
"btn btn-default"
href=
"edit.html"
>
Edit
</a>
<a
class=
"btn btn-primary"
href=
"#"
>
Delete
</a></td>
</tr>
<tr>
<td>
Forth Survey
</td>
<td><i
class=
"material-icons"
>
close
</i></td>
<td>
Aug 22, 2018
</td>
<td><a
class=
"btn btn-default"
href=
"edit.html"
>
Edit
</a>
<a
class=
"btn btn-primary"
href=
"#"
>
Delete
</a></td>
</tr>
</table>
</div>
Event Timeline
Log In to Comment