FIXME Razor page errors
This commit is contained in:
parent
123283f277
commit
1a1f560ee4
234 changed files with 859 additions and 856 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["About"]+" "+@SiteSettings.Value.Title;
|
||||
ViewData["Title"] = About+" "+@SiteSettings.Value.Title;
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<environment names="Development">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["About"]+" "+@SiteSettings.Value.Title;
|
||||
ViewData["Title"] = About+" "+@SiteSettings.Value.Title;
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<environment names="freefield,Development">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["À propos des restrictions d'accès"];
|
||||
ViewData["Title"] = À propos des restrictions d'accès"];
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
|
|
@ -35,4 +35,4 @@ Et ils possèdent une addresse permanente de la forme :
|
|||
|
||||
|
||||
|
||||
</markdown>
|
||||
</markdown>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["À propos de Markdown"];
|
||||
ViewData["Title"] = À propos de Markdown"];
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["Page d'accueil"];
|
||||
ViewData["Title"] = Page d'accueil;
|
||||
}
|
||||
@section scripts {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["Dash"];
|
||||
ViewData["Title"] = "Dash";
|
||||
}
|
||||
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = @SR["Todo (first)"];
|
||||
ViewData["Title"] = Todo (first)"];
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<em>Linkmuse(trox)</em>
|
||||
|
|
@ -9,7 +9,7 @@ Les tags.
|
|||
La librairie, les lives.
|
||||
</markdown>
|
||||
@{
|
||||
ViewData["Title"] = @SR["TODO"];
|
||||
ViewData["Title"] = "TODO";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<em>Faster, stronger, shorter</em>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ $("#cam").change(function(){
|
|||
if (navigator.mediaDevices.getUserMedia) {
|
||||
navigator.mediaDevices.getUserMedia({audio: true, video: false}, function(stream) {
|
||||
if ("srcObject" in video) {
|
||||
video.srcObject = stream;
|
||||
video.srcObject = "stream";
|
||||
} else {
|
||||
// Avoid using this in new browsers, as it is going away.
|
||||
video.src = window.URL.createObjectURL(stream);
|
||||
|
|
@ -73,4 +73,4 @@ $("#cam").change(function(){
|
|||
|
||||
</script>
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue