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

Configurable image dir for themes. And many more goodies.

parent 5311c501
No related branches found
No related tags found
No related merge requests found
<!-- $Id$ -->
<!-- Main Content -->
......
......@@ -4,13 +4,13 @@
<table align="center" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="ltn"><img src="/graphics/gblnav_left.gif" width="5" height="32" alt="" /></td>
<td class="ltn"><img src="@@image_dir@@/gblnav_left.gif" width="5" height="32" alt="" /></td>
<td class="tn">
<a class="tlink" href="/">Home</a>
<span class="terror">Error!</span>
</td>
<td class="rtn"><img src="/graphics/glbnav_right.gif" width="5" height="32" alt="" /></td>
<td class="rtn"><img src="@@image_dir@@/glbnav_right.gif" width="5" height="32" alt="" /></td>
</tr>
</table>
......@@ -21,7 +21,7 @@
<table align="center" bgcolor="#EEEEEE" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1%" valign="top" align="left"><img alt="" src="/graphics/tl_curve_grey.gif" height="6" width="6" /></td>
<td width="1%" valign="top" align="left"><img alt="" src="@@image_dir@@/tl_curve_grey.gif" height="6" width="6" /></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
......
<!-- $Id$ -->
<!-- Begin Footer -->
</td>
<td width="1%" valign="top" align="right"><img alt="" src="/graphics/tr_curve_grey.gif" height="6" width="6" /></td>
<td width="1%" valign="top" align="right"><img alt="" src="@@image_dir@@/tr_curve_grey.gif" height="6" width="6" /></td>
</tr>
</table>
</td>
......@@ -13,7 +15,7 @@
<tr>
<td>
<div align="left">
<!-- <a href="http://www.synchro.net/"><img src="/graphics/sync_pbgj1_grey_bg.gif" title="Powered by: Synchronet" alt="Powered by: Synchronet" width="175" height="85" border="0" /></a></div> -->
<!-- <a href="http://www.synchro.net/"><img src="@@image_dir@@/sync_pbgj1_grey_bg.gif" title="Powered by: Synchronet" alt="Powered by: Synchronet" width="175" height="85" border="0" /></a></div> -->
<font size="-3">
<a class="footer" href="http://www.synchro.net/">@@server:version@@</a><br />
<a class="footer" href="http://www.synchro.net/">@@system:version_notice@@</a>
......
......@@ -4,7 +4,7 @@
<table align="center" bgcolor="#EEEEEE" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1%" valign="top" align="left"><img alt="" src="/graphics/tl_curve_grey.gif" height="6" width="6" /></td>
<td width="1%" valign="top" align="left"><img alt="" src="@@image_dir@@/tl_curve_grey.gif" height="6" width="6" /></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
......
......@@ -32,7 +32,7 @@
</tr>
<<END REPEAT subs>>
<tr>
<td colspan="6" class="sublist" align="center"><input type="image" src="/graphics/update_new_scan.gif" value="Update New Scan" /></td>
<td colspan="6" class="sublist" align="center"><input type="image" src="@@image_dir@@/update_new_scan.gif" value="Update New Scan" /></td>
</tr>
</table>
</form>
......
......@@ -29,9 +29,9 @@
<table class="msg2" width="100%">
<tr>
<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+'"><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"><img src="/graphics/post_new.gif" alt="Post New" width="150" height="20" border="0" title="Post New" /></a>':'&nbsp;'@@</td>
<td width="1%" class="msgnavmid">@@JS:template.can_delete?'<a href="management.ssjs?Action=Delete&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="msgnavmid">@@JS:template.can_post?'<a href="reply.ssjs?msg_sub='+template.sub.code+'&amp;reply_to='+template.hdr.number+'"><img src="' + template.image_dir + '/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"><img src="' + template.image_dir + '/post_new.gif" alt="Post New" width="150" height="20" border="0" title="Post New" /></a>':'&nbsp;'@@</td>
<td width="1%" class="msgnavmid">@@JS:template.can_delete?'<a href="management.ssjs?Action=Delete&amp;msg_sub='+template.sub.code+'&amp;number='+template.hdr.number+'"><img src="' + template.image_dir + '/delete.gif" alt="Delete" width="150" height="20" border="0" title="Delete" /></a>':'&nbsp;'@@</td>
<td width="1%" class="msgnavright" nowrap="nowrap">@@nextlink@@</td>
</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 '';@@
......
......@@ -6,7 +6,7 @@
<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="image" src="/graphics/'+template.post_button_image+'" 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="' + template.image_dir + '/' + template.post_button_image+'" value="' + template.post_button + '" /></form>':''@@
@@JS:template.show_choice==undefined ? '' : '(' + template.show_choice + ')<br /><br />'@@
</div>
......@@ -15,7 +15,7 @@
<table class="msglist" cellpadding="5" cellspacing="2" border="0" width="100%">
<tr class="msglist">
@@JS:template.can_delete?'<th class="msglist"><input name="SelectAll" title="Select All Messages" type="checkbox" onclick="checkBoxes(this.form, this.checked)" /></th>':''@@
<th class="msglist"><img src="/graphics/attach_black.gif" title="Attachment?" alt="Attachment?" width="10" height="13" border="0" /></th>
<th class="msglist"><img src="@@image_dir@@/attach_black.gif" title="Attachment?" alt="Attachment?" width="10" height="13" border="0" /></th>
<th class="msglist">Subject</th>
<th class="msglist">From</th>
<th class="msglist">To</th>
......@@ -27,7 +27,7 @@
<tr class=@@JS:((template.color++)%2==0)?'"msglist1"':'"msglist2"';@@>
@@JS:template.can_delete?'<td align=center><input name="number" value="'+RepeatObj.number+'" type="checkbox" /></td>':''@@
<td align="center">
@@JS:if(RepeatObj.attachments>0) '<img alt="Attachment" src="/graphics/attach_black.gif" />'; else '&nbsp;';@@
@@JS:if(RepeatObj.attachments>0) '<img alt="Attachment" src="'+ template.image_dir + '/attach_black.gif" />'; else '&nbsp;';@@
</td>
<td>
@@JS:if(sub=='mail' && !(RepeatObj.attr & MSG_READ)) '<b>';@@
......@@ -53,7 +53,7 @@
<<END REPEAT messages>>
</table>
<br />
@@JS:template.can_delete?'<div align="center"><input class="msg" type="image" src="/graphics/delete_messages.gif" /></div>':''@@
@@JS:template.can_delete?'<div align="center"><input class="msg" type="image" src="'+ template.image_dir + '/delete_messages.gif" /></div>':''@@
</form>
<script type="text/javascript">
......
......@@ -23,7 +23,7 @@
<td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="79" wrap="hard"></textarea></td>
</tr>
<tr>
<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>
<td align="center" class="postmsg" colspan="2"><input type="image" src="@@image_dir@@/@@post_button@@" value=@@JS:template.sub.code=='mail'? '"Send E-Mail"' : '"Post Message"' @@/></td>
</tr>
</tbody>
</table>
......
......@@ -23,7 +23,7 @@
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="79" wrap="hard">%%body%%</textarea></td>
</tr>
<tr>
<td align="center" class="replymsg" colspan="2"><input type="image" src="/graphics/@@reply_button@@" value="Post Reply" /></td>
<td align="center" class="replymsg" colspan="2"><input type="image" src="@@image_dir@@/@@reply_button@@" value="Post Reply" /></td>
</tr>
</tbody>
</table>
......
<!-- $Id$ -->
<!-- Main Content -->
......
......@@ -2,8 +2,6 @@
<!-- Main Content -->
<td class="main" valign="top"><br />
<center>
(<b>%%required%%</b> indicates required fields)<br /><br />
%%err_message%%
......@@ -64,7 +62,7 @@
<td class="newuser">&nbsp;</td>
<td class="newuser">
<br />
<input type="image" src="/graphics/join.gif" value="Join!" />
<input type="button" value="Join!" />
</td>
</tr>
</table>
......
......@@ -6,7 +6,7 @@
<!-- Main Content -->
<!-- start Nodelisting -->
<!-- Start Nodelisting -->
<table class="main_nodelist"><tbody>
<tr>
......
......@@ -12,7 +12,7 @@
<form action="picktheme.ssjs" method="post">
<br />
@@theme_list@@<br /><br />
<input type="image" src="/graphics/select_theme.gif" name="Select Theme" value="Select Theme" />
<input type="image" src="@@image_dir@@/select_theme.gif" name="Select Theme" value="Select Theme" />
</form>
</td>
</tr>
......
......@@ -4,13 +4,13 @@
<table align="center" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="ltn"><img src="/graphics/tnav_left.gif" width="5" height="32" alt="" /></td>
<td class="ltn"><img src="@@image_dir@@/tnav_left.gif" width="5" height="32" alt="" /></td>
<td class="tn">
<<REPEAT topnav>>
@@topnav:html@@
<<END REPEAT topnav>>
</td>
<td class="rtn"><img src="/graphics/tnav_right.gif" width="5" height="32" alt="" /></td>
<td class="rtn"><img src="@@image_dir@@/tnav_right.gif" width="5" height="32" alt="" /></td>
</tr>
</table>
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment