fixed up links to HTML reference in post box (untested)
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex justify-between items-center mb-2">
|
<div class="flex justify-between items-center mb-2">
|
||||||
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
||||||
<a href="/TODO/html-reference" target="_blank"
|
<a href="#" onclick="window.open('/static/html-reference.html', 'htmlref', 'popup=true,width=800,height=800'); return false;"
|
||||||
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51"
|
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51"
|
||||||
|
|||||||
+2
-1
@@ -200,7 +200,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex justify-between items-center mb-2">
|
<div class="flex justify-between items-center mb-2">
|
||||||
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
||||||
<a href="/TODO" target="_blank" class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
<a href="#" onclick="window.open('/static/html-reference.html', 'htmlref', 'popup=true,width=800,height=800'); return false;"
|
||||||
|
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51" placeholder="Enter your post..."
|
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51" placeholder="Enter your post..."
|
||||||
class="w-full px-3 py-2 border border-gray-300 rounded font-mono text-sm focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
|
class="w-full px-3 py-2 border border-gray-300 rounded font-mono text-sm focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex justify-between items-center mb-2">
|
<div class="flex justify-between items-center mb-2">
|
||||||
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
||||||
<a href="/TODO/html-reference" target="_blank"
|
<a href="#" onclick="window.open('/static/html-reference.html', 'htmlref', 'popup=true,width=800,height=800'); return false;"
|
||||||
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51"
|
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51"
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="flex justify-between items-center mb-2">
|
<div class="flex justify-between items-center mb-2">
|
||||||
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
<label for="pb" class="text-black text-sm font-medium">Message:</label>
|
||||||
<a href="/TODO/html-reference" target="_blank"
|
<a href="#" onclick="window.open('/static/html-reference.html', 'htmlref', 'popup=true,width=800,height=800'); return false;"
|
||||||
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
class="text-blue-700 hover:text-blue-900 text-sm">HTML Guide</a>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51"
|
<textarea id="pb" name="pb" wrap="soft" rows="7" cols="51"
|
||||||
|
|||||||
Reference in New Issue
Block a user