-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update topics from 0.9.3 to 0.9.4
- Loading branch information
Christoph Bleiweis
committed
May 7, 2017
1 parent
5006f00
commit 0aebd7a
Showing
88 changed files
with
1,369 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
$assistanturl = 'assistant/'; | ||
|
||
echo '<table class="assistantpresets"><tr><td class="ov_presets">Overview Presets:<br/>'; | ||
$Arr = array('ov_standard','ov_grid2_thumb','ov_grid3_thumb','ov_grid2_pic','ov_grid3_pic','ov_grid4_pic','ov_collector_sidebar'); | ||
foreach($Arr as $pr) { | ||
echo '<a href="#" onclick="changepresets(\''.$pr.'\', \'as\'); return false;"><img src="'.$assistanturl.$pr.'.png" alt="" title="'.$pr.'"></a> '; | ||
} | ||
|
||
echo '</td><td>Topic Presets:<br/>'; | ||
$Arr = array('tp_standard','tp_simple','tp_simple_wide'); | ||
foreach($Arr as $pr) { | ||
echo '<a href="#" onclick="changepresets(\''.$pr.'\', \'as\'); return false;"><img src="'.$assistanturl.$pr.'.png" alt="" title="'.$pr.'"></a> '; | ||
} | ||
|
||
echo '</td><td>Prev/Next:<br/>'; | ||
$Arr = array('pnsa_standard', 'pnsa_standard-en'); | ||
foreach($Arr as $pr) { | ||
echo '<a href="#" onclick="changepresets(\''.$pr.'\', \'as\'); return false;"><img src="'.$assistanturl.$pr.'.png" alt="" title="'.$pr.'"></a> '; | ||
} | ||
|
||
echo '</td></tr></table>'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_collector_sidebar -->\n<h3>Latest Topics</h3>\n'; | ||
document.modify.topics_loop.value = '<a class="pnsa_block" [HREF]>[THUMB]\n<strong>[TITLE]</strong><br />\n[SHORT_DESCRIPTION]\n<span class="pnsaclear"></span>\n</a>'; | ||
document.modify.footer.value = ''; | ||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_grid2_pic -->\n<h2>[SECTION_TITLE]</h2>\n<div class="tp-blocks tp-blocks-2">\n<div class="tp-blocks-inner">\n'; | ||
document.modify.topics_loop.value = '<div class="[CLASSES]">\n<a [HREF] class="loop-pic" style="background-image:url([PICTURE_DIR]/[PICTURE])"><img src="[PICTURE_DIR]/[PICTURE]" alt="" /><span class="miniclear"></span></a>\n\n<div class="textblock">\n<h3 class="commclass[COMMENTSCLASS]">{TITLE}</h3>[TOPIC_SHORT]\n</div>\n[EDITLINK]</div>\n'; | ||
document.modify.footer.value = '<br style="clear:both;">\n{PREV_NEXT_PAGES}\n<br style="clear:both;">\n</div></div>\n'; | ||
|
||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_grid2_thumb -->\n<h2>[SECTION_TITLE]</h2>\n<div class="tp-blocks tp-blocks-2">\n<div class="tp-blocks-inner">\n'; | ||
document.modify.topics_loop.value = '<div class="[CLASSES]">\n{THUMB}\n<div class="textblock_thumb">\n<h3 class="commclass[COMMENTSCLASS]">{TITLE}</h3>[TOPIC_SHORT]\n[READ_MORE]\n</div>\n[EDITLINK]</div>\n'; | ||
document.modify.footer.value = '<br style="clear:both;">\n{PREV_NEXT_PAGES}\n<br style="clear:both;">\n</div></div>\n'; | ||
|
||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_grid3_pic -->\n<style type="text/css">\n.tp-blocks-3 .mod_topic_loop {font-size: 0.92em}\n</style>\n\n<!-- Header -->\n<h2>[SECTION_TITLE]</h2>\n<div class="tp-blocks tp-blocks-3">\n<div class="tp-blocks-inner">\n'; | ||
document.modify.topics_loop.value = '<!-- use style="height:.." -->\n<div class="[CLASSES]">\n<a [HREF] class="loop-pic" style="background-image:url([PICTURE_DIR]/[PICTURE])"><img src="[PICTURE_DIR]/[PICTURE]" alt="" /><span class="miniclear"></span></a>\n\n<div class="textblock">\n<h3 class="commclass[COMMENTSCLASS]">{TITLE}</h3>[TOPIC_SHORT]\n</div>\n[EDITLINK]</div>\n'; | ||
document.modify.footer.value = '<br style="clear:both;">\n{PREV_NEXT_PAGES}\n<br style="clear:both;">\n</div></div>\n'; | ||
|
||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_grid3_thumb -->\n<h2>[SECTION_TITLE]</h2>\n<div class="tp-blocks tp-blocks-3 tp_thumbsblock">\n<div class="tp-blocks-inner">\n'; | ||
document.modify.topics_loop.value = '<div class="[CLASSES]">\n{THUMB}\n<div class="textblock_thumb">\n<h3 class="commclass[COMMENTSCLASS]">{TITLE}</h3>[TOPIC_SHORT]\n[READ_MORE]\n</div>\n[EDITLINK]</div>\n'; | ||
document.modify.footer.value = '<br style="clear:both;">\n{PREV_NEXT_PAGES}\n<br style="clear:both;">\n</div></div>\n'; | ||
|
||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_grid4_pic -->\n<style type="text/css">\n.tp-blocks-4 .mod_topic_loop {font-size: 0.9em}\n</style>\n\n<!-- Header ov_grid4_pic -->\n<h2>[SECTION_TITLE]</h2>\n<div class="tp-blocks tp-blocks-4">\n<div class="tp-blocks-inner">\n'; | ||
document.modify.topics_loop.value = '<!-- use style="height:.." -->\n<div class="[CLASSES]">\n<a [HREF] class="loop-pic" style="background-image:url([PICTURE_DIR]/[PICTURE])"><img src="[PICTURE_DIR]/[PICTURE]" alt="" /><span class="miniclear"></span></a>\n\n<div class="textblock">\n<h3 class="commclass[COMMENTSCLASS]">{TITLE}</h3>[TOPIC_SHORT]\n</div>\n[EDITLINK]</div>\n'; | ||
document.modify.footer.value = '<br style="clear:both;">\n{PREV_NEXT_PAGES}\n<br style="clear:both;">\n</div></div>\n'; | ||
|
||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
//Starting Javascript | ||
|
||
document.modify.header.value = '<!-- Header ov_standard -->\n<h2>[SECTION_TITLE]</h2>\n'; | ||
document.modify.topics_loop.value = '<div class="[CLASSES]">\n{THUMB}\n<h3 class="mt_title">{TITLE}</h3>\n[TOPIC_SHORT]\n[READ_MORE][EDITLINK]<div style="clear:both"></div>\n</div>\n'; | ||
document.modify.footer.value = '{PREV_NEXT_PAGES}\n'; | ||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topics_loop.style.backgroundColor = '#e8ff98'; | ||
document.modify.footer.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea3').style.backgroundColor = '#e8ff98'; | ||
showtabarea(3); | ||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//Starting Javascript | ||
selectDropdownOption (document.modify.pnsa_max, 4); | ||
document.modify.see_also_link_title.value = '<h4>See also:</h4>'; | ||
document.modify.next_link_title.value = '<h4>Newer Topics:</h4>'; | ||
document.modify.previous_link_title.value = '<h4>Older Topics:</h4>'; | ||
document.modify.pnsa_string.value = '<a class="pnsa_block" [HREF]>[THUMB]\n<strong>[TITLE]</strong><br />\n[SHORT_DESCRIPTION]\n<span class="pnsaclear"></span>\n</a>\n'; | ||
document.modify.sa_string.value = '<a class="pnsa_block" [HREF]>[THUMB]\n<strong>[TITLE]</strong><br />\n[SHORT_DESCRIPTION]\n<span class="pnsaclear"></span>\n</a>\n'; | ||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.pnsa_max.style.backgroundColor = '#e8ff98'; | ||
document.modify.see_also_link_title.style.backgroundColor = '#e8ff98'; | ||
document.modify.next_link_title.style.backgroundColor = '#e8ff98'; | ||
document.modify.previous_link_title.style.backgroundColor = '#e8ff98'; | ||
document.modify.pnsa_string.style.backgroundColor = '#e8ff98'; | ||
document.modify.sa_string.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea5').style.backgroundColor = '#e8ff98'; | ||
|
||
showtabarea(5); | ||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//Starting Javascript | ||
selectDropdownOption (document.modify.pnsa_max, 4); | ||
document.modify.see_also_link_title.value = '<h4>Siehe auch:</h4>'; | ||
document.modify.next_link_title.value = '<h4>Neuere Themen:</h4>'; | ||
document.modify.previous_link_title.value = '<h4>Ältere Themen:</h4>'; | ||
document.modify.pnsa_string.value = '<a class="pnsa_block" [HREF]>[THUMB]\n<strong>[TITLE]</strong><br />\n[SHORT_DESCRIPTION]\n<span class="pnsaclear"></span>\n</a>\n'; | ||
document.modify.sa_string.value = '<a class="pnsa_block" [HREF]>[THUMB]\n<strong>[TITLE]</strong><br />\n[SHORT_DESCRIPTION]\n<span class="pnsaclear"></span>\n</a>\n'; | ||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.pnsa_max.style.backgroundColor = '#e8ff98'; | ||
document.modify.see_also_link_title.style.backgroundColor = '#e8ff98'; | ||
document.modify.next_link_title.style.backgroundColor = '#e8ff98'; | ||
document.modify.previous_link_title.style.backgroundColor = '#e8ff98'; | ||
document.modify.pnsa_string.style.backgroundColor = '#e8ff98'; | ||
document.modify.sa_string.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea5').style.backgroundColor = '#e8ff98'; | ||
|
||
showtabarea(5); | ||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
//Starting Javascript | ||
document.modify.topic_header.value = '<!-- Header tp_simple -->\n<div class="[CLASSES]">\n<h1 class="tp_headline">[TITLE]</h1>\n<div class="tp_teaser tp_teaser_right" style="font-weight:bold;">{PICTURE}[TOPIC_SHORT]</div>\n'; | ||
document.modify.topic_footer.value = '<div class="tp_footerpnsa">\n{SEE_ALSO}\n{SEE_PREVNEXT}\n</div>\n<p class="topics-back"><a href="[BACK]">Back</a></p>\n[EDITLINK]\n</div>\n'; | ||
document.modify.topic_block2.value = ''; | ||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.topic_header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topic_footer.style.backgroundColor = '#e8ff98'; | ||
document.modify.topic_block2.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea4').style.backgroundColor = '#e8ff98'; | ||
showtabarea(4); | ||
|
||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
//Starting Javascript | ||
document.modify.topic_header.value = '<!-- Header tp_simple_wide -->\n<div class="[CLASSES] tp_content_wide">\n<h1 class="tp_headline">[TITLE]</h1>\n<div class="tp_teaser" style="font-weight:bold;">{THUMB}[TOPIC_SHORT]</div>\n<div style="clear:both"></div>'; | ||
document.modify.topic_footer.value = '[ADDITIONAL_PICTURES]\n<div class="tp_footerpnsa tp-blocks-3">\n{SEE_ALSO}\n{SEE_PREVNEXT}\n</div>\n<p class="topics-back"><a href="[BACK]">Back</a></p>\n[EDITLINK]\n</div>\n'; | ||
document.modify.topic_block2.value = ''; | ||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.topic_header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topic_footer.style.backgroundColor = '#e8ff98'; | ||
document.modify.topic_block2.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea4').style.backgroundColor = '#e8ff98'; | ||
showtabarea(4); | ||
|
||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//Starting Javascript | ||
document.modify.topic_header.value = '<!-- Header tp_standard -->\n<div class="[CLASSES]">\n<h1 class="tp_headline">[TITLE]</h1>\n<p class="tp_author">[USER_DISPLAY_NAME] ([USER_NAME]) on [PUBL_DATE]</p>\n[USER_MODIFIEDINFO]\n<div class="tp_teaser hideOnDesktops">{PICTURE}[TOPIC_SHORT]</div>\n<div style="clear:both"></div>\n[ADDITIONAL_PICTURES]\n'; | ||
document.modify.topic_footer.value = '<div class="hideOnDesktops showOnTablets">\n{SEE_ALSO}{SEE_PREVNEXT}\n</div>\n<p class="topics-back"><a href="[BACK]">Back</a></p>\n[EDITLINK]\n</div>\n'; | ||
document.modify.topic_block2.value = '<!--see help how to use a second block -->\n<div class="topic_block2 desktop-teaser showOnMobiles">\n{PICTURE}\n[TOPIC_SHORT]\n{SEE_ALSO}{SEE_PREVNEXT}\n</div>\n'; | ||
|
||
|
||
|
||
// To save as a preset, change this line with your description: | ||
document.getElementById('presetsdescription').innerHTML = 'Check changed fields'; | ||
|
||
document.modify.topic_header.style.backgroundColor = '#e8ff98'; | ||
document.modify.topic_footer.style.backgroundColor = '#e8ff98'; | ||
document.modify.topic_block2.style.backgroundColor = '#e8ff98'; | ||
|
||
document.getElementById('linktabarea4').style.backgroundColor = '#e8ff98'; | ||
showtabarea(4); | ||
|
||
|
||
alert("Done"); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.