- Add line shading in isl_dump_html function.
This commit is contained in:
@@ -101,7 +101,7 @@ isl_add()
|
|||||||
return 1 \n\
|
return 1 \n\
|
||||||
fi \n\
|
fi \n\
|
||||||
\n\
|
\n\
|
||||||
ts=$(date -u +"%Y/%d/%m %H:%M:%S") \n\
|
ts=$(date -u +"%Y/%m/%d %H:%M:%S") \n\
|
||||||
\n\
|
\n\
|
||||||
if [[ ! -e ${ISL_FILE} ]] \n\
|
if [[ ! -e ${ISL_FILE} ]] \n\
|
||||||
then \n\
|
then \n\
|
||||||
@@ -182,7 +182,12 @@ isl_html_dump()
|
|||||||
do \n\
|
do \n\
|
||||||
set $line \n\
|
set $line \n\
|
||||||
\n\
|
\n\
|
||||||
|
if [[ $(( $i % 2)) -eq 0 ]] \n\
|
||||||
|
then \n\
|
||||||
|
print "${i_flag}" ` <tr class="shade">` \n\
|
||||||
|
else \n\
|
||||||
print "${i_flag}" " <tr>" \n\
|
print "${i_flag}" " <tr>" \n\
|
||||||
|
fi \n\
|
||||||
\n\
|
\n\
|
||||||
j=1 \n\
|
j=1 \n\
|
||||||
while [[ $j -lt 7 ]] \n\
|
while [[ $j -lt 7 ]] \n\
|
||||||
@@ -198,7 +203,7 @@ isl_html_dump()
|
|||||||
done \n\
|
done \n\
|
||||||
\n\
|
\n\
|
||||||
print "${i_flag}" " </tr>" \n\
|
print "${i_flag}" " </tr>" \n\
|
||||||
i=$(( $j + 1)) \n\
|
i=$(( $i + 1)) \n\
|
||||||
done \n\
|
done \n\
|
||||||
} \n\
|
} \n\
|
||||||
\n\
|
\n\
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ Features:
|
|||||||
- Image stacking log support.
|
- Image stacking log support.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Enjoy it!
|
Enjoy it!
|
||||||
|
|
||||||
Your Rx3 Team.
|
Your Rx3 Team.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Rx3-Docker/Base V 1.4.0 - A. GIBERT - 2026/02/14
|
Rx3-Docker/Base V 1.4.0 - A. GIBERT - 2026/02/16
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
- Add Image Stacking Log functions,
|
- Add Image Stacking Log functions,
|
||||||
|
|||||||
Reference in New Issue
Block a user