Skip to content
Snippets Groups Projects
Commit 0f37c784 authored by runemaster's avatar runemaster
Browse files

New buttons added and, for header.inc - if

web_root_dir/graphics/logo.gif is present display it, else display system.name.
parent ed2359b7
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,13 @@ ...@@ -9,7 +9,13 @@
</head> </head>
<body> <body>
<h1 id="siteName">@@system:name@@</h1> <!-- Remove comment tages for text System Name below -->
<!-- <h1 id="siteName">@@system:name@@</h1> -->
<!-- Comment out or delete below <span> for no logo display -->
@@name_logo@@
<div id="Greeting"> <div id="Greeting">
@@user_greeting@@ @@user_greeting@@
</div> </div>
......
...@@ -53,5 +53,27 @@ ...@@ -53,5 +53,27 @@
</table> </table>
<br /><br /> <br /><br />
<center>
<table style="font-size: 8pt; font-weight: normal;" border="0" cellpadding="4" width="368" >
<tr>
<td align="center"><a href="http://www.fidonet.us/fidoring" target="_top">
<img src="http://www.fidonet.us/smdogwhiteright.gif" border="0" height="116" width="88" /></a> <br>
This <a href="http://www.fidonet.us/fidoring" target="_top">FidoRing-FidoNet Web Ring</a> site owned by
<a href="mailto:rpa4email@gmail.com" target="_top">Robert Couture</a>.
<br>
<a href="http://www.fidonet.us/cgi-bin/fidoring/list.cgi?num=10&order=prev&link=2">Previous 10</a> |
<a href="http://www.fidonet.us/cgi-bin/fidoring/jump.cgi?action=previous&num=1&link=2" target="_top">Skip prev</a> |
<a href="http://www.fidonet.us/cgi-bin/fidoring/jump.cgi?action=previous&num=0&link=2" target="_top">Previous</a> |
<a href="http://www.fidonet.us/cgi-bin/fidoring/jump.cgi?action=next&num=0&link=2" target="_top">Next</a> |
<a href="http://www.fidonet.us/cgi-bin/fidoring/jump.cgi?action=next&num=1&link=2" target="_top">Skip next</a> |
<a href="http://www.fidonet.us/cgi-bin/fidoring/list.cgi?num=10&order=next&link=2">Next 10</a><br>
<a href="http://www.fidonet.us/cgi-bin/fidoring/jump.cgi?action=random" target="_top">Random Site</a> |
<a href="http://www.fidonet.us/fidoring/sitelist.html" target="_top">List Sites</a> |
<a href="http://www.fidonet.us/fidoring" target="_top">Join FidoRing Web Ring</a>
</td>
</tr>
</table>
</center>
<br />
<!-- end Main Content --> <!-- end Main Content -->
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
<table class="msg2" width="100%"> <table class="msg2" width="100%">
<tr> <tr>
<td width="1%" class="msgnavleft" nowrap="nowrap">@@prevlink@@</td> <td width="1%" class="msgnavleft" nowrap="nowrap">@@prevlink@@</td>
<td width="1%" class="msgnavmid">@@JS:template.can_post?'<a href="reply.ssjs?msg_sub='+template.sub.code+'&amp;reply_to='+template.hdr.number+'">Reply</a>':'Reply'@@</td> <td width="1%" class="msgnavmid">@@JS:template.can_post?'<a href="reply.ssjs?msg_sub='+template.sub.code+'&amp;reply_to='+template.hdr.number+'"><img src="/graphics/reply.gif" alt="Reply" width="150" height="20" border="0" title="Reply" /></a>':'&nbsp;'@@</td>
<td width="1%"class="msgnavmid">@@JS:template.can_post?'<a href="post.ssjs?msg_sub='+template.sub.code+'&amp;post=new">Post New</a>':'Post New'@@</td> <td width="1%"class="msgnavmid">@@JS:template.can_post?'<a href="post.ssjs?msg_sub='+template.sub.code+'&amp;post=new"><img src="/graphics/post_new.gif" alt="Post New" width="150" height="20" border="0" title="Post New" /></a>':'&nbsp;'@@</td>
@@JS:template.can_delete?'<td width="1%" class="msgnavmid"><a href="management.ssjs?Action=Delete+Selected+Message%28s%29&amp;msg_sub='+template.sub.code+'&amp;number='+template.hdr.number+'">Delete</a>':'Delete'@@</td> @@JS:template.can_delete?'<td width="1%" class="msgnavmid"><a href="management.ssjs?Action=Delete+Selected+Message%28s%29&amp;msg_sub='+template.sub.code+'&amp;number='+template.hdr.number+'"><img src="/graphics/delete.gif" alt="Delete" width="150" height="20" border="0" title="Delete" /></a>':'&nbsp;'@@</td>
<td width="1%" class="msgnavright" nowrap="nowrap">@@nextlink@@</td> <td width="1%" class="msgnavright" nowrap="nowrap">@@nextlink@@</td>
</tr> </tr>
@@JS:if(template.replyto!=undefined && sub!='mail') '<tr class="msg"><td class="msg" colspan="5"><b>In Reply To: </b><a href="msg.ssjs?msg_sub='+sub+'&amp;message='+template.replyto.number+'">'+template.replyto.subject+'</a> ('+template.replyto.from+')</td></tr>'; else '';@@ @@JS:if(template.replyto!=undefined && sub!='mail') '<tr class="msg"><td class="msg" colspan="5"><b>In Reply To: </b><a href="msg.ssjs?msg_sub='+sub+'&amp;message='+template.replyto.number+'">'+template.replyto.subject+'</a> ('+template.replyto.from+')</td></tr>'; else '';@@
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<div align="center"> <div align="center">
@@JS:template.can_post?'<form name="PostMsg" action="post.ssjs?msg_sub='+template.sub.code+'&amp;post=new" method="post"><input type="submit" value="'+template.post_button+'" /></form>':''@@ @@JS:template.can_post?'<form name="PostMsg" action="post.ssjs?msg_sub='+template.sub.code+'&amp;post=new" method="post"><input type="image" src="/graphics/'+template.post_button_image+'" value="'+template.post_button+'" /></form>':''@@
@@JS:template.show_choice==undefined ? '' : '(' + template.show_choice + ')<br /><br />'@@ @@JS:template.show_choice==undefined ? '' : '(' + template.show_choice + ')<br /><br />'@@
</div> </div>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<<END REPEAT messages>> <<END REPEAT messages>>
</table> </table>
<br /> <br />
@@JS:template.can_delete?'<div align="center"><input class="msg" type="submit" name="Action" value="Delete Selected Message(s)" /></div>':''@@ @@JS:template.can_delete?'<div align="center"><input class="msg" type="image" src="/graphics/delete_messages.gif" name="Action" value="Delete Selected Message(s)" /></div>':''@@
</form> </form>
<script type="text/javascript"> <script type="text/javascript">
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80" wrap="hard"></textarea></td> <td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80" wrap="hard"></textarea></td>
</tr> </tr>
<tr> <tr>
<td align="center" class="postmsg" colspan="2"><input type="submit" value=@@JS:template.sub.code=='mail'? '"Send E-Mail"' : '"Post Message"' @@/></td> <td align="center" class="postmsg" colspan="2"><input type="image" src="/graphics/@@post_button@@" value=@@JS:template.sub.code=='mail'? '"Send E-Mail"' : '"Post Message"' @@/></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80" wrap="hard">%%body%%</textarea></td> <td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80" wrap="hard">%%body%%</textarea></td>
</tr> </tr>
<tr> <tr>
<td align="center" class="replymsg" colspan="2"><input type="submit" value="Post Reply" /></td> <td align="center" class="replymsg" colspan="2"><input type="image" src="/graphics/@@reply_button@@" value="Post Reply" /></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<td class="main" valign="top"><br /> <td class="main" valign="top"><br />
<center> <center>
(%%required%% indicates required fields)<br> (<b>%%required%%</b> indicates required fields)<br /><br />
%%err_message%% %%err_message%%
</center> </center>
<form action="newuser.ssjs" method="post"> <form action="newuser.ssjs" method="post">
...@@ -63,7 +63,8 @@ ...@@ -63,7 +63,8 @@
<tr> <tr>
<td class="newuser">&nbsp;</td> <td class="newuser">&nbsp;</td>
<td class="newuser"> <td class="newuser">
<input type="submit" value="Join!" /> <br />
<input type="image" src="/graphics/join.gif" value="Join!" />
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<form action="picktheme.ssjs" method="post"> <form action="picktheme.ssjs" method="post">
<br /> <br />
@@theme_list@@<br /><br /> @@theme_list@@<br /><br />
<input type="submit" name="Select Theme" value="Select Theme" /> <input type="image" src="/graphics/select_theme.gif" name="Select Theme" value="Select Theme" />
</form> </form>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment