File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
<script src =" ~/js/creatorjs.js" asp-append-version =" true" ></script >
13
13
<script src =" ~/js/codegenerator.js" asp-append-version =" true" ></script >
14
14
@{
15
- ViewData [" Title" ] = " Edit Form: " + Model .FormName ;
15
+ ViewData [" Title" ] = " Edit Form as " + ( Model . IsAdmin ? " Administrator : " : " Content Manager: " ) + Model .FormName ;
16
16
}
17
17
<div id =" surveyCreatorContainer" style =" height : 100vh ;" ></div >
18
18
<script >
Original file line number Diff line number Diff line change 7
7
<script src =" ~/js/form_api.js" asp-append-version =" true" ></script >
8
8
<script src =" ~/js/surveyjs.js" asp-append-version =" true" ></script >
9
9
@{
10
- ViewData [" Title" ] = " Fill Form: " + Model .FormName ;
10
+ ViewData [" Title" ] = " Fill Out a Form: " + Model .FormName ;
11
11
}
12
12
<div id =" surveyElement" style =" display : inline-block ; width : 100% ;" >
13
13
<div id =" idLoading" >Loading...</div >
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<meta charset =" utf-8" />
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
6
- <title >@ViewData ["Title"] - Generate From from Model and render it by using SurveyJS Library</title >
6
+ <title >@ViewData ["Title"] | Generate From from Model and render it by using SurveyJS Library</title >
7
7
<link rel =" stylesheet" href =" /css/site.css" />
8
8
<link href =" https://fonts.googleapis.com/css2?family=Lato&family=Raleway:wght@400;500;600;700&display=swap" rel =" stylesheet" >
9
9
</head >
You can’t perform that action at this time.
0 commit comments