Skip to content

Commit

Permalink
220127
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozsár Zsolt committed Jan 27, 2022
1 parent 444948d commit 52273ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/mm5d-updatestartpage
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ loadmessages()
MSG09="Error light"
MSG10="Go to data"
MSG11="Address of site"
MSG30="Environment characteristic"

MSGFILE="$DIR_MSG/$LNG/mm5d.msg"
if [ -f "$MSGFILE" ]
Expand All @@ -77,6 +78,7 @@ loadmessages()
MSG09=`cat $MSGFILE | grep msg09 | sed 's/msg09=//'`
MSG10=`cat $MSGFILE | grep msg10 | sed 's/msg10=//'`
MSG11=`cat $MSGFILE | grep msg11 | sed 's/msg11=//'`
MSG30=`cat $MSGFILE | grep msg30 | sed 's/msg30=//'`
fi
}

Expand Down Expand Up @@ -153,9 +155,9 @@ makehomepage()
<hr>
<br>
<center>
<form action="cgi-bin/getpage.cgi" method="get">
<input value="$MSG10" type="submit">
</form>
<a href="cgi-bin/getenvirconf.cgi"><button>$MSG30</button></a>
&nbsp;
<a href="cgi-bin/getpage.cgi"><button>$MSG10</button></a>
</center>
EOF
if [ -f "$DIR_SHR/footer_$LNG.html" ]
Expand Down

0 comments on commit 52273ef

Please sign in to comment.