mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 03:08:54 +00:00
Various updates ... made "some attempt" at defining standard classes, support for various IM clients, etc. and blah
git-svn-id: file:///svn/phpbb/trunk@4146 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7b9785e719
commit
eb6c2c54df
10 changed files with 227 additions and 98 deletions
|
@ -7,21 +7,26 @@
|
|||
<!-- BEGIN listitem --><li><!-- END listitem -->
|
||||
<!-- BEGIN listitem_close --></li><!-- END listitem_close -->
|
||||
|
||||
<!-- BEGIN quote_username_open --><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<!-- BEGIN quote_username_open -->
|
||||
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<tr>
|
||||
<td><b class="genmed">{USERNAME} {L_WROTE}:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="quote"><!-- END quote_username_open -->
|
||||
<!-- BEGIN quote_open --><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<td class="quote"><b>{USERNAME} {L_WROTE}:</b><hr />
|
||||
<!-- END quote_username_open -->
|
||||
|
||||
<!-- BEGIN quote_open -->
|
||||
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
<tr>
|
||||
<td><b class="genmed">{L_QUOTE}:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="quote"><!-- END quote_open -->
|
||||
<!-- BEGIN quote_close --></td>
|
||||
<td class="quote">
|
||||
<!-- END quote_open -->
|
||||
|
||||
<!-- BEGIN quote_close -->
|
||||
</td>
|
||||
</tr>
|
||||
</table><!-- END quote_close -->
|
||||
</table>
|
||||
<!-- END quote_close -->
|
||||
|
||||
<!-- BEGIN code_open -->
|
||||
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
|
||||
|
@ -29,10 +34,14 @@
|
|||
<td><b class="genmed">{L_CODE}:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="code"><!-- END code_open -->
|
||||
<!-- BEGIN code_close --></td>
|
||||
<td class="code">
|
||||
<!-- END code_open -->
|
||||
|
||||
<!-- BEGIN code_close -->
|
||||
</td>
|
||||
</tr>
|
||||
</table><!-- END code_close -->
|
||||
</table>
|
||||
<!-- END code_close -->
|
||||
|
||||
|
||||
<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open -->
|
||||
|
|
|
@ -108,26 +108,33 @@ function marklist(status)
|
|||
<!-- IF S_SEARCH_USER --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- BEGIN memberrow -->
|
||||
|
||||
<!-- IF memberrow.S_ROW_COUNT is even -->
|
||||
<tr class="row2">
|
||||
<!-- ELSE -->
|
||||
<tr class="row1">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td class="gen" align="center"> {memberrow.ROW_NUMBER} </td>
|
||||
<td class="gen" align="center"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></td>
|
||||
<td class="gensmall" align="center" valign="middle" nowrap="nowrap"> {memberrow.JOINED} </td>
|
||||
<td class="gen" align="center" valign="middle">{memberrow.POSTS}</td>
|
||||
<td class="gen" align="center" valign="middle">{memberrow.RANK_IMG}</td>
|
||||
<td class="gen" align="center"> {memberrow.PM_IMG} </td>
|
||||
<td class="gen" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
|
||||
<td class="gen" align="center"> {memberrow.WWW_IMG} </td>
|
||||
<td class="gen" align="center"> <!-- IF memberrow.U_PM --><a href="{memberrow.U_PM}">{PM_IMG}</a><!-- ENDIF --> </td>
|
||||
<td class="gen" align="center" valign="middle"> <!-- IF memberrow.U_EMAIL --><a href="{memberrow.U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --> </td>
|
||||
<td class="gen" align="center"> <!-- IF memberrow.U_WWW --><a href="{memberrow.U_WWW}" target="_userwww">{WWW_IMG}</a><!-- ENDIF --> </td>
|
||||
<!-- IF S_SEARCH_USER --><td align="center" valign="middle"><input type="checkbox" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->
|
||||
|
||||
</tr>
|
||||
|
||||
<!-- BEGINELSE -->
|
||||
|
||||
<tr>
|
||||
<td class="row1" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="30" align="center" valign="middle"><span class="gen">{L_NO_MEMBERS}</span></td>
|
||||
</tr>
|
||||
|
||||
<!-- END memberrow -->
|
||||
|
||||
<tr>
|
||||
<td class="cat" colspan="<!-- IF S_SEARCH_USER -->9<!-- ELSE -->8<!-- ENDIF -->" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
|
|
79
phpBB/templates/subSilver/memberlist_im.html
Normal file
79
phpBB/templates/subSilver/memberlist_im.html
Normal file
|
@ -0,0 +1,79 @@
|
|||
<!-- INCLUDE simple_header.html -->
|
||||
|
||||
<!-- MSNM info from http://www.cdolive.net/ - doesn't seem to work with MSN Messenger -->
|
||||
|
||||
<form method="post" action="{S_IM_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="2">{L_SEND_IM}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row3" colspan="2"><span class="gensmall">{L_SEND_IM_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_IM_RECIPIENT}: </b></td>
|
||||
<td class="row2"><span class="gen"><b>{USERNAME}</b> [ {IM_CONTACT} ]</span> <!-- IF PRESENCE_IMG -->{PRESENCE_IMG}<!-- ENDIF --></td>
|
||||
</tr>
|
||||
|
||||
<!-- IF S_SEND_ICQ -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_IM_NAME}: </b></td>
|
||||
<td class="row2"><input class="post" type="text" name="from" size="20" maxlength="40" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_IM_MESSAGE}: </b></td>
|
||||
<td class="row2"><textarea class="post" name="body" rows="5" cols="45"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input type="hidden" name="fromemail" value="{EMAIL}" /><input type="hidden" name="subject" value="{SITENAME}" /><input type="hidden" name="to" value="{IM_CONTACT}" /><input class="mainoption" name="submit" type="submit" value="{L_IM_SEND}" /></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SEND_AIM -->
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><br /><a class="gen" href="aim:addbuddy?screenname={IM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="aim:goim?screenname={IM_CONTACT}&message={SITENAME}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aol.co.uk/aim/index.html" target="_blank">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM" target="_blank">{L_IM_AIM_EXPRESS}</a> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"> </td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SEND_MSNM -->
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="center"><object classid="clsid:FB7199AB-79BF-11d2-8D94-0000F875C541" codetype="application/x-oleobject" id="objMessengerApp" width="0" height="0"></object><br /><a class="gen" href="javascript:objMessengerApp.LaunchAddContactUI('{IM_CONTACT}')">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="javascript:objMessengerApp.LaunchIMUI('{IM_CONTACT}')">{L_IM_SEND_MESSAGE}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"> </td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SEND_JABBER -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_IM_MESSAGE}: </b></td>
|
||||
<td class="row2"><textarea class="post" name="message" rows="5" cols="45"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input class="mainoption" name="submit" type="submit" value="{L_IM_SEND}" /></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_NO_SEND_JABBER -->
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><span class="genmed">{L_IM_NO_JABBER}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><input class="mainoption" name="submit" type="submit" value="{L_IM_SEND}" /></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_SENT_JABBER -->
|
||||
<tr>
|
||||
<td class="row1" align="center"><span class="gen">{L_IM_SENT_JABBER}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" align="center"></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
</table></form>
|
||||
|
||||
<!-- INCLUDE simple_footer.html -->
|
|
@ -19,6 +19,9 @@
|
|||
<tr>
|
||||
<td class="gen" align="center"><!-- IF USER_COLOR neq '' --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{KARMA_IMG}</td>
|
||||
</tr>
|
||||
<!-- IF RANK -->
|
||||
<tr>
|
||||
<td class="postdetails" align="center">{RANK}</td>
|
||||
|
@ -69,34 +72,38 @@
|
|||
<td class="row1" valign="top"><table width="100%" cellspacing="1" cellpadding="2" border="0">
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_EMAIL_ADDRESS}: </td>
|
||||
<td class="row1" valign="middle" width="100%"><b class="gen">{EMAIL_IMG}</b></td>
|
||||
<td class="row1" valign="middle" width="100%"><!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_PM}: </td>
|
||||
<td valign="middle"><b class="gen">{PM_IMG}</b></td>
|
||||
<td valign="middle"><!-- IF U_PM --><a href="{U_PM}">{PM_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_MSNM}: </td>
|
||||
<td valign="middle"><span class="gen">{MSN_IMG}</span></td>
|
||||
<td valign="middle"><!-- IF U_MSN --><a href="{U_MSN}" onclick="im_popup('{U_MSN}', 550, 320); return false">{MSN_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_YIM}: </td>
|
||||
<td valign="middle">{YIM_IMG}</td>
|
||||
<td valign="middle"><!-- IF U_YIM --><a href="{U_YIM}" onclick="im_popup('{U_YIM}', 780, 550); return false">{YIM_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_AIM}: </td>
|
||||
<td valign="middle">{AIM_IMG}</td>
|
||||
<td valign="middle"><!-- IF U_AIM --><a href="{U_AIM}" onclick="im_popup('{U_AIM}', 550, 320); return false">{AIM_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_ICQ}: </td>
|
||||
<td><script language="JavaScript" type="text/javascript"><!--
|
||||
<td valign="top"><!-- IF U_ICQ --><script language="JavaScript" type="text/javascript"><!--
|
||||
|
||||
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
|
||||
document.write(' {ICQ_IMG}');
|
||||
document.write(' <a href="{U_ICQ}" onclick="im_popup(\'{U_ICQ}\', 550, 320); return false">{ICQ_IMG}</a>');
|
||||
else
|
||||
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>');
|
||||
document.write('<div style="position:relative"><div style="position:absolute"><a href="{U_ICQ}" onclick="im_popup(\'{U_ICQ}\', 550, 320); return false">{ICQ_IMG}</a></div><div style="position:absolute;left:3px;top:-1px"><a href="{U_ICQ}" onclick="im_popup(\'{U_ICQ}\', 550, 320); return false">{ICQ_STATUS_IMG}</a></div></div>');
|
||||
|
||||
//--></script><noscript>{ICQ_IMG}</noscript></td>
|
||||
//--></script><noscript><a href="{U_ICQ}">{ICQ_IMG}</a></noscript><!-- ENDIF --></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" nowrap="nowrap" align="right">{L_JABBER}: </td>
|
||||
<td valign="middle"><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="im_popup('{U_JABBER}', 550, 320); return false">{JABBER_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td class="row1" valign="top"><table cellspacing="1" cellpadding="2" border="0">
|
||||
|
@ -118,7 +125,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_WEBSITE}: </td>
|
||||
<td><b class="gen">{WWW}</b></td>
|
||||
<td><!-- IF U_WWW --><a href="{U_WWW}" target="_userwww">{WWW_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
|
@ -69,17 +69,48 @@ function addquote(post_id, username) {
|
|||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
<td width="22%" align="left" valign="top"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td>
|
||||
<td height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<td rowspan="2" align="left" valign="top"><a name="{postrow.U_POST_ID}"></a>
|
||||
|
||||
<table width="150" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
|
||||
<td valign="top" align="right" nowrap="nowrap"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a><!-- ENDIF --></td>
|
||||
<td align="center"><b class="postauthor">{postrow.POSTER_NAME}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><hr /></td>
|
||||
<td align="center">{postrow.KARMA_IMG}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="100%" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td class="gensmall" valign="middle" nowrap="nowrap"><b>{L_POST_SUBJECT}:</b> </td>
|
||||
<td class="gensmall" width="100%" valign="middle">{postrow.POST_SUBJECT}</td>
|
||||
<td valign="top" nowrap="nowrap"> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a><!-- ENDIF --></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- IF postrow.S_ROW_COUNT is even -->
|
||||
<tr class="row1">
|
||||
<!-- ELSE -->
|
||||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td valign="top"><table width="100%" cellspacing="0" cellpadding="5" border="0">
|
||||
<tr>
|
||||
<td height="120" valign="top"><table width="100%" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td><div id="message_{postrow.POST_ID}" class="postbody">{postrow.MESSAGE}</div></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><span class="postbody"><div id="message_{postrow.POST_ID}">{postrow.MESSAGE}</div></span></td>
|
||||
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr valign="middle">
|
||||
<td width="100%"> </td>
|
||||
<td width="10" nowrap="nowrap"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a></td>
|
||||
<td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
|
@ -218,6 +218,9 @@ hr {
|
|||
font-size: 60%;
|
||||
}
|
||||
|
||||
.copyright { color: #444; font-weight: normal; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif;}
|
||||
|
||||
|
||||
/* The register, login, search etc links at the top of the page */
|
||||
.mainmenu {
|
||||
color: black;
|
||||
|
@ -239,63 +242,34 @@ hr {
|
|||
}
|
||||
|
||||
/* titles for the topics: could specify viewed link colour too */
|
||||
.topictitle {
|
||||
color: black;
|
||||
font-size: 65%;
|
||||
font-weight: bold;
|
||||
}
|
||||
.topictitle { font-size: 65%; font-weight: bold; }
|
||||
.topicauthor { font-size: 70%; }
|
||||
.topicdetails { font-size: 65%; }
|
||||
|
||||
/* Name of poster in viewmsg.php and viewtopic.php and other places */
|
||||
.name {
|
||||
color: black;
|
||||
font-size: 70%;
|
||||
}
|
||||
/* VIEW POSTS/MESSAGES */
|
||||
.postauthor { color: #000000; font-size: 70%; }
|
||||
.postdetails { color: #000000; font-size: 60%; }
|
||||
.postbody { font-size: 75%; }
|
||||
.posthighlight { color: #FF0000; font-weight: bold; }
|
||||
|
||||
/* Location, number of posts, post date etc */
|
||||
.postdetails {
|
||||
color: black;
|
||||
font-size: 60%;
|
||||
}
|
||||
|
||||
/* The content of the posts (body of text) */
|
||||
.postbody {
|
||||
font-size: 75%;
|
||||
}
|
||||
/* BBCODE */
|
||||
.bold {}
|
||||
.italics {}
|
||||
.underline {}
|
||||
.size {}
|
||||
.color {}
|
||||
.quote { color: #444; font-weight: normal; font-size: 70%; font-family: Verdana, sans-serif; border-color: #D1D7DC; border-width: 1px; border-style: solid; background-color: #FAFAFA; }
|
||||
.code { color: #006600; font-weight: normal; font-size: 75%; font-family: 'Courier New', monospace; border-color: #D1D7DC; border-width: 1px; border-style: solid; background-color: #FAFAFA; }
|
||||
.flash {}
|
||||
.syntaxbg { color: #FFFFFF }
|
||||
.syntaxcomment { color: #FF8000 }
|
||||
.syntaxdefault { color: #0000BB }
|
||||
.syntaxhtml { color: #000000 }
|
||||
.syntaxkeyword { color: #007700 }
|
||||
.syntaxstring { color: #DD0000 }
|
||||
|
||||
/* Quote & Code blocks */
|
||||
.quote {
|
||||
color: #444;
|
||||
font: normal 70%/125% Verdana, Arial, Helvetica, sans-serif;
|
||||
border: #D1D7DC solid 1px;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
.code {
|
||||
color: #006600;
|
||||
font: normal 70% 'Courier New', monospace;
|
||||
border: #D1D7DC 1px solid;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
/* Syntax highlighning */
|
||||
.hl_bg { color: #FFFFFF }
|
||||
.hl_comment { color: #FF8000 }
|
||||
.hl_default { color: #0000BB }
|
||||
.hl_html { color: #000000 }
|
||||
.hl_keyword { color: #007700 }
|
||||
.hl_string { color: #DD0000 }
|
||||
|
||||
/* Copyright and bottom info */
|
||||
.copyright {
|
||||
color: #444;
|
||||
font: normal 60% Verdana, Arial, Helvetica, sans-serif;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
span.hilit {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
This is the line in the posting page which shows the rollover
|
||||
|
|
|
@ -43,10 +43,16 @@
|
|||
<td class="row1"><b class="genmed">{L_SHOW_EMAIL}:</b></td>
|
||||
<td class="row2"><input type="radio" name="viewemail" value="1"{VIEW_EMAIL_YES} /><span class="gen">{L_YES}</span> <input type="radio" name="viewemail" value="0"{VIEW_EMAIL_NO} /><span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_ADMIN_EMAIL}:</b></td>
|
||||
<td class="row2"><input type="radio" name="massemail" value="1"{ADMIN_EMAIL_YES} /><span class="gen">{L_YES}</span> <input type="radio" name="massemail" value="0"{ADMIN_EMAIL_NO} /><span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<!-- IF S_CAN_HIDE_ONLINE -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_HIDE_ONLINE}:</b></td>
|
||||
<td class="row2"><input type="radio" name="hideonline" value="1"{HIDE_ONLINE_YES} /><span class="gen">{L_YES}</span> <input type="radio" name="hideonline" value="0"{HIDE_ONLINE_NO} /><span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_NOTIFY_ON_PM}:</b></td>
|
||||
<td class="row2"><input type="radio" name="notifypm" value="1"{NOTIFY_PM_YES} /><span class="gen">{L_YES}</span> <input type="radio" name="notifypm" value="0"{NOTIFY_PM_NO} /><span class="gen">{L_NO}</span></td>
|
||||
|
@ -105,6 +111,10 @@
|
|||
<td class="row2"><input type="radio" name="wordcensor" value="1"{DISABLE_CENSORS_YES} /><span class="gen">{L_YES}</span> <input type="radio" name="wordcensor" value="0"{DISABLE_CENSORS_NO} /><span class="gen">{L_NO}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_MINIMUM_KARMA}:</b><br /><span class="gensmall">{L_MINIMUM_KARMA_EXPLAIN}</span></td>
|
||||
<td class="row2"><select name="minkarma">{S_MIN_KARMA_OPTIONS}</select></td>
|
||||
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_VIEW_TOPICS_DAYS}:</b></td>
|
||||
<td class="row2">{S_SELECT_SORT_DAYS}</td>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
<td class="row2"><input class="post" type="text" name="yim" size="30" maxlength="255" value="{YIM}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_JABBER}: </b></td>
|
||||
<td class="row1"><b class="genmed">{L_UCP_JABBER}: </b></td>
|
||||
<td class="row2"><input class="post" type="text" name="jabber" size="30" maxlength="255" value="{JABBER}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -81,13 +81,13 @@
|
|||
<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF -->
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<td width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />{topicrow.GOTO_PAGE}</td>
|
||||
<td width="100%">{topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}<a class="topictitle" href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a><span class="gensmall"><br />{topicrow.GOTO_PAGE}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
|
||||
<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="topicauthor">{topicrow.TOPIC_AUTHOR}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="topicdetails">{topicrow.REPLIES}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="topicdetails">{topicrow.VIEWS}</span></td>
|
||||
<td class="row1" align="center" valign="middle" nowrap="nowrap"><span class="topicdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGINELSE -->
|
||||
|
|
|
@ -27,7 +27,11 @@
|
|||
<tr align="right">
|
||||
<td class="cat" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td class="nav" nowrap="nowrap"> <!-- IF S_WATCH_TOPIC -->{S_WATCH_TOPIC} | <!-- ENDIF --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a> | <a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a></td>
|
||||
<td class="nav" nowrap="nowrap">
|
||||
<!-- IF S_WATCH_TOPIC -->{S_WATCH_TOPIC} | <!-- ENDIF -->
|
||||
<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a> | <!-- ENDIF -->
|
||||
<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- ENDIF -->
|
||||
</td>
|
||||
<td class="nav" align="right" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> </td>
|
||||
</tr>
|
||||
</table></td>
|
||||
|
@ -101,7 +105,10 @@
|
|||
|
||||
<table width="150" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="center"><b class="name">{postrow.POSTER_NAME}</b></td>
|
||||
<td align="center"><b class="postauthor">{postrow.POSTER_NAME}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{postrow.KARMA_IMG}</td>
|
||||
</tr>
|
||||
<!-- IF postrow.POSTER_RANK -->
|
||||
<tr>
|
||||
|
@ -126,6 +133,8 @@
|
|||
<!-- IF postrow.POSTER_FROM --><br />{L_LOCATION}: {postrow.POSTER_FROM}<!-- ENDIF -->
|
||||
</span>
|
||||
|
||||
<br />
|
||||
|
||||
</td>
|
||||
<td width="100%" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
|
@ -143,7 +152,7 @@
|
|||
<tr class="row2">
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td><table width="100%" cellspacing="0" cellpadding="5" border="0">
|
||||
<td valign="top"><table width="100%" cellspacing="0" cellpadding="5" border="0">
|
||||
<tr>
|
||||
<td height="120" valign="top"><table width="100%" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
|
@ -166,6 +175,9 @@
|
|||
<td width="5">{REPORTED_IMG}</td>
|
||||
<td class="gensmall" nowrap="nowrap"> <b><a style="color:red" href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></b> </td>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF postrow.S_CAN_RATE -->
|
||||
<td nowrap="nowrap" class="gensmall"><b>{L_RATE}:</b> <a style="color:green" href="{postrow.U_RATE_GOOD}">{L_RATE_GOOD}</a> / <a style="color:red" href="{postrow.U_RATE_BAD}">{L_RATE_BAD}</a></td>
|
||||
<!-- ENDIF -->
|
||||
<td width="100%"> </td>
|
||||
<td width="10" nowrap="nowrap"><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a></td>
|
||||
<td class="gensmall" nowrap="nowrap"><b>{L_POSTED}:</b> {postrow.POST_DATE}</td>
|
||||
|
@ -189,12 +201,12 @@
|
|||
<td class="nav" width="150" align="center" valign="middle"><a href="#top">{L_BACK_TO_TOP}</a></td>
|
||||
<td width="100%" height="28" valign="bottom" nowrap="nowrap"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td valign="middle" nowrap="nowrap"><!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}" target="_userwww">{WWW_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_AIM --><a href="{postrow.U_AIM}">{AIM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_YIM --><a href="{postrow.U_YIM}">{YIM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_MSN --><a href="{postrow.U_MSN}">{MSN_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_JABBER --><a href="{postrow.U_JABBER}">{JABBER_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_ICQ --><script language="JavaScript" type="text/javascript"><!--
|
||||
<td valign="middle" nowrap="nowrap"><!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_WWW --><a href="{postrow.U_WWW}" target="_userwww">{WWW_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_AIM --><a href="{postrow.U_AIM}" onclick="im_popup('{postrow.U_AIM}', 550, 320); return false">{AIM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_YIM --><a href="{postrow.U_YIM}" onclick="im_popup('{postrow.U_YIM}', 780, 550); return false">{YIM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_MSN --><a href="{postrow.U_MSN}" onclick="im_popup('{postrow.U_MSN}', 550, 320); return false">{MSN_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_JABBER --><a href="{postrow.U_JABBER}" onclick="im_popup('{postrow.U_JABBER}', 550, 320); return false">{JABBER_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_ICQ --><script language="JavaScript" type="text/javascript"><!--
|
||||
|
||||
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
|
||||
document.write(' <a href="{postrow.U_ICQ}">{ICQ_IMG}</a>');
|
||||
if (navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1)
|
||||
document.write(' <a href="{postrow.U_ICQ}" onclick="im_popup(\'{postrow.U_ICQ}\', 550, 320); return false">{ICQ_IMG}</a>');
|
||||
else
|
||||
document.write('</td><td> </td><td width="100%" valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"><a href="{postrow.U_ICQ}">{ICQ_IMG}</a></div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
|
||||
document.write('</td><td> </td><td width="100%" valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"><a href="{postrow.U_ICQ}" onclick="im_popup(\'{postrow.U_ICQ}\', 550, 320); return false">{ICQ_IMG}</a></div><div style="position:absolute;left:3px;top:-1px"><a href="{postrow.U_ICQ}" onclick="im_popup(\'{postrow.U_ICQ}\', 550, 320); return false">{postrow.ICQ_STATUS_IMG}</a></div></div>');
|
||||
|
||||
//--></script><noscript><a href="{postrow.U_ICQ}">{ICQ_IMG}</a></noscript><!-- ENDIF --></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue