| Autore |
Messaggio |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 <MOD> - Multiple Ranks
2006/04/26 Version updated to 2.0.3 (phpBB 2.0.21 ready)
Hello everybody!
I'm glad to announce that I've finally found some free time to finish to code the second version of Multiple Ranks.
Please, do not apply this mod without having a backup of all your files !
Some new features:
- Easiest installation
- Five ranks instead of three
- Ranks Page with all ranks
- Staff Page based on memberlist
- Automatic ranking by days and/or by posts
- Dropdown ranks selection
Please, let me know if you discover some bugs.
Thank you.
##############################################################
## MOD Title: Multiple Ranks And Staff View
## MOD Author: Mighty Gorgon <mightygorgon> (Luca Libralato) http://www.mightygorgon.com
## MOD Description: This MOD allows the admin to select more than one special rank for each user.
## The ranks selected will be shown in the profile, on each topic and in the memberlist.
## This MOD also allows to have a Staff and Online View in Memberlist (using Sort function).
## Username in Memberlist are colored respecting to their level.
## Guests and Banned users have their own ranks.
## Automatic ranks can now count also days and not only posts.
##
## MOD Version: 2.0.3
##
## Installation Level: Medium
## Installation Time: 25 minutes
##
## Files To Edit:
## memberlist.php
## viewtopic.php
## admin/admin_ranks.php
## admin/admin_users.php
## includes/page_header.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/memberlist_body.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/admin/user_edit_body.tpl
## templates/subSilver/admin/ranks_edit_body.tpl
##
## Included Files: (3)
## ranks.php
## includes/functions_mg_ranks.php
## templates/subSilver/ranks_body.tpl
##
##############################################################
OLD VERSIONS NOT COMPATIBLE WITH phpBB 2.0.20 OR ABOVE
Hi guys!
This is my first MOD. It enables a second user level/rank specification. I use it for the Game Contest which I'm starting in my forum.
At the bottom of this post you can find a zip file including all you need... even the set of images I'm actually using in my forum.
Enjoy!
Wednesday 20 April 2005 - 01.40 - Updated to version 1.3.5
phpBB Link: http://www.phpbb.com/phpBB/viewtopic.php?t=276330
| Descrizione: |
Multiple Ranks 2.0.3 |
 Download |
| Nome del file: |
multiple_ranks_2_0_3.zip |
| Dimensione: |
32.75 KB |
| Contatore Download: |
File visto o scaricato 2768 volta(e) |
| Descrizione: |
Add Multiple Ranks 1.3.5 |
 Download |
| Nome del file: |
add_multiple_ranks_1_3_5.zip |
| Dimensione: |
6.46 KB |
| Contatore Download: |
File visto o scaricato 1380 volta(e) |
| Descrizione: |
Rank Images |
 Download |
| Nome del file: |
rankimages.zip |
| Dimensione: |
21.66 KB |
| Contatore Download: |
File visto o scaricato 1223 volta(e) |
____________ Luca
Ultima modifica di Mighty Gorgon il Sab 29 Apr, 2006 11:24, modificato 19 volte in totale
|
#1 Dom 13 Ott, 2002 14:47 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 First Stable Release!
First stable release!
____________ Luca
|
#2 Ven 18 Ott, 2002 08:22 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 Version 1.01
Updated to version 1.01! Take a look at the first post...
____________ Luca
|
#3 Sab 19 Ott, 2002 10:01 |
|
 |
Velorum
Newbie
 Veteran


Registrato: Mag 2003
Messaggi: 2
|
Hello MG,
My name is Velorum and i run a phpbb website at www.ccgnation.com
I recently installed your second rank hack and i have ran into some minor problems.
It seems like everything is working however is there a way that the second rank does not interfere with the first rank
I would like the first rank to be independent of the second rank
For example i want to be able to have the first rank set as "no special rank" and the second rank set to a special rank
When i try and do this however the first rank disappears on the viewtopic and viewprofile pages. Did i install it wrong or is this how the mod is supposed to work? Any help would be immensly appreciated.
|
#4 Dom 11 Mag, 2003 04:09 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 Second Rank
Hi Velorum, did you install the last version of this mod (the one posted here)? Which version of phpBB are you running?
There was a bug in the first release, but now it should be fixed as it's working for me.
Let me know!
____________ Luca
|
#5 Dom 11 Mag, 2003 04:17 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 Fixed
Hi Velorum, I checked the files you sent me, you made an error in applying the mods  ! However it's not your fault since the instructions are not so clear and could be misunderstood.
I'll explain here how to patch the files correctly.
The final code on php pages (where the rank is generated), should look like this:  :
- $poster_rank = '';
- $rank_image = '';
- if ( $profiledata['user_rank'] )
- {
- for($i = 0; $i < count($ranksrow); $i++)
- {
- if ( $profiledata['user_rank'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
- {
- $poster_rank = $ranksrow[$i]['rank_title'];
- $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '<img src="' . $ranksrow[$i]['rank_image'] . '" alt="' . $poster_rank . '" title="' . $poster_rank . '" border="0" /><br />' : '';
- }
- }
- }
- else
- {
- for($i = 0; $i < count($ranksrow); $i++)
- {
- if ( $profiledata['user_posts'] >= $ranksrow[$i]['rank_min'] && !$ranksrow[$i]['rank_special'] )
- {
- $poster_rank = $ranksrow[$i]['rank_title'];
- $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '<img src="' . $ranksrow[$i]['rank_image'] . '" alt="' . $poster_rank . '" title="' . $poster_rank . '" border="0" /><br />' : '';
- }
- }
- }
- //
- // Rank 2 Begin
- //
- $poster_rank2 = '';
- $rank2_image = '';
- if ( $profiledata['user_rank2'] )
- {
- for($i = 0; $i < count($ranksrow); $i++)
- {
- if ( $profiledata['user_rank2'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
- {
- $poster_rank2 = $ranksrow[$i]['rank_title'];
- $rank2_image = ( $ranksrow[$i]['rank_image'] ) ? '<img src="' . $ranksrow[$i]['rank_image'] . '" alt="' . $poster_rank2 . '" title="' . $poster_rank2 . '" border="0" /><br />' : '';
- }
- }
- }
- //
- // Rank 2 End
- //
-
Let me know if this solve your problem!
____________ Luca
|
#6 Dom 11 Mag, 2003 04:51 |
|
 |
janine
Newbie
 Veteran


Registrato: Mag 2003
Messaggi: 1
Età: 33
|
I installed this mod with no problems, but here's what happening...
(php version 2.0.3)
(mod version 1.01)
My mods have a special rank, and it shows up fine in the memberlist
http://www.sillyjanine.com/phpBB2/memberlist.php
But since I added this mod, it wont show up in viewtopic or their profile. It goes to the default post rank.
Now, if I add their rank2 using this mod, it'll show up as well as ther original special rank. Any idea why it's doing this? I don't want to have to give them rank2 just so their special rank will show up...
TIA
http://www.sillyjanine.com/phpBB2/index.php
|
#7 Mar 20 Mag, 2003 19:58 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 Second Rank
Hi Janine, nice to meet you also here  ! Welcome to my Community  !
I took a look to your community, and I like it  ! I'll come to "steal" some nice ideas  !
Regarding the problem you are mentioning about my mod, I want you to read the last message I post here (that before your post)  ! I think that it could be solved by an in-dept analysis of the php code.
If you are not able to solve your problems by reading that message, please, send me your viewtopic.php, and I'll try to help you  !
Let me know!
____________ Luca
|
#8 Mer 21 Mag, 2003 01:32 |
|
 |
Velorum
Newbie
 Veteran


Registrato: Mag 2003
Messaggi: 2
|
Sorry for not replying in the public thread but thanks gorgon it worked perfectly. I really appreciate all your help =)
|
#9 Ven 30 Mag, 2003 06:43 |
|
 |
MovingTarget
Newbie
 Veteran

 
Registrato: Ottobre 2003
Messaggi: 7
Residenza: Central Florida
|
First off, I would like to say good job Mighty Gorgon. Keep up the good work. Ok, secondly, I also came across a few problems. I have the newest version of the hack, and I tried three times after starting over from scratch and I have come to having 2 of the 3 pages working right. I had to do some of my own work on the two that work but they work now. THe one that doesnt work is the veiwtopic page. It only shows the First Rank and its image but not the second rank.
Here's the deal in short: I am running Postnuke with the PnphpBB mod. I have the two ranks mod and I am looking for both ranks to be special. Only the first one will get an image but it doesnt matter either way about the second one. I got the member list and profile page working finally but not the veiw topic page. I am going to paste the ranks part of the veiwtopic page. If you need the full file, let me know.
//
// Generate ranks, set them to empty string initially.
//
$poster_rank = '';
$rank_image = '';
if ( $postrow[$i]['user_id'] == ANONYMOUS )
{
}
else if ( $postrow[$i]['user_rank'] )
{
for($j = 0; $j < count($ranksrow); $j++)
{
if ( $postrow[$i]['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )
{
$poster_rank = $ranksrow[$j]['rank_title'];
// Begin PNphpBB2 Module-PNTheme Rank images
$rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';
// End PNphpBB2 Module-PNTheme Rank images
}
}
}
else
{
for($j = 0; $j <count>= $ranksrow[$j]['rank_min'] && !$ranksrow[$j]['rank_special'] )
{
$poster_rank = $ranksrow[$j]['rank_title'];
// Begin PNphpBB2 Module
$rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';
// End PNphpBB2 Module
}
}
}
//
// Rank 2 Begin
//
$poster_rank2 = '';
$rank2_image = '';
if ( $postrow[$i]['user_rank2'] )
{
for($i = 0; $i < count($ranksrow); $i++)
{
if ( $postrow[$i]['user_rank2'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
{
$poster_rank2 = $ranksrow[$i]['rank_title'];
$rank2_image = ( $ranksrow[$i]['rank_image'] ) ? '<img><br>' : '';
}
}
}
//
// Rank 2 End
//
I put this post up at the phpBBhacks website but no help from them. I hope you can help me. Thanks.
Moving Target
|
#10 Mer 01 Ott, 2003 22:26 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 Second Rank
Hi MovingTarget, thank you for your appreciation!
Unfortunately, I don't know PostNuke, so I can only try to guess what the problem could be. In this case I think that PostNuke is using a tag to identificate phpBB blocks, so you can try to add // Begin PNphpBB2 Module where the rank is assigned to the variable (as is done for the first rank).
However, try to use this code and let me know if it works.
Thank you!
-
//
-
// Generate ranks, set them to empty string initially.
-
//
-
$poster_rank = '';
-
$rank_image = '';
-
if ( $postrow[$i]['user_id'] == ANONYMOUS )
-
{
-
}
-
else if ( $postrow[$i]['user_rank'] )
-
{
-
for($j = 0; $j < count($ranksrow); $j++)
-
{
-
if ( $postrow[$i]['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )
-
{
-
// Begin PNphpBB2 Module-PNTheme Rank images
-
$poster_rank = $ranksrow[$j]['rank_title'];
-
$rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';
-
// End PNphpBB2 Module-PNTheme Rank images
-
}
-
}
-
}
-
else
-
{
-
for($j = 0; $j <count>= $ranksrow[$j]['rank_min'] && !$ranksrow[$j]['rank_special'] )
-
{
-
// Begin PNphpBB2 Module
-
$poster_rank = $ranksrow[$j]['rank_title'];
-
$rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';
-
// End PNphpBB2 Module
-
}
-
}
-
}
-
//
-
// Rank 2 Begin
-
//
-
$poster_rank2 = '';
-
$rank2_image = '';
-
if ( $postrow[$i]['user_rank2'] )
-
{
-
for($i = 0; $i < count($ranksrow); $i++)
-
{
-
if ( $postrow[$i]['user_rank2'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
-
{
-
// Begin PNphpBB2 Module
-
$poster_rank2 = $ranksrow[$i]['rank_title'];
-
$rank2_image = ( $ranksrow[$i]['rank_image'] ) ? '<img><br>' : '';
-
// End PNphpBB2 Module
-
}
-
}
-
}
-
//
-
// Rank 2 End
-
//
-
____________ Luca
|
#11 Gio 02 Ott, 2003 10:05 |
|
 |
MovingTarget
Newbie
 Veteran

 
Registrato: Ottobre 2003
Messaggi: 7
Residenza: Central Florida
|
Nope. Neither of those worked. I have change the code around so many times and I still cant see what could be wrong. Could it be possible it isn't in the viewtopic.php file? It works on the Profile and Member List pages (NOTE: I had to change the code there to get it to work, if you would like to see it..maybe it will help.. just let me know.) This is really bugging me. Thanks again for all of your help. Got any suggestions on the next step??
Moving Target
|
#12 Gio 02 Ott, 2003 10:56 |
|
 |
Mighty Gorgon
Grand Master
 Veteran


Registrato: Aprile 2002
Messaggi: 7467
Età: 35 Residenza: Borgo San Michele
|
 Help
Are you sure you have modified also the viewtopic_body.tpl? Please, post hera also the section of that file which regard this mod.
Finally, please post here also the modifications you have applied on memberlist.php and also the template code ( memberlist_body.tpl).
Thanks!
____________ Luca
|
#13 Gio 02 Ott, 2003 11:05 |
|
 |
MovingTarget
Newbie
 Veteran

 
Registrato: Ottobre 2003
Messaggi: 7
Residenza: Central Florida
|
Ok.. the .tpl might be it..here is the code:
viewtopic_body.tpl
-
<!-- BEGIN postrow -->
-
<tr>
-
<td valign="top" class="{postrow.ROW_CLASS}" rowspan="2"><span class="name"><strong>{postrow.POSTER_NAME}</strong></span>{postrow.POSTER_STATUS_IMG}<br />
-
<span class="postdetails"><center>{postrow.RANK_IMAGE}<br />{postrow.POSTER_RANK}<br />{postrow.RANK2_IMAGE}<br />{postrow.POSTER_RANK2}<br />{postrow.POSTER_AVATAR}<br /><br /></center>
-
<span style="border-top-style: solid; border-top-width: 1">{postrow.POSTER_JOINED}</span><br />
Ill post the other files after this one.
Moving Target
|
#14 Gio 02 Ott, 2003 11:09 |
|
 |
MovingTarget
Newbie
 Veteran

 
Registrato: Ottobre 2003
Messaggi: 7
Residenza: Central Florida
|
memberlist.php(5 different addidions)
- $template->assign_vars(array(
- 'L_SELECT_SORT_METHOD' => $lang['Select_sort_method'],
- 'L_EMAIL' => $lang['Email'],
- 'L_WEBSITE' => $lang['Website'],
- 'L_FROM' => $lang['Location'],
- 'L_ORDER' => $lang['Order'],
- 'L_SORT' => $lang['Sort'],
- 'L_SUBMIT' => $lang['Sort'],
- 'L_AIM' => $lang['AIM'],
- 'L_YIM' => $lang['YIM'],
- 'L_MSNM' => $lang['MSNM'],
- 'L_ICQ' => $lang['ICQ'],
- 'L_USER_RANK' => $lang['Poster_rank'],
- 'L_JOINED' => $lang['Joined'],
- 'L_POSTS' => $lang['Posts'],
- 'L_PM' => $lang['Private_Message'],
-
- 'S_MODE_SELECT' => $select_sort_mode,
- 'S_ORDER_SELECT' => $select_sort_order,
- 'S_MODE_ACTION' => append_sid("memberlist.$phpEx"))
- );
- case 'joined':
- $order_by = "user_regdate $sort_order LIMIT $start, " . $board_config['topics_per_page'];
- //
- // Rank Begin
- //
- $sql = "SELECT *
- FROM " . RANKS_TABLE . "
- ORDER BY rank_special, rank_min";
- if ( !($result = $db->sql_query($sql)) )
- {
- message_die(GENERAL_ERROR, "Could not obtain ranks information.", '', __LINE__, __FILE__, $sql);
- }
- $ranksrow = array();
- while ( $row = $db->sql_fetchrow($result) )
- {
- $ranksrow[] = $row;
- }
- $db->sql_freeresult($result);
- //
- // Rank End
- //
- break;
- case 'username':
- $sql = "SELECT username, user_id, user_viewemail, user_posts, user_regdate, user_from, user_website, user_email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, user_rank , user_rank2
- FROM " . USERS_TABLE . "
- WHERE user_id <> " . ANONYMOUS . "
- ORDER BY $order_by";
- $posts = ( $row['user_posts'] ) ? $row['user_posts'] : 0;
- //
- // Rank Begin
- // Generate ranks, set them to empty string initially.
- //
- $user_rank = '';
- $rank_image = '';
- if ( $row['user_rank'] )
- {
- for($j = 0; $j < count($ranksrow); $j++)
- {
- if ( $row['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )
- {
- $user_rank = $ranksrow[$j]['rank_title'];
- $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img src="' . $ranksrow[$j]['rank_image'] . '" alt="' . $user_rank . '" title="' . $user_rank . '" border="0" /><br />' : '';
- }
- }
- }
- else
- {
- for($j = 0; $j < count($ranksrow); $j++)
- {
- if ( $row['user_posts'] >= $ranksrow[$j]['rank_min'] && !$ranksrow[$j]['rank_special'] )
- {
- $user_rank = $ranksrow[$j]['rank_title'];
- $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img src="' . $ranksrow[$j]['rank_image'] . '" alt="' . $user_rank . '" title="' . $user_rank . '" border="0" /><br />' : '';
- }
- }
- }
- //
- // Rank End
- //
-
- //
- // Rank 2 Begin
- // Generate ranks, set them to empty string initially.
- //
- $user_rank2 = '';
- $rank2_image = '';
- if ( $row['user_rank2'] )
- {
- for($j = 0; $j < count($ranksrow); $j++)
- {
- if ( $row['user_rank2'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )
- {
- $user_rank2 = $ranksrow[$j]['rank_title'];
- $rank2_image = ( $ranksrow[$j]['rank_image'] ) ? '<img src="' . $ranksrow[$j]['rank_image'] . '" alt="' . $user_rank2 . '" title="' . $user_rank2 . '" border="0" /><br />' : '';
- }
- }
- }
- //
- // Rank 2 End
- //
-
- $template->assign_block_vars('memberrow', array(
- 'ROW_NUMBER' => $i + ( $HTTP_GET_VARS['start'] + 1 ),
- 'ROW_COLOR' => '#' . $row_color,
- 'ROW_CLASS' => $row_class,
- 'USERNAME' => $username,
- 'FROM' => $from,
- 'JOINED' => $joined,
- 'USER_RANK' => $user_rank,
- 'USER_RANK_IMG' => $rank_image,
- 'USER_RANK2' => $user_rank2,
- 'USER_RANK2_IMG' => $rank2_image,
- 'POSTS' => $posts,
- 'AVATAR_IMG' => $poster_avatar,
- 'PROFILE_IMG' => $profile_img,
- 'PROFILE' => $profile,
- 'SEARCH_IMG' => $search_img,
- 'SEARCH' => $search,
- 'PM_IMG' => $pm_img,
- 'PM' => $PM,
- 'EMAIL_IMG' => $email_img,
- 'EMAIL' => $email,
- 'WWW_IMG' => $www_img,
- 'WWW' => $www,
- 'ICQ_STATUS_IMG' => $icq_status_img,
- 'ICQ_IMG' => $icq_img,
- 'ICQ' => $icq,
- 'AIM_IMG' => $aim_img,
- 'AIM' => $aim,
- 'MSN_IMG' => $msn_img,
- 'MSN' => $msn,
- 'YIM_IMG' => $yim_img,
- 'YIM' => $yim,
-
memberlist_body.tpl (its small so i put the whole file in)
- <form method="post" action="{S_MODE_ACTION}">
- <table width="100%" cellspacing="2" cellpadding="2" border="0">
- <tr>
- <td class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td>
- </tr>
- </table>
- <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
- <tr>
- <th>#</th>
- <th> {L_PM} </th>
- <th> {L_USERNAME} </th>
- <th> {L_USER_RANK} </th>
- <th> {L_EMAIL} </th>
- <th>{L_FROM}</th>
- <th>{L_JOINED}</th>
- <th>{L_POSTS}</th>
- <th>{L_WEBSITE}</th>
- </tr>
- <!-- BEGIN memberrow -->
- <tr>
- <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.ROW_NUMBER} </td>
- <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td>
- <td class="{memberrow.ROW_CLASS}" align="center"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></td>
- <td class="{memberrow.ROW_CLASS}" align="center" valign="middle">
- <span class="gensmall">
- {memberrow.USER_RANK_IMG}<br />
- {memberrow.USER_RANK}
- {memberrow.USER_RANK2_IMG}<br />
- {memberrow.USER_RANK2}
- </span>
- </td>
- <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.EMAIL_IMG} </td>
- <td class="{memberrow.ROW_CLASS}" align="center">{memberrow.FROM}</td>
- <td class="{memberrow.ROW_CLASS}" align="center"><span class="gensmall">{memberrow.JOINED}</span></td>
- <td class="{memberrow.ROW_CLASS}" align="center">{memberrow.POSTS}</td>
- <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.WWW_IMG} </td>
- </tr>
- <!-- END memberrow -->
- <tr align="center">
- <td class="cat" colspan="9">
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="genmed">{L_SELECT_SORT_METHOD}: </td>
- <td>{S_MODE_SELECT} </td>
- <td class="genmed">{L_ORDER}: </td>
- <td>{S_ORDER_SELECT} </td>
- <td><input type="submit" name="submit" value="{L_SUBMIT}" class="catbutton" /></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" cellspacing="2" cellpadding="2" border="0">
- <tr>
- <td class="nav"><a href="{U_INDEX}">{L_INDEX}</a><br />
- {PAGINATION}</td>
- </tr>
- </table>
- </form>
- <br clear="all" />
- <div align="left">{JUMPBOX}</div>
Moving Target
|
#15 Gio 02 Ott, 2003 11:17 |
|
 |
|
|