Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
23
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware-Developer
Firmware
Merge requests
!165
Name und Standort in Kopfzeile ausgeben
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Name und Standort in Kopfzeile ausgeben
132-name-und-standort-in-kopfzeile-ausgeben
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Stephan
requested to merge
132-name-und-standort-in-kopfzeile-ausgeben
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#132 (closed)
Edited
2 years ago
by
Stephan
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4ee5f566
1 commit,
2 years ago
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
files/18.06/usr/lib/www/page-pre.sh
+
3
−
1
Options
@@ -128,6 +128,8 @@ EOM
test
"
$URI_PATH
"
=
"/www/admin"
&&
check_passwd
&&
{
echo
"<font size="
+1
" color="
red
"><span class="
blink
">!!! BITTE Password setzen !!!</span</font>"
}
tmp_name
=
$(
uhttpd
-d
"
$(
uci get ddmesh.contact.name
)
"
)
tmp_location
=
$(
uhttpd
-d
"
$(
uci get ddmesh.contact.location
)
"
)
cat
<<
EOM
</td>
<TD HEIGHT="33" WIDTH="150" valign="bottom"><IMG ALT="" BORDER="0" HEIGHT="33" SRC="/images/ff-logo-1r.gif" WIDTH="150"></TD></tr>
@@ -135,7 +137,7 @@ cat<<EOM
<tr><td COLSPAN="5">
<table class="navibar" width="100%" CELLPADDING="0" CELLSPACING="0">
<tr>
<TD COLSPAN="4" HEIGHT="19" class="infobar" >Model: <span class="infobarvalue">
$model2
</span>, Version:<span class="infobarvalue">
$(
cat
/etc/version
)
</span></TD>
<TD COLSPAN="4" HEIGHT="19" class="infobar" >Model: <span class="infobarvalue">
$
{
model2
}
</span>, Version:
<span class="infobarvalue">
$(
cat
/etc/version
)
</span>
, Name: <span class="infobarvalue">
${
tmp_name
}
</span>, Standort: <span class="infobarvalue">
${
tmp_location
}
</span>
</TD>
<TD HEIGHT="19" WIDTH="150"><IMG ALT="" BORDER="0" HEIGHT="19" SRC="/images/ff-logo-2.gif" WIDTH="150"></TD></TR>
</table></td></tr>
<TR><TD class="ie_color" HEIGHT="100%" VALIGN="top">
Loading