Blade re-add, minor item naming fixes, more icons for paperwork (#7265)

This commit is contained in:
Kashargul
2023-12-01 21:55:18 +01:00
committed by GitHub
parent f224fb8187
commit 338ea5620e
5 changed files with 52 additions and 3 deletions

View File

@@ -376,8 +376,12 @@
t = replacetext(t, "\[/row\]", "") //CHOMPEDIT: nuking closing statements for rows.
t = replacetext(t, "\[cell\]", "<td>")
t = replacetext(t, "\[/cell\]", "") //CHOMPEDIT: nuking closing statements for cells.
t = replacetext(t, "\[logo\]", "<img src = https://raw.githubusercontent.com/CHOMPStation2/CHOMPStation2/master/html/images/ntlogo.png>") //CHOMPEdit
t = replacetext(t, "\[sglogo\]", "<img src = https://raw.githubusercontent.com/CHOMPStation2/CHOMPStation2/master/html/images/sglogo.png>") //CHOMPEdit
//CHOMPEdit Start
t = replacetext(t, "\[logo\]", "<img src = https://raw.githubusercontent.com/CHOMPStation2/CHOMPStation2/master/html/images/ntlogo.png>")
t = replacetext(t, "\[sglogo\]", "<img src = https://raw.githubusercontent.com/CHOMPStation2/CHOMPStation2/master/html/images/sglogo.png>")
t = replacetext(t, "\[trlogo\]", "<img src = https://raw.githubusercontent.com/CHOMPStation2/CHOMPStation2/master/html/images/trader.png>")
t = replacetext(t, "\[pclogo\]", "<img src = https://raw.githubusercontent.com/CHOMPStation2/CHOMPStation2/master/html/images/pclogo.png>")
//CHOMPEdit End
t = "<font face=\"[deffont]\" color=[P ? P.colour : "black"]>[t]</font>"
else // If it is a crayon, and he still tries to use these, make them empty!