Codice: Seleziona tutto
<div class="content"><!-- IF not S_USER_LOGGED_IN and (FORUM_ID == 9 or FORUM_ID == 9) -->messaggio per gli ospiti<!-- ELSE -->{postrow.MESSAGE}<!-- ENDIF --></div>
Codice: Seleziona tutto
<div class="content"><!-- IF not S_USER_LOGGED_IN and (FORUM_ID == 9 or FORUM_ID == 9) -->messaggio per gli ospiti<!-- ELSE -->{postrow.MESSAGE}<!-- ENDIF --></div>
Codice: Seleziona tutto
Parse error: syntax error, unexpected T_VARIABLE in /home/rpgmkrne/public_html/forum/includes/template.php(230) : eval()'d code on line 196
Codice: Seleziona tutto
<!-- Inizio messaggio ospiti in categorie --> <div class="content"><!-- IF not S_USER_LOGGED_IN and (forumrow.FORUM_ID == 66 or forumrow.FORUM_ID == 31 or forumrow.FORUM_ID == 22 or forumrow.FORUM_ID == 24 or forumrow.FORUM_ID == 13 or forumrow.FORUM_ID == 15 or forumrow.FORUM_ID == 57) -->Per visualizzare i seguenti Topic di Risorse,RpgMkr.net richiede una registrazione al forum.<br />Se non sei ancora registrato,<b>Registrati</b> oppure esegui il <b>Log-In</b>.<br />Buona permanenza su rpgmkr.net ^^<!-- ELSE -->{postrow.MESSAGE}<!-- ENDIF --></div>
<!-- Fine messaggio ospiti in categorie -->
Codice: Seleziona tutto
<?php if (!defined('IN_PHPBB')) exit; $this->_tpl_include('overall_header.html'); if ($this->_rootref['S_FORUM_RULES']) { ?>
2
3 <div class="forumrules">
4 <?php if ($this->_rootref['U_FORUM_RULES']) { ?>
5
6 <h3><?php echo ((isset($this->_rootref['L_FORUM_RULES'])) ? $this->_rootref['L_FORUM_RULES'] : ((isset($user->lang['FORUM_RULES'])) ? $user->lang['FORUM_RULES'] : '{ FORUM_RULES }')); ?></h3><br />
7 <a href="<?php echo (isset($this->_rootref['U_FORUM_RULES'])) ? $this->_rootref['U_FORUM_RULES'] : ''; ?>"><b><?php echo ((isset($this->_rootref['L_FORUM_RULES_LINK'])) ? $this->_rootref['L_FORUM_RULES_LINK'] : ((isset($user->lang['FORUM_RULES_LINK'])) ? $user->lang['FORUM_RULES_LINK'] : '{ FORUM_RULES_LINK }')); ?></b></a>
8 <?php } else { ?>
9
10 <h3><?php echo ((isset($this->_rootref['L_FORUM_RULES'])) ? $this->_rootref['L_FORUM_RULES'] : ((isset($user->lang['FORUM_RULES'])) ? $user->lang['FORUM_RULES'] : '{ FORUM_RULES }')); ?></h3><br />
11 <?php echo (isset($this->_rootref['FORUM_RULES'])) ? $this->_rootref['FORUM_RULES'] : ''; ?>
12
13 <?php } ?>
14
15 </div>
16
17 <br clear="all" />
18 <?php } ?>
19
20
21 <div id="pageheader">
22 <h2><a class="titles" href="<?php echo (isset($this->_rootref['U_VIEW_TOPIC'])) ? $this->_rootref['U_VIEW_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['TOPIC_TITLE'])) ? $this->_rootref['TOPIC_TITLE'] : ''; ?></a></h2>
23
24 <?php if ($this->_rootref['MODERATORS']) { ?>
25
26 <p class="moderators"><?php if ($this->_rootref['S_SINGLE_MODERATOR']) { echo ((isset($this->_rootref['L_MODERATOR'])) ? $this->_rootref['L_MODERATOR'] : ((isset($user->lang['MODERATOR'])) ? $user->lang['MODERATOR'] : '{ MODERATOR }')); } else { echo ((isset($this->_rootref['L_MODERATORS'])) ? $this->_rootref['L_MODERATORS'] : ((isset($user->lang['MODERATORS'])) ? $user->lang['MODERATORS'] : '{ MODERATORS }')); } ?>: <?php echo (isset($this->_rootref['MODERATORS'])) ? $this->_rootref['MODERATORS'] : ''; ?></p>
27 <?php } if ($this->_rootref['U_MCP']) { ?>
28
29 <p class="linkmcp">[ <a href="<?php echo (isset($this->_rootref['U_MCP'])) ? $this->_rootref['U_MCP'] : ''; ?>"><?php echo ((isset($this->_rootref['L_MCP'])) ? $this->_rootref['L_MCP'] : ((isset($user->lang['MCP'])) ? $user->lang['MCP'] : '{ MCP }')); ?></a> ]</p>
30 <?php } ?>
31
32 </div>
33
34 <br clear="all" /><br />
35
36 <div id="pagecontent">
37 <table width="100%" cellspacing="1">
38 <tr>
39 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>" valign="middle" nowrap="nowrap">
40 <?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['S_DISPLAY_POST_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_NEW_TOPIC'])) ? $this->_rootref['U_POST_NEW_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['POST_IMG'])) ? $this->_rootref['POST_IMG'] : ''; ?></a> <?php } if ($this->_rootref['S_DISPLAY_REPLY_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_REPLY_TOPIC'])) ? $this->_rootref['U_POST_REPLY_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['REPLY_IMG'])) ? $this->_rootref['REPLY_IMG'] : ''; ?></a><?php } } ?>
41
42 </td>
43 <?php if ($this->_rootref['TOTAL_POSTS']) { ?>
44
45 <td class="nav" valign="middle" nowrap="nowrap"> <?php echo (isset($this->_rootref['PAGE_NUMBER'])) ? $this->_rootref['PAGE_NUMBER'] : ''; ?><br /></td>
46 <td class="gensmall" nowrap="nowrap"> [ <?php echo (isset($this->_rootref['TOTAL_POSTS'])) ? $this->_rootref['TOTAL_POSTS'] : ''; ?> ] </td>
47 <td class="gensmall" width="100%" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php $this->_tpl_include('pagination.html'); ?></td>
48 <?php } ?>
49
50 </tr>
51 </table>
52
53 <?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['U_WATCH_TOPIC'] || $this->_rootref['U_BOOKMARK_TOPIC'] || $this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?><p style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;" class="nav"><?php } if ($this->_rootref['U_WATCH_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_WATCH_TOPIC'])) ? $this->_rootref['U_WATCH_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_WATCH_TOPIC'])) ? $this->_rootref['L_WATCH_TOPIC'] : ((isset($user->lang['WATCH_TOPIC'])) ? $user->lang['WATCH_TOPIC'] : '{ WATCH_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_WATCH_TOPIC'])) ? $this->_rootref['L_WATCH_TOPIC'] : ((isset($user->lang['WATCH_TOPIC'])) ? $user->lang['WATCH_TOPIC'] : '{ WATCH_TOPIC }')); ?></a><?php if ($this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC'] || $this->_rootref['U_BOOKMARK_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_BOOKMARK_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_BOOKMARK_TOPIC'])) ? $this->_rootref['U_BOOKMARK_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_BOOKMARK_TOPIC'])) ? $this->_rootref['L_BOOKMARK_TOPIC'] : ((isset($user->lang['BOOKMARK_TOPIC'])) ? $user->lang['BOOKMARK_TOPIC'] : '{ BOOKMARK_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_BOOKMARK_TOPIC'])) ? $this->_rootref['L_BOOKMARK_TOPIC'] : ((isset($user->lang['BOOKMARK_TOPIC'])) ? $user->lang['BOOKMARK_TOPIC'] : '{ BOOKMARK_TOPIC }')); ?></a><?php if ($this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_PRINT_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_PRINT_TOPIC'])) ? $this->_rootref['U_PRINT_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_PRINT_TOPIC'])) ? $this->_rootref['L_PRINT_TOPIC'] : ((isset($user->lang['PRINT_TOPIC'])) ? $user->lang['PRINT_TOPIC'] : '{ PRINT_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_PRINT_TOPIC'])) ? $this->_rootref['L_PRINT_TOPIC'] : ((isset($user->lang['PRINT_TOPIC'])) ? $user->lang['PRINT_TOPIC'] : '{ PRINT_TOPIC }')); ?></a><?php if ($this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_EMAIL_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_EMAIL_TOPIC'])) ? $this->_rootref['U_EMAIL_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_EMAIL_TOPIC'])) ? $this->_rootref['L_EMAIL_TOPIC'] : ((isset($user->lang['EMAIL_TOPIC'])) ? $user->lang['EMAIL_TOPIC'] : '{ EMAIL_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_EMAIL_TOPIC'])) ? $this->_rootref['L_EMAIL_TOPIC'] : ((isset($user->lang['EMAIL_TOPIC'])) ? $user->lang['EMAIL_TOPIC'] : '{ EMAIL_TOPIC }')); ?></a><?php if ($this->_rootref['U_BUMP_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_BUMP_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_BUMP_TOPIC'])) ? $this->_rootref['U_BUMP_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_BUMP_TOPIC'])) ? $this->_rootref['L_BUMP_TOPIC'] : ((isset($user->lang['BUMP_TOPIC'])) ? $user->lang['BUMP_TOPIC'] : '{ BUMP_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_BUMP_TOPIC'])) ? $this->_rootref['L_BUMP_TOPIC'] : ((isset($user->lang['BUMP_TOPIC'])) ? $user->lang['BUMP_TOPIC'] : '{ BUMP_TOPIC }')); ?></a><?php } if ($this->_rootref['U_WATCH_TOPIC'] || $this->_rootref['U_BOOKMARK_TOPIC'] || $this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?></p><?php } } ?>
54
55 <p class="nav" style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>;"><a href="<?php echo (isset($this->_rootref['U_VIEW_OLDER_TOPIC'])) ? $this->_rootref['U_VIEW_OLDER_TOPIC'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_PREVIOUS_TOPIC'])) ? $this->_rootref['L_VIEW_PREVIOUS_TOPIC'] : ((isset($user->lang['VIEW_PREVIOUS_TOPIC'])) ? $user->lang['VIEW_PREVIOUS_TOPIC'] : '{ VIEW_PREVIOUS_TOPIC }')); ?></a><?php if ($this->_rootref['U_VIEW_UNREAD_POST'] && ! $this->_rootref['S_IS_BOT']) { ?> | <a href="<?php echo (isset($this->_rootref['U_VIEW_UNREAD_POST'])) ? $this->_rootref['U_VIEW_UNREAD_POST'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_UNREAD_POST'])) ? $this->_rootref['L_VIEW_UNREAD_POST'] : ((isset($user->lang['VIEW_UNREAD_POST'])) ? $user->lang['VIEW_UNREAD_POST'] : '{ VIEW_UNREAD_POST }')); ?></a><?php } ?> | <a href="<?php echo (isset($this->_rootref['U_VIEW_NEWER_TOPIC'])) ? $this->_rootref['U_VIEW_NEWER_TOPIC'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_NEXT_TOPIC'])) ? $this->_rootref['L_VIEW_NEXT_TOPIC'] : ((isset($user->lang['VIEW_NEXT_TOPIC'])) ? $user->lang['VIEW_NEXT_TOPIC'] : '{ VIEW_NEXT_TOPIC }')); ?></a></p>
56 <?php if ($this->_rootref['S_HAS_POLL']) { ?>
57
58 <table class="forumline poll" width="100%" cellspacing="1">
59 <tr>
60 <th><b><?php echo ((isset($this->_rootref['L_VIEW_TOPIC_POLL'])) ? $this->_rootref['L_VIEW_TOPIC_POLL'] : ((isset($user->lang['VIEW_TOPIC_POLL'])) ? $user->lang['VIEW_TOPIC_POLL'] : '{ VIEW_TOPIC_POLL }')); ?> <?php echo (isset($this->_rootref['POLL_QUESTION'])) ? $this->_rootref['POLL_QUESTION'] : ''; ?></b></th>
61 </tr>
62 <tr>
63 <td class="row2" colspan="2" align="center">
64 <br clear="all" />
65 <form method="post" action="<?php echo (isset($this->_rootref['S_POLL_ACTION'])) ? $this->_rootref['S_POLL_ACTION'] : ''; ?>">
66 <table cellspacing="0" cellpadding="4" border="0" align="center">
67 <tr>
68 <td align="center"><span class="gensmall"><?php echo ((isset($this->_rootref['L_POLL_LENGTH'])) ? $this->_rootref['L_POLL_LENGTH'] : ((isset($user->lang['POLL_LENGTH'])) ? $user->lang['POLL_LENGTH'] : '{ POLL_LENGTH }')); ?></span></td>
69 </tr>
70 <tr>
71 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>">
72 <table cellspacing="0" cellpadding="2" border="0">
73 <?php $_poll_option_count = (isset($this->_tpldata['poll_option'])) ? sizeof($this->_tpldata['poll_option']) : 0;if ($_poll_option_count) {for ($_poll_option_i = 0; $_poll_option_i < $_poll_option_count; ++$_poll_option_i){$_poll_option_val = &$this->_tpldata['poll_option'][$_poll_option_i]; ?>
74
75 <tr>
76 <?php if ($this->_rootref['S_CAN_VOTE']) { ?>
77
78 <td>
79 <?php if ($this->_rootref['S_IS_MULTI_CHOICE']) { ?>
80
81 <input type="checkbox" class="radio" name="vote_id[]" value="<?php echo $_poll_option_val['POLL_OPTION_ID']; ?>"<?php if ($_poll_option_val['POLL_OPTION_VOTED']) { ?> checked="checked"<?php } ?> />
82 <?php } else { ?>
83
84 <input type="radio" class="radio" name="vote_id[]" value="<?php echo $_poll_option_val['POLL_OPTION_ID']; ?>"<?php if ($_poll_option_val['POLL_OPTION_VOTED']) { ?> checked="checked"<?php } ?> />
85 <?php } ?>
86
87 </td>
88 <?php } ?>
89
90 <td><span class="gen"><?php echo $_poll_option_val['POLL_OPTION_CAPTION']; ?></span></td>
91 <?php if ($this->_rootref['S_DISPLAY_RESULTS']) { ?>
92
93 <td dir="ltr"><?php echo (isset($this->_rootref['POLL_LEFT_CAP_IMG'])) ? $this->_rootref['POLL_LEFT_CAP_IMG'] : ''; echo $_poll_option_val['POLL_OPTION_IMG']; echo (isset($this->_rootref['POLL_RIGHT_CAP_IMG'])) ? $this->_rootref['POLL_RIGHT_CAP_IMG'] : ''; ?></td>
94 <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><b> <?php echo $_poll_option_val['POLL_OPTION_PERCENT']; ?> </b></td>
95 <td class="gen" align="center">[ <?php echo $_poll_option_val['POLL_OPTION_RESULT']; ?> ]</td>
96 <?php if ($_poll_option_val['POLL_OPTION_VOTED']) { ?>
97
98 <td class="gensmall" valign="top"><b title="<?php echo ((isset($this->_rootref['L_POLL_VOTED_OPTION'])) ? $this->_rootref['L_POLL_VOTED_OPTION'] : ((isset($user->lang['POLL_VOTED_OPTION'])) ? $user->lang['POLL_VOTED_OPTION'] : '{ POLL_VOTED_OPTION }')); ?>">x</b></td>
99 <?php } } ?>
100
101 </tr>
102 <?php }} ?>
103
104 </table>
105 </td>
106 </tr>
107 <?php if ($this->_rootref['S_CAN_VOTE']) { ?>
108
109 <tr>
110 <td align="center"><span class="gensmall"><?php echo ((isset($this->_rootref['L_MAX_VOTES'])) ? $this->_rootref['L_MAX_VOTES'] : ((isset($user->lang['MAX_VOTES'])) ? $user->lang['MAX_VOTES'] : '{ MAX_VOTES }')); ?></span><br /><br /><input type="submit" name="update" value="<?php echo ((isset($this->_rootref['L_SUBMIT_VOTE'])) ? $this->_rootref['L_SUBMIT_VOTE'] : ((isset($user->lang['SUBMIT_VOTE'])) ? $user->lang['SUBMIT_VOTE'] : '{ SUBMIT_VOTE }')); ?>" class="btnlite" /></td>
111 </tr>
112 <?php } if ($this->_rootref['S_DISPLAY_RESULTS']) { ?>
113
114 <tr>
115 <td colspan="4" align="center"><b><?php echo ((isset($this->_rootref['L_TOTAL_VOTES'])) ? $this->_rootref['L_TOTAL_VOTES'] : ((isset($user->lang['TOTAL_VOTES'])) ? $user->lang['TOTAL_VOTES'] : '{ TOTAL_VOTES }')); ?> : <?php echo (isset($this->_rootref['TOTAL_VOTES'])) ? $this->_rootref['TOTAL_VOTES'] : ''; ?></b></td>
116 </tr>
117 <?php } else { ?>
118
119 <tr>
120 <td align="center"><span class="gensmall"><b><a href="<?php echo (isset($this->_rootref['U_VIEW_RESULTS'])) ? $this->_rootref['U_VIEW_RESULTS'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_RESULTS'])) ? $this->_rootref['L_VIEW_RESULTS'] : ((isset($user->lang['VIEW_RESULTS'])) ? $user->lang['VIEW_RESULTS'] : '{ VIEW_RESULTS }')); ?></a></b></span></td>
121 </tr>
122 <?php } ?>
123
124 </table>
125 <?php echo (isset($this->_rootref['S_HIDDEN_FIELDS'])) ? $this->_rootref['S_HIDDEN_FIELDS'] : ''; ?>
126
127 <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>
128
129 </form>
130 </td>
131 </tr>
132 </table>
133 <br />
134 <?php } ?>
135
136
137 <table class="tablebg" width="100%" cellspacing="1">
138 <tbody>
139 <tr>
140 <th width="150" height="28"><?php echo ((isset($this->_rootref['L_AUTHOR'])) ? $this->_rootref['L_AUTHOR'] : ((isset($user->lang['AUTHOR'])) ? $user->lang['AUTHOR'] : '{ AUTHOR }')); ?></th>
141 <th width="100%"><?php if ($this->_rootref['S_DISPLAY_SEARCHBOX']) { ?><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;"><?php $this->_tpl_include('searchbox.html'); ?></div><?php } echo ((isset($this->_rootref['L_MESSAGE'])) ? $this->_rootref['L_MESSAGE'] : ((isset($user->lang['MESSAGE'])) ? $user->lang['MESSAGE'] : '{ MESSAGE }')); ?></th>
142 </tr>
143 <br clear="all">
144 <?php $_postrow_count = (isset($this->_tpldata['postrow'])) ? sizeof($this->_tpldata['postrow']) : 0;if ($_postrow_count) {for ($_postrow_i = 0; $_postrow_i < $_postrow_count; ++$_postrow_i){$_postrow_val = &$this->_tpldata['postrow'][$_postrow_i]; if (! $_postrow_val['S_IGNORE_POST']) { ?>
145
146 <tr class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>">
147 <td valign="top" rowspan="2">
148 <b class="postauthor"<?php if ($_postrow_val['POST_AUTHOR_COLOUR']) { ?> style="color: <?php echo $_postrow_val['POST_AUTHOR_COLOUR']; ?>"<?php } ?>><?php echo $_postrow_val['POST_AUTHOR_FULL']; ?></b>
149 <div class="postdetails"><br />
150 <?php if ($_postrow_val['ONLINE_IMG']) { ?>
151
152 <?php echo $_postrow_val['ONLINE_IMG']; ?><br />
153 <?php } if ($_postrow_val['RANK_TITLE']) { ?>
154
155 <?php echo $_postrow_val['RANK_TITLE']; ?><br />
156 <?php } if ($_postrow_val['RANK_IMG']) { ?>
157
158 <?php echo $_postrow_val['RANK_IMG']; ?><br />
159 <?php } if ($_postrow_val['POSTER_AVATAR']) { ?>
160
161 <?php echo $_postrow_val['POSTER_AVATAR']; ?><br />
162 <?php } ?><!-- modifica -->
163 <b>Status:</b><?php if ($_postrow_val['S_ONLINE']) { ?><span style="color:#008000; font-weight:bold;"> Online</span><?php } else { ?><span style="color:#FF0000; font-weight:bold;"> Offline</span><?php } ?><!-- fine --><?php if ($_postrow_val['POSTER_JOINED']) { ?><br /><b><?php echo ((isset($this->_rootref['L_JOINED'])) ? $this->_rootref['L_JOINED'] : ((isset($user->lang['JOINED'])) ? $user->lang['JOINED'] : '{ JOINED }')); ?>:</b> <?php echo $_postrow_val['POSTER_JOINED']; } if ($_postrow_val['POSTER_POSTS'] != ('')) { ?><br /><b><?php echo ((isset($this->_rootref['L_POSTS'])) ? $this->_rootref['L_POSTS'] : ((isset($user->lang['POSTS'])) ? $user->lang['POSTS'] : '{ POSTS }')); ?>:</b> <?php echo $_postrow_val['POSTER_POSTS']; } if ($_postrow_val['POSTER_FROM']) { ?><br /><b><?php echo ((isset($this->_rootref['L_LOCATION'])) ? $this->_rootref['L_LOCATION'] : ((isset($user->lang['LOCATION'])) ? $user->lang['LOCATION'] : '{ LOCATION }')); ?>:</b> <?php echo $_postrow_val['POSTER_FROM']; } if ($_postrow_val['S_PROFILE_FIELD1']) { ?><!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
164 <br /><b><?php echo $_postrow_val['PROFILE_FIELD1_NAME']; ?>:</b> <?php echo $_postrow_val['PROFILE_FIELD1_VALUE']; ?>
165
166 <?php } $_custom_fields_count = (isset($_postrow_val['custom_fields'])) ? sizeof($_postrow_val['custom_fields']) : 0;if ($_custom_fields_count) {for ($_custom_fields_i = 0; $_custom_fields_i < $_custom_fields_count; ++$_custom_fields_i){$_custom_fields_val = &$_postrow_val['custom_fields'][$_custom_fields_i]; ?>
167
168 <br /><b><?php echo $_custom_fields_val['PROFILE_FIELD_NAME']; ?>:</b> <?php echo $_custom_fields_val['PROFILE_FIELD_VALUE']; ?>
169
170 <?php }} ?>
171
172 </div><br />
173 <img src="images/spacer.gif" alt="" width="150" height="1" />
174 </td>
175 <td class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>" valign="top">
176 <table width="100%" cellspacing="0" cellpadding="0" class="border">
177 <tr>
178 <td class="postdetails"><div style="float: ;" class="postdetails"><?php if ($_postrow_val['POST_ICON_IMG']) { ?><img src="<?php echo (isset($this->_rootref['T_ICONS_PATH'])) ? $this->_rootref['T_ICONS_PATH'] : ''; echo $_postrow_val['POST_ICON_IMG']; ?>" width="<?php echo $_postrow_val['POST_ICON_IMG_WIDTH']; ?>" height="<?php echo $_postrow_val['POST_ICON_IMG_HEIGHT']; ?>" alt="" title="" /> <?php } if ($_postrow_val['S_FIRST_UNREAD']) { ?><a name="unread"></a><?php } ?><a name="p<?php echo $_postrow_val['POST_ID']; ?>"></a> <?php if ($this->_rootref['S_IS_BOT']) { echo $_postrow_val['MINI_POST_IMG']; } else { ?><a href="<?php echo $_postrow_val['U_MINI_POST']; ?>"><?php echo $_postrow_val['MINI_POST_IMG']; ?></a><?php } ?> <?php echo ((isset($this->_rootref['L_POSTED'])) ? $this->_rootref['L_POSTED'] : ((isset($user->lang['POSTED'])) ? $user->lang['POSTED'] : '{ POSTED }')); ?>: <?php echo $_postrow_val['POST_DATE']; ?> </div></td>
179 <td align="right" valign="top" nowrap="nowrap"><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>;"><?php if (! $this->_rootref['S_IS_BOT']) { if ($_postrow_val['U_EDIT']) { ?> <a href="<?php echo $_postrow_val['U_EDIT']; ?>"><?php echo (isset($this->_rootref['EDIT_IMG'])) ? $this->_rootref['EDIT_IMG'] : ''; ?></a><?php } if ($_postrow_val['U_QUOTE']) { ?> <a href="<?php echo $_postrow_val['U_QUOTE']; ?>"><?php echo (isset($this->_rootref['QUOTE_IMG'])) ? $this->_rootref['QUOTE_IMG'] : ''; ?></a><?php } } ?> <a href="<?php echo (isset($this->_rootref['U_VIEW_TOPIC'])) ? $this->_rootref['U_VIEW_TOPIC'] : ''; ?>#wrapheader"><img src="<?php echo (isset($this->_rootref['T_IMAGESET_PATH'])) ? $this->_rootref['T_IMAGESET_PATH'] : ''; ?>/icon_up.gif" alt="<?php echo ((isset($this->_rootref['L_BACK_TO_TOP'])) ? $this->_rootref['L_BACK_TO_TOP'] : ((isset($user->lang['BACK_TO_TOP'])) ? $user->lang['BACK_TO_TOP'] : '{ BACK_TO_TOP }')); ?>" width="16" height="18" title="<?php echo ((isset($this->_rootref['L_BACK_TO_TOP'])) ? $this->_rootref['L_BACK_TO_TOP'] : ((isset($user->lang['BACK_TO_TOP'])) ? $user->lang['BACK_TO_TOP'] : '{ BACK_TO_TOP }')); ?>" /></a> <?php if (! $this->_rootref['S_IS_BOT']) { if ($_postrow_val['U_REPORT']) { ?> <a href="<?php echo $_postrow_val['U_REPORT']; ?>"><?php echo (isset($this->_rootref['REPORT_IMG'])) ? $this->_rootref['REPORT_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_INFO']) { ?> <a href="<?php echo $_postrow_val['U_INFO']; ?>"><?php echo (isset($this->_rootref['INFO_IMG'])) ? $this->_rootref['INFO_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_WARN']) { ?> <a href="<?php echo $_postrow_val['U_WARN']; ?>"><?php echo (isset($this->_rootref['WARN_IMG'])) ? $this->_rootref['WARN_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_DELETE']) { ?> <a href="<?php echo $_postrow_val['U_DELETE']; ?>"><?php echo (isset($this->_rootref['DELETE_IMG'])) ? $this->_rootref['DELETE_IMG'] : ''; ?></a> <?php } } ?> </div></td>
180 </tr>
181 </table>
182 <table width="100%" border="0" cellpadding="0" cellspacing="0">
183 <tr>
184 <td valign="top">
185 <table width="100%" border="0" cellspacing="0" cellpadding="0">
186 <tr>
187 <td>
188 <?php if ($_postrow_val['S_POST_UNAPPROVED'] || $_postrow_val['S_POST_REPORTED']) { ?>
189
190 <table width="100%" cellspacing="0">
191 <tr>
192 <td class="gensmall"><?php if ($_postrow_val['S_POST_UNAPPROVED']) { ?><span class="postapprove"><?php echo (isset($this->_rootref['UNAPPROVED_IMG'])) ? $this->_rootref['UNAPPROVED_IMG'] : ''; ?> <a href="<?php echo $_postrow_val['U_MCP_APPROVE']; ?>"><?php echo ((isset($this->_rootref['L_POST_UNAPPROVED'])) ? $this->_rootref['L_POST_UNAPPROVED'] : ((isset($user->lang['POST_UNAPPROVED'])) ? $user->lang['POST_UNAPPROVED'] : '{ POST_UNAPPROVED }')); ?></a></span><br /> <?php } if ($_postrow_val['S_POST_REPORTED']) { ?><span class="postreported"><?php echo (isset($this->_rootref['REPORTED_IMG'])) ? $this->_rootref['REPORTED_IMG'] : ''; ?> <a href="<?php echo $_postrow_val['U_MCP_REPORT']; ?>"><?php echo ((isset($this->_rootref['L_POST_REPORTED'])) ? $this->_rootref['L_POST_REPORTED'] : ((isset($user->lang['POST_REPORTED'])) ? $user->lang['POST_REPORTED'] : '{ POST_REPORTED }')); ?></a></span><?php } ?></td>
193 </tr>
194 </table>
195 <br clear="all" />
196 <?php } ?><!-- Inizio messaggio ospiti in categorie --><!-- Inizio messaggio ospiti in categorie --> <div class="content"><?php if (! $this->_rootref['S_USER_LOGGED_IN'] && ( $_forumrow_val['FORUM_ID'] == (66) || $_forumrow_val['FORUM_ID'] == (31) || $_forumrow_val['FORUM_ID'] == (22) || $_forumrow_val['FORUM_ID'] == (24) || $_forumrow_val['FORUM_ID'] == (13) || $_forumrow_val['FORUM_ID'] == (15) || $_forumrow_val['FORUM_ID'] == (57) )) { ?>Per visualizzare i seguenti Topic di Risorse,RpgMkr.net richiede una registrazione al forum.<br />Se non sei ancora registrato,<b>Registrati</b> oppure esegui il <b>Log-In</b>.<br />Buona permanenza su rpgmkr.net ^^<?php } else { echo $_postrow_val['MESSAGE']; } ?></div>
197 <!-- Fine messaggio ospiti in categorie --><!-- Fine messaggio ospiti in categorie --><?php if ($_postrow_val['S_HAS_ATTACHMENTS']) { ?>
198
199 <br clear="all" /><br />
200 <table class="tablebg" width="100%" cellspacing="1">
201 <tr>
202 <td class="row3"><b class="genmed"><?php echo ((isset($this->_rootref['L_ATTACHMENTS'])) ? $this->_rootref['L_ATTACHMENTS'] : ((isset($user->lang['ATTACHMENTS'])) ? $user->lang['ATTACHMENTS'] : '{ ATTACHMENTS }')); ?>: </b></td>
203 </tr>
204 <?php $_attachment_count = (isset($_postrow_val['attachment'])) ? sizeof($_postrow_val['attachment']) : 0;if ($_attachment_count) {for ($_attachment_i = 0; $_attachment_i < $_attachment_count; ++$_attachment_i){$_attachment_val = &$_postrow_val['attachment'][$_attachment_i]; ?>
205
206 <tr>
207 <td class="<?php if (!($_attachment_val['S_ROW_COUNT'] & 1) ) { ?>row2<?php } else { ?>row1<?php } ?>"><?php echo $_attachment_val['DISPLAY_ATTACHMENT']; ?></td>
208 </tr>
209 <?php }} ?>
210
211 </table>
212 <?php } if ($_postrow_val['S_DISPLAY_NOTICE']) { ?>
213
214 <span class="gensmall error"><br /><br /><?php echo ((isset($this->_rootref['L_DOWNLOAD_NOTICE'])) ? $this->_rootref['L_DOWNLOAD_NOTICE'] : ((isset($user->lang['DOWNLOAD_NOTICE'])) ? $user->lang['DOWNLOAD_NOTICE'] : '{ DOWNLOAD_NOTICE }')); ?></span>
215 <?php } if ($_postrow_val['SIGNATURE']) { ?>
216
217 <span class="postbody"><br /><img src="http://img13.imageshack.us/img13/2393/firmads.gif"><br /><?php echo $_postrow_val['SIGNATURE']; ?></span></img>
218 <?php } if ($_postrow_val['EDITED_MESSAGE'] || $_postrow_val['EDIT_REASON']) { if ($_postrow_val['EDIT_REASON']) { ?>
219
220 <br /><br />
221 <table class="tablebg" width="100%" cellspacing="1">
222 <tr>
223 <td class="row3"><span class="gensmall"><?php echo $_postrow_val['EDITED_MESSAGE']; ?></span></td>
224 </tr>
225 <tr>
226 <td class="row2"><span class="genmed"><?php echo $_postrow_val['EDIT_REASON']; ?></span></td>
227 </tr>
228 </table>
229 <?php } else { ?>
230
231 <br /><br />
232 <span class="gensmall"><?php echo $_postrow_val['EDITED_MESSAGE']; ?></span>
233 <?php } } if ($_postrow_val['BUMPED_MESSAGE']) { ?>
234
235 <span class="gensmall"><br /><br /><?php echo $_postrow_val['BUMPED_MESSAGE']; ?></span>
236 <?php } if (! $_postrow_val['S_HAS_ATTACHMENTS']) { ?><br clear="all" /><?php } ?>
237
238 </td>
239 </tr>
240 </table>
241 </td>
242 </tr>
243 </table>
244 </td>
245 </tr>
246 <tr class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>">
247 <td valign="bottom"><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;"> <?php if (! $this->_rootref['S_IS_BOT']) { if ($_postrow_val['U_POST_AUTHOR']) { ?><a href="<?php echo $_postrow_val['U_POST_AUTHOR']; ?>"><?php echo (isset($this->_rootref['PROFILE_IMG'])) ? $this->_rootref['PROFILE_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_PM']) { ?><a href="<?php echo $_postrow_val['U_PM']; ?>"><?php echo (isset($this->_rootref['PM_IMG'])) ? $this->_rootref['PM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_EMAIL']) { ?><a href="<?php echo $_postrow_val['U_EMAIL']; ?>"><?php echo (isset($this->_rootref['EMAIL_IMG'])) ? $this->_rootref['EMAIL_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_WWW']) { ?><a href="<?php echo $_postrow_val['U_WWW']; ?>"><?php echo (isset($this->_rootref['WWW_IMG'])) ? $this->_rootref['WWW_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_MSN']) { ?><a href="<?php echo $_postrow_val['U_MSN']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['MSNM_IMG'])) ? $this->_rootref['MSNM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_ICQ']) { ?><a href="<?php echo $_postrow_val['U_ICQ']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['ICQ_IMG'])) ? $this->_rootref['ICQ_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_YIM']) { ?><a href="<?php echo $_postrow_val['U_YIM']; ?>" onclick="popup(this.href, 780, 550); return false;"><?php echo (isset($this->_rootref['YIM_IMG'])) ? $this->_rootref['YIM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_AIM']) { ?><a href="<?php echo $_postrow_val['U_AIM']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['AIM_IMG'])) ? $this->_rootref['AIM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_JABBER']) { ?><a href="<?php echo $_postrow_val['U_JABBER']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['JABBER_IMG'])) ? $this->_rootref['JABBER_IMG'] : ''; ?></a> <?php } } ?> </div></td>
248 </tr>
249 <?php } else { ?>
250
251 <tr class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>">
252 <td class="gensmall" colspan="2" height="25" align="center"><?php if ($_postrow_val['S_FIRST_UNREAD']) { ?><a name="unread"></a><?php } ?><a name="p<?php echo $_postrow_val['POST_ID']; ?>"></a><b><?php echo $_postrow_val['L_IGNORE_POST']; ?></b></td>
253 </tr>
254 <?php } ?>
255
256 <tr>
257 <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="3" /></td>
258 </tr>
259 <?php if (! $this->_rootref['S_IS_BOT'] && $_postrow_val['S_LAST_ROW']) { ?>
260
261 <tr>
262 <td class="cat" colspan="8" align="center"><form name="viewtopic" method="post" action="<?php echo (isset($this->_rootref['S_TOPIC_ACTION'])) ? $this->_rootref['S_TOPIC_ACTION'] : ''; ?>"><span class="gensmall"><?php echo ((isset($this->_rootref['L_DISPLAY_POSTS'])) ? $this->_rootref['L_DISPLAY_POSTS'] : ((isset($user->lang['DISPLAY_POSTS'])) ? $user->lang['DISPLAY_POSTS'] : '{ DISPLAY_POSTS }')); ?>:</span> <?php echo (isset($this->_rootref['S_SELECT_SORT_DAYS'])) ? $this->_rootref['S_SELECT_SORT_DAYS'] : ''; ?> <span class="gensmall"><?php echo ((isset($this->_rootref['L_SORT_BY'])) ? $this->_rootref['L_SORT_BY'] : ((isset($user->lang['SORT_BY'])) ? $user->lang['SORT_BY'] : '{ SORT_BY }')); ?></span> <?php echo (isset($this->_rootref['S_SELECT_SORT_KEY'])) ? $this->_rootref['S_SELECT_SORT_KEY'] : ''; ?> <?php echo (isset($this->_rootref['S_SELECT_SORT_DIR'])) ? $this->_rootref['S_SELECT_SORT_DIR'] : ''; ?> <input class="btnlite" type="submit" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" name="sort" /></form></td>
263 </tr>
264 <?php } }} ?>
265
266 </tbody>
267 </table>
268 <?php if ($this->_rootref['S_QUICK_REPLY']) { ?>
269
270 <br clear="all" />
271 <?php $this->_tpl_include('quickreply_editor.html'); } ?>
272
273 <table width="100%" cellspacing="1">
274 <tr>
275 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>" valign="middle" nowrap="nowrap">
276 <?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['S_DISPLAY_POST_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_NEW_TOPIC'])) ? $this->_rootref['U_POST_NEW_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['POST_IMG'])) ? $this->_rootref['POST_IMG'] : ''; ?></a> <?php } if ($this->_rootref['S_DISPLAY_REPLY_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_REPLY_TOPIC'])) ? $this->_rootref['U_POST_REPLY_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['REPLY_IMG'])) ? $this->_rootref['REPLY_IMG'] : ''; ?></a><?php } } ?>
277
278 </td>
279 <?php if ($this->_rootref['TOTAL_POSTS']) { ?>
280
281 <td class="nav" valign="middle" nowrap="nowrap"> <?php echo (isset($this->_rootref['PAGE_NUMBER'])) ? $this->_rootref['PAGE_NUMBER'] : ''; ?><br /></td>
282 <td class="gensmall" nowrap="nowrap"> [ <?php echo (isset($this->_rootref['TOTAL_POSTS'])) ? $this->_rootref['TOTAL_POSTS'] : ''; ?> ] </td>
283 <td class="gensmall" width="100%" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php $this->_tpl_include('pagination.html'); ?></td>
284 <?php } ?>
285
286 <td width="40%" valign="top" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"></td>
287 </tr>
288 <tr>
289 <?php if ($this->_rootref['S_TOPIC_MOD']) { ?>
290
291 <!--Aggiunta riga per distanziamento /-/ sir xiradorn fix for floting elements-->
292 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>" colspan="3" valign="middle" nowrap="nowrap"><!--fusione per 4 colonne--></td>
293 <td valign="top" colspan="2" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><form method="post" action="<?php echo (isset($this->_rootref['S_MOD_ACTION'])) ? $this->_rootref['S_MOD_ACTION'] : ''; ?>"><span class="gensmall"><?php echo ((isset($this->_rootref['L_QUICK_MOD'])) ? $this->_rootref['L_QUICK_MOD'] : ((isset($user->lang['QUICK_MOD'])) ? $user->lang['QUICK_MOD'] : '{ QUICK_MOD }')); ?>:</span> <?php echo (isset($this->_rootref['S_TOPIC_MOD'])) ? $this->_rootref['S_TOPIC_MOD'] : ''; ?> <input class="btnlite" type="submit" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" /></form></td>
294 <?php } ?>
295 </tr>
296 </table>
297 </div>
298
299 <div id="pagefooter"></div>
300
301 <br clear="all" />
302
303 <div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;"><?php $this->_tpl_include('breadcrumbs.html'); ?></div><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>; margin-top: -10px;"><br /><?php $this->_tpl_include('jumpbox.html'); ?></div>
304
305 <br clear="all" />
306
307 <?php if ($this->_rootref['S_DISPLAY_ONLINE_LIST']) { ?>
308
309 <br clear="all" />
310 <h4><?php echo ((isset($this->_rootref['L_WHO_IS_ONLINE'])) ? $this->_rootref['L_WHO_IS_ONLINE'] : ((isset($user->lang['WHO_IS_ONLINE'])) ? $user->lang['WHO_IS_ONLINE'] : '{ WHO_IS_ONLINE }')); ?></h4>
311 <p><?php echo (isset($this->_rootref['LOGGED_IN_USER_LIST'])) ? $this->_rootref['LOGGED_IN_USER_LIST'] : ''; ?></p>
312 <?php } ?>
313
314
315 <table width="100%" cellspacing="1">
316 <tr>
317 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" valign="top" nowrap="nowrap"><span class="gensmall"><?php $_rules_count = (isset($this->_tpldata['rules'])) ? sizeof($this->_tpldata['rules']) : 0;if ($_rules_count) {for ($_rules_i = 0; $_rules_i < $_rules_count; ++$_rules_i){$_rules_val = &$this->_tpldata['rules'][$_rules_i]; echo $_rules_val['RULE']; ?><br /><?php }} ?></span></td>
318 </tr>
319 </table>
320 <?php $this->_tpl_include('overall_footer.html'); ?>
321
Codice: Seleziona tutto
<div class="content"><!-- IF not S_USER_LOGGED_IN and (FORUM_ID == 9 or FORUM_ID == 9) -->messaggio per gli ospiti<!-- ELSE -->{postrow.MESSAGE}<!-- ENDIF --></div>
Codice: Seleziona tutto
<div class="content">
Aggiunto quello,con categoria 66.Nessun errore ma non va:Carlo ha scritto:Ehm... ma non hai provato questo.
Codice: Seleziona tutto
<?php if (!defined('IN_PHPBB')) exit; $this->_tpl_include('overall_header.html'); if ($this->_rootref['S_FORUM_RULES']) { ?>
2
3 <div class="forumrules">
4 <?php if ($this->_rootref['U_FORUM_RULES']) { ?>
5
6 <h3><?php echo ((isset($this->_rootref['L_FORUM_RULES'])) ? $this->_rootref['L_FORUM_RULES'] : ((isset($user->lang['FORUM_RULES'])) ? $user->lang['FORUM_RULES'] : '{ FORUM_RULES }')); ?></h3><br />
7 <a href="<?php echo (isset($this->_rootref['U_FORUM_RULES'])) ? $this->_rootref['U_FORUM_RULES'] : ''; ?>"><b><?php echo ((isset($this->_rootref['L_FORUM_RULES_LINK'])) ? $this->_rootref['L_FORUM_RULES_LINK'] : ((isset($user->lang['FORUM_RULES_LINK'])) ? $user->lang['FORUM_RULES_LINK'] : '{ FORUM_RULES_LINK }')); ?></b></a>
8 <?php } else { ?>
9
10 <h3><?php echo ((isset($this->_rootref['L_FORUM_RULES'])) ? $this->_rootref['L_FORUM_RULES'] : ((isset($user->lang['FORUM_RULES'])) ? $user->lang['FORUM_RULES'] : '{ FORUM_RULES }')); ?></h3><br />
11 <?php echo (isset($this->_rootref['FORUM_RULES'])) ? $this->_rootref['FORUM_RULES'] : ''; ?>
12
13 <?php } ?>
14
15 </div>
16
17 <br clear="all" />
18 <?php } ?>
19
20
21 <div id="pageheader">
22 <h2><a class="titles" href="<?php echo (isset($this->_rootref['U_VIEW_TOPIC'])) ? $this->_rootref['U_VIEW_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['TOPIC_TITLE'])) ? $this->_rootref['TOPIC_TITLE'] : ''; ?></a></h2>
23
24 <?php if ($this->_rootref['MODERATORS']) { ?>
25
26 <p class="moderators"><?php if ($this->_rootref['S_SINGLE_MODERATOR']) { echo ((isset($this->_rootref['L_MODERATOR'])) ? $this->_rootref['L_MODERATOR'] : ((isset($user->lang['MODERATOR'])) ? $user->lang['MODERATOR'] : '{ MODERATOR }')); } else { echo ((isset($this->_rootref['L_MODERATORS'])) ? $this->_rootref['L_MODERATORS'] : ((isset($user->lang['MODERATORS'])) ? $user->lang['MODERATORS'] : '{ MODERATORS }')); } ?>: <?php echo (isset($this->_rootref['MODERATORS'])) ? $this->_rootref['MODERATORS'] : ''; ?></p>
27 <?php } if ($this->_rootref['U_MCP']) { ?>
28
29 <p class="linkmcp">[ <a href="<?php echo (isset($this->_rootref['U_MCP'])) ? $this->_rootref['U_MCP'] : ''; ?>"><?php echo ((isset($this->_rootref['L_MCP'])) ? $this->_rootref['L_MCP'] : ((isset($user->lang['MCP'])) ? $user->lang['MCP'] : '{ MCP }')); ?></a> ]</p>
30 <?php } ?>
31
32 </div>
33
34 <br clear="all" /><br />
35
36 <div id="pagecontent">
37 <table width="100%" cellspacing="1">
38 <tr>
39 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>" valign="middle" nowrap="nowrap">
40 <?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['S_DISPLAY_POST_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_NEW_TOPIC'])) ? $this->_rootref['U_POST_NEW_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['POST_IMG'])) ? $this->_rootref['POST_IMG'] : ''; ?></a> <?php } if ($this->_rootref['S_DISPLAY_REPLY_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_REPLY_TOPIC'])) ? $this->_rootref['U_POST_REPLY_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['REPLY_IMG'])) ? $this->_rootref['REPLY_IMG'] : ''; ?></a><?php } } ?>
41
42 </td>
43 <?php if ($this->_rootref['TOTAL_POSTS']) { ?>
44
45 <td class="nav" valign="middle" nowrap="nowrap"> <?php echo (isset($this->_rootref['PAGE_NUMBER'])) ? $this->_rootref['PAGE_NUMBER'] : ''; ?><br /></td>
46 <td class="gensmall" nowrap="nowrap"> [ <?php echo (isset($this->_rootref['TOTAL_POSTS'])) ? $this->_rootref['TOTAL_POSTS'] : ''; ?> ] </td>
47 <td class="gensmall" width="100%" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php $this->_tpl_include('pagination.html'); ?></td>
48 <?php } ?>
49
50 </tr>
51 </table>
52
53 <?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['U_WATCH_TOPIC'] || $this->_rootref['U_BOOKMARK_TOPIC'] || $this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?><p style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;" class="nav"><?php } if ($this->_rootref['U_WATCH_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_WATCH_TOPIC'])) ? $this->_rootref['U_WATCH_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_WATCH_TOPIC'])) ? $this->_rootref['L_WATCH_TOPIC'] : ((isset($user->lang['WATCH_TOPIC'])) ? $user->lang['WATCH_TOPIC'] : '{ WATCH_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_WATCH_TOPIC'])) ? $this->_rootref['L_WATCH_TOPIC'] : ((isset($user->lang['WATCH_TOPIC'])) ? $user->lang['WATCH_TOPIC'] : '{ WATCH_TOPIC }')); ?></a><?php if ($this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC'] || $this->_rootref['U_BOOKMARK_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_BOOKMARK_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_BOOKMARK_TOPIC'])) ? $this->_rootref['U_BOOKMARK_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_BOOKMARK_TOPIC'])) ? $this->_rootref['L_BOOKMARK_TOPIC'] : ((isset($user->lang['BOOKMARK_TOPIC'])) ? $user->lang['BOOKMARK_TOPIC'] : '{ BOOKMARK_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_BOOKMARK_TOPIC'])) ? $this->_rootref['L_BOOKMARK_TOPIC'] : ((isset($user->lang['BOOKMARK_TOPIC'])) ? $user->lang['BOOKMARK_TOPIC'] : '{ BOOKMARK_TOPIC }')); ?></a><?php if ($this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_PRINT_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_PRINT_TOPIC'])) ? $this->_rootref['U_PRINT_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_PRINT_TOPIC'])) ? $this->_rootref['L_PRINT_TOPIC'] : ((isset($user->lang['PRINT_TOPIC'])) ? $user->lang['PRINT_TOPIC'] : '{ PRINT_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_PRINT_TOPIC'])) ? $this->_rootref['L_PRINT_TOPIC'] : ((isset($user->lang['PRINT_TOPIC'])) ? $user->lang['PRINT_TOPIC'] : '{ PRINT_TOPIC }')); ?></a><?php if ($this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_EMAIL_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_EMAIL_TOPIC'])) ? $this->_rootref['U_EMAIL_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_EMAIL_TOPIC'])) ? $this->_rootref['L_EMAIL_TOPIC'] : ((isset($user->lang['EMAIL_TOPIC'])) ? $user->lang['EMAIL_TOPIC'] : '{ EMAIL_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_EMAIL_TOPIC'])) ? $this->_rootref['L_EMAIL_TOPIC'] : ((isset($user->lang['EMAIL_TOPIC'])) ? $user->lang['EMAIL_TOPIC'] : '{ EMAIL_TOPIC }')); ?></a><?php if ($this->_rootref['U_BUMP_TOPIC']) { ?> | <?php } } if ($this->_rootref['U_BUMP_TOPIC']) { ?><a href="<?php echo (isset($this->_rootref['U_BUMP_TOPIC'])) ? $this->_rootref['U_BUMP_TOPIC'] : ''; ?>" title="<?php echo ((isset($this->_rootref['L_BUMP_TOPIC'])) ? $this->_rootref['L_BUMP_TOPIC'] : ((isset($user->lang['BUMP_TOPIC'])) ? $user->lang['BUMP_TOPIC'] : '{ BUMP_TOPIC }')); ?>"><?php echo ((isset($this->_rootref['L_BUMP_TOPIC'])) ? $this->_rootref['L_BUMP_TOPIC'] : ((isset($user->lang['BUMP_TOPIC'])) ? $user->lang['BUMP_TOPIC'] : '{ BUMP_TOPIC }')); ?></a><?php } if ($this->_rootref['U_WATCH_TOPIC'] || $this->_rootref['U_BOOKMARK_TOPIC'] || $this->_rootref['U_PRINT_TOPIC'] || $this->_rootref['U_EMAIL_TOPIC'] || $this->_rootref['U_BUMP_TOPIC']) { ?></p><?php } } ?>
54
55 <p class="nav" style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>;"><a href="<?php echo (isset($this->_rootref['U_VIEW_OLDER_TOPIC'])) ? $this->_rootref['U_VIEW_OLDER_TOPIC'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_PREVIOUS_TOPIC'])) ? $this->_rootref['L_VIEW_PREVIOUS_TOPIC'] : ((isset($user->lang['VIEW_PREVIOUS_TOPIC'])) ? $user->lang['VIEW_PREVIOUS_TOPIC'] : '{ VIEW_PREVIOUS_TOPIC }')); ?></a><?php if ($this->_rootref['U_VIEW_UNREAD_POST'] && ! $this->_rootref['S_IS_BOT']) { ?> | <a href="<?php echo (isset($this->_rootref['U_VIEW_UNREAD_POST'])) ? $this->_rootref['U_VIEW_UNREAD_POST'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_UNREAD_POST'])) ? $this->_rootref['L_VIEW_UNREAD_POST'] : ((isset($user->lang['VIEW_UNREAD_POST'])) ? $user->lang['VIEW_UNREAD_POST'] : '{ VIEW_UNREAD_POST }')); ?></a><?php } ?> | <a href="<?php echo (isset($this->_rootref['U_VIEW_NEWER_TOPIC'])) ? $this->_rootref['U_VIEW_NEWER_TOPIC'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_NEXT_TOPIC'])) ? $this->_rootref['L_VIEW_NEXT_TOPIC'] : ((isset($user->lang['VIEW_NEXT_TOPIC'])) ? $user->lang['VIEW_NEXT_TOPIC'] : '{ VIEW_NEXT_TOPIC }')); ?></a></p>
56 <?php if ($this->_rootref['S_HAS_POLL']) { ?>
57
58 <table class="forumline poll" width="100%" cellspacing="1">
59 <tr>
60 <th><b><?php echo ((isset($this->_rootref['L_VIEW_TOPIC_POLL'])) ? $this->_rootref['L_VIEW_TOPIC_POLL'] : ((isset($user->lang['VIEW_TOPIC_POLL'])) ? $user->lang['VIEW_TOPIC_POLL'] : '{ VIEW_TOPIC_POLL }')); ?> <?php echo (isset($this->_rootref['POLL_QUESTION'])) ? $this->_rootref['POLL_QUESTION'] : ''; ?></b></th>
61 </tr>
62 <tr>
63 <td class="row2" colspan="2" align="center">
64 <br clear="all" />
65 <form method="post" action="<?php echo (isset($this->_rootref['S_POLL_ACTION'])) ? $this->_rootref['S_POLL_ACTION'] : ''; ?>">
66 <table cellspacing="0" cellpadding="4" border="0" align="center">
67 <tr>
68 <td align="center"><span class="gensmall"><?php echo ((isset($this->_rootref['L_POLL_LENGTH'])) ? $this->_rootref['L_POLL_LENGTH'] : ((isset($user->lang['POLL_LENGTH'])) ? $user->lang['POLL_LENGTH'] : '{ POLL_LENGTH }')); ?></span></td>
69 </tr>
70 <tr>
71 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>">
72 <table cellspacing="0" cellpadding="2" border="0">
73 <?php $_poll_option_count = (isset($this->_tpldata['poll_option'])) ? sizeof($this->_tpldata['poll_option']) : 0;if ($_poll_option_count) {for ($_poll_option_i = 0; $_poll_option_i < $_poll_option_count; ++$_poll_option_i){$_poll_option_val = &$this->_tpldata['poll_option'][$_poll_option_i]; ?>
74
75 <tr>
76 <?php if ($this->_rootref['S_CAN_VOTE']) { ?>
77
78 <td>
79 <?php if ($this->_rootref['S_IS_MULTI_CHOICE']) { ?>
80
81 <input type="checkbox" class="radio" name="vote_id[]" value="<?php echo $_poll_option_val['POLL_OPTION_ID']; ?>"<?php if ($_poll_option_val['POLL_OPTION_VOTED']) { ?> checked="checked"<?php } ?> />
82 <?php } else { ?>
83
84 <input type="radio" class="radio" name="vote_id[]" value="<?php echo $_poll_option_val['POLL_OPTION_ID']; ?>"<?php if ($_poll_option_val['POLL_OPTION_VOTED']) { ?> checked="checked"<?php } ?> />
85 <?php } ?>
86
87 </td>
88 <?php } ?>
89
90 <td><span class="gen"><?php echo $_poll_option_val['POLL_OPTION_CAPTION']; ?></span></td>
91 <?php if ($this->_rootref['S_DISPLAY_RESULTS']) { ?>
92
93 <td dir="ltr"><?php echo (isset($this->_rootref['POLL_LEFT_CAP_IMG'])) ? $this->_rootref['POLL_LEFT_CAP_IMG'] : ''; echo $_poll_option_val['POLL_OPTION_IMG']; echo (isset($this->_rootref['POLL_RIGHT_CAP_IMG'])) ? $this->_rootref['POLL_RIGHT_CAP_IMG'] : ''; ?></td>
94 <td class="gen" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><b> <?php echo $_poll_option_val['POLL_OPTION_PERCENT']; ?> </b></td>
95 <td class="gen" align="center">[ <?php echo $_poll_option_val['POLL_OPTION_RESULT']; ?> ]</td>
96 <?php if ($_poll_option_val['POLL_OPTION_VOTED']) { ?>
97
98 <td class="gensmall" valign="top"><b title="<?php echo ((isset($this->_rootref['L_POLL_VOTED_OPTION'])) ? $this->_rootref['L_POLL_VOTED_OPTION'] : ((isset($user->lang['POLL_VOTED_OPTION'])) ? $user->lang['POLL_VOTED_OPTION'] : '{ POLL_VOTED_OPTION }')); ?>">x</b></td>
99 <?php } } ?>
100
101 </tr>
102 <?php }} ?>
103
104 </table>
105 </td>
106 </tr>
107 <?php if ($this->_rootref['S_CAN_VOTE']) { ?>
108
109 <tr>
110 <td align="center"><span class="gensmall"><?php echo ((isset($this->_rootref['L_MAX_VOTES'])) ? $this->_rootref['L_MAX_VOTES'] : ((isset($user->lang['MAX_VOTES'])) ? $user->lang['MAX_VOTES'] : '{ MAX_VOTES }')); ?></span><br /><br /><input type="submit" name="update" value="<?php echo ((isset($this->_rootref['L_SUBMIT_VOTE'])) ? $this->_rootref['L_SUBMIT_VOTE'] : ((isset($user->lang['SUBMIT_VOTE'])) ? $user->lang['SUBMIT_VOTE'] : '{ SUBMIT_VOTE }')); ?>" class="btnlite" /></td>
111 </tr>
112 <?php } if ($this->_rootref['S_DISPLAY_RESULTS']) { ?>
113
114 <tr>
115 <td colspan="4" align="center"><b><?php echo ((isset($this->_rootref['L_TOTAL_VOTES'])) ? $this->_rootref['L_TOTAL_VOTES'] : ((isset($user->lang['TOTAL_VOTES'])) ? $user->lang['TOTAL_VOTES'] : '{ TOTAL_VOTES }')); ?> : <?php echo (isset($this->_rootref['TOTAL_VOTES'])) ? $this->_rootref['TOTAL_VOTES'] : ''; ?></b></td>
116 </tr>
117 <?php } else { ?>
118
119 <tr>
120 <td align="center"><span class="gensmall"><b><a href="<?php echo (isset($this->_rootref['U_VIEW_RESULTS'])) ? $this->_rootref['U_VIEW_RESULTS'] : ''; ?>"><?php echo ((isset($this->_rootref['L_VIEW_RESULTS'])) ? $this->_rootref['L_VIEW_RESULTS'] : ((isset($user->lang['VIEW_RESULTS'])) ? $user->lang['VIEW_RESULTS'] : '{ VIEW_RESULTS }')); ?></a></b></span></td>
121 </tr>
122 <?php } ?>
123
124 </table>
125 <?php echo (isset($this->_rootref['S_HIDDEN_FIELDS'])) ? $this->_rootref['S_HIDDEN_FIELDS'] : ''; ?>
126
127 <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>
128
129 </form>
130 </td>
131 </tr>
132 </table>
133 <br />
134 <?php } ?>
135
136
137 <table class="tablebg" width="100%" cellspacing="1">
138 <tbody>
139 <tr>
140 <th width="150" height="28"><?php echo ((isset($this->_rootref['L_AUTHOR'])) ? $this->_rootref['L_AUTHOR'] : ((isset($user->lang['AUTHOR'])) ? $user->lang['AUTHOR'] : '{ AUTHOR }')); ?></th>
141 <th width="100%"><?php if ($this->_rootref['S_DISPLAY_SEARCHBOX']) { ?><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;"><?php $this->_tpl_include('searchbox.html'); ?></div><?php } echo ((isset($this->_rootref['L_MESSAGE'])) ? $this->_rootref['L_MESSAGE'] : ((isset($user->lang['MESSAGE'])) ? $user->lang['MESSAGE'] : '{ MESSAGE }')); ?></th>
142 </tr>
143 <br clear="all">
144 <?php $_postrow_count = (isset($this->_tpldata['postrow'])) ? sizeof($this->_tpldata['postrow']) : 0;if ($_postrow_count) {for ($_postrow_i = 0; $_postrow_i < $_postrow_count; ++$_postrow_i){$_postrow_val = &$this->_tpldata['postrow'][$_postrow_i]; if (! $_postrow_val['S_IGNORE_POST']) { ?>
145
146 <tr class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>">
147 <td valign="top" rowspan="2">
148 <b class="postauthor"<?php if ($_postrow_val['POST_AUTHOR_COLOUR']) { ?> style="color: <?php echo $_postrow_val['POST_AUTHOR_COLOUR']; ?>"<?php } ?>><?php echo $_postrow_val['POST_AUTHOR_FULL']; ?></b>
149 <div class="postdetails"><br />
150 <?php if ($_postrow_val['ONLINE_IMG']) { ?>
151
152 <?php echo $_postrow_val['ONLINE_IMG']; ?><br />
153 <?php } if ($_postrow_val['RANK_TITLE']) { ?>
154
155 <?php echo $_postrow_val['RANK_TITLE']; ?><br />
156 <?php } if ($_postrow_val['RANK_IMG']) { ?>
157
158 <?php echo $_postrow_val['RANK_IMG']; ?><br />
159 <?php } if ($_postrow_val['POSTER_AVATAR']) { ?>
160
161 <?php echo $_postrow_val['POSTER_AVATAR']; ?><br />
162 <?php } ?><!-- modifica -->
163 <b>Status:</b><?php if ($_postrow_val['S_ONLINE']) { ?><span style="color:#008000; font-weight:bold;"> Online</span><?php } else { ?><span style="color:#FF0000; font-weight:bold;"> Offline</span><?php } ?><!-- fine --><?php if ($_postrow_val['POSTER_JOINED']) { ?><br /><b><?php echo ((isset($this->_rootref['L_JOINED'])) ? $this->_rootref['L_JOINED'] : ((isset($user->lang['JOINED'])) ? $user->lang['JOINED'] : '{ JOINED }')); ?>:</b> <?php echo $_postrow_val['POSTER_JOINED']; } if ($_postrow_val['POSTER_POSTS'] != ('')) { ?><br /><b><?php echo ((isset($this->_rootref['L_POSTS'])) ? $this->_rootref['L_POSTS'] : ((isset($user->lang['POSTS'])) ? $user->lang['POSTS'] : '{ POSTS }')); ?>:</b> <?php echo $_postrow_val['POSTER_POSTS']; } if ($_postrow_val['POSTER_FROM']) { ?><br /><b><?php echo ((isset($this->_rootref['L_LOCATION'])) ? $this->_rootref['L_LOCATION'] : ((isset($user->lang['LOCATION'])) ? $user->lang['LOCATION'] : '{ LOCATION }')); ?>:</b> <?php echo $_postrow_val['POSTER_FROM']; } if ($_postrow_val['S_PROFILE_FIELD1']) { ?><!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
164 <br /><b><?php echo $_postrow_val['PROFILE_FIELD1_NAME']; ?>:</b> <?php echo $_postrow_val['PROFILE_FIELD1_VALUE']; ?>
165
166 <?php } $_custom_fields_count = (isset($_postrow_val['custom_fields'])) ? sizeof($_postrow_val['custom_fields']) : 0;if ($_custom_fields_count) {for ($_custom_fields_i = 0; $_custom_fields_i < $_custom_fields_count; ++$_custom_fields_i){$_custom_fields_val = &$_postrow_val['custom_fields'][$_custom_fields_i]; ?>
167
168 <br /><b><?php echo $_custom_fields_val['PROFILE_FIELD_NAME']; ?>:</b> <?php echo $_custom_fields_val['PROFILE_FIELD_VALUE']; ?>
169
170 <?php }} ?>
171
172 </div><br />
173 <img src="images/spacer.gif" alt="" width="150" height="1" />
174 </td>
175 <td class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>" valign="top">
176 <table width="100%" cellspacing="0" cellpadding="0" class="border">
177 <tr>
178 <td class="postdetails"><div style="float: ;" class="postdetails"><?php if ($_postrow_val['POST_ICON_IMG']) { ?><img src="<?php echo (isset($this->_rootref['T_ICONS_PATH'])) ? $this->_rootref['T_ICONS_PATH'] : ''; echo $_postrow_val['POST_ICON_IMG']; ?>" width="<?php echo $_postrow_val['POST_ICON_IMG_WIDTH']; ?>" height="<?php echo $_postrow_val['POST_ICON_IMG_HEIGHT']; ?>" alt="" title="" /> <?php } if ($_postrow_val['S_FIRST_UNREAD']) { ?><a name="unread"></a><?php } ?><a name="p<?php echo $_postrow_val['POST_ID']; ?>"></a> <?php if ($this->_rootref['S_IS_BOT']) { echo $_postrow_val['MINI_POST_IMG']; } else { ?><a href="<?php echo $_postrow_val['U_MINI_POST']; ?>"><?php echo $_postrow_val['MINI_POST_IMG']; ?></a><?php } ?> <?php echo ((isset($this->_rootref['L_POSTED'])) ? $this->_rootref['L_POSTED'] : ((isset($user->lang['POSTED'])) ? $user->lang['POSTED'] : '{ POSTED }')); ?>: <?php echo $_postrow_val['POST_DATE']; ?> </div></td>
179 <td align="right" valign="top" nowrap="nowrap"><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>;"><?php if (! $this->_rootref['S_IS_BOT']) { if ($_postrow_val['U_EDIT']) { ?> <a href="<?php echo $_postrow_val['U_EDIT']; ?>"><?php echo (isset($this->_rootref['EDIT_IMG'])) ? $this->_rootref['EDIT_IMG'] : ''; ?></a><?php } if ($_postrow_val['U_QUOTE']) { ?> <a href="<?php echo $_postrow_val['U_QUOTE']; ?>"><?php echo (isset($this->_rootref['QUOTE_IMG'])) ? $this->_rootref['QUOTE_IMG'] : ''; ?></a><?php } } ?> <a href="<?php echo (isset($this->_rootref['U_VIEW_TOPIC'])) ? $this->_rootref['U_VIEW_TOPIC'] : ''; ?>#wrapheader"><img src="<?php echo (isset($this->_rootref['T_IMAGESET_PATH'])) ? $this->_rootref['T_IMAGESET_PATH'] : ''; ?>/icon_up.gif" alt="<?php echo ((isset($this->_rootref['L_BACK_TO_TOP'])) ? $this->_rootref['L_BACK_TO_TOP'] : ((isset($user->lang['BACK_TO_TOP'])) ? $user->lang['BACK_TO_TOP'] : '{ BACK_TO_TOP }')); ?>" width="16" height="18" title="<?php echo ((isset($this->_rootref['L_BACK_TO_TOP'])) ? $this->_rootref['L_BACK_TO_TOP'] : ((isset($user->lang['BACK_TO_TOP'])) ? $user->lang['BACK_TO_TOP'] : '{ BACK_TO_TOP }')); ?>" /></a> <?php if (! $this->_rootref['S_IS_BOT']) { if ($_postrow_val['U_REPORT']) { ?> <a href="<?php echo $_postrow_val['U_REPORT']; ?>"><?php echo (isset($this->_rootref['REPORT_IMG'])) ? $this->_rootref['REPORT_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_INFO']) { ?> <a href="<?php echo $_postrow_val['U_INFO']; ?>"><?php echo (isset($this->_rootref['INFO_IMG'])) ? $this->_rootref['INFO_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_WARN']) { ?> <a href="<?php echo $_postrow_val['U_WARN']; ?>"><?php echo (isset($this->_rootref['WARN_IMG'])) ? $this->_rootref['WARN_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_DELETE']) { ?> <a href="<?php echo $_postrow_val['U_DELETE']; ?>"><?php echo (isset($this->_rootref['DELETE_IMG'])) ? $this->_rootref['DELETE_IMG'] : ''; ?></a> <?php } } ?> </div></td>
180 </tr>
181 </table>
182 <table width="100%" border="0" cellpadding="0" cellspacing="0">
183 <tr>
184 <td valign="top">
185 <table width="100%" border="0" cellspacing="0" cellpadding="0">
186 <tr>
187 <td>
188 <?php if ($_postrow_val['S_POST_UNAPPROVED'] || $_postrow_val['S_POST_REPORTED']) { ?>
189
190 <table width="100%" cellspacing="0">
191 <tr>
192 <td class="gensmall"><?php if ($_postrow_val['S_POST_UNAPPROVED']) { ?><span class="postapprove"><?php echo (isset($this->_rootref['UNAPPROVED_IMG'])) ? $this->_rootref['UNAPPROVED_IMG'] : ''; ?> <a href="<?php echo $_postrow_val['U_MCP_APPROVE']; ?>"><?php echo ((isset($this->_rootref['L_POST_UNAPPROVED'])) ? $this->_rootref['L_POST_UNAPPROVED'] : ((isset($user->lang['POST_UNAPPROVED'])) ? $user->lang['POST_UNAPPROVED'] : '{ POST_UNAPPROVED }')); ?></a></span><br /> <?php } if ($_postrow_val['S_POST_REPORTED']) { ?><span class="postreported"><?php echo (isset($this->_rootref['REPORTED_IMG'])) ? $this->_rootref['REPORTED_IMG'] : ''; ?> <a href="<?php echo $_postrow_val['U_MCP_REPORT']; ?>"><?php echo ((isset($this->_rootref['L_POST_REPORTED'])) ? $this->_rootref['L_POST_REPORTED'] : ((isset($user->lang['POST_REPORTED'])) ? $user->lang['POST_REPORTED'] : '{ POST_REPORTED }')); ?></a></span><?php } ?></td>
193 </tr>
194 </table>
195 <br clear="all" />
196 <?php } ?><!-- Inizio messaggio ospiti in categorie --> <div class="postbody"><?php if (! $this->_rootref['S_USER_LOGGED_IN'] && ( $this->_rootref['FORUM_ID'] == (66) || $this->_rootref['FORUM_ID'] == (66) )) { ?>messaggio per gli ospiti<?php } else { echo $_postrow_val['MESSAGE']; } ?></div>
197 <!-- Fine messaggio ospiti in categorie --><?php if ($_postrow_val['S_HAS_ATTACHMENTS']) { ?>
198
199 <br clear="all" /><br />
200 <table class="tablebg" width="100%" cellspacing="1">
201 <tr>
202 <td class="row3"><b class="genmed"><?php echo ((isset($this->_rootref['L_ATTACHMENTS'])) ? $this->_rootref['L_ATTACHMENTS'] : ((isset($user->lang['ATTACHMENTS'])) ? $user->lang['ATTACHMENTS'] : '{ ATTACHMENTS }')); ?>: </b></td>
203 </tr>
204 <?php $_attachment_count = (isset($_postrow_val['attachment'])) ? sizeof($_postrow_val['attachment']) : 0;if ($_attachment_count) {for ($_attachment_i = 0; $_attachment_i < $_attachment_count; ++$_attachment_i){$_attachment_val = &$_postrow_val['attachment'][$_attachment_i]; ?>
205
206 <tr>
207 <td class="<?php if (!($_attachment_val['S_ROW_COUNT'] & 1) ) { ?>row2<?php } else { ?>row1<?php } ?>"><?php echo $_attachment_val['DISPLAY_ATTACHMENT']; ?></td>
208 </tr>
209 <?php }} ?>
210
211 </table>
212 <?php } if ($_postrow_val['S_DISPLAY_NOTICE']) { ?>
213
214 <span class="gensmall error"><br /><br /><?php echo ((isset($this->_rootref['L_DOWNLOAD_NOTICE'])) ? $this->_rootref['L_DOWNLOAD_NOTICE'] : ((isset($user->lang['DOWNLOAD_NOTICE'])) ? $user->lang['DOWNLOAD_NOTICE'] : '{ DOWNLOAD_NOTICE }')); ?></span>
215 <?php } if ($_postrow_val['SIGNATURE']) { ?>
216
217 <span class="postbody"><br /><img src="http://img13.imageshack.us/img13/2393/firmads.gif"><br /><?php echo $_postrow_val['SIGNATURE']; ?></span></img>
218 <?php } if ($_postrow_val['EDITED_MESSAGE'] || $_postrow_val['EDIT_REASON']) { if ($_postrow_val['EDIT_REASON']) { ?>
219
220 <br /><br />
221 <table class="tablebg" width="100%" cellspacing="1">
222 <tr>
223 <td class="row3"><span class="gensmall"><?php echo $_postrow_val['EDITED_MESSAGE']; ?></span></td>
224 </tr>
225 <tr>
226 <td class="row2"><span class="genmed"><?php echo $_postrow_val['EDIT_REASON']; ?></span></td>
227 </tr>
228 </table>
229 <?php } else { ?>
230
231 <br /><br />
232 <span class="gensmall"><?php echo $_postrow_val['EDITED_MESSAGE']; ?></span>
233 <?php } } if ($_postrow_val['BUMPED_MESSAGE']) { ?>
234
235 <span class="gensmall"><br /><br /><?php echo $_postrow_val['BUMPED_MESSAGE']; ?></span>
236 <?php } if (! $_postrow_val['S_HAS_ATTACHMENTS']) { ?><br clear="all" /><?php } ?>
237
238 </td>
239 </tr>
240 </table>
241 </td>
242 </tr>
243 </table>
244 </td>
245 </tr>
246 <tr class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>">
247 <td valign="bottom"><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;"> <?php if (! $this->_rootref['S_IS_BOT']) { if ($_postrow_val['U_POST_AUTHOR']) { ?><a href="<?php echo $_postrow_val['U_POST_AUTHOR']; ?>"><?php echo (isset($this->_rootref['PROFILE_IMG'])) ? $this->_rootref['PROFILE_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_PM']) { ?><a href="<?php echo $_postrow_val['U_PM']; ?>"><?php echo (isset($this->_rootref['PM_IMG'])) ? $this->_rootref['PM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_EMAIL']) { ?><a href="<?php echo $_postrow_val['U_EMAIL']; ?>"><?php echo (isset($this->_rootref['EMAIL_IMG'])) ? $this->_rootref['EMAIL_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_WWW']) { ?><a href="<?php echo $_postrow_val['U_WWW']; ?>"><?php echo (isset($this->_rootref['WWW_IMG'])) ? $this->_rootref['WWW_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_MSN']) { ?><a href="<?php echo $_postrow_val['U_MSN']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['MSNM_IMG'])) ? $this->_rootref['MSNM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_ICQ']) { ?><a href="<?php echo $_postrow_val['U_ICQ']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['ICQ_IMG'])) ? $this->_rootref['ICQ_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_YIM']) { ?><a href="<?php echo $_postrow_val['U_YIM']; ?>" onclick="popup(this.href, 780, 550); return false;"><?php echo (isset($this->_rootref['YIM_IMG'])) ? $this->_rootref['YIM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_AIM']) { ?><a href="<?php echo $_postrow_val['U_AIM']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['AIM_IMG'])) ? $this->_rootref['AIM_IMG'] : ''; ?></a> <?php } if ($_postrow_val['U_JABBER']) { ?><a href="<?php echo $_postrow_val['U_JABBER']; ?>" onclick="popup(this.href, 550, 320); return false;"><?php echo (isset($this->_rootref['JABBER_IMG'])) ? $this->_rootref['JABBER_IMG'] : ''; ?></a> <?php } } ?> </div></td>
248 </tr>
249 <?php } else { ?>
250
251 <tr class="<?php if (!($_postrow_val['S_ROW_COUNT'] & 1) ) { ?>row1<?php } else { ?>row2<?php } ?>">
252 <td class="gensmall" colspan="2" height="25" align="center"><?php if ($_postrow_val['S_FIRST_UNREAD']) { ?><a name="unread"></a><?php } ?><a name="p<?php echo $_postrow_val['POST_ID']; ?>"></a><b><?php echo $_postrow_val['L_IGNORE_POST']; ?></b></td>
253 </tr>
254 <?php } ?>
255
256 <tr>
257 <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="3" /></td>
258 </tr>
259 <?php if (! $this->_rootref['S_IS_BOT'] && $_postrow_val['S_LAST_ROW']) { ?>
260
261 <tr>
262 <td class="cat" colspan="8" align="center"><form name="viewtopic" method="post" action="<?php echo (isset($this->_rootref['S_TOPIC_ACTION'])) ? $this->_rootref['S_TOPIC_ACTION'] : ''; ?>"><span class="gensmall"><?php echo ((isset($this->_rootref['L_DISPLAY_POSTS'])) ? $this->_rootref['L_DISPLAY_POSTS'] : ((isset($user->lang['DISPLAY_POSTS'])) ? $user->lang['DISPLAY_POSTS'] : '{ DISPLAY_POSTS }')); ?>:</span> <?php echo (isset($this->_rootref['S_SELECT_SORT_DAYS'])) ? $this->_rootref['S_SELECT_SORT_DAYS'] : ''; ?> <span class="gensmall"><?php echo ((isset($this->_rootref['L_SORT_BY'])) ? $this->_rootref['L_SORT_BY'] : ((isset($user->lang['SORT_BY'])) ? $user->lang['SORT_BY'] : '{ SORT_BY }')); ?></span> <?php echo (isset($this->_rootref['S_SELECT_SORT_KEY'])) ? $this->_rootref['S_SELECT_SORT_KEY'] : ''; ?> <?php echo (isset($this->_rootref['S_SELECT_SORT_DIR'])) ? $this->_rootref['S_SELECT_SORT_DIR'] : ''; ?> <input class="btnlite" type="submit" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" name="sort" /></form></td>
263 </tr>
264 <?php } }} ?>
265
266 </tbody>
267 </table>
268 <?php if ($this->_rootref['S_QUICK_REPLY']) { ?>
269
270 <br clear="all" />
271 <?php $this->_tpl_include('quickreply_editor.html'); } ?>
272
273 <table width="100%" cellspacing="1">
274 <tr>
275 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>" valign="middle" nowrap="nowrap">
276 <?php if (! $this->_rootref['S_IS_BOT']) { if ($this->_rootref['S_DISPLAY_POST_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_NEW_TOPIC'])) ? $this->_rootref['U_POST_NEW_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['POST_IMG'])) ? $this->_rootref['POST_IMG'] : ''; ?></a> <?php } if ($this->_rootref['S_DISPLAY_REPLY_INFO']) { ?><a href="<?php echo (isset($this->_rootref['U_POST_REPLY_TOPIC'])) ? $this->_rootref['U_POST_REPLY_TOPIC'] : ''; ?>"><?php echo (isset($this->_rootref['REPLY_IMG'])) ? $this->_rootref['REPLY_IMG'] : ''; ?></a><?php } } ?>
277
278 </td>
279 <?php if ($this->_rootref['TOTAL_POSTS']) { ?>
280
281 <td class="nav" valign="middle" nowrap="nowrap"> <?php echo (isset($this->_rootref['PAGE_NUMBER'])) ? $this->_rootref['PAGE_NUMBER'] : ''; ?><br /></td>
282 <td class="gensmall" nowrap="nowrap"> [ <?php echo (isset($this->_rootref['TOTAL_POSTS'])) ? $this->_rootref['TOTAL_POSTS'] : ''; ?> ] </td>
283 <td class="gensmall" width="100%" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" nowrap="nowrap"><?php $this->_tpl_include('pagination.html'); ?></td>
284 <?php } ?>
285
286 <td width="40%" valign="top" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"></td>
287 </tr>
288 <tr>
289 <?php if ($this->_rootref['S_TOPIC_MOD']) { ?>
290
291 <!--Aggiunta riga per distanziamento /-/ sir xiradorn fix for floting elements-->
292 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>" colspan="3" valign="middle" nowrap="nowrap"><!--fusione per 4 colonne--></td>
293 <td valign="top" colspan="2" nowrap="nowrap" align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>"><form method="post" action="<?php echo (isset($this->_rootref['S_MOD_ACTION'])) ? $this->_rootref['S_MOD_ACTION'] : ''; ?>"><span class="gensmall"><?php echo ((isset($this->_rootref['L_QUICK_MOD'])) ? $this->_rootref['L_QUICK_MOD'] : ((isset($user->lang['QUICK_MOD'])) ? $user->lang['QUICK_MOD'] : '{ QUICK_MOD }')); ?>:</span> <?php echo (isset($this->_rootref['S_TOPIC_MOD'])) ? $this->_rootref['S_TOPIC_MOD'] : ''; ?> <input class="btnlite" type="submit" value="<?php echo ((isset($this->_rootref['L_GO'])) ? $this->_rootref['L_GO'] : ((isset($user->lang['GO'])) ? $user->lang['GO'] : '{ GO }')); ?>" /></form></td>
294 <?php } ?>
295 </tr>
296 </table>
297 </div>
298
299 <div id="pagefooter"></div>
300
301 <br clear="all" />
302
303 <div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_BEGIN'])) ? $this->_rootref['S_CONTENT_FLOW_BEGIN'] : ''; ?>;"><?php $this->_tpl_include('breadcrumbs.html'); ?></div><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>; margin-top: -10px;"><br /><?php $this->_tpl_include('jumpbox.html'); ?></div>
304
305 <br clear="all" />
306
307 <?php if ($this->_rootref['S_DISPLAY_ONLINE_LIST']) { ?>
308
309 <br clear="all" />
310 <h4><?php echo ((isset($this->_rootref['L_WHO_IS_ONLINE'])) ? $this->_rootref['L_WHO_IS_ONLINE'] : ((isset($user->lang['WHO_IS_ONLINE'])) ? $user->lang['WHO_IS_ONLINE'] : '{ WHO_IS_ONLINE }')); ?></h4>
311 <p><?php echo (isset($this->_rootref['LOGGED_IN_USER_LIST'])) ? $this->_rootref['LOGGED_IN_USER_LIST'] : ''; ?></p>
312 <?php } ?>
313
314
315 <table width="100%" cellspacing="1">
316 <tr>
317 <td align="<?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''; ?>" valign="top" nowrap="nowrap"><span class="gensmall"><?php $_rules_count = (isset($this->_tpldata['rules'])) ? sizeof($this->_tpldata['rules']) : 0;if ($_rules_count) {for ($_rules_i = 0; $_rules_i < $_rules_count; ++$_rules_i){$_rules_val = &$this->_tpldata['rules'][$_rules_i]; echo $_rules_val['RULE']; ?><br /><?php }} ?></span></td>
318 </tr>
319 </table>
320 <?php $this->_tpl_include('overall_footer.html'); ?>
321
Visitano il forum: Baidu [Spider] e 59 ospiti